body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Pacifico', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Pacifico', handwriting;
  font-size: 2rem;
  line-height: 1.4;
}
.display-6 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #558632 !important;
}
.bg-success {
  background-color: #ccdbc2 !important;
}
.bg-info {
  background-color: #558632 !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #99a505 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #558632 !important;
  border-color: #558632 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #3d6124 !important;
  border-color: #3d6124 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #3d6124 !important;
  border-color: #3d6124 !important;
}
.btn-primary:hover {
  background-color: #ccdbc2 !important;
  border-color: #ccdbc2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #558632 !important;
  border-color: #558632 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #3d6124 !important;
  border-color: #3d6124 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #3d6124 !important;
  border-color: #3d6124 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ccdbc2 !important;
  border-color: #ccdbc2 !important;
  color: #4b633b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #b1c8a2 !important;
  border-color: #b1c8a2 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4b633b;
  background-color: #b1c8a2 !important;
  border-color: #b1c8a2 !important;
}
.btn-success:hover {
  background-color: #558632 !important;
  border-color: #558632 !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #558632 !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #99a505 !important;
  border-color: #99a505 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #6b7404 !important;
  border-color: #6b7404 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #6b7404 !important;
  border-color: #6b7404 !important;
}
.btn-danger:hover {
  background-color: #ccdbc2 !important;
  border-color: #ccdbc2 !important;
  color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #558632;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2d471a !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: #558632 !important;
  border-color: #558632 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #558632;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d471a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #558632 !important;
  border-color: #558632 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ccdbc2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9ebb8b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4b633b !important;
  background-color: #ccdbc2 !important;
  border-color: #ccdbc2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99a505;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4b5102 !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: #99a505 !important;
  border-color: #99a505 !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: #558632 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #ccdbc2 !important;
}
.text-info {
  color: #558632 !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #99a505 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ccdbc2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #96b582 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ccdbc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d4202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #558632 !important;
}
a.text-black:hover {
  color: #558632 !important;
}
a.text-black:focus,
a.text-black.active {
  color: #558632 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #558632;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #558632;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #99a505;
}
.mbr-gallery-filter li.active .btn {
  background-color: #558632;
  border-color: #558632;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #558632;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #94c96e;
}
.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: #94c96e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eaf931;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #353535 !important;
  color: #558632 !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #558632;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #558632;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #558632;
}
.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: #558632;
  border-bottom-color: #558632;
}
.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: #558632 !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: #353535 !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='%23558632' %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-u0VkLdJsDt {
  z-index: 1000;
  width: 100%;
}
.cid-u0VkLdJsDt nav.navbar {
  position: fixed;
}
.cid-u0VkLdJsDt .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-u0VkLdJsDt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0VkLdJsDt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0VkLdJsDt .dropdown-item:hover,
.cid-u0VkLdJsDt .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0VkLdJsDt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0VkLdJsDt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0VkLdJsDt .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0VkLdJsDt .nav-item {
  margin: 0 31px;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0VkLdJsDt .nav-link {
  position: relative;
}
.cid-u0VkLdJsDt .nav-link:hover,
.cid-u0VkLdJsDt .nav-link:focus,
.cid-u0VkLdJsDt .nav-link:active {
  color: #99a505 !important;
}
.cid-u0VkLdJsDt .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .container {
    flex-wrap: inherit;
  }
}
.cid-u0VkLdJsDt .navbar-caption:hover,
.cid-u0VkLdJsDt .navbar-caption:focus,
.cid-u0VkLdJsDt .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0VkLdJsDt .dropdown-menu,
.cid-u0VkLdJsDt .navbar.opened {
  background: #ffffff !important;
}
.cid-u0VkLdJsDt .nav-item:focus,
.cid-u0VkLdJsDt .nav-link:focus {
  outline: none;
}
.cid-u0VkLdJsDt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0VkLdJsDt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0VkLdJsDt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0VkLdJsDt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0VkLdJsDt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0VkLdJsDt .navbar.opened {
  transition: all 0.3s;
}
.cid-u0VkLdJsDt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0VkLdJsDt .navbar .navbar-logo img {
  width: auto;
}
.cid-u0VkLdJsDt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0VkLdJsDt .navbar.collapsed {
  justify-content: center;
}
.cid-u0VkLdJsDt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0VkLdJsDt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0VkLdJsDt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0VkLdJsDt .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-u0VkLdJsDt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0VkLdJsDt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0VkLdJsDt .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-u0VkLdJsDt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0VkLdJsDt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0VkLdJsDt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0VkLdJsDt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0VkLdJsDt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0VkLdJsDt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0VkLdJsDt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0VkLdJsDt .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;
  display: flex;
}
.cid-u0VkLdJsDt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0VkLdJsDt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0VkLdJsDt .dropdown-item.active,
.cid-u0VkLdJsDt .dropdown-item:active {
  background-color: transparent;
}
.cid-u0VkLdJsDt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0VkLdJsDt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0VkLdJsDt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0VkLdJsDt .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0VkLdJsDt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0VkLdJsDt ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0VkLdJsDt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0VkLdJsDt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0VkLdJsDt .navbar {
    height: 70px;
  }
  .cid-u0VkLdJsDt .navbar.opened {
    height: auto;
  }
  .cid-u0VkLdJsDt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0YqO0PdaP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #558632;
}
.cid-u0YqO0PdaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0YqO0PdaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0YqO0PdaP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0YqO0PdaP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0YqO0PdaP .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0YqO0PdaP .mbr-section-title {
  color: #ffffff;
}
.cid-u0YqO0PdaP .mbr-text {
  color: #ffffff;
}
.cid-u19Q4i8hKS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u19Q4i8hKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Q4i8hKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u19Q4i8hKS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u19Q4i8hKS .row {
  flex-direction: row-reverse;
}
.cid-u19Q4i8hKS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u19Q4i8hKS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0Z5eEABOd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0Z5eEABOd .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-u0Z5eEABOd .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-u0Z5eEABOd .card {
  cursor: pointer;
}
.cid-u0Z5eEABOd .card-box {
  background: #ffffff;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-u0Z5eEABOd .mbr-section-title {
  color: #353535;
}
.cid-u0Z5eEABOd .mbr-section-subtitle {
  color: #353535;
}
.cid-u0Z5eEABOd .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-u0Z5eEABOd .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-u0Z5eEABOd .card-title,
.cid-u0Z5eEABOd .card-box {
  text-align: center;
  color: #8d8d8d;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-u0Z5eEABOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Z5eEABOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Z9bCW4GX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0Z9bCW4GX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0Z9bCW4GX .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0Z9bCW4GX .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0Z9bCW4GX .info .col-6,
  .cid-u0Z9bCW4GX .info .col-5 {
    width: 100%;
  }
  .cid-u0Z9bCW4GX .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0Z9bCW4GX .content .col-md-5 {
    width: 43%;
  }
  .cid-u0Z9bCW4GX .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0Z9bCW4GX .content .col-md-5 {
    width: 100%;
  }
  .cid-u0Z9bCW4GX .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0Z9bCW4GX .content {
    padding: 0;
  }
}
.cid-u0Z9bCW4GX .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0Z9bCW4GX .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0Z9bCW4GX .contacts {
  margin: 20px 0;
}
.cid-u0Z9bCW4GX .contacts p {
  margin: 0;
}
.cid-u0Z9bCW4GX .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0Z9bCW4GX .socials p {
  margin: 0 20px 0 0;
}
.cid-u0Z9bCW4GX .socials-item .link {
  color: #000000;
}
.cid-u0Z9bCW4GX .mbr-contacts {
  color: #000000;
}
.cid-u0Z9bCW4GX .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0Z9bCW4GX .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0Z9bCW4GX .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0Z9bCW4GX .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0Z9bCW4GX .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0Z9bCW4GX .item:first-child {
  margin-left: 0;
}
.cid-u0Z9bCW4GX .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0Z9bCW4GX .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0Z9bCW4GX .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0Z9bCW4GX .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0Z9bCW4GX .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0Z9bCW4GX .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0Z9bCW4GX .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0Z9bCW4GX .item:hover {
  cursor: pointer;
}
.cid-u0Z9bCW4GX .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0Z9bCW4GX .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0Z9bCW4GX .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0Z9bCW4GX .mbr-iconfont {
  color: #ffffff;
}
.cid-u0Z9bCW4GX .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0Z9bCW4GX .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0Z9bCW4GX .menu p {
  margin: 0 0 5px;
}
.cid-u0Z9bCW4GX h6 {
  font-size: 21px;
}
.cid-u0Z9bCW4GX .menu-title {
  margin-bottom: 10px;
}
.cid-u0Z9bCW4GX .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0Z9bCW4GX .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0Z9bCW4GX .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0VkLdJsDt {
  z-index: 1000;
  width: 100%;
}
.cid-u0VkLdJsDt nav.navbar {
  position: fixed;
}
.cid-u0VkLdJsDt .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-u0VkLdJsDt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0VkLdJsDt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0VkLdJsDt .dropdown-item:hover,
.cid-u0VkLdJsDt .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0VkLdJsDt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0VkLdJsDt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0VkLdJsDt .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0VkLdJsDt .nav-item {
  margin: 0 31px;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0VkLdJsDt .nav-link {
  position: relative;
}
.cid-u0VkLdJsDt .nav-link:hover,
.cid-u0VkLdJsDt .nav-link:focus,
.cid-u0VkLdJsDt .nav-link:active {
  color: #99a505 !important;
}
.cid-u0VkLdJsDt .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .container {
    flex-wrap: inherit;
  }
}
.cid-u0VkLdJsDt .navbar-caption:hover,
.cid-u0VkLdJsDt .navbar-caption:focus,
.cid-u0VkLdJsDt .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0VkLdJsDt .dropdown-menu,
.cid-u0VkLdJsDt .navbar.opened {
  background: #ffffff !important;
}
.cid-u0VkLdJsDt .nav-item:focus,
.cid-u0VkLdJsDt .nav-link:focus {
  outline: none;
}
.cid-u0VkLdJsDt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0VkLdJsDt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0VkLdJsDt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0VkLdJsDt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0VkLdJsDt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0VkLdJsDt .navbar.opened {
  transition: all 0.3s;
}
.cid-u0VkLdJsDt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0VkLdJsDt .navbar .navbar-logo img {
  width: auto;
}
.cid-u0VkLdJsDt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0VkLdJsDt .navbar.collapsed {
  justify-content: center;
}
.cid-u0VkLdJsDt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0VkLdJsDt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0VkLdJsDt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0VkLdJsDt .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-u0VkLdJsDt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0VkLdJsDt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0VkLdJsDt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0VkLdJsDt .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-u0VkLdJsDt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0VkLdJsDt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0VkLdJsDt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0VkLdJsDt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0VkLdJsDt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0VkLdJsDt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0VkLdJsDt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0VkLdJsDt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0VkLdJsDt .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;
  display: flex;
}
.cid-u0VkLdJsDt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0VkLdJsDt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0VkLdJsDt .dropdown-item.active,
.cid-u0VkLdJsDt .dropdown-item:active {
  background-color: transparent;
}
.cid-u0VkLdJsDt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0VkLdJsDt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0VkLdJsDt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0VkLdJsDt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0VkLdJsDt .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0VkLdJsDt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0VkLdJsDt ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0VkLdJsDt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0VkLdJsDt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0VkLdJsDt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0VkLdJsDt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0VkLdJsDt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0VkLdJsDt a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0VkLdJsDt .navbar {
    height: 70px;
  }
  .cid-u0VkLdJsDt .navbar.opened {
    height: auto;
  }
  .cid-u0VkLdJsDt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0Z9ZFQV5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u0Z9ZFQV5f h2,
.cid-u0Z9ZFQV5f h4,
.cid-u0Z9ZFQV5f p {
  margin: 0;
}
.cid-u0Z9ZFQV5f .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u0Z9ZFQV5f .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u0Z9ZFQV5f .image-wrap {
    margin-top: 30px;
  }
}
.cid-u0Z9ZFQV5f img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u0Z9ZFQV5f .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0Z9ZFQV5f .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0Z9ZFQV5f .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u0Z9ZFQV5f .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0Z9ZFQV5f .socials p {
  margin: 0 20px 0 0;
}
.cid-u0Z9ZFQV5f .socials-item .link {
  color: #000000;
}
.cid-u1n6ucf9sK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n6ucf9sK .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n6ucf9sK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n6ucf9sK .container {
    padding: 0 25px;
  }
}
.cid-u1n6ucf9sK .title-wrapper {
  margin: 25px 0;
}
.cid-u1n6ucf9sK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n6ucf9sK .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n6ucf9sK .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n6ucf9sK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n6ucf9sK .mbr-section-title {
  color: #000000;
}
.cid-u1n6ucf9sK .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n6ucf9sK .mbr-text {
  color: #000000;
}
.cid-u1n6NtucRS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n6NtucRS .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n6NtucRS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n6NtucRS .container {
    padding: 0 25px;
  }
}
.cid-u1n6NtucRS .title-wrapper {
  margin: 25px 0;
}
.cid-u1n6NtucRS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n6NtucRS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n6NtucRS .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n6NtucRS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n6NtucRS .mbr-section-title {
  color: #000000;
}
.cid-u1n6NtucRS .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n6NtucRS .mbr-text {
  color: #000000;
}
.cid-u1n76YuVFr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n76YuVFr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n76YuVFr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n76YuVFr .container {
    padding: 0 25px;
  }
}
.cid-u1n76YuVFr .title-wrapper {
  margin: 25px 0;
}
.cid-u1n76YuVFr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n76YuVFr .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n76YuVFr .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n76YuVFr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n76YuVFr .mbr-section-title {
  color: #000000;
}
.cid-u1n76YuVFr .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n76YuVFr .mbr-text {
  color: #000000;
}
.cid-u1n85xAjQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n85xAjQD .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n85xAjQD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n85xAjQD .container {
    padding: 0 25px;
  }
}
.cid-u1n85xAjQD .title-wrapper {
  margin: 25px 0;
}
.cid-u1n85xAjQD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n85xAjQD .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n85xAjQD .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n85xAjQD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n85xAjQD .mbr-section-title {
  color: #000000;
}
.cid-u1n85xAjQD .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n85xAjQD .mbr-text {
  color: #000000;
}
.cid-u1n48iutFC {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n48iutFC img,
.cid-u1n48iutFC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1n48iutFC .item:focus,
.cid-u1n48iutFC span:focus {
  outline: none;
}
.cid-u1n48iutFC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1n48iutFC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1n48iutFC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1n48iutFC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1n48iutFC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1n48iutFC .mbr-section-title {
  color: #232323;
}
.cid-u1n48iutFC .mbr-text,
.cid-u1n48iutFC .mbr-section-btn {
  text-align: left;
}
.cid-u1n48iutFC .item-title {
  text-align: left;
}
.cid-u1n48iutFC .item-subtitle {
  text-align: left;
}
.cid-u0ZcTwo9sI {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZcTwo9sI nav.navbar {
  position: fixed;
}
.cid-u0ZcTwo9sI .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-u0ZcTwo9sI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZcTwo9sI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZcTwo9sI .dropdown-item:hover,
.cid-u0ZcTwo9sI .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZcTwo9sI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZcTwo9sI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZcTwo9sI .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZcTwo9sI .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZcTwo9sI .nav-item {
  margin: 0 31px;
}
.cid-u0ZcTwo9sI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZcTwo9sI .nav-link {
  position: relative;
}
.cid-u0ZcTwo9sI .nav-link:hover,
.cid-u0ZcTwo9sI .nav-link:focus,
.cid-u0ZcTwo9sI .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZcTwo9sI .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZcTwo9sI .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZcTwo9sI .navbar-caption:hover,
.cid-u0ZcTwo9sI .navbar-caption:focus,
.cid-u0ZcTwo9sI .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZcTwo9sI .dropdown-menu,
.cid-u0ZcTwo9sI .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZcTwo9sI .nav-item:focus,
.cid-u0ZcTwo9sI .nav-link:focus {
  outline: none;
}
.cid-u0ZcTwo9sI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZcTwo9sI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZcTwo9sI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZcTwo9sI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZcTwo9sI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZcTwo9sI .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZcTwo9sI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZcTwo9sI .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZcTwo9sI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZcTwo9sI .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZcTwo9sI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZcTwo9sI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZcTwo9sI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZcTwo9sI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZcTwo9sI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZcTwo9sI .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-u0ZcTwo9sI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZcTwo9sI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZcTwo9sI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZcTwo9sI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZcTwo9sI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZcTwo9sI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZcTwo9sI .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-u0ZcTwo9sI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZcTwo9sI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZcTwo9sI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZcTwo9sI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZcTwo9sI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZcTwo9sI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZcTwo9sI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZcTwo9sI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZcTwo9sI .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;
  display: flex;
}
.cid-u0ZcTwo9sI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZcTwo9sI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZcTwo9sI .dropdown-item.active,
.cid-u0ZcTwo9sI .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZcTwo9sI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZcTwo9sI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZcTwo9sI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZcTwo9sI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZcTwo9sI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZcTwo9sI .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZcTwo9sI .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZcTwo9sI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZcTwo9sI ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZcTwo9sI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZcTwo9sI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZcTwo9sI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZcTwo9sI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZcTwo9sI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZcTwo9sI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZcTwo9sI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZcTwo9sI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZcTwo9sI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZcTwo9sI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZcTwo9sI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZcTwo9sI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZcTwo9sI a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZcTwo9sI .navbar {
    height: 70px;
  }
  .cid-u0ZcTwo9sI .navbar.opened {
    height: auto;
  }
  .cid-u0ZcTwo9sI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0ZcTwRRhe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u0ZcTwRRhe h2,
.cid-u0ZcTwRRhe h4,
.cid-u0ZcTwRRhe p {
  margin: 0;
}
.cid-u0ZcTwRRhe .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u0ZcTwRRhe .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u0ZcTwRRhe .image-wrap {
    margin-top: 30px;
  }
}
.cid-u0ZcTwRRhe img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u0ZcTwRRhe .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZcTwRRhe .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZcTwRRhe .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u0ZcTwRRhe .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZcTwRRhe .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZcTwRRhe .socials-item .link {
  color: #000000;
}
.cid-u0ZddFVJHM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0ZddFVJHM h2,
.cid-u0ZddFVJHM h3,
.cid-u0ZddFVJHM h4,
.cid-u0ZddFVJHM h5 {
  margin: 0;
}
.cid-u0ZddFVJHM .container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 680px) {
  .cid-u0ZddFVJHM .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u0ZddFVJHM .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-u0ZddFVJHM .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-u0ZddFVJHM .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u0ZddFVJHM .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u0ZddFVJHM .item-container {
  max-width: 1620px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u0ZddFVJHM .item {
  padding: 0 40px;
  margin-bottom: 30px;
  width: 16.66667%;
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
@media (max-width: 1440px) {
  .cid-u0ZddFVJHM .item {
    padding: 0 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .cid-u0ZddFVJHM .item {
    width: 20%;
  }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-u0ZddFVJHM .item {
    width: 33.33333%;
  }
}
@media (max-width: 680px) {
  .cid-u0ZddFVJHM .item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-u0ZddFVJHM .item-image {
  width: 100%;
}
.cid-u0ZddFVJHM img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}
.cid-u0ZddFVJHM .mbr-card-title {
  color: #000000;
  text-align: center;
  margin: -5px 0 14px;
}
.cid-u0ZddFVJHM .mbr-card-title:hover {
  color: #ee3102;
}
.cid-u0ZddFVJHM h3 {
  margin: 0;
}
.cid-u0ZddFVJHM .mbr-card-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
}
.cid-u0ZddFVJHM .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-u0ZddFVJHM .item-caption {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
.cid-u0ZddFVJHM .item:hover {
  cursor: pointer;
}
.cid-u0ZddFVJHM .item:hover .item-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-u10sKoQhrN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-u10sKoQhrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10sKoQhrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10sKoQhrN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u10sKoQhrN .container {
    padding: 10px 8px;
  }
}
.cid-u10sKoQhrN .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u10sKoQhrN .row {
    padding: 50px 2px;
  }
}
.cid-u10sKoQhrN .row .card {
  padding: 0 8px;
}
.cid-u10sKoQhrN .row .card:nth-child(2) {
  justify-content: center;
}
.cid-u10sKoQhrN .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-u10sKoQhrN .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-u10sKoQhrN .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u10sKoQhrN .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u10sKoQhrN .item:last-child {
  margin-bottom: 0;
}
.cid-u10sKoQhrN .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u10sKoQhrN .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u10sKoQhrN .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-u10sKoQhrN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u10sKoQhrN .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u10sKoQhrN .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u10sKoQhrN .content-wrapper {
    margin: 50px 0;
  }
}
.cid-u10sKoQhrN .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-u10sKoQhrN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ccdbc2;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ccdbc2;
  margin-bottom: 0;
}
.cid-u10sKoQhrN .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u10sKoQhrN .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u10sKoQhrN .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u10sKoQhrN .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u10sKoQhrN .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u10sKoQhrN .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u10sKoQhrN .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-u10sKoQhrN .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-u10sKoQhrN .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u10sKoQhrN .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u10sKoQhrN .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-u10sKoQhrN .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u10sKoQhrN .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u10sKoQhrN .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u10sKoQhrN .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u10sKoQhrN .mbr-desc,
.cid-u10sKoQhrN .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u10sKoQhrN .card-title {
  color: #222222;
}
.cid-u10sKoQhrN .card-text {
  color: #222222;
}
.cid-u0ZdhXpcZN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0ZdhXpcZN h2,
.cid-u0ZdhXpcZN h3,
.cid-u0ZdhXpcZN h4,
.cid-u0ZdhXpcZN h5 {
  margin: 0;
}
.cid-u0ZdhXpcZN .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-u0ZdhXpcZN .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-u0ZdhXpcZN .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u0ZdhXpcZN .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u0ZdhXpcZN .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-u0ZdhXpcZN .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u0ZdhXpcZN .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-u0ZdhXpcZN .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u0ZdhXpcZN .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-u0ZdhXpcZN .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u0ZdhXpcZN .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-u0ZdhXpcZN .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u0ZdhXpcZN .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u0ZdhXpcZN .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-u0ZdhXpcZN .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-u0ZdhXpcZN .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-u0ZdgNAxIx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u0ZdgNAxIx .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u0ZdgNAxIx .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u0ZdgNAxIx .people {
    padding: 0;
  }
}
.cid-u0ZdgNAxIx .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u0ZdgNAxIx .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u0ZdgNAxIx .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u0ZdgNAxIx .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u0ZdgNAxIx h3 {
  margin: 0;
}
.cid-u0ZdgNAxIx .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u0ZdgNAxIx .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u0ZdgNAxIx .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u0ZdgNAxIx .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u0ZdgNAxIx .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u0ZdgNAxIx .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZdgNAxIx .item:hover {
  cursor: pointer;
}
.cid-u0ZdgNAxIx .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u0ZcTxlr5H {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZcTxlr5H .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZcTxlr5H .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZcTxlr5H .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZcTxlr5H .info .col-6,
  .cid-u0ZcTxlr5H .info .col-5 {
    width: 100%;
  }
  .cid-u0ZcTxlr5H .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZcTxlr5H .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZcTxlr5H .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZcTxlr5H .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZcTxlr5H .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZcTxlr5H .content {
    padding: 0;
  }
}
.cid-u0ZcTxlr5H .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZcTxlr5H .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZcTxlr5H .contacts {
  margin: 20px 0;
}
.cid-u0ZcTxlr5H .contacts p {
  margin: 0;
}
.cid-u0ZcTxlr5H .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZcTxlr5H .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZcTxlr5H .socials-item .link {
  color: #000000;
}
.cid-u0ZcTxlr5H .mbr-contacts {
  color: #000000;
}
.cid-u0ZcTxlr5H .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZcTxlr5H .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZcTxlr5H .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZcTxlr5H .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZcTxlr5H .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZcTxlr5H .item:first-child {
  margin-left: 0;
}
.cid-u0ZcTxlr5H .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZcTxlr5H .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZcTxlr5H .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZcTxlr5H .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZcTxlr5H .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZcTxlr5H .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZcTxlr5H .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZcTxlr5H .item:hover {
  cursor: pointer;
}
.cid-u0ZcTxlr5H .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZcTxlr5H .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZcTxlr5H .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZcTxlr5H .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZcTxlr5H .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZcTxlr5H .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZcTxlr5H .menu p {
  margin: 0 0 5px;
}
.cid-u0ZcTxlr5H h6 {
  font-size: 21px;
}
.cid-u0ZcTxlr5H .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZcTxlr5H .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZcTxlr5H .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZcTxlr5H .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0ZakGtiUp {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZakGtiUp nav.navbar {
  position: fixed;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZakGtiUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZakGtiUp .dropdown-item:hover,
.cid-u0ZakGtiUp .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZakGtiUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZakGtiUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZakGtiUp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZakGtiUp .nav-item {
  margin: 0 31px;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZakGtiUp .nav-link {
  position: relative;
}
.cid-u0ZakGtiUp .nav-link:hover,
.cid-u0ZakGtiUp .nav-link:focus,
.cid-u0ZakGtiUp .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZakGtiUp .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar-caption:hover,
.cid-u0ZakGtiUp .navbar-caption:focus,
.cid-u0ZakGtiUp .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZakGtiUp .dropdown-menu,
.cid-u0ZakGtiUp .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZakGtiUp .nav-item:focus,
.cid-u0ZakGtiUp .nav-link:focus {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZakGtiUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZakGtiUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZakGtiUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZakGtiUp .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZakGtiUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZakGtiUp .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZakGtiUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZakGtiUp .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZakGtiUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZakGtiUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZakGtiUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZakGtiUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZakGtiUp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZakGtiUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZakGtiUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZakGtiUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZakGtiUp .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;
  display: flex;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown-item.active,
.cid-u0ZakGtiUp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZakGtiUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZakGtiUp .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZakGtiUp ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZakGtiUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZakGtiUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZakGtiUp .navbar {
    height: 70px;
  }
  .cid-u0ZakGtiUp .navbar.opened {
    height: auto;
  }
  .cid-u0ZakGtiUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0ZakGYU27 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u0ZakGYU27 h2,
.cid-u0ZakGYU27 h4,
.cid-u0ZakGYU27 p {
  margin: 0;
}
.cid-u0ZakGYU27 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u0ZakGYU27 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u0ZakGYU27 .image-wrap {
    margin-top: 30px;
  }
}
.cid-u0ZakGYU27 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u0ZakGYU27 .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZakGYU27 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZakGYU27 .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u0ZakGYU27 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakGYU27 .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZakGYU27 .socials-item .link {
  color: #000000;
}
.cid-u10HKjTSq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u10HKjTSq7 .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .mbr-section-head {
    padding: 0;
  }
}
.cid-u10HKjTSq7 .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .people {
    padding: 0;
  }
}
.cid-u10HKjTSq7 .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u10HKjTSq7 .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10HKjTSq7 .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u10HKjTSq7 .mbr-text {
    width: 100%;
  }
}
.cid-u10HKjTSq7 .item-name {
  color: #000000;
  margin: 0;
}
.cid-u10HKjTSq7 h3 {
  margin: 0;
}
.cid-u10HKjTSq7 .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10HKjTSq7 .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .item {
    margin-bottom: 80px;
  }
}
.cid-u10HKjTSq7 .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .item-wrapper {
    flex-direction: column;
  }
}
.cid-u10HKjTSq7 .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u10HKjTSq7 .top {
  padding-top: 16px;
}
.cid-u10HKjTSq7 .socials-wrap {
  margin-bottom: 5px;
}
.cid-u10HKjTSq7 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u10HKjTSq7 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u10HKjTSq7 .socials-item .link {
  color: #000000;
}
.cid-u10HKjTSq7 .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u10HKjTSq7 .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u10HKjTSq7 .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u10HKjTSq7 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u10HKjTSq7 .item:hover {
  cursor: pointer;
}
.cid-u10HKjTSq7 .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u10HKV9Krb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u10HKV9Krb .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .mbr-section-head {
    padding: 0;
  }
}
.cid-u10HKV9Krb .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .people {
    padding: 0;
  }
}
.cid-u10HKV9Krb .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u10HKV9Krb .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10HKV9Krb .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u10HKV9Krb .mbr-text {
    width: 100%;
  }
}
.cid-u10HKV9Krb .item-name {
  color: #000000;
  margin: 0;
}
.cid-u10HKV9Krb h3 {
  margin: 0;
}
.cid-u10HKV9Krb .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10HKV9Krb .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .item {
    margin-bottom: 80px;
  }
}
.cid-u10HKV9Krb .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .item-wrapper {
    flex-direction: column;
  }
}
.cid-u10HKV9Krb .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u10HKV9Krb .top {
  padding-top: 16px;
}
.cid-u10HKV9Krb .socials-wrap {
  margin-bottom: 5px;
}
.cid-u10HKV9Krb .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u10HKV9Krb .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u10HKV9Krb .socials-item .link {
  color: #000000;
}
.cid-u10HKV9Krb .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u10HKV9Krb .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u10HKV9Krb .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u10HKV9Krb .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u10HKV9Krb .item:hover {
  cursor: pointer;
}
.cid-u10HKV9Krb .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u0ZakHvqau {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZakHvqau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .info .col-6,
  .cid-u0ZakHvqau .info .col-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .content {
    padding: 0;
  }
}
.cid-u0ZakHvqau .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZakHvqau .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZakHvqau .contacts {
  margin: 20px 0;
}
.cid-u0ZakHvqau .contacts p {
  margin: 0;
}
.cid-u0ZakHvqau .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZakHvqau .socials-item .link {
  color: #000000;
}
.cid-u0ZakHvqau .mbr-contacts {
  color: #000000;
}
.cid-u0ZakHvqau .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZakHvqau .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZakHvqau .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZakHvqau .item:first-child {
  margin-left: 0;
}
.cid-u0ZakHvqau .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZakHvqau .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZakHvqau .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZakHvqau .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZakHvqau .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZakHvqau .item:hover {
  cursor: pointer;
}
.cid-u0ZakHvqau .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZakHvqau .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZakHvqau .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZakHvqau .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZakHvqau .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZakHvqau .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .menu p {
  margin: 0 0 5px;
}
.cid-u0ZakHvqau h6 {
  font-size: 21px;
}
.cid-u0ZakHvqau .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZakHvqau .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZakHvqau .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZakHvqau .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0ZakGtiUp {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZakGtiUp nav.navbar {
  position: fixed;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZakGtiUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZakGtiUp .dropdown-item:hover,
.cid-u0ZakGtiUp .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZakGtiUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZakGtiUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZakGtiUp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZakGtiUp .nav-item {
  margin: 0 31px;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZakGtiUp .nav-link {
  position: relative;
}
.cid-u0ZakGtiUp .nav-link:hover,
.cid-u0ZakGtiUp .nav-link:focus,
.cid-u0ZakGtiUp .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZakGtiUp .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar-caption:hover,
.cid-u0ZakGtiUp .navbar-caption:focus,
.cid-u0ZakGtiUp .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZakGtiUp .dropdown-menu,
.cid-u0ZakGtiUp .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZakGtiUp .nav-item:focus,
.cid-u0ZakGtiUp .nav-link:focus {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZakGtiUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZakGtiUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZakGtiUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZakGtiUp .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZakGtiUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZakGtiUp .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZakGtiUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZakGtiUp .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZakGtiUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZakGtiUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZakGtiUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZakGtiUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZakGtiUp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZakGtiUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZakGtiUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZakGtiUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZakGtiUp .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;
  display: flex;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown-item.active,
.cid-u0ZakGtiUp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZakGtiUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZakGtiUp .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZakGtiUp ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZakGtiUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZakGtiUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZakGtiUp .navbar {
    height: 70px;
  }
  .cid-u0ZakGtiUp .navbar.opened {
    height: auto;
  }
  .cid-u0ZakGtiUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u10J4uUhT9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #99a505;
}
.cid-u10J4uUhT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10J4uUhT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u10J4uUhT9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u10J4uUhT9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u10J4uUhT9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10J4uUhT9 .mbr-section-title {
  color: #ffffff;
}
.cid-u10J4uUhT9 .mbr-text {
  color: #ffffff;
}
.cid-u10T8CigsL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u10T8CigsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10T8CigsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10T8CigsL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u10T8CigsL .team-card:hover {
  transform: translateY(-10px);
}
.cid-u10T8CigsL .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u10T8CigsL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u10T8CigsL .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u10T8CigsL .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u10T8CigsL .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u10T8CigsL .social-row {
  text-align: center;
}
.cid-u10T8CigsL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u10T8CigsL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u10T8CigsL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u10T8CigsL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u10V1IOyTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u10V1IOyTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10V1IOyTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u10V1IOyTn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u10V1IOyTn .row {
  flex-direction: row-reverse;
}
.cid-u10V1IOyTn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u10V1IOyTn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10IVQKSni {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u10IVQKSni .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10IVQKSni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10IVQKSni .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u10IVQKSni .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u10IVQKSni .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u10IVQKSni .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u10IVQKSni .row .row {
    flex-direction: column-reverse;
  }
  .cid-u10IVQKSni .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u10IVQKSni .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u10IVQKSni .card-subtitle {
  color: #65478e;
}
.cid-u10IVQKSni .mbr-text {
  color: #555555;
}
.cid-u10JPxY6Gw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ccdbc2;
}
.cid-u10JPxY6Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10JPxY6Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10JPxY6Gw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u10JPxY6Gw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u10JPxY6Gw .container {
    padding: 0 24px;
  }
}
.cid-u10JPxY6Gw .row {
  justify-content: center;
}
.cid-u10JPxY6Gw .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u10JPxY6Gw .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u10JPxY6Gw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #99a505;
  border-radius: .75rem;
}
.cid-u10JPxY6Gw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u10JPxY6Gw .mbr-section-title {
  color: #141414;
}
.cid-u10JPxY6Gw .mbr-text {
  color: #141414;
}
.cid-u10IXA5NiE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u10IXA5NiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10IXA5NiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10IXA5NiE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u10IXA5NiE .img-item {
  position: relative;
}
.cid-u10IXA5NiE .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-u10IXA5NiE .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-u10IXA5NiE .img-item .img-description p {
  margin-bottom: 0;
}
.cid-u10IX1E7s2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u10IX1E7s2 img,
.cid-u10IX1E7s2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u10IX1E7s2 .item:focus,
.cid-u10IX1E7s2 span:focus {
  outline: none;
}
.cid-u10IX1E7s2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u10IX1E7s2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u10IX1E7s2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u10IX1E7s2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u10IX1E7s2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u10IX1E7s2 .mbr-section-title {
  color: #232323;
}
.cid-u10IX1E7s2 .mbr-text,
.cid-u10IX1E7s2 .mbr-section-btn {
  text-align: left;
}
.cid-u10IX1E7s2 .item-title {
  text-align: left;
}
.cid-u10IX1E7s2 .item-subtitle {
  text-align: left;
}
.cid-u10T7mxTJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u10T7mxTJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10T7mxTJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u10T7mxTJ6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10T7mxTJ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u10T7mxTJ6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u0ZakHvqau {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZakHvqau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .info .col-6,
  .cid-u0ZakHvqau .info .col-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .content {
    padding: 0;
  }
}
.cid-u0ZakHvqau .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZakHvqau .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZakHvqau .contacts {
  margin: 20px 0;
}
.cid-u0ZakHvqau .contacts p {
  margin: 0;
}
.cid-u0ZakHvqau .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZakHvqau .socials-item .link {
  color: #000000;
}
.cid-u0ZakHvqau .mbr-contacts {
  color: #000000;
}
.cid-u0ZakHvqau .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZakHvqau .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZakHvqau .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZakHvqau .item:first-child {
  margin-left: 0;
}
.cid-u0ZakHvqau .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZakHvqau .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZakHvqau .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZakHvqau .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZakHvqau .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZakHvqau .item:hover {
  cursor: pointer;
}
.cid-u0ZakHvqau .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZakHvqau .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZakHvqau .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZakHvqau .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZakHvqau .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZakHvqau .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .menu p {
  margin: 0 0 5px;
}
.cid-u0ZakHvqau h6 {
  font-size: 21px;
}
.cid-u0ZakHvqau .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZakHvqau .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZakHvqau .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZakHvqau .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0ZakGtiUp {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZakGtiUp nav.navbar {
  position: fixed;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZakGtiUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZakGtiUp .dropdown-item:hover,
.cid-u0ZakGtiUp .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZakGtiUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZakGtiUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZakGtiUp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZakGtiUp .nav-item {
  margin: 0 31px;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZakGtiUp .nav-link {
  position: relative;
}
.cid-u0ZakGtiUp .nav-link:hover,
.cid-u0ZakGtiUp .nav-link:focus,
.cid-u0ZakGtiUp .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZakGtiUp .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar-caption:hover,
.cid-u0ZakGtiUp .navbar-caption:focus,
.cid-u0ZakGtiUp .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZakGtiUp .dropdown-menu,
.cid-u0ZakGtiUp .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZakGtiUp .nav-item:focus,
.cid-u0ZakGtiUp .nav-link:focus {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZakGtiUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZakGtiUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZakGtiUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZakGtiUp .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZakGtiUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZakGtiUp .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZakGtiUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZakGtiUp .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZakGtiUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZakGtiUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZakGtiUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZakGtiUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZakGtiUp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZakGtiUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZakGtiUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZakGtiUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZakGtiUp .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;
  display: flex;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown-item.active,
.cid-u0ZakGtiUp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZakGtiUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZakGtiUp .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZakGtiUp ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZakGtiUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZakGtiUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZakGtiUp .navbar {
    height: 70px;
  }
  .cid-u0ZakGtiUp .navbar.opened {
    height: auto;
  }
  .cid-u0ZakGtiUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u10OqWw6nA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/deluxe-finished-2000x1000.png");
}
.cid-u10OqWw6nA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10OqWw6nA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10OqWw6nA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u10OqWw6nA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u10OqWw6nA .container {
    padding: 0 24px;
  }
}
.cid-u10OqWw6nA .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-u10OqWw6nA .title-wrapper {
    padding: 0;
  }
}
.cid-u10OqWw6nA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-u10OqWw6nA .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-u10OqWw6nA .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u10OqWw6nA .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u10OqWw6nA .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u10OqWw6nA .mbr-section-title,
.cid-u10OqWw6nA .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-u10OqWw6nA .mbr-section-title,
.cid-u10OqWw6nA .title-wrapper,
.cid-u10OqWw6nA .mbr-section-btn {
  text-align: center;
}
.cid-u10OOMCB68 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u10OOMCB68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10OOMCB68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10OOMCB68 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u10OOMCB68 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u10OOMCB68 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u10OOMCB68 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u10OOMCB68 .row .row {
    flex-direction: column-reverse;
  }
  .cid-u10OOMCB68 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u10OOMCB68 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u10OOMCB68 .card-subtitle {
  color: #583b8e;
}
.cid-u10OOMCB68 .mbr-text {
  color: #555555;
}
.cid-u10OQgFLrJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u10OQgFLrJ .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .mbr-section-head {
    padding: 0;
  }
}
.cid-u10OQgFLrJ .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .people {
    padding: 0;
  }
}
.cid-u10OQgFLrJ .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u10OQgFLrJ .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10OQgFLrJ .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u10OQgFLrJ .mbr-text {
    width: 100%;
  }
}
.cid-u10OQgFLrJ .item-name {
  color: #000000;
  margin: 0;
}
.cid-u10OQgFLrJ h3 {
  margin: 0;
}
.cid-u10OQgFLrJ .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10OQgFLrJ .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .item {
    margin-bottom: 80px;
  }
}
.cid-u10OQgFLrJ .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .item-wrapper {
    flex-direction: column;
  }
}
.cid-u10OQgFLrJ .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u10OQgFLrJ .top {
  padding-top: 16px;
}
.cid-u10OQgFLrJ .socials-wrap {
  margin-bottom: 5px;
}
.cid-u10OQgFLrJ .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u10OQgFLrJ .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u10OQgFLrJ .socials-item .link {
  color: #000000;
}
.cid-u10OQgFLrJ .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u10OQgFLrJ .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u10OQgFLrJ .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u10OQgFLrJ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u10OQgFLrJ .item:hover {
  cursor: pointer;
}
.cid-u10OQgFLrJ .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u10SiQjPVg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u10SiQjPVg .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .mbr-section-head {
    padding: 0;
  }
}
.cid-u10SiQjPVg .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .people {
    padding: 0;
  }
}
.cid-u10SiQjPVg .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u10SiQjPVg .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10SiQjPVg .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u10SiQjPVg .mbr-text {
    width: 100%;
  }
}
.cid-u10SiQjPVg .item-name {
  color: #000000;
  margin: 0;
}
.cid-u10SiQjPVg h3 {
  margin: 0;
}
.cid-u10SiQjPVg .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10SiQjPVg .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .item {
    margin-bottom: 80px;
  }
}
.cid-u10SiQjPVg .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .item-wrapper {
    flex-direction: column;
  }
}
.cid-u10SiQjPVg .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u10SiQjPVg .top {
  padding-top: 16px;
}
.cid-u10SiQjPVg .socials-wrap {
  margin-bottom: 5px;
}
.cid-u10SiQjPVg .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u10SiQjPVg .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u10SiQjPVg .socials-item .link {
  color: #000000;
}
.cid-u10SiQjPVg .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u10SiQjPVg .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u10SiQjPVg .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u10SiQjPVg .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u10SiQjPVg .item:hover {
  cursor: pointer;
}
.cid-u10SiQjPVg .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u2TQcIc7xj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2TQcIc7xj .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-u2TQcIc7xj .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-u2TQcIc7xj .card {
  cursor: pointer;
}
.cid-u2TQcIc7xj .card:hover .card-title {
  transform: scale(0.9);
}
.cid-u2TQcIc7xj .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-u2TQcIc7xj .card-box {
  background: #ffffff;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-u2TQcIc7xj .mbr-section-title {
  color: #99a505;
}
.cid-u2TQcIc7xj .mbr-section-subtitle {
  color: #558632;
}
.cid-u2TQcIc7xj .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-u2TQcIc7xj .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-u2TQcIc7xj .card-title,
.cid-u2TQcIc7xj .card-box {
  text-align: center;
  color: #8d8d8d;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-u2TQcIc7xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2TQcIc7xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10OZwzVph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u10OZwzVph .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u10OZwzVph .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u10OZwzVph .people {
    padding: 0;
  }
}
.cid-u10OZwzVph .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u10OZwzVph .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u10OZwzVph .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u10OZwzVph .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u10OZwzVph h3 {
  margin: 0;
}
.cid-u10OZwzVph .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u10OZwzVph .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u10OZwzVph .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u10OZwzVph .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u10OZwzVph .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u10OZwzVph .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u10OZwzVph .item:hover {
  cursor: pointer;
}
.cid-u10OZwzVph .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u0ZakHvqau {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZakHvqau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .info .col-6,
  .cid-u0ZakHvqau .info .col-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .content {
    padding: 0;
  }
}
.cid-u0ZakHvqau .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZakHvqau .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZakHvqau .contacts {
  margin: 20px 0;
}
.cid-u0ZakHvqau .contacts p {
  margin: 0;
}
.cid-u0ZakHvqau .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZakHvqau .socials-item .link {
  color: #000000;
}
.cid-u0ZakHvqau .mbr-contacts {
  color: #000000;
}
.cid-u0ZakHvqau .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZakHvqau .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZakHvqau .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZakHvqau .item:first-child {
  margin-left: 0;
}
.cid-u0ZakHvqau .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZakHvqau .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZakHvqau .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZakHvqau .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZakHvqau .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZakHvqau .item:hover {
  cursor: pointer;
}
.cid-u0ZakHvqau .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZakHvqau .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZakHvqau .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZakHvqau .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZakHvqau .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZakHvqau .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .menu p {
  margin: 0 0 5px;
}
.cid-u0ZakHvqau h6 {
  font-size: 21px;
}
.cid-u0ZakHvqau .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZakHvqau .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZakHvqau .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZakHvqau .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0ZakGtiUp {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZakGtiUp nav.navbar {
  position: fixed;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZakGtiUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZakGtiUp .dropdown-item:hover,
.cid-u0ZakGtiUp .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZakGtiUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZakGtiUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZakGtiUp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZakGtiUp .nav-item {
  margin: 0 31px;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZakGtiUp .nav-link {
  position: relative;
}
.cid-u0ZakGtiUp .nav-link:hover,
.cid-u0ZakGtiUp .nav-link:focus,
.cid-u0ZakGtiUp .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZakGtiUp .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar-caption:hover,
.cid-u0ZakGtiUp .navbar-caption:focus,
.cid-u0ZakGtiUp .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZakGtiUp .dropdown-menu,
.cid-u0ZakGtiUp .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZakGtiUp .nav-item:focus,
.cid-u0ZakGtiUp .nav-link:focus {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZakGtiUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZakGtiUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZakGtiUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZakGtiUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZakGtiUp .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZakGtiUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZakGtiUp .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZakGtiUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZakGtiUp .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZakGtiUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZakGtiUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZakGtiUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZakGtiUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZakGtiUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZakGtiUp .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-u0ZakGtiUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZakGtiUp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZakGtiUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZakGtiUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZakGtiUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZakGtiUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZakGtiUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZakGtiUp .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;
  display: flex;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZakGtiUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZakGtiUp .dropdown-item.active,
.cid-u0ZakGtiUp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZakGtiUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZakGtiUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZakGtiUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZakGtiUp .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZakGtiUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZakGtiUp ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZakGtiUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZakGtiUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZakGtiUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZakGtiUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZakGtiUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZakGtiUp a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZakGtiUp .navbar {
    height: 70px;
  }
  .cid-u0ZakGtiUp .navbar.opened {
    height: auto;
  }
  .cid-u0ZakGtiUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u10U1acpBj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #99a505;
}
.cid-u10U1acpBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10U1acpBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u10U1acpBj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u10U1acpBj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u10U1acpBj .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10U1acpBj .mbr-section-title {
  color: #ffffff;
}
.cid-u10U1acpBj .mbr-text {
  color: #ffffff;
}
.cid-u10U0DISzJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u10U0DISzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10U0DISzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10U0DISzJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u10U0DISzJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-u10U0DISzJ .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u10U0DISzJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u10U0DISzJ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u10U0DISzJ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u10U0DISzJ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u10U0DISzJ .social-row {
  text-align: center;
}
.cid-u10U0DISzJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u10U0DISzJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u10U0DISzJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u10U0DISzJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u10Wftc8QW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u10Wftc8QW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10Wftc8QW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u10Wftc8QW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .container {
    padding: 0 30px;
  }
}
.cid-u10Wftc8QW .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u10Wftc8QW .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #99a505;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-u10Wftc8QW .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-u10Wftc8QW .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u10Wftc8QW .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-u10Wftc8QW .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u10Wftc8QW .mbr-section-title {
  color: #ffffff;
}
.cid-u10Wftc8QW .mbr-card-title {
  color: #ffffff;
}
.cid-u10Wftc8QW .mbr-text {
  color: #ffffff;
}
.cid-u10Wftc8QW .mbr-number {
  color: #FE5115;
}
.cid-u10USWT7wG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u10USWT7wG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10USWT7wG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u10USWT7wG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u10USWT7wG .row {
  flex-direction: row-reverse;
}
.cid-u10USWT7wG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u10USWT7wG .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10UTx703y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u10UTx703y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u10UTx703y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u10UTx703y .text-wrapper {
    padding: 2rem;
  }
}
.cid-u10UTx703y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u10UTx703y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u0ZakHvqau {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZakHvqau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .info .col-6,
  .cid-u0ZakHvqau .info .col-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZakHvqau .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZakHvqau .content {
    padding: 0;
  }
}
.cid-u0ZakHvqau .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZakHvqau .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZakHvqau .contacts {
  margin: 20px 0;
}
.cid-u0ZakHvqau .contacts p {
  margin: 0;
}
.cid-u0ZakHvqau .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZakHvqau .socials-item .link {
  color: #000000;
}
.cid-u0ZakHvqau .mbr-contacts {
  color: #000000;
}
.cid-u0ZakHvqau .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZakHvqau .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZakHvqau .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZakHvqau .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZakHvqau .item:first-child {
  margin-left: 0;
}
.cid-u0ZakHvqau .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZakHvqau .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZakHvqau .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZakHvqau .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZakHvqau .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZakHvqau .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZakHvqau .item:hover {
  cursor: pointer;
}
.cid-u0ZakHvqau .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZakHvqau .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZakHvqau .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZakHvqau .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZakHvqau .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZakHvqau .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZakHvqau .menu p {
  margin: 0 0 5px;
}
.cid-u0ZakHvqau h6 {
  font-size: 21px;
}
.cid-u0ZakHvqau .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZakHvqau .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZakHvqau .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZakHvqau .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u15SgYEBsb {
  z-index: 1000;
  width: 100%;
}
.cid-u15SgYEBsb nav.navbar {
  position: fixed;
}
.cid-u15SgYEBsb .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-u15SgYEBsb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u15SgYEBsb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u15SgYEBsb .dropdown-item:hover,
.cid-u15SgYEBsb .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u15SgYEBsb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u15SgYEBsb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u15SgYEBsb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u15SgYEBsb .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u15SgYEBsb .nav-item {
  margin: 0 31px;
}
.cid-u15SgYEBsb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u15SgYEBsb .nav-link {
  position: relative;
}
.cid-u15SgYEBsb .nav-link:hover,
.cid-u15SgYEBsb .nav-link:focus,
.cid-u15SgYEBsb .nav-link:active {
  color: #99a505 !important;
}
.cid-u15SgYEBsb .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u15SgYEBsb .container {
    flex-wrap: inherit;
  }
}
.cid-u15SgYEBsb .navbar-caption:hover,
.cid-u15SgYEBsb .navbar-caption:focus,
.cid-u15SgYEBsb .navbar-caption:active {
  color: #558632 !important;
}
.cid-u15SgYEBsb .dropdown-menu,
.cid-u15SgYEBsb .navbar.opened {
  background: #ffffff !important;
}
.cid-u15SgYEBsb .nav-item:focus,
.cid-u15SgYEBsb .nav-link:focus {
  outline: none;
}
.cid-u15SgYEBsb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u15SgYEBsb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u15SgYEBsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u15SgYEBsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u15SgYEBsb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u15SgYEBsb .navbar.opened {
  transition: all 0.3s;
}
.cid-u15SgYEBsb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u15SgYEBsb .navbar .navbar-logo img {
  width: auto;
}
.cid-u15SgYEBsb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u15SgYEBsb .navbar.collapsed {
  justify-content: center;
}
.cid-u15SgYEBsb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u15SgYEBsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15SgYEBsb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u15SgYEBsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u15SgYEBsb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u15SgYEBsb .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-u15SgYEBsb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u15SgYEBsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u15SgYEBsb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u15SgYEBsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u15SgYEBsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u15SgYEBsb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u15SgYEBsb .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-u15SgYEBsb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u15SgYEBsb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u15SgYEBsb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u15SgYEBsb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u15SgYEBsb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u15SgYEBsb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u15SgYEBsb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u15SgYEBsb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u15SgYEBsb .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;
  display: flex;
}
.cid-u15SgYEBsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u15SgYEBsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u15SgYEBsb .dropdown-item.active,
.cid-u15SgYEBsb .dropdown-item:active {
  background-color: transparent;
}
.cid-u15SgYEBsb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u15SgYEBsb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u15SgYEBsb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u15SgYEBsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u15SgYEBsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u15SgYEBsb .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u15SgYEBsb .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u15SgYEBsb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u15SgYEBsb ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u15SgYEBsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u15SgYEBsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u15SgYEBsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u15SgYEBsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15SgYEBsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15SgYEBsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u15SgYEBsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15SgYEBsb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u15SgYEBsb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u15SgYEBsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15SgYEBsb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u15SgYEBsb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u15SgYEBsb a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u15SgYEBsb .navbar {
    height: 70px;
  }
  .cid-u15SgYEBsb .navbar.opened {
    height: auto;
  }
  .cid-u15SgYEBsb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15SgZU4IB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u15SgZU4IB h2,
.cid-u15SgZU4IB h4,
.cid-u15SgZU4IB p {
  margin: 0;
}
.cid-u15SgZU4IB .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u15SgZU4IB .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u15SgZU4IB .image-wrap {
    margin-top: 30px;
  }
}
.cid-u15SgZU4IB img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u15SgZU4IB .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u15SgZU4IB .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u15SgZU4IB .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u15SgZU4IB .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15SgZU4IB .socials p {
  margin: 0 20px 0 0;
}
.cid-u15SgZU4IB .socials-item .link {
  color: #000000;
}
.cid-u15SE8EGPu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u15SE8EGPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15SE8EGPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15SE8EGPu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u15SE8EGPu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u15SE8EGPu .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #558632;
}
.cid-u15SE8EGPu .panel-body,
.cid-u15SE8EGPu .card-header {
  padding: 1rem 0;
}
.cid-u15SE8EGPu .panel-title-edit {
  color: #000000;
}
.cid-u15TDhwt2B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u15TDhwt2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15TDhwt2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15TDhwt2B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u15TDhwt2B .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u15TDhwt2B .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u15TDhwt2B .card {
    margin-bottom: 2rem;
  }
  .cid-u15TDhwt2B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u15UE8wP48 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u15UE8wP48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15UE8wP48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15UE8wP48 .mbr-section-title,
.cid-u15UE8wP48 .mbr-section-subtitle {
  text-align: center;
}
.cid-u15UE8wP48 .cost {
  word-break: normal;
}
.cid-u15UE8wP48 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u15UE8wP48 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u15UE8wP48 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15UE8wP48 .card-wrapper {
    padding: 1rem;
  }
}
.cid-u15SvRfi1q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u15SvRfi1q h2,
.cid-u15SvRfi1q h3,
.cid-u15SvRfi1q h4,
.cid-u15SvRfi1q p {
  margin: 0;
}
.cid-u15SvRfi1q .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u15SvRfi1q .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u15SvRfi1q .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u15SvRfi1q .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u15SvRfi1q .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u15SvRfi1q .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u15SvRfi1q .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u15SwXBebH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u15SwXBebH h2,
.cid-u15SwXBebH h3,
.cid-u15SwXBebH h4,
.cid-u15SwXBebH p {
  margin: 0;
}
.cid-u15SwXBebH .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u15SwXBebH .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u15SwXBebH .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u19Qqgp8ND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Qqgp8ND h2,
.cid-u19Qqgp8ND h4,
.cid-u19Qqgp8ND p {
  margin: 0;
}
.cid-u19Qqgp8ND img {
  width: 100%;
  height: auto;
}
.cid-u19Qqgp8ND .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-u19Qqgp8ND .text-elements-wrap {
    width: 100%;
  }
}
.cid-u19Qqgp8ND .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-u19Qqgp8ND .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u19Qqgp8ND .col-md-7,
  .cid-u19Qqgp8ND .col-md-5 {
    width: 100%;
  }
}
.cid-u19Qqgp8ND .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-u19Qqgp8ND .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-u19Qqgp8ND .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u19Qqgp8ND .link-wrap {
  padding-top: 25px;
}
.cid-u19Qqgp8ND .link {
  font-weight: 600;
  position: relative;
}
.cid-u19Qqgp8ND .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-u15Sh4UxfI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u15Sh4UxfI .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u15Sh4UxfI .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u15Sh4UxfI .people {
    padding: 0;
  }
}
.cid-u15Sh4UxfI .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u15Sh4UxfI .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u15Sh4UxfI .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u15Sh4UxfI .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u15Sh4UxfI h3 {
  margin: 0;
}
.cid-u15Sh4UxfI .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u15Sh4UxfI .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u15Sh4UxfI .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u15Sh4UxfI .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u15Sh4UxfI .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u15Sh4UxfI .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u15Sh4UxfI .item:hover {
  cursor: pointer;
}
.cid-u15Sh4UxfI .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u15Sh3hg0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u15Sh3hg0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15Sh3hg0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15Sh3hg0d .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u15Sh3hg0d .container {
    padding: 10px 8px;
  }
}
.cid-u15Sh3hg0d .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u15Sh3hg0d .row {
    padding: 50px 2px;
  }
}
.cid-u15Sh3hg0d .row .card {
  padding: 0 8px;
}
.cid-u15Sh3hg0d .row .card:nth-child(2) {
  justify-content: center;
}
.cid-u15Sh3hg0d .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-u15Sh3hg0d .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-u15Sh3hg0d .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u15Sh3hg0d .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u15Sh3hg0d .item:last-child {
  margin-bottom: 0;
}
.cid-u15Sh3hg0d .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u15Sh3hg0d .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u15Sh3hg0d .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-u15Sh3hg0d .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u15Sh3hg0d .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u15Sh3hg0d .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u15Sh3hg0d .content-wrapper {
    margin: 50px 0;
  }
}
.cid-u15Sh3hg0d .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-u15Sh3hg0d .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ccdbc2;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ccdbc2;
  margin-bottom: 0;
}
.cid-u15Sh3hg0d .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15Sh3hg0d .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u15Sh3hg0d .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u15Sh3hg0d .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u15Sh3hg0d .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u15Sh3hg0d .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u15Sh3hg0d .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-u15Sh3hg0d .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-u15Sh3hg0d .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u15Sh3hg0d .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u15Sh3hg0d .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-u15Sh3hg0d .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u15Sh3hg0d .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u15Sh3hg0d .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u15Sh3hg0d .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u15Sh3hg0d .mbr-desc,
.cid-u15Sh3hg0d .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u15Sh3hg0d .card-title {
  color: #222222;
}
.cid-u15Sh3hg0d .card-text {
  color: #222222;
}
.cid-u19QR7wDop {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u19QR7wDop .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19QR7wDop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u19QR7wDop .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u19QR7wDop .row {
  flex-direction: row-reverse;
}
.cid-u19QR7wDop img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u19QR7wDop .text-wrapper {
    padding: 2rem;
  }
}
.cid-u15Sh5UZSz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u15Sh5UZSz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15Sh5UZSz .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u15Sh5UZSz .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15Sh5UZSz .info .col-6,
  .cid-u15Sh5UZSz .info .col-5 {
    width: 100%;
  }
  .cid-u15Sh5UZSz .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15Sh5UZSz .content .col-md-5 {
    width: 43%;
  }
  .cid-u15Sh5UZSz .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u15Sh5UZSz .content .col-md-5 {
    width: 100%;
  }
  .cid-u15Sh5UZSz .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u15Sh5UZSz .content {
    padding: 0;
  }
}
.cid-u15Sh5UZSz .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u15Sh5UZSz .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u15Sh5UZSz .contacts {
  margin: 20px 0;
}
.cid-u15Sh5UZSz .contacts p {
  margin: 0;
}
.cid-u15Sh5UZSz .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15Sh5UZSz .socials p {
  margin: 0 20px 0 0;
}
.cid-u15Sh5UZSz .socials-item .link {
  color: #000000;
}
.cid-u15Sh5UZSz .mbr-contacts {
  color: #000000;
}
.cid-u15Sh5UZSz .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u15Sh5UZSz .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u15Sh5UZSz .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u15Sh5UZSz .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u15Sh5UZSz .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u15Sh5UZSz .item:first-child {
  margin-left: 0;
}
.cid-u15Sh5UZSz .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u15Sh5UZSz .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u15Sh5UZSz .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u15Sh5UZSz .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u15Sh5UZSz .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u15Sh5UZSz .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u15Sh5UZSz .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u15Sh5UZSz .item:hover {
  cursor: pointer;
}
.cid-u15Sh5UZSz .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u15Sh5UZSz .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u15Sh5UZSz .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u15Sh5UZSz .mbr-iconfont {
  color: #ffffff;
}
.cid-u15Sh5UZSz .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u15Sh5UZSz .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15Sh5UZSz .menu p {
  margin: 0 0 5px;
}
.cid-u15Sh5UZSz h6 {
  font-size: 21px;
}
.cid-u15Sh5UZSz .menu-title {
  margin-bottom: 10px;
}
.cid-u15Sh5UZSz .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u15Sh5UZSz .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u15Sh5UZSz .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u0ZaWD48H4 {
  z-index: 1000;
  width: 100%;
}
.cid-u0ZaWD48H4 nav.navbar {
  position: fixed;
}
.cid-u0ZaWD48H4 .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-u0ZaWD48H4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0ZaWD48H4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0ZaWD48H4 .dropdown-item:hover,
.cid-u0ZaWD48H4 .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u0ZaWD48H4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0ZaWD48H4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0ZaWD48H4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0ZaWD48H4 .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u0ZaWD48H4 .nav-item {
  margin: 0 31px;
}
.cid-u0ZaWD48H4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0ZaWD48H4 .nav-link {
  position: relative;
}
.cid-u0ZaWD48H4 .nav-link:hover,
.cid-u0ZaWD48H4 .nav-link:focus,
.cid-u0ZaWD48H4 .nav-link:active {
  color: #99a505 !important;
}
.cid-u0ZaWD48H4 .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u0ZaWD48H4 .container {
    flex-wrap: inherit;
  }
}
.cid-u0ZaWD48H4 .navbar-caption:hover,
.cid-u0ZaWD48H4 .navbar-caption:focus,
.cid-u0ZaWD48H4 .navbar-caption:active {
  color: #558632 !important;
}
.cid-u0ZaWD48H4 .dropdown-menu,
.cid-u0ZaWD48H4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u0ZaWD48H4 .nav-item:focus,
.cid-u0ZaWD48H4 .nav-link:focus {
  outline: none;
}
.cid-u0ZaWD48H4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0ZaWD48H4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0ZaWD48H4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0ZaWD48H4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0ZaWD48H4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u0ZaWD48H4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0ZaWD48H4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0ZaWD48H4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u0ZaWD48H4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0ZaWD48H4 .navbar.collapsed {
  justify-content: center;
}
.cid-u0ZaWD48H4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0ZaWD48H4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0ZaWD48H4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0ZaWD48H4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0ZaWD48H4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0ZaWD48H4 .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-u0ZaWD48H4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0ZaWD48H4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0ZaWD48H4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0ZaWD48H4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0ZaWD48H4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0ZaWD48H4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0ZaWD48H4 .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-u0ZaWD48H4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0ZaWD48H4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0ZaWD48H4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0ZaWD48H4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0ZaWD48H4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u0ZaWD48H4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0ZaWD48H4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0ZaWD48H4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0ZaWD48H4 .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;
  display: flex;
}
.cid-u0ZaWD48H4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0ZaWD48H4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0ZaWD48H4 .dropdown-item.active,
.cid-u0ZaWD48H4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0ZaWD48H4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0ZaWD48H4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0ZaWD48H4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0ZaWD48H4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0ZaWD48H4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0ZaWD48H4 .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u0ZaWD48H4 .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u0ZaWD48H4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0ZaWD48H4 ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u0ZaWD48H4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0ZaWD48H4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0ZaWD48H4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0ZaWD48H4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZaWD48H4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0ZaWD48H4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0ZaWD48H4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZaWD48H4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0ZaWD48H4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0ZaWD48H4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0ZaWD48H4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0ZaWD48H4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u0ZaWD48H4 a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0ZaWD48H4 .navbar {
    height: 70px;
  }
  .cid-u0ZaWD48H4 .navbar.opened {
    height: auto;
  }
  .cid-u0ZaWD48H4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0ZaWDKndX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u0ZaWDKndX h2,
.cid-u0ZaWDKndX h4,
.cid-u0ZaWDKndX p {
  margin: 0;
}
.cid-u0ZaWDKndX .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u0ZaWDKndX .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u0ZaWDKndX .image-wrap {
    margin-top: 30px;
  }
}
.cid-u0ZaWDKndX img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u0ZaWDKndX .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZaWDKndX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u0ZaWDKndX .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u0ZaWDKndX .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZaWDKndX .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZaWDKndX .socials-item .link {
  color: #000000;
}
.cid-u0ZcN2HiZN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u0ZcN2HiZN .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .mbr-section-head {
    padding: 0;
  }
}
.cid-u0ZcN2HiZN .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .people {
    padding: 0;
  }
}
.cid-u0ZcN2HiZN .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u0ZcN2HiZN .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u0ZcN2HiZN .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u0ZcN2HiZN .mbr-text {
    width: 100%;
  }
}
.cid-u0ZcN2HiZN .item-name {
  color: #000000;
  margin: 0;
}
.cid-u0ZcN2HiZN h3 {
  margin: 0;
}
.cid-u0ZcN2HiZN .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u0ZcN2HiZN .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .item {
    margin-bottom: 80px;
  }
}
.cid-u0ZcN2HiZN .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .item-wrapper {
    flex-direction: column;
  }
}
.cid-u0ZcN2HiZN .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u0ZcN2HiZN .top {
  padding-top: 16px;
}
.cid-u0ZcN2HiZN .socials-wrap {
  margin-bottom: 5px;
}
.cid-u0ZcN2HiZN .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u0ZcN2HiZN .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u0ZcN2HiZN .socials-item .link {
  color: #000000;
}
.cid-u0ZcN2HiZN .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u0ZcN2HiZN .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u0ZcN2HiZN .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u0ZcN2HiZN .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZcN2HiZN .item:hover {
  cursor: pointer;
}
.cid-u0ZcN2HiZN .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u0ZcL4TwSN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u0ZcL4TwSN .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .mbr-section-head {
    padding: 0;
  }
}
.cid-u0ZcL4TwSN .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .people {
    padding: 0;
  }
}
.cid-u0ZcL4TwSN .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u0ZcL4TwSN .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u0ZcL4TwSN .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u0ZcL4TwSN .mbr-text {
    width: 100%;
  }
}
.cid-u0ZcL4TwSN .item-name {
  color: #000000;
  margin: 0;
}
.cid-u0ZcL4TwSN h3 {
  margin: 0;
}
.cid-u0ZcL4TwSN .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u0ZcL4TwSN .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .item {
    margin-bottom: 80px;
  }
}
.cid-u0ZcL4TwSN .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .item-wrapper {
    flex-direction: column;
  }
}
.cid-u0ZcL4TwSN .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u0ZcL4TwSN .top {
  padding-top: 16px;
}
.cid-u0ZcL4TwSN .socials-wrap {
  margin-bottom: 5px;
}
.cid-u0ZcL4TwSN .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u0ZcL4TwSN .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u0ZcL4TwSN .socials-item .link {
  color: #000000;
}
.cid-u0ZcL4TwSN .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u0ZcL4TwSN .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u0ZcL4TwSN .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u0ZcL4TwSN .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZcL4TwSN .item:hover {
  cursor: pointer;
}
.cid-u0ZcL4TwSN .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u1120Cxc5v {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-u1120Cxc5v img,
.cid-u1120Cxc5v .item-img {
  width: 100%;
}
.cid-u1120Cxc5v .item:focus,
.cid-u1120Cxc5v span:focus {
  outline: none;
}
.cid-u1120Cxc5v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1120Cxc5v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1120Cxc5v .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1120Cxc5v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1120Cxc5v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1120Cxc5v .mbr-section-title {
  color: #ffffff;
}
.cid-u1120Cxc5v .mbr-text,
.cid-u1120Cxc5v .mbr-section-btn {
  text-align: left;
}
.cid-u1120Cxc5v .item-title {
  text-align: left;
}
.cid-u1120Cxc5v .item-subtitle {
  text-align: center;
}
.cid-u1120Cxc5v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u112CssLkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u112CssLkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u112CssLkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u112CssLkZ .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-u112CssLkZ .image-wrapper {
    margin: 0;
  }
}
.cid-u112CssLkZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-u112CssLkZ .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-u112CssLkZ .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-u112CssLkZ .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-u112CssLkZ .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-u112CssLkZ .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u112CssLkZ .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-u112CssLkZ .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-u112CssLkZ .mbr-section-btn {
  margin-top: 24px;
}
.cid-u112CssLkZ .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-u112CssLkZ .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-u112CssLkZ .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-u112CssLkZ .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-u112CssLkZ .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-u112CssLkZ .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-u112CssLkZ .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u1122TQeuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1122TQeuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1122TQeuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1122TQeuO .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1122TQeuO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1122TQeuO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1121eFB1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u1121eFB1t blockquote {
  border-color: #99a505;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0ZaWEiRAE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u0ZaWEiRAE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZaWEiRAE .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZaWEiRAE .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0ZaWEiRAE .info .col-6,
  .cid-u0ZaWEiRAE .info .col-5 {
    width: 100%;
  }
  .cid-u0ZaWEiRAE .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u0ZaWEiRAE .content .col-md-5 {
    width: 43%;
  }
  .cid-u0ZaWEiRAE .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u0ZaWEiRAE .content .col-md-5 {
    width: 100%;
  }
  .cid-u0ZaWEiRAE .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u0ZaWEiRAE .content {
    padding: 0;
  }
}
.cid-u0ZaWEiRAE .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u0ZaWEiRAE .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u0ZaWEiRAE .contacts {
  margin: 20px 0;
}
.cid-u0ZaWEiRAE .contacts p {
  margin: 0;
}
.cid-u0ZaWEiRAE .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZaWEiRAE .socials p {
  margin: 0 20px 0 0;
}
.cid-u0ZaWEiRAE .socials-item .link {
  color: #000000;
}
.cid-u0ZaWEiRAE .mbr-contacts {
  color: #000000;
}
.cid-u0ZaWEiRAE .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u0ZaWEiRAE .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u0ZaWEiRAE .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u0ZaWEiRAE .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u0ZaWEiRAE .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u0ZaWEiRAE .item:first-child {
  margin-left: 0;
}
.cid-u0ZaWEiRAE .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u0ZaWEiRAE .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u0ZaWEiRAE .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u0ZaWEiRAE .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u0ZaWEiRAE .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0ZaWEiRAE .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u0ZaWEiRAE .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u0ZaWEiRAE .item:hover {
  cursor: pointer;
}
.cid-u0ZaWEiRAE .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u0ZaWEiRAE .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u0ZaWEiRAE .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u0ZaWEiRAE .mbr-iconfont {
  color: #ffffff;
}
.cid-u0ZaWEiRAE .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u0ZaWEiRAE .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u0ZaWEiRAE .menu p {
  margin: 0 0 5px;
}
.cid-u0ZaWEiRAE h6 {
  font-size: 21px;
}
.cid-u0ZaWEiRAE .menu-title {
  margin-bottom: 10px;
}
.cid-u0ZaWEiRAE .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u0ZaWEiRAE .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u0ZaWEiRAE .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u15wRLs3OQ {
  z-index: 1000;
  width: 100%;
}
.cid-u15wRLs3OQ nav.navbar {
  position: fixed;
}
.cid-u15wRLs3OQ .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-u15wRLs3OQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u15wRLs3OQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u15wRLs3OQ .dropdown-item:hover,
.cid-u15wRLs3OQ .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u15wRLs3OQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u15wRLs3OQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u15wRLs3OQ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u15wRLs3OQ .nav-item {
  margin: 0 31px;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u15wRLs3OQ .nav-link {
  position: relative;
}
.cid-u15wRLs3OQ .nav-link:hover,
.cid-u15wRLs3OQ .nav-link:focus,
.cid-u15wRLs3OQ .nav-link:active {
  color: #99a505 !important;
}
.cid-u15wRLs3OQ .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .container {
    flex-wrap: inherit;
  }
}
.cid-u15wRLs3OQ .navbar-caption:hover,
.cid-u15wRLs3OQ .navbar-caption:focus,
.cid-u15wRLs3OQ .navbar-caption:active {
  color: #558632 !important;
}
.cid-u15wRLs3OQ .dropdown-menu,
.cid-u15wRLs3OQ .navbar.opened {
  background: #ffffff !important;
}
.cid-u15wRLs3OQ .nav-item:focus,
.cid-u15wRLs3OQ .nav-link:focus {
  outline: none;
}
.cid-u15wRLs3OQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u15wRLs3OQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u15wRLs3OQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u15wRLs3OQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u15wRLs3OQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u15wRLs3OQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u15wRLs3OQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u15wRLs3OQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u15wRLs3OQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u15wRLs3OQ .navbar.collapsed {
  justify-content: center;
}
.cid-u15wRLs3OQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u15wRLs3OQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15wRLs3OQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u15wRLs3OQ .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-u15wRLs3OQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u15wRLs3OQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u15wRLs3OQ .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-u15wRLs3OQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u15wRLs3OQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u15wRLs3OQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u15wRLs3OQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u15wRLs3OQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u15wRLs3OQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u15wRLs3OQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u15wRLs3OQ .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;
  display: flex;
}
.cid-u15wRLs3OQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u15wRLs3OQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u15wRLs3OQ .dropdown-item.active,
.cid-u15wRLs3OQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u15wRLs3OQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u15wRLs3OQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u15wRLs3OQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u15wRLs3OQ .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u15wRLs3OQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u15wRLs3OQ ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u15wRLs3OQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u15wRLs3OQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u15wRLs3OQ .navbar {
    height: 70px;
  }
  .cid-u15wRLs3OQ .navbar.opened {
    height: auto;
  }
  .cid-u15wRLs3OQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15wRLS8G3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #99a505;
}
.cid-u15wRLS8G3 h2,
.cid-u15wRLS8G3 h4,
.cid-u15wRLS8G3 p {
  margin: 0;
}
.cid-u15wRLS8G3 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u15wRLS8G3 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u15wRLS8G3 .image-wrap {
    margin-top: 30px;
  }
}
.cid-u15wRLS8G3 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u15wRLS8G3 .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u15wRLS8G3 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u15wRLS8G3 .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u15wRLS8G3 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15wRLS8G3 .socials p {
  margin: 0 20px 0 0;
}
.cid-u15wRLS8G3 .socials-item .link {
  color: #000000;
}
.cid-u15x0Ozahm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u15x0Ozahm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15x0Ozahm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15x0Ozahm .mbr-section-title,
.cid-u15x0Ozahm .mbr-section-subtitle {
  text-align: center;
}
.cid-u15x0Ozahm .cost {
  word-break: normal;
}
.cid-u15x0Ozahm .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u15x0Ozahm .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u15x0Ozahm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15x0Ozahm .card-wrapper {
    padding: 1rem;
  }
}
.cid-u15x1pTiG1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u15x1pTiG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15x1pTiG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15x1pTiG1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u15x1pTiG1 .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u15x1pTiG1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u15x1pTiG1 .card {
    margin-bottom: 2rem;
  }
  .cid-u15x1pTiG1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u15wRMMg86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-u15wRMMg86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15wRMMg86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15wRMMg86 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u15wRMMg86 .container {
    padding: 10px 8px;
  }
}
.cid-u15wRMMg86 .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u15wRMMg86 .row {
    padding: 50px 2px;
  }
}
.cid-u15wRMMg86 .row .card {
  padding: 0 8px;
}
.cid-u15wRMMg86 .row .card:nth-child(2) {
  justify-content: center;
}
.cid-u15wRMMg86 .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-u15wRMMg86 .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-u15wRMMg86 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u15wRMMg86 .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u15wRMMg86 .item:last-child {
  margin-bottom: 0;
}
.cid-u15wRMMg86 .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u15wRMMg86 .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u15wRMMg86 .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-u15wRMMg86 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u15wRMMg86 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u15wRMMg86 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u15wRMMg86 .content-wrapper {
    margin: 50px 0;
  }
}
.cid-u15wRMMg86 .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-u15wRMMg86 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ccdbc2;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ccdbc2;
  margin-bottom: 0;
}
.cid-u15wRMMg86 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u15wRMMg86 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u15wRMMg86 .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u15wRMMg86 .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u15wRMMg86 .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u15wRMMg86 .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u15wRMMg86 .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-u15wRMMg86 .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-u15wRMMg86 .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u15wRMMg86 .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u15wRMMg86 .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-u15wRMMg86 .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u15wRMMg86 .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u15wRMMg86 .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u15wRMMg86 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u15wRMMg86 .mbr-desc,
.cid-u15wRMMg86 .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u15wRMMg86 .card-title {
  color: #222222;
}
.cid-u15wRMMg86 .card-text {
  color: #222222;
}
.cid-u15x0aqOtV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u15x0aqOtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15x0aqOtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15x0aqOtV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u15x0aqOtV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u15x0aqOtV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u15x0aqOtV .mbr-text {
  text-align: left;
}
.cid-u15wRNJdXY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u15wRNJdXY .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u15wRNJdXY .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u15wRNJdXY .people {
    padding: 0;
  }
}
.cid-u15wRNJdXY .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u15wRNJdXY .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u15wRNJdXY .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u15wRNJdXY .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u15wRNJdXY h3 {
  margin: 0;
}
.cid-u15wRNJdXY .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u15wRNJdXY .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u15wRNJdXY .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u15wRNJdXY .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u15wRNJdXY .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u15wRNJdXY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u15wRNJdXY .item:hover {
  cursor: pointer;
}
.cid-u15wRNJdXY .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u15wROeX3G {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u15wROeX3G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15wROeX3G .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15wROeX3G .info .col-6,
  .cid-u15wROeX3G .info .col-5 {
    width: 100%;
  }
  .cid-u15wROeX3G .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15wROeX3G .content .col-md-5 {
    width: 43%;
  }
  .cid-u15wROeX3G .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .content .col-md-5 {
    width: 100%;
  }
  .cid-u15wROeX3G .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u15wROeX3G .content {
    padding: 0;
  }
}
.cid-u15wROeX3G .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u15wROeX3G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u15wROeX3G .contacts {
  margin: 20px 0;
}
.cid-u15wROeX3G .contacts p {
  margin: 0;
}
.cid-u15wROeX3G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15wROeX3G .socials p {
  margin: 0 20px 0 0;
}
.cid-u15wROeX3G .socials-item .link {
  color: #000000;
}
.cid-u15wROeX3G .mbr-contacts {
  color: #000000;
}
.cid-u15wROeX3G .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u15wROeX3G .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u15wROeX3G .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u15wROeX3G .item:first-child {
  margin-left: 0;
}
.cid-u15wROeX3G .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u15wROeX3G .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u15wROeX3G .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u15wROeX3G .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u15wROeX3G .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u15wROeX3G .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u15wROeX3G .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u15wROeX3G .item:hover {
  cursor: pointer;
}
.cid-u15wROeX3G .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u15wROeX3G .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u15wROeX3G .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u15wROeX3G .mbr-iconfont {
  color: #ffffff;
}
.cid-u15wROeX3G .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u15wROeX3G .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15wROeX3G .menu p {
  margin: 0 0 5px;
}
.cid-u15wROeX3G h6 {
  font-size: 21px;
}
.cid-u15wROeX3G .menu-title {
  margin-bottom: 10px;
}
.cid-u15wROeX3G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u15wROeX3G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u15wROeX3G .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u150mLeaYw {
  z-index: 1000;
  width: 100%;
}
.cid-u150mLeaYw nav.navbar {
  position: fixed;
}
.cid-u150mLeaYw .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-u150mLeaYw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u150mLeaYw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u150mLeaYw .dropdown-item:hover,
.cid-u150mLeaYw .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u150mLeaYw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u150mLeaYw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u150mLeaYw .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u150mLeaYw .nav-item {
  margin: 0 31px;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u150mLeaYw .nav-link {
  position: relative;
}
.cid-u150mLeaYw .nav-link:hover,
.cid-u150mLeaYw .nav-link:focus,
.cid-u150mLeaYw .nav-link:active {
  color: #99a505 !important;
}
.cid-u150mLeaYw .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .container {
    flex-wrap: inherit;
  }
}
.cid-u150mLeaYw .navbar-caption:hover,
.cid-u150mLeaYw .navbar-caption:focus,
.cid-u150mLeaYw .navbar-caption:active {
  color: #558632 !important;
}
.cid-u150mLeaYw .dropdown-menu,
.cid-u150mLeaYw .navbar.opened {
  background: #ffffff !important;
}
.cid-u150mLeaYw .nav-item:focus,
.cid-u150mLeaYw .nav-link:focus {
  outline: none;
}
.cid-u150mLeaYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u150mLeaYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u150mLeaYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u150mLeaYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u150mLeaYw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u150mLeaYw .navbar.opened {
  transition: all 0.3s;
}
.cid-u150mLeaYw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u150mLeaYw .navbar .navbar-logo img {
  width: auto;
}
.cid-u150mLeaYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u150mLeaYw .navbar.collapsed {
  justify-content: center;
}
.cid-u150mLeaYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u150mLeaYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u150mLeaYw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u150mLeaYw .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-u150mLeaYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u150mLeaYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u150mLeaYw .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-u150mLeaYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u150mLeaYw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u150mLeaYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u150mLeaYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u150mLeaYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u150mLeaYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u150mLeaYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u150mLeaYw .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;
  display: flex;
}
.cid-u150mLeaYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u150mLeaYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u150mLeaYw .dropdown-item.active,
.cid-u150mLeaYw .dropdown-item:active {
  background-color: transparent;
}
.cid-u150mLeaYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u150mLeaYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u150mLeaYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u150mLeaYw .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u150mLeaYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u150mLeaYw ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u150mLeaYw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u150mLeaYw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u150mLeaYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u150mLeaYw .navbar {
    height: 70px;
  }
  .cid-u150mLeaYw .navbar.opened {
    height: auto;
  }
  .cid-u150mLeaYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u150mLYF9f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #99a505;
}
.cid-u150mLYF9f h2,
.cid-u150mLYF9f h4,
.cid-u150mLYF9f p {
  margin: 0;
}
.cid-u150mLYF9f .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u150mLYF9f .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u150mLYF9f .image-wrap {
    margin-top: 30px;
  }
}
.cid-u150mLYF9f img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u150mLYF9f .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u150mLYF9f .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u150mLYF9f .mbr-text {
  color: #353535;
  margin-bottom: 30px;
}
.cid-u150mLYF9f .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u150mLYF9f .socials p {
  margin: 0 20px 0 0;
}
.cid-u150mLYF9f .socials-item .link {
  color: #000000;
}
.cid-u158wmv2Ec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u150mMSsq0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u152lW2zEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1deuqDvAA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u1deuqDvAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1deuqDvAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1deuqDvAA .col-padding {
    padding-right: 4rem;
  }
}
.cid-u1deuqDvAA .mbr-text1 {
  background: #99a505;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u1deuqDvAA .mbr-text1 {
    max-width: 80%;
  }
}
.cid-u1deuqDvAA .mbr-text2 {
  background: #ccdbc2;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-u1deuqDvAA .mbr-text2 {
    max-width: 80%;
  }
}
.cid-u1deuqDvAA .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u1deuqDvAA .mbr-text3 {
    max-width: 80%;
  }
}
.cid-u150mNan0D {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u150mNan0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u150mNan0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u150mNan0D .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u150mNan0D .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u150mNan0D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u150mNan0D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u150mNan0D .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u150mNan0D .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u150mNan0D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u150mNan0D .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u150mNan0D .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u150mNan0D .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u150mO75X5 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u150mO75X5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u150mO75X5 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u150mO75X5 .info .col-6,
  .cid-u150mO75X5 .info .col-5 {
    width: 100%;
  }
  .cid-u150mO75X5 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u150mO75X5 .content .col-md-5 {
    width: 43%;
  }
  .cid-u150mO75X5 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .content .col-md-5 {
    width: 100%;
  }
  .cid-u150mO75X5 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u150mO75X5 .content {
    padding: 0;
  }
}
.cid-u150mO75X5 .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u150mO75X5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u150mO75X5 .contacts {
  margin: 20px 0;
}
.cid-u150mO75X5 .contacts p {
  margin: 0;
}
.cid-u150mO75X5 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u150mO75X5 .socials p {
  margin: 0 20px 0 0;
}
.cid-u150mO75X5 .socials-item .link {
  color: #000000;
}
.cid-u150mO75X5 .mbr-contacts {
  color: #000000;
}
.cid-u150mO75X5 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u150mO75X5 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u150mO75X5 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u150mO75X5 .item:first-child {
  margin-left: 0;
}
.cid-u150mO75X5 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u150mO75X5 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u150mO75X5 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u150mO75X5 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u150mO75X5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u150mO75X5 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u150mO75X5 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u150mO75X5 .item:hover {
  cursor: pointer;
}
.cid-u150mO75X5 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u150mO75X5 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u150mO75X5 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u150mO75X5 .mbr-iconfont {
  color: #ffffff;
}
.cid-u150mO75X5 .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u150mO75X5 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u150mO75X5 .menu p {
  margin: 0 0 5px;
}
.cid-u150mO75X5 h6 {
  font-size: 21px;
}
.cid-u150mO75X5 .menu-title {
  margin-bottom: 10px;
}
.cid-u150mO75X5 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u150mO75X5 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u150mO75X5 .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u15wRLs3OQ {
  z-index: 1000;
  width: 100%;
}
.cid-u15wRLs3OQ nav.navbar {
  position: fixed;
}
.cid-u15wRLs3OQ .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-u15wRLs3OQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u15wRLs3OQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u15wRLs3OQ .dropdown-item:hover,
.cid-u15wRLs3OQ .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u15wRLs3OQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u15wRLs3OQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u15wRLs3OQ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u15wRLs3OQ .nav-item {
  margin: 0 31px;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u15wRLs3OQ .nav-link {
  position: relative;
}
.cid-u15wRLs3OQ .nav-link:hover,
.cid-u15wRLs3OQ .nav-link:focus,
.cid-u15wRLs3OQ .nav-link:active {
  color: #99a505 !important;
}
.cid-u15wRLs3OQ .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .container {
    flex-wrap: inherit;
  }
}
.cid-u15wRLs3OQ .navbar-caption:hover,
.cid-u15wRLs3OQ .navbar-caption:focus,
.cid-u15wRLs3OQ .navbar-caption:active {
  color: #558632 !important;
}
.cid-u15wRLs3OQ .dropdown-menu,
.cid-u15wRLs3OQ .navbar.opened {
  background: #ffffff !important;
}
.cid-u15wRLs3OQ .nav-item:focus,
.cid-u15wRLs3OQ .nav-link:focus {
  outline: none;
}
.cid-u15wRLs3OQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u15wRLs3OQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u15wRLs3OQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u15wRLs3OQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u15wRLs3OQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u15wRLs3OQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u15wRLs3OQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u15wRLs3OQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u15wRLs3OQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u15wRLs3OQ .navbar.collapsed {
  justify-content: center;
}
.cid-u15wRLs3OQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u15wRLs3OQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u15wRLs3OQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u15wRLs3OQ .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-u15wRLs3OQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u15wRLs3OQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u15wRLs3OQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u15wRLs3OQ .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-u15wRLs3OQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u15wRLs3OQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u15wRLs3OQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u15wRLs3OQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u15wRLs3OQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u15wRLs3OQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u15wRLs3OQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u15wRLs3OQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u15wRLs3OQ .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;
  display: flex;
}
.cid-u15wRLs3OQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u15wRLs3OQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u15wRLs3OQ .dropdown-item.active,
.cid-u15wRLs3OQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u15wRLs3OQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u15wRLs3OQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u15wRLs3OQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u15wRLs3OQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u15wRLs3OQ .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u15wRLs3OQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u15wRLs3OQ ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u15wRLs3OQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u15wRLs3OQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u15wRLs3OQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u15wRLs3OQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u15wRLs3OQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u15wRLs3OQ a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u15wRLs3OQ .navbar {
    height: 70px;
  }
  .cid-u15wRLs3OQ .navbar.opened {
    height: auto;
  }
  .cid-u15wRLs3OQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15RSY4N5e {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #99a505;
}
.cid-u15RSY4N5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15RSY4N5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u15RSY4N5e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u15RSY4N5e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u15RSY4N5e .text-wrapper {
    padding: 2rem;
  }
}
.cid-u15RSY4N5e .mbr-section-title {
  color: #ffffff;
}
.cid-u15RSY4N5e .mbr-text {
  color: #ffffff;
}
.cid-u1cFdGqqt2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1cFdGqqt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cFdGqqt2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u1cFdGqqt2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1cFdGqqt2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u1cFdGqqt2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u1cFdGqqt2 h5 {
  margin: 0;
}
.cid-u1cFdGqqt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1cFdGqqt2 .iconfont-wrapper {
  position: relative;
}
.cid-u1cFdGqqt2 .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #99a505;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-u1cFdGqqt2 .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u1cFdGqqt2 .card-title,
.cid-u1cFdGqqt2 .iconfont-wrapper {
  color: #000000;
}
.cid-u1cFdGqqt2 .card-text {
  color: #000000;
}
.cid-u1cFdGqqt2 .mbr-section-title {
  color: #000000;
}
.cid-u1cM67L9n1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1cM67L9n1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cM67L9n1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1cM67L9n1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .container {
    padding: 0 24px;
  }
}
.cid-u1cM67L9n1 .row {
  justify-content: center;
}
.cid-u1cM67L9n1 .row .card {
  justify-content: center;
}
.cid-u1cM67L9n1 .google-map {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u1cM67L9n1 .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .google-map iframe {
    height: 350px;
  }
}
.cid-u1cM67L9n1 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .content-wrapper {
    padding: 0;
  }
}
.cid-u1cM67L9n1 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u1cM67L9n1 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1cM67L9n1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1cM67L9n1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #99a505;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-u1cM67L9n1 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1cM67L9n1 .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u1cM67L9n1 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1cM67L9n1 .mbr-section-title {
  color: #262642;
}
.cid-u1cM67L9n1 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1cM67L9n1 .card-text {
  color: #262642;
}
.cid-u1cM67L9n1 .card-number_1 {
  color: #990066;
}
.cid-u1cM67L9n1 .card-number_2 {
  color: #4A8DFF;
}
.cid-u15RQ4uC9S {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u15RQ4uC9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u15RQ4uC9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u15RQ4uC9S .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u15RQ4uC9S .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u15RQ4uC9S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u15RQ4uC9S .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u15RQ4uC9S .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u15RQ4uC9S .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u15RQ4uC9S .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u15RQ4uC9S .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u15RQ4uC9S .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u15RQ4uC9S .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u15wROeX3G {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u15wROeX3G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15wROeX3G .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u15wROeX3G .info .col-6,
  .cid-u15wROeX3G .info .col-5 {
    width: 100%;
  }
  .cid-u15wROeX3G .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u15wROeX3G .content .col-md-5 {
    width: 43%;
  }
  .cid-u15wROeX3G .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .content .col-md-5 {
    width: 100%;
  }
  .cid-u15wROeX3G .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u15wROeX3G .content {
    padding: 0;
  }
}
.cid-u15wROeX3G .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u15wROeX3G .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u15wROeX3G .contacts {
  margin: 20px 0;
}
.cid-u15wROeX3G .contacts p {
  margin: 0;
}
.cid-u15wROeX3G .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15wROeX3G .socials p {
  margin: 0 20px 0 0;
}
.cid-u15wROeX3G .socials-item .link {
  color: #000000;
}
.cid-u15wROeX3G .mbr-contacts {
  color: #000000;
}
.cid-u15wROeX3G .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u15wROeX3G .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u15wROeX3G .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u15wROeX3G .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u15wROeX3G .item:first-child {
  margin-left: 0;
}
.cid-u15wROeX3G .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u15wROeX3G .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u15wROeX3G .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u15wROeX3G .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u15wROeX3G .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u15wROeX3G .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u15wROeX3G .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u15wROeX3G .item:hover {
  cursor: pointer;
}
.cid-u15wROeX3G .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u15wROeX3G .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u15wROeX3G .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u15wROeX3G .mbr-iconfont {
  color: #ffffff;
}
.cid-u15wROeX3G .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u15wROeX3G .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u15wROeX3G .menu p {
  margin: 0 0 5px;
}
.cid-u15wROeX3G h6 {
  font-size: 21px;
}
.cid-u15wROeX3G .menu-title {
  margin-bottom: 10px;
}
.cid-u15wROeX3G .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u15wROeX3G .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u15wROeX3G .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u19uZD7C7d {
  z-index: 1000;
  width: 100%;
}
.cid-u19uZD7C7d nav.navbar {
  position: fixed;
}
.cid-u19uZD7C7d .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-u19uZD7C7d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u19uZD7C7d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u19uZD7C7d .dropdown-item:hover,
.cid-u19uZD7C7d .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u19uZD7C7d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u19uZD7C7d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u19uZD7C7d .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u19uZD7C7d .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u19uZD7C7d .nav-item {
  margin: 0 31px;
}
.cid-u19uZD7C7d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u19uZD7C7d .nav-link {
  position: relative;
}
.cid-u19uZD7C7d .nav-link:hover,
.cid-u19uZD7C7d .nav-link:focus,
.cid-u19uZD7C7d .nav-link:active {
  color: #99a505 !important;
}
.cid-u19uZD7C7d .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u19uZD7C7d .container {
    flex-wrap: inherit;
  }
}
.cid-u19uZD7C7d .navbar-caption:hover,
.cid-u19uZD7C7d .navbar-caption:focus,
.cid-u19uZD7C7d .navbar-caption:active {
  color: #558632 !important;
}
.cid-u19uZD7C7d .dropdown-menu,
.cid-u19uZD7C7d .navbar.opened {
  background: #ffffff !important;
}
.cid-u19uZD7C7d .nav-item:focus,
.cid-u19uZD7C7d .nav-link:focus {
  outline: none;
}
.cid-u19uZD7C7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19uZD7C7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19uZD7C7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19uZD7C7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19uZD7C7d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u19uZD7C7d .navbar.opened {
  transition: all 0.3s;
}
.cid-u19uZD7C7d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19uZD7C7d .navbar .navbar-logo img {
  width: auto;
}
.cid-u19uZD7C7d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u19uZD7C7d .navbar.collapsed {
  justify-content: center;
}
.cid-u19uZD7C7d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19uZD7C7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19uZD7C7d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u19uZD7C7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19uZD7C7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19uZD7C7d .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-u19uZD7C7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u19uZD7C7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u19uZD7C7d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19uZD7C7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19uZD7C7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19uZD7C7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19uZD7C7d .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-u19uZD7C7d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u19uZD7C7d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u19uZD7C7d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19uZD7C7d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u19uZD7C7d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u19uZD7C7d .navbar.navbar-short {
  min-height: 60px;
}
.cid-u19uZD7C7d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u19uZD7C7d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u19uZD7C7d .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;
  display: flex;
}
.cid-u19uZD7C7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u19uZD7C7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19uZD7C7d .dropdown-item.active,
.cid-u19uZD7C7d .dropdown-item:active {
  background-color: transparent;
}
.cid-u19uZD7C7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19uZD7C7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19uZD7C7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19uZD7C7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u19uZD7C7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u19uZD7C7d .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u19uZD7C7d .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u19uZD7C7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u19uZD7C7d ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u19uZD7C7d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u19uZD7C7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u19uZD7C7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19uZD7C7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19uZD7C7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19uZD7C7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u19uZD7C7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19uZD7C7d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u19uZD7C7d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u19uZD7C7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19uZD7C7d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u19uZD7C7d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u19uZD7C7d a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19uZD7C7d .navbar {
    height: 70px;
  }
  .cid-u19uZD7C7d .navbar.opened {
    height: auto;
  }
  .cid-u19uZD7C7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19uZE73Mp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u19uZE73Mp h2,
.cid-u19uZE73Mp h4,
.cid-u19uZE73Mp p {
  margin: 0;
}
.cid-u19uZE73Mp .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u19uZE73Mp .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u19uZE73Mp .image-wrap {
    margin-top: 30px;
  }
}
.cid-u19uZE73Mp img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u19uZE73Mp .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u19uZE73Mp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u19uZE73Mp .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u19uZE73Mp .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19uZE73Mp .socials p {
  margin: 0 20px 0 0;
}
.cid-u19uZE73Mp .socials-item .link {
  color: #000000;
}
.cid-u19FdtWbjT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u19FdtWbjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FdtWbjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19FdtWbjT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u19FdtWbjT .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u19FdtWbjT .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u19FdtWbjT .card {
    margin-bottom: 2rem;
  }
  .cid-u19FdtWbjT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u19FdNHqWe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ccdbc2;
}
.cid-u19FdNHqWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FdNHqWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19FdNHqWe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u19FdNHqWe .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u19KZtU6dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u19KZtU6dj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u19KZtU6dj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u19KZtU6dj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #558632;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u19KAU7PAc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19KAU7PAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19KAU7PAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19KAU7PAc .mbr-section-title,
.cid-u19KAU7PAc .mbr-section-subtitle {
  text-align: center;
}
.cid-u19KAU7PAc .cost {
  word-break: normal;
}
.cid-u19KAU7PAc .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u19KAU7PAc .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u19KAU7PAc .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19KAU7PAc .card-wrapper {
    padding: 1rem;
  }
}
.cid-u19KNBdFLG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u19KNBdFLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19KNBdFLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19KNBdFLG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u19KNBdFLG .mbr-section-title {
  color: #24262b;
}
.cid-u19KNBdFLG .mbr-section-subtitle {
  color: #24262b;
}
.cid-u19KNBdFLG .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u19KNBdFLG .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ccdbc2;
}
@media (max-width: 767px) {
  .cid-u19KNBdFLG .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u19KNBdFLG .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u19KNBdFLG .card-subtitle {
  color: #24262b;
}
.cid-u19KNBdFLG .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u19KNBdFLG .mbr-section-btn {
  margin-top: 20px;
}
.cid-u19KNBdFLG .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u19KNBdFLG .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u19KWxN38B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u19KWxN38B h2,
.cid-u19KWxN38B h3,
.cid-u19KWxN38B h4,
.cid-u19KWxN38B p {
  margin: 0;
}
.cid-u19KWxN38B .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u19KWxN38B .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u19KWxN38B .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u19KWxN38B .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u19KWxN38B .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u19KWxN38B .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u19KWxN38B .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u19uZJqK4y {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u19uZJqK4y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u19uZJqK4y .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u19uZJqK4y .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19uZJqK4y .info .col-6,
  .cid-u19uZJqK4y .info .col-5 {
    width: 100%;
  }
  .cid-u19uZJqK4y .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u19uZJqK4y .content .col-md-5 {
    width: 43%;
  }
  .cid-u19uZJqK4y .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u19uZJqK4y .content .col-md-5 {
    width: 100%;
  }
  .cid-u19uZJqK4y .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u19uZJqK4y .content {
    padding: 0;
  }
}
.cid-u19uZJqK4y .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u19uZJqK4y .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u19uZJqK4y .contacts {
  margin: 20px 0;
}
.cid-u19uZJqK4y .contacts p {
  margin: 0;
}
.cid-u19uZJqK4y .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19uZJqK4y .socials p {
  margin: 0 20px 0 0;
}
.cid-u19uZJqK4y .socials-item .link {
  color: #000000;
}
.cid-u19uZJqK4y .mbr-contacts {
  color: #000000;
}
.cid-u19uZJqK4y .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u19uZJqK4y .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u19uZJqK4y .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u19uZJqK4y .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u19uZJqK4y .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u19uZJqK4y .item:first-child {
  margin-left: 0;
}
.cid-u19uZJqK4y .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u19uZJqK4y .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u19uZJqK4y .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u19uZJqK4y .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u19uZJqK4y .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u19uZJqK4y .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u19uZJqK4y .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u19uZJqK4y .item:hover {
  cursor: pointer;
}
.cid-u19uZJqK4y .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u19uZJqK4y .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u19uZJqK4y .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u19uZJqK4y .mbr-iconfont {
  color: #ffffff;
}
.cid-u19uZJqK4y .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u19uZJqK4y .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19uZJqK4y .menu p {
  margin: 0 0 5px;
}
.cid-u19uZJqK4y h6 {
  font-size: 21px;
}
.cid-u19uZJqK4y .menu-title {
  margin-bottom: 10px;
}
.cid-u19uZJqK4y .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u19uZJqK4y .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u19uZJqK4y .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1a0pxjf6Y {
  z-index: 1000;
  width: 100%;
}
.cid-u1a0pxjf6Y nav.navbar {
  position: fixed;
}
.cid-u1a0pxjf6Y .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-u1a0pxjf6Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1a0pxjf6Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1a0pxjf6Y .dropdown-item:hover,
.cid-u1a0pxjf6Y .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1a0pxjf6Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1a0pxjf6Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1a0pxjf6Y .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1a0pxjf6Y .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1a0pxjf6Y .nav-item {
  margin: 0 31px;
}
.cid-u1a0pxjf6Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1a0pxjf6Y .nav-link {
  position: relative;
}
.cid-u1a0pxjf6Y .nav-link:hover,
.cid-u1a0pxjf6Y .nav-link:focus,
.cid-u1a0pxjf6Y .nav-link:active {
  color: #99a505 !important;
}
.cid-u1a0pxjf6Y .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1a0pxjf6Y .container {
    flex-wrap: inherit;
  }
}
.cid-u1a0pxjf6Y .navbar-caption:hover,
.cid-u1a0pxjf6Y .navbar-caption:focus,
.cid-u1a0pxjf6Y .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1a0pxjf6Y .dropdown-menu,
.cid-u1a0pxjf6Y .navbar.opened {
  background: #ffffff !important;
}
.cid-u1a0pxjf6Y .nav-item:focus,
.cid-u1a0pxjf6Y .nav-link:focus {
  outline: none;
}
.cid-u1a0pxjf6Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1a0pxjf6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1a0pxjf6Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1a0pxjf6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1a0pxjf6Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1a0pxjf6Y .navbar.opened {
  transition: all 0.3s;
}
.cid-u1a0pxjf6Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1a0pxjf6Y .navbar .navbar-logo img {
  width: auto;
}
.cid-u1a0pxjf6Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1a0pxjf6Y .navbar.collapsed {
  justify-content: center;
}
.cid-u1a0pxjf6Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1a0pxjf6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1a0pxjf6Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1a0pxjf6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1a0pxjf6Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1a0pxjf6Y .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-u1a0pxjf6Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1a0pxjf6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1a0pxjf6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1a0pxjf6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1a0pxjf6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1a0pxjf6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1a0pxjf6Y .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-u1a0pxjf6Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1a0pxjf6Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1a0pxjf6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1a0pxjf6Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1a0pxjf6Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1a0pxjf6Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1a0pxjf6Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1a0pxjf6Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1a0pxjf6Y .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;
  display: flex;
}
.cid-u1a0pxjf6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1a0pxjf6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1a0pxjf6Y .dropdown-item.active,
.cid-u1a0pxjf6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-u1a0pxjf6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1a0pxjf6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1a0pxjf6Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1a0pxjf6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1a0pxjf6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1a0pxjf6Y .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1a0pxjf6Y .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1a0pxjf6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1a0pxjf6Y ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1a0pxjf6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1a0pxjf6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1a0pxjf6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1a0pxjf6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1a0pxjf6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1a0pxjf6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1a0pxjf6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1a0pxjf6Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1a0pxjf6Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1a0pxjf6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1a0pxjf6Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1a0pxjf6Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1a0pxjf6Y a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1a0pxjf6Y .navbar {
    height: 70px;
  }
  .cid-u1a0pxjf6Y .navbar.opened {
    height: auto;
  }
  .cid-u1a0pxjf6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1a0pyeKZR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u1a0pyeKZR h2,
.cid-u1a0pyeKZR h4,
.cid-u1a0pyeKZR p {
  margin: 0;
}
.cid-u1a0pyeKZR .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1a0pyeKZR .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1a0pyeKZR .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1a0pyeKZR img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1a0pyeKZR .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1a0pyeKZR .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1a0pyeKZR .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1a0pyeKZR .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1a0pyeKZR .socials p {
  margin: 0 20px 0 0;
}
.cid-u1a0pyeKZR .socials-item .link {
  color: #000000;
}
.cid-u1gQ1GafbK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1gQ1GafbK h2,
.cid-u1gQ1GafbK h3,
.cid-u1gQ1GafbK h4,
.cid-u1gQ1GafbK p {
  margin: 0;
}
.cid-u1gQ1GafbK .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1gQ1GafbK .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1gQ1GafbK .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1gQ1GafbK .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1gQ1GafbK .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1gQ1GafbK .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1gQ1GafbK .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1gQpMGcCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1gQpMGcCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gQpMGcCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gQpMGcCb .container-fluid {
  padding: 0 0 0 28px;
}
@media (max-width: 992px) {
  .cid-u1gQpMGcCb .container-fluid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u1gQpMGcCb .container-fluid {
    padding: 0 0 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u1gQpMGcCb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u1gQpMGcCb .container {
    padding: 0 14px;
  }
}
.cid-u1gQpMGcCb .image-wrapper {
  border-left: 2px solid #558632;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-u1gQpMGcCb .image-wrapper {
    padding-left: 20px;
  }
}
.cid-u1gQpMGcCb .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #558632;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u1gQpMGcCb .image-wrapper img {
    height: 350px;
  }
}
.cid-u1a0pyVvwR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1a0pyVvwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1a0pyVvwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1a0pyVvwR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1a0pyVvwR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1a0pyVvwR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #558632;
}
.cid-u1a0pyVvwR .panel-body,
.cid-u1a0pyVvwR .card-header {
  padding: 1rem 0;
}
.cid-u1a0pyVvwR .panel-title-edit {
  color: #000000;
}
.cid-u1gum0sWJY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1gum0sWJY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1gum0sWJY .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1gum0sWJY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1gum0sWJY .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-u1gum0sWJY .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #558632;
}
.cid-u1gum0sWJY .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-u1gum0sWJY .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-u1gum0sWJY .mbr-text,
.cid-u1gum0sWJY .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-u1gum0sWJY .mbr-text {
  line-height: 1.4;
}
.cid-u1gum0sWJY .mbr-text {
  padding-top: 2rem;
}
.cid-u1gum0sWJY .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-u1gum0sWJY .mbr-section-title P {
  text-align: left;
}
.cid-u1gum0sWJY .sub-title P {
  text-align: left;
}
.cid-u1gum0sWJY .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-u1gum0sWJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gum0sWJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1a0pzA8tZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1a0pzA8tZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1a0pzA8tZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1a0pzA8tZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1a0pzA8tZ .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1a0pzA8tZ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1a0pzA8tZ .card {
    margin-bottom: 2rem;
  }
  .cid-u1a0pzA8tZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1a0pA7Y5V {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1a0pA7Y5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1a0pA7Y5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1a0pA7Y5V .mbr-section-title,
.cid-u1a0pA7Y5V .mbr-section-subtitle {
  text-align: center;
}
.cid-u1a0pA7Y5V .cost {
  word-break: normal;
}
.cid-u1a0pA7Y5V .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u1a0pA7Y5V .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u1a0pA7Y5V .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1a0pA7Y5V .card-wrapper {
    padding: 1rem;
  }
}
.cid-u1a0pBg4jd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1a0pBg4jd h2,
.cid-u1a0pBg4jd h3,
.cid-u1a0pBg4jd h4,
.cid-u1a0pBg4jd p {
  margin: 0;
}
.cid-u1a0pBg4jd .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1a0pBg4jd .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1a0pBg4jd .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1a0pBEX7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1a0pBEX7q h2,
.cid-u1a0pBEX7q h4,
.cid-u1a0pBEX7q p {
  margin: 0;
}
.cid-u1a0pBEX7q img {
  width: 100%;
  height: auto;
}
.cid-u1a0pBEX7q .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-u1a0pBEX7q .text-elements-wrap {
    width: 100%;
  }
}
.cid-u1a0pBEX7q .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-u1a0pBEX7q .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u1a0pBEX7q .col-md-7,
  .cid-u1a0pBEX7q .col-md-5 {
    width: 100%;
  }
}
.cid-u1a0pBEX7q .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-u1a0pBEX7q .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-u1a0pBEX7q .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1a0pBEX7q .link-wrap {
  padding-top: 25px;
}
.cid-u1a0pBEX7q .link {
  font-weight: 600;
  position: relative;
}
.cid-u1a0pBEX7q .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-u1a0pCDeol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1a0pCDeol .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1a0pCDeol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1a0pCDeol .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u1a0pCDeol .container {
    padding: 10px 8px;
  }
}
.cid-u1a0pCDeol .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u1a0pCDeol .row {
    padding: 50px 2px;
  }
}
.cid-u1a0pCDeol .row .card {
  padding: 0 8px;
}
.cid-u1a0pCDeol .row .card:nth-child(2) {
  justify-content: center;
}
.cid-u1a0pCDeol .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-u1a0pCDeol .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-u1a0pCDeol .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u1a0pCDeol .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u1a0pCDeol .item:last-child {
  margin-bottom: 0;
}
.cid-u1a0pCDeol .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u1a0pCDeol .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u1a0pCDeol .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-u1a0pCDeol .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u1a0pCDeol .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u1a0pCDeol .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1a0pCDeol .content-wrapper {
    margin: 50px 0;
  }
}
.cid-u1a0pCDeol .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-u1a0pCDeol .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ccdbc2;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ccdbc2;
  margin-bottom: 0;
}
.cid-u1a0pCDeol .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1a0pCDeol .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u1a0pCDeol .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u1a0pCDeol .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u1a0pCDeol .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u1a0pCDeol .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u1a0pCDeol .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-u1a0pCDeol .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-u1a0pCDeol .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u1a0pCDeol .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u1a0pCDeol .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-u1a0pCDeol .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u1a0pCDeol .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u1a0pCDeol .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1a0pCDeol .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u1a0pCDeol .mbr-desc,
.cid-u1a0pCDeol .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u1a0pCDeol .card-title {
  color: #222222;
}
.cid-u1a0pCDeol .card-text {
  color: #222222;
}
.cid-u1a0pDjpRa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1a0pDjpRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1a0pDjpRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1a0pDjpRa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1a0pDjpRa .row {
  flex-direction: row-reverse;
}
.cid-u1a0pDjpRa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1a0pDjpRa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1a0pDJKzn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1a0pDJKzn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1a0pDJKzn .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1a0pDJKzn .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1a0pDJKzn .info .col-6,
  .cid-u1a0pDJKzn .info .col-5 {
    width: 100%;
  }
  .cid-u1a0pDJKzn .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1a0pDJKzn .content .col-md-5 {
    width: 43%;
  }
  .cid-u1a0pDJKzn .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1a0pDJKzn .content .col-md-5 {
    width: 100%;
  }
  .cid-u1a0pDJKzn .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1a0pDJKzn .content {
    padding: 0;
  }
}
.cid-u1a0pDJKzn .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1a0pDJKzn .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1a0pDJKzn .contacts {
  margin: 20px 0;
}
.cid-u1a0pDJKzn .contacts p {
  margin: 0;
}
.cid-u1a0pDJKzn .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1a0pDJKzn .socials p {
  margin: 0 20px 0 0;
}
.cid-u1a0pDJKzn .socials-item .link {
  color: #000000;
}
.cid-u1a0pDJKzn .mbr-contacts {
  color: #000000;
}
.cid-u1a0pDJKzn .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1a0pDJKzn .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1a0pDJKzn .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1a0pDJKzn .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1a0pDJKzn .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1a0pDJKzn .item:first-child {
  margin-left: 0;
}
.cid-u1a0pDJKzn .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1a0pDJKzn .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1a0pDJKzn .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1a0pDJKzn .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1a0pDJKzn .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1a0pDJKzn .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1a0pDJKzn .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1a0pDJKzn .item:hover {
  cursor: pointer;
}
.cid-u1a0pDJKzn .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1a0pDJKzn .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1a0pDJKzn .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1a0pDJKzn .mbr-iconfont {
  color: #ffffff;
}
.cid-u1a0pDJKzn .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1a0pDJKzn .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1a0pDJKzn .menu p {
  margin: 0 0 5px;
}
.cid-u1a0pDJKzn h6 {
  font-size: 21px;
}
.cid-u1a0pDJKzn .menu-title {
  margin-bottom: 10px;
}
.cid-u1a0pDJKzn .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1a0pDJKzn .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1a0pDJKzn .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u19NctFvPy {
  z-index: 1000;
  width: 100%;
}
.cid-u19NctFvPy nav.navbar {
  position: fixed;
}
.cid-u19NctFvPy .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-u19NctFvPy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u19NctFvPy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u19NctFvPy .dropdown-item:hover,
.cid-u19NctFvPy .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u19NctFvPy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u19NctFvPy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u19NctFvPy .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u19NctFvPy .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u19NctFvPy .nav-item {
  margin: 0 31px;
}
.cid-u19NctFvPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u19NctFvPy .nav-link {
  position: relative;
}
.cid-u19NctFvPy .nav-link:hover,
.cid-u19NctFvPy .nav-link:focus,
.cid-u19NctFvPy .nav-link:active {
  color: #99a505 !important;
}
.cid-u19NctFvPy .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u19NctFvPy .container {
    flex-wrap: inherit;
  }
}
.cid-u19NctFvPy .navbar-caption:hover,
.cid-u19NctFvPy .navbar-caption:focus,
.cid-u19NctFvPy .navbar-caption:active {
  color: #558632 !important;
}
.cid-u19NctFvPy .dropdown-menu,
.cid-u19NctFvPy .navbar.opened {
  background: #ffffff !important;
}
.cid-u19NctFvPy .nav-item:focus,
.cid-u19NctFvPy .nav-link:focus {
  outline: none;
}
.cid-u19NctFvPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u19NctFvPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u19NctFvPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u19NctFvPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u19NctFvPy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u19NctFvPy .navbar.opened {
  transition: all 0.3s;
}
.cid-u19NctFvPy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u19NctFvPy .navbar .navbar-logo img {
  width: auto;
}
.cid-u19NctFvPy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u19NctFvPy .navbar.collapsed {
  justify-content: center;
}
.cid-u19NctFvPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u19NctFvPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u19NctFvPy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u19NctFvPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u19NctFvPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u19NctFvPy .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-u19NctFvPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u19NctFvPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u19NctFvPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u19NctFvPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u19NctFvPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u19NctFvPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u19NctFvPy .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-u19NctFvPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u19NctFvPy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u19NctFvPy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u19NctFvPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u19NctFvPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u19NctFvPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-u19NctFvPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u19NctFvPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u19NctFvPy .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;
  display: flex;
}
.cid-u19NctFvPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u19NctFvPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u19NctFvPy .dropdown-item.active,
.cid-u19NctFvPy .dropdown-item:active {
  background-color: transparent;
}
.cid-u19NctFvPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u19NctFvPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u19NctFvPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u19NctFvPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u19NctFvPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u19NctFvPy .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u19NctFvPy .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u19NctFvPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u19NctFvPy ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u19NctFvPy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u19NctFvPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u19NctFvPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u19NctFvPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19NctFvPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u19NctFvPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u19NctFvPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19NctFvPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u19NctFvPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u19NctFvPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u19NctFvPy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u19NctFvPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u19NctFvPy a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u19NctFvPy .navbar {
    height: 70px;
  }
  .cid-u19NctFvPy .navbar.opened {
    height: auto;
  }
  .cid-u19NctFvPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u19Ncu5fuP {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #99a505;
}
.cid-u19Ncu5fuP h2,
.cid-u19Ncu5fuP h4,
.cid-u19Ncu5fuP p {
  margin: 0;
}
.cid-u19Ncu5fuP .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u19Ncu5fuP .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u19Ncu5fuP .image-wrap {
    margin-top: 30px;
  }
}
.cid-u19Ncu5fuP img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u19Ncu5fuP .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u19Ncu5fuP .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u19Ncu5fuP .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u19Ncu5fuP .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19Ncu5fuP .socials p {
  margin: 0 20px 0 0;
}
.cid-u19Ncu5fuP .socials-item .link {
  color: #000000;
}
.cid-u19NcuXiTg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #99a505;
}
.cid-u19NcuXiTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19NcuXiTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19NcuXiTg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u19NcuXiTg .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u19Ncvjqdn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u19Ncvjqdn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u19Ncvjqdn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u19Ncvjqdn .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #99a505;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u19NcvDktk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19NcvDktk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19NcvDktk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19NcvDktk .mbr-section-title,
.cid-u19NcvDktk .mbr-section-subtitle {
  text-align: center;
}
.cid-u19NcvDktk .cost {
  word-break: normal;
}
.cid-u19NcvDktk .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u19NcvDktk .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u19NcvDktk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19NcvDktk .card-wrapper {
    padding: 1rem;
  }
}
.cid-u19NHOlLG5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u19NHOlLG5 h2,
.cid-u19NHOlLG5 h3,
.cid-u19NHOlLG5 h4,
.cid-u19NHOlLG5 p {
  margin: 0;
}
.cid-u19NHOlLG5 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u19NHOlLG5 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u19NHOlLG5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u19NcwGp9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u19NcwGp9l h2,
.cid-u19NcwGp9l h3,
.cid-u19NcwGp9l h4,
.cid-u19NcwGp9l p {
  margin: 0;
}
.cid-u19NcwGp9l .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u19NcwGp9l .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u19NcwGp9l .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u19NcwGp9l .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u19NcwGp9l .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u19NcwGp9l .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u19NcwGp9l .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u19Ncwjj2I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u19Ncwjj2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Ncwjj2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Ncwjj2I .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u19Ncwjj2I .mbr-section-title {
  color: #24262b;
}
.cid-u19Ncwjj2I .mbr-section-subtitle {
  color: #24262b;
}
.cid-u19Ncwjj2I .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u19Ncwjj2I .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #99a505;
}
@media (max-width: 767px) {
  .cid-u19Ncwjj2I .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u19Ncwjj2I .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u19Ncwjj2I .card-subtitle {
  color: #ffffff;
}
.cid-u19Ncwjj2I .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u19Ncwjj2I .mbr-section-btn {
  margin-top: 20px;
}
.cid-u19Ncwjj2I .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u19Ncwjj2I .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u19Ncwjj2I .card-text,
.cid-u19Ncwjj2I .mbr-section-btn {
  color: #ffffff;
}
.cid-u19NcusVkt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u19NcusVkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19NcusVkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19NcusVkt .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u19NcusVkt .icon-box {
  background: #99a505;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u19NcusVkt .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u19NcusVkt .card {
    margin-bottom: 2rem;
  }
  .cid-u19NcusVkt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u19Ncx38rI {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u19Ncx38rI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u19Ncx38rI .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u19Ncx38rI .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u19Ncx38rI .info .col-6,
  .cid-u19Ncx38rI .info .col-5 {
    width: 100%;
  }
  .cid-u19Ncx38rI .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u19Ncx38rI .content .col-md-5 {
    width: 43%;
  }
  .cid-u19Ncx38rI .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u19Ncx38rI .content .col-md-5 {
    width: 100%;
  }
  .cid-u19Ncx38rI .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u19Ncx38rI .content {
    padding: 0;
  }
}
.cid-u19Ncx38rI .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u19Ncx38rI .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u19Ncx38rI .contacts {
  margin: 20px 0;
}
.cid-u19Ncx38rI .contacts p {
  margin: 0;
}
.cid-u19Ncx38rI .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19Ncx38rI .socials p {
  margin: 0 20px 0 0;
}
.cid-u19Ncx38rI .socials-item .link {
  color: #000000;
}
.cid-u19Ncx38rI .mbr-contacts {
  color: #000000;
}
.cid-u19Ncx38rI .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u19Ncx38rI .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u19Ncx38rI .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u19Ncx38rI .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u19Ncx38rI .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u19Ncx38rI .item:first-child {
  margin-left: 0;
}
.cid-u19Ncx38rI .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u19Ncx38rI .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u19Ncx38rI .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u19Ncx38rI .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u19Ncx38rI .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u19Ncx38rI .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u19Ncx38rI .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u19Ncx38rI .item:hover {
  cursor: pointer;
}
.cid-u19Ncx38rI .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u19Ncx38rI .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u19Ncx38rI .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u19Ncx38rI .mbr-iconfont {
  color: #ffffff;
}
.cid-u19Ncx38rI .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u19Ncx38rI .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u19Ncx38rI .menu p {
  margin: 0 0 5px;
}
.cid-u19Ncx38rI h6 {
  font-size: 21px;
}
.cid-u19Ncx38rI .menu-title {
  margin-bottom: 10px;
}
.cid-u19Ncx38rI .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u19Ncx38rI .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u19Ncx38rI .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1cUXmwy3P {
  z-index: 1000;
  width: 100%;
}
.cid-u1cUXmwy3P nav.navbar {
  position: fixed;
}
.cid-u1cUXmwy3P .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-u1cUXmwy3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1cUXmwy3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1cUXmwy3P .dropdown-item:hover,
.cid-u1cUXmwy3P .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1cUXmwy3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1cUXmwy3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1cUXmwy3P .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1cUXmwy3P .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1cUXmwy3P .nav-item {
  margin: 0 31px;
}
.cid-u1cUXmwy3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1cUXmwy3P .nav-link {
  position: relative;
}
.cid-u1cUXmwy3P .nav-link:hover,
.cid-u1cUXmwy3P .nav-link:focus,
.cid-u1cUXmwy3P .nav-link:active {
  color: #99a505 !important;
}
.cid-u1cUXmwy3P .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1cUXmwy3P .container {
    flex-wrap: inherit;
  }
}
.cid-u1cUXmwy3P .navbar-caption:hover,
.cid-u1cUXmwy3P .navbar-caption:focus,
.cid-u1cUXmwy3P .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1cUXmwy3P .dropdown-menu,
.cid-u1cUXmwy3P .navbar.opened {
  background: #ffffff !important;
}
.cid-u1cUXmwy3P .nav-item:focus,
.cid-u1cUXmwy3P .nav-link:focus {
  outline: none;
}
.cid-u1cUXmwy3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1cUXmwy3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1cUXmwy3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1cUXmwy3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1cUXmwy3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1cUXmwy3P .navbar.opened {
  transition: all 0.3s;
}
.cid-u1cUXmwy3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1cUXmwy3P .navbar .navbar-logo img {
  width: auto;
}
.cid-u1cUXmwy3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1cUXmwy3P .navbar.collapsed {
  justify-content: center;
}
.cid-u1cUXmwy3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1cUXmwy3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1cUXmwy3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1cUXmwy3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1cUXmwy3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1cUXmwy3P .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-u1cUXmwy3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1cUXmwy3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1cUXmwy3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1cUXmwy3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1cUXmwy3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1cUXmwy3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1cUXmwy3P .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-u1cUXmwy3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1cUXmwy3P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1cUXmwy3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1cUXmwy3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1cUXmwy3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1cUXmwy3P .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1cUXmwy3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1cUXmwy3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1cUXmwy3P .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;
  display: flex;
}
.cid-u1cUXmwy3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1cUXmwy3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1cUXmwy3P .dropdown-item.active,
.cid-u1cUXmwy3P .dropdown-item:active {
  background-color: transparent;
}
.cid-u1cUXmwy3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1cUXmwy3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1cUXmwy3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1cUXmwy3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1cUXmwy3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1cUXmwy3P .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1cUXmwy3P .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1cUXmwy3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1cUXmwy3P ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1cUXmwy3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1cUXmwy3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1cUXmwy3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1cUXmwy3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1cUXmwy3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1cUXmwy3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1cUXmwy3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1cUXmwy3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1cUXmwy3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1cUXmwy3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1cUXmwy3P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1cUXmwy3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1cUXmwy3P a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1cUXmwy3P .navbar {
    height: 70px;
  }
  .cid-u1cUXmwy3P .navbar.opened {
    height: auto;
  }
  .cid-u1cUXmwy3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1cUXnAmbs {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #99a505;
}
.cid-u1cUXnAmbs h2,
.cid-u1cUXnAmbs h4,
.cid-u1cUXnAmbs p {
  margin: 0;
}
.cid-u1cUXnAmbs .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1cUXnAmbs .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1cUXnAmbs .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1cUXnAmbs img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1cUXnAmbs .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1cUXnAmbs .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1cUXnAmbs .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1cUXnAmbs .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1cUXnAmbs .socials p {
  margin: 0 20px 0 0;
}
.cid-u1cUXnAmbs .socials-item .link {
  color: #000000;
}
.cid-u1cV9GoF2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u1cV9GoF2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cV9GoF2C .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-u1cV9GoF2C .container {
    padding: 0 16px;
  }
}
.cid-u1cV9GoF2C .row {
  justify-content: center;
}
.cid-u1cV9GoF2C .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u1cV9GoF2C .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #353535 !important;
  color: #558632 !important;
  border-color: #353535 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #558632 !important;
  color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #353535 !important;
  color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ccdbc2 !important;
  color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #558632 !important;
  color: #353535 !important;
  border-color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #353535 !important;
  color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #99a505 !important;
  color: #558632 !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u1cV9GoF2C .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u1cV9GoF2C .mbr-desc {
  color: #353535;
}
.cid-u1cV9GoF2C .mbr-section-title {
  color: #000000;
}
.cid-u1cV9GoF2C .mbr-text {
  color: #000000;
}
.cid-u1cV9GoF2C .mbr-section-btn {
  text-align: center;
}
.cid-u1diiX9XTm {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1diiX9XTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1diiX9XTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1diDs3UsM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1diDs3UsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1diDs3UsM .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-u1diDs3UsM .container {
    padding: 0 30px;
  }
}
.cid-u1diDs3UsM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u1diDs3UsM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1diDs3UsM .mbr-section-title {
  color: #212529;
}
.cid-u1diDs3UsM .mbr-text {
  color: #212529;
}
.cid-u1cUXoJ0GN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1cUXoJ0GN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u1cUXoJ0GN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u1cUXoJ0GN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #99a505;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u1dh9AdPP0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u1dh9AdPP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dh9AdPP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1dh9AdPP0 .col-padding {
    padding-right: 4rem;
  }
}
.cid-u1dh9AdPP0 .mbr-text1 {
  background: #558632;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u1dh9AdPP0 .mbr-text1 {
    max-width: 80%;
  }
}
.cid-u1dh9AdPP0 .mbr-text2 {
  background: #99a505;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-u1dh9AdPP0 .mbr-text2 {
    max-width: 80%;
  }
}
.cid-u1dh9AdPP0 .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-u1dh9AdPP0 .mbr-text3 {
    max-width: 80%;
  }
}
.cid-u1cUXqQb4q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1cUXqQb4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cUXqQb4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1cUXqQb4q .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u1cUXqQb4q .mbr-section-title {
  color: #24262b;
}
.cid-u1cUXqQb4q .mbr-section-subtitle {
  color: #24262b;
}
.cid-u1cUXqQb4q .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u1cUXqQb4q .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #99a505;
}
@media (max-width: 767px) {
  .cid-u1cUXqQb4q .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u1cUXqQb4q .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u1cUXqQb4q .card-subtitle {
  color: #ffffff;
}
.cid-u1cUXqQb4q .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u1cUXqQb4q .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1cUXqQb4q .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u1cUXqQb4q .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u1cUXqQb4q .card-text,
.cid-u1cUXqQb4q .mbr-section-btn {
  color: #ffffff;
}
.cid-u1cUXrp9j3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1cUXrp9j3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1cUXrp9j3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1cUXrp9j3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1cUXrp9j3 .icon-box {
  background: #99a505;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1cUXrp9j3 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1cUXrp9j3 .card {
    margin-bottom: 2rem;
  }
  .cid-u1cUXrp9j3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1cUXrZItV {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1cUXrZItV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1cUXrZItV .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1cUXrZItV .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1cUXrZItV .info .col-6,
  .cid-u1cUXrZItV .info .col-5 {
    width: 100%;
  }
  .cid-u1cUXrZItV .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1cUXrZItV .content .col-md-5 {
    width: 43%;
  }
  .cid-u1cUXrZItV .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1cUXrZItV .content .col-md-5 {
    width: 100%;
  }
  .cid-u1cUXrZItV .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1cUXrZItV .content {
    padding: 0;
  }
}
.cid-u1cUXrZItV .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1cUXrZItV .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1cUXrZItV .contacts {
  margin: 20px 0;
}
.cid-u1cUXrZItV .contacts p {
  margin: 0;
}
.cid-u1cUXrZItV .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1cUXrZItV .socials p {
  margin: 0 20px 0 0;
}
.cid-u1cUXrZItV .socials-item .link {
  color: #000000;
}
.cid-u1cUXrZItV .mbr-contacts {
  color: #000000;
}
.cid-u1cUXrZItV .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1cUXrZItV .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1cUXrZItV .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1cUXrZItV .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1cUXrZItV .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1cUXrZItV .item:first-child {
  margin-left: 0;
}
.cid-u1cUXrZItV .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1cUXrZItV .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1cUXrZItV .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1cUXrZItV .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1cUXrZItV .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1cUXrZItV .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1cUXrZItV .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1cUXrZItV .item:hover {
  cursor: pointer;
}
.cid-u1cUXrZItV .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1cUXrZItV .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1cUXrZItV .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1cUXrZItV .mbr-iconfont {
  color: #ffffff;
}
.cid-u1cUXrZItV .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1cUXrZItV .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1cUXrZItV .menu p {
  margin: 0 0 5px;
}
.cid-u1cUXrZItV h6 {
  font-size: 21px;
}
.cid-u1cUXrZItV .menu-title {
  margin-bottom: 10px;
}
.cid-u1cUXrZItV .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1cUXrZItV .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1cUXrZItV .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1dahDpBKD {
  z-index: 1000;
  width: 100%;
}
.cid-u1dahDpBKD nav.navbar {
  position: fixed;
}
.cid-u1dahDpBKD .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-u1dahDpBKD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1dahDpBKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1dahDpBKD .dropdown-item:hover,
.cid-u1dahDpBKD .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1dahDpBKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1dahDpBKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1dahDpBKD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1dahDpBKD .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1dahDpBKD .nav-item {
  margin: 0 31px;
}
.cid-u1dahDpBKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1dahDpBKD .nav-link {
  position: relative;
}
.cid-u1dahDpBKD .nav-link:hover,
.cid-u1dahDpBKD .nav-link:focus,
.cid-u1dahDpBKD .nav-link:active {
  color: #99a505 !important;
}
.cid-u1dahDpBKD .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1dahDpBKD .container {
    flex-wrap: inherit;
  }
}
.cid-u1dahDpBKD .navbar-caption:hover,
.cid-u1dahDpBKD .navbar-caption:focus,
.cid-u1dahDpBKD .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1dahDpBKD .dropdown-menu,
.cid-u1dahDpBKD .navbar.opened {
  background: #ffffff !important;
}
.cid-u1dahDpBKD .nav-item:focus,
.cid-u1dahDpBKD .nav-link:focus {
  outline: none;
}
.cid-u1dahDpBKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1dahDpBKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1dahDpBKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1dahDpBKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1dahDpBKD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1dahDpBKD .navbar.opened {
  transition: all 0.3s;
}
.cid-u1dahDpBKD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1dahDpBKD .navbar .navbar-logo img {
  width: auto;
}
.cid-u1dahDpBKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1dahDpBKD .navbar.collapsed {
  justify-content: center;
}
.cid-u1dahDpBKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1dahDpBKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1dahDpBKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1dahDpBKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1dahDpBKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1dahDpBKD .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-u1dahDpBKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1dahDpBKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1dahDpBKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1dahDpBKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1dahDpBKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1dahDpBKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1dahDpBKD .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-u1dahDpBKD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1dahDpBKD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1dahDpBKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1dahDpBKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1dahDpBKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1dahDpBKD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1dahDpBKD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1dahDpBKD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1dahDpBKD .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;
  display: flex;
}
.cid-u1dahDpBKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1dahDpBKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1dahDpBKD .dropdown-item.active,
.cid-u1dahDpBKD .dropdown-item:active {
  background-color: transparent;
}
.cid-u1dahDpBKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1dahDpBKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1dahDpBKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1dahDpBKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1dahDpBKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1dahDpBKD .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1dahDpBKD .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1dahDpBKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1dahDpBKD ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1dahDpBKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1dahDpBKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1dahDpBKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1dahDpBKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1dahDpBKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1dahDpBKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1dahDpBKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1dahDpBKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1dahDpBKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1dahDpBKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1dahDpBKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1dahDpBKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1dahDpBKD a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1dahDpBKD .navbar {
    height: 70px;
  }
  .cid-u1dahDpBKD .navbar.opened {
    height: auto;
  }
  .cid-u1dahDpBKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1dahEEsFq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #99a505;
}
.cid-u1dahEEsFq h2,
.cid-u1dahEEsFq h4,
.cid-u1dahEEsFq p {
  margin: 0;
}
.cid-u1dahEEsFq .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1dahEEsFq .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1dahEEsFq .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1dahEEsFq img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1dahEEsFq .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1dahEEsFq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1dahEEsFq .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1dahEEsFq .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dahEEsFq .socials p {
  margin: 0 20px 0 0;
}
.cid-u1dahEEsFq .socials-item .link {
  color: #000000;
}
.cid-u1daABUswO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1daABUswO .item-img {
  position: relative;
}
.cid-u1daABUswO .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u1daABUswO .card-text {
    padding-left: 4rem;
  }
}
.cid-u1daABUswO h5 {
  line-height: 1.2;
}
.cid-u1daABUswO .card {
  margin-bottom: 2rem;
}
.cid-u1daABUswO .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u1daABUswO .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u1daABUswO .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #99a505;
}
@media (max-width: 992px) {
  .cid-u1daABUswO .image-wrapper {
    min-height: 200px;
  }
}
.cid-u1daABUswO .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1daABUswO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u1daABUswO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u1daABUswO .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u1daABUswO .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u1daABUswO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u1daABUswO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u1daABUswO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u1daABUswO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u1daABUswO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u1daABUswO .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u1daABUswO .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u1daABUswO img,
.cid-u1daABUswO .item-img {
  width: 100%;
}
.cid-u1daABUswO .item:focus,
.cid-u1daABUswO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u1daABUswO .item {
    margin-bottom: 1rem;
  }
}
.cid-u1daABUswO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u1daABUswO .item-title {
  text-align: left;
  color: #000000;
}
.cid-u1daABUswO .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u1daABUswO .mbr-section-subtitle,
.cid-u1daABUswO .subtitle-wrap,
.cid-u1daABUswO .mbr-section-btn {
  text-align: left;
}
.cid-u1daABUswO .mbr-text,
.cid-u1daABUswO .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u1daABUswO .mbr-text {
  color: #000000;
}
.cid-u1dbPsZ7qg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u1dbPsZ7qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dbPsZ7qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1dbPsZ7qg .card-wrapper {
  background: #99a505;
  padding: 3rem;
}
.cid-u1dbPsZ7qg .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-u1dbPsZ7qg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u1dbkdIjyW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1dbkdIjyW .item-img {
  position: relative;
}
.cid-u1dbkdIjyW .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u1dbkdIjyW .card-text {
    padding-left: 4rem;
  }
}
.cid-u1dbkdIjyW h5 {
  line-height: 1.2;
}
.cid-u1dbkdIjyW .card {
  margin-bottom: 2rem;
}
.cid-u1dbkdIjyW .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u1dbkdIjyW .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u1dbkdIjyW .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #99a505;
}
@media (max-width: 992px) {
  .cid-u1dbkdIjyW .image-wrapper {
    min-height: 200px;
  }
}
.cid-u1dbkdIjyW .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1dbkdIjyW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u1dbkdIjyW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u1dbkdIjyW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u1dbkdIjyW .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u1dbkdIjyW .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u1dbkdIjyW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u1dbkdIjyW .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u1dbkdIjyW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u1dbkdIjyW .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u1dbkdIjyW .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u1dbkdIjyW .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u1dbkdIjyW img,
.cid-u1dbkdIjyW .item-img {
  width: 100%;
}
.cid-u1dbkdIjyW .item:focus,
.cid-u1dbkdIjyW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u1dbkdIjyW .item {
    margin-bottom: 1rem;
  }
}
.cid-u1dbkdIjyW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u1dbkdIjyW .item-title {
  text-align: left;
  color: #000000;
}
.cid-u1dbkdIjyW .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u1dbkdIjyW .mbr-section-subtitle,
.cid-u1dbkdIjyW .subtitle-wrap,
.cid-u1dbkdIjyW .mbr-section-btn {
  text-align: left;
}
.cid-u1dbkdIjyW .mbr-text,
.cid-u1dbkdIjyW .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u1dbkdIjyW .mbr-text {
  color: #000000;
}
.cid-u1dd27ymV0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1dd27ymV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dd27ymV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1dahGqegI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1dahGqegI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u1dahGqegI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u1dahGqegI .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #99a505;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u1dahFlABw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1dahFlABw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dahFlABw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1dahFlABw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1dahFlABw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u1dahKc1yD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1dahKc1yD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1dahKc1yD .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1dahKc1yD .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1dahKc1yD .info .col-6,
  .cid-u1dahKc1yD .info .col-5 {
    width: 100%;
  }
  .cid-u1dahKc1yD .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1dahKc1yD .content .col-md-5 {
    width: 43%;
  }
  .cid-u1dahKc1yD .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1dahKc1yD .content .col-md-5 {
    width: 100%;
  }
  .cid-u1dahKc1yD .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1dahKc1yD .content {
    padding: 0;
  }
}
.cid-u1dahKc1yD .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1dahKc1yD .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1dahKc1yD .contacts {
  margin: 20px 0;
}
.cid-u1dahKc1yD .contacts p {
  margin: 0;
}
.cid-u1dahKc1yD .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dahKc1yD .socials p {
  margin: 0 20px 0 0;
}
.cid-u1dahKc1yD .socials-item .link {
  color: #000000;
}
.cid-u1dahKc1yD .mbr-contacts {
  color: #000000;
}
.cid-u1dahKc1yD .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1dahKc1yD .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1dahKc1yD .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1dahKc1yD .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1dahKc1yD .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1dahKc1yD .item:first-child {
  margin-left: 0;
}
.cid-u1dahKc1yD .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1dahKc1yD .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1dahKc1yD .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1dahKc1yD .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1dahKc1yD .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1dahKc1yD .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1dahKc1yD .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1dahKc1yD .item:hover {
  cursor: pointer;
}
.cid-u1dahKc1yD .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1dahKc1yD .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1dahKc1yD .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1dahKc1yD .mbr-iconfont {
  color: #ffffff;
}
.cid-u1dahKc1yD .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1dahKc1yD .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dahKc1yD .menu p {
  margin: 0 0 5px;
}
.cid-u1dahKc1yD h6 {
  font-size: 21px;
}
.cid-u1dahKc1yD .menu-title {
  margin-bottom: 10px;
}
.cid-u1dahKc1yD .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1dahKc1yD .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1dahKc1yD .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1dlJ9Qw3P {
  z-index: 1000;
  width: 100%;
}
.cid-u1dlJ9Qw3P nav.navbar {
  position: fixed;
}
.cid-u1dlJ9Qw3P .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-u1dlJ9Qw3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1dlJ9Qw3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1dlJ9Qw3P .dropdown-item:hover,
.cid-u1dlJ9Qw3P .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1dlJ9Qw3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1dlJ9Qw3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1dlJ9Qw3P .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1dlJ9Qw3P .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1dlJ9Qw3P .nav-item {
  margin: 0 31px;
}
.cid-u1dlJ9Qw3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1dlJ9Qw3P .nav-link {
  position: relative;
}
.cid-u1dlJ9Qw3P .nav-link:hover,
.cid-u1dlJ9Qw3P .nav-link:focus,
.cid-u1dlJ9Qw3P .nav-link:active {
  color: #99a505 !important;
}
.cid-u1dlJ9Qw3P .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1dlJ9Qw3P .container {
    flex-wrap: inherit;
  }
}
.cid-u1dlJ9Qw3P .navbar-caption:hover,
.cid-u1dlJ9Qw3P .navbar-caption:focus,
.cid-u1dlJ9Qw3P .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1dlJ9Qw3P .dropdown-menu,
.cid-u1dlJ9Qw3P .navbar.opened {
  background: #ffffff !important;
}
.cid-u1dlJ9Qw3P .nav-item:focus,
.cid-u1dlJ9Qw3P .nav-link:focus {
  outline: none;
}
.cid-u1dlJ9Qw3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1dlJ9Qw3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1dlJ9Qw3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1dlJ9Qw3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1dlJ9Qw3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1dlJ9Qw3P .navbar.opened {
  transition: all 0.3s;
}
.cid-u1dlJ9Qw3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1dlJ9Qw3P .navbar .navbar-logo img {
  width: auto;
}
.cid-u1dlJ9Qw3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1dlJ9Qw3P .navbar.collapsed {
  justify-content: center;
}
.cid-u1dlJ9Qw3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1dlJ9Qw3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1dlJ9Qw3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1dlJ9Qw3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1dlJ9Qw3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1dlJ9Qw3P .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-u1dlJ9Qw3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1dlJ9Qw3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1dlJ9Qw3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1dlJ9Qw3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1dlJ9Qw3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1dlJ9Qw3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1dlJ9Qw3P .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-u1dlJ9Qw3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1dlJ9Qw3P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1dlJ9Qw3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1dlJ9Qw3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1dlJ9Qw3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1dlJ9Qw3P .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1dlJ9Qw3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1dlJ9Qw3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1dlJ9Qw3P .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;
  display: flex;
}
.cid-u1dlJ9Qw3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1dlJ9Qw3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1dlJ9Qw3P .dropdown-item.active,
.cid-u1dlJ9Qw3P .dropdown-item:active {
  background-color: transparent;
}
.cid-u1dlJ9Qw3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1dlJ9Qw3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1dlJ9Qw3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1dlJ9Qw3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1dlJ9Qw3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1dlJ9Qw3P .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1dlJ9Qw3P .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1dlJ9Qw3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1dlJ9Qw3P ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1dlJ9Qw3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1dlJ9Qw3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1dlJ9Qw3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1dlJ9Qw3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1dlJ9Qw3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1dlJ9Qw3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1dlJ9Qw3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1dlJ9Qw3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1dlJ9Qw3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1dlJ9Qw3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1dlJ9Qw3P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1dlJ9Qw3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1dlJ9Qw3P a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1dlJ9Qw3P .navbar {
    height: 70px;
  }
  .cid-u1dlJ9Qw3P .navbar.opened {
    height: auto;
  }
  .cid-u1dlJ9Qw3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1dlJdasAp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #99a505;
}
.cid-u1dlJdasAp h2,
.cid-u1dlJdasAp h4,
.cid-u1dlJdasAp p {
  margin: 0;
}
.cid-u1dlJdasAp .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1dlJdasAp .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1dlJdasAp .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1dlJdasAp img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1dlJdasAp .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1dlJdasAp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1dlJdasAp .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1dlJdasAp .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dlJdasAp .socials p {
  margin: 0 20px 0 0;
}
.cid-u1dlJdasAp .socials-item .link {
  color: #000000;
}
.cid-u1iOMDYyfz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1iOMDYyfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1iOMDYyfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1iOMDYyfz .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1iOMDYyfz .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1iOMDYyfz .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1iOMDYyfz .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iOMDYyfz .mbr-section-title {
    width: 100%;
  }
}
.cid-u1iOMDYyfz .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iOMDYyfz .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1iOMDYyfz .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1iOMDYyfz .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1iOMDYyfz .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1iOMDYyfz .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1iOMDYyfz .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1iOMDYyfz .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1iOMDYyfz .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1iOMDYyfz li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1iOMDYyfz ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1dlJdRJQ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1dlJdRJQ8 .item-img {
  position: relative;
}
.cid-u1dlJdRJQ8 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u1dlJdRJQ8 .card-text {
    padding-left: 4rem;
  }
}
.cid-u1dlJdRJQ8 h5 {
  line-height: 1.2;
}
.cid-u1dlJdRJQ8 .card {
  margin-bottom: 2rem;
}
.cid-u1dlJdRJQ8 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u1dlJdRJQ8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u1dlJdRJQ8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #99a505;
}
@media (max-width: 992px) {
  .cid-u1dlJdRJQ8 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u1dlJdRJQ8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1dlJdRJQ8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u1dlJdRJQ8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u1dlJdRJQ8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u1dlJdRJQ8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u1dlJdRJQ8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u1dlJdRJQ8 img,
.cid-u1dlJdRJQ8 .item-img {
  width: 100%;
}
.cid-u1dlJdRJQ8 .item:focus,
.cid-u1dlJdRJQ8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u1dlJdRJQ8 .item {
    margin-bottom: 1rem;
  }
}
.cid-u1dlJdRJQ8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u1dlJdRJQ8 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u1dlJdRJQ8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u1dlJdRJQ8 .mbr-section-subtitle,
.cid-u1dlJdRJQ8 .subtitle-wrap,
.cid-u1dlJdRJQ8 .mbr-section-btn {
  text-align: left;
}
.cid-u1dlJdRJQ8 .mbr-text,
.cid-u1dlJdRJQ8 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u1dlJdRJQ8 .mbr-text {
  color: #000000;
}
.cid-u1iJHPXYNW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1iJHPXYNW h2,
.cid-u1iJHPXYNW h3,
.cid-u1iJHPXYNW h4,
.cid-u1iJHPXYNW p {
  margin: 0;
}
.cid-u1iJHPXYNW .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1iJHPXYNW .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1iJHPXYNW .mbr-text {
  color: #353535;
  margin: 10px 0;
}
.cid-u1iJElnCyd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1iJElnCyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1iJElnCyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1iJElnCyd .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1iJElnCyd .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1iJElnCyd .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1iJElnCyd .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iJElnCyd .mbr-section-title {
    width: 100%;
  }
}
.cid-u1iJElnCyd .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iJElnCyd .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1iJElnCyd .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1iJElnCyd .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1iJElnCyd .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1iJElnCyd .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1iJElnCyd .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1iJElnCyd .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1iJElnCyd .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1iJElnCyd li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1iJElnCyd ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1iLnVlIxj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1iLnVlIxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1iLnVlIxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1iLnVlIxj .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1iLnVlIxj .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1iLnVlIxj .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1iLnVlIxj .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iLnVlIxj .mbr-section-title {
    width: 100%;
  }
}
.cid-u1iLnVlIxj .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1iLnVlIxj .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1iLnVlIxj .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1iLnVlIxj .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1iLnVlIxj .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1iLnVlIxj .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1iLnVlIxj .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1iLnVlIxj .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1iLnVlIxj .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1iLnVlIxj li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1iLnVlIxj ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1dlJhipBq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1dlJhipBq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1dlJhipBq .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1dlJhipBq .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1dlJhipBq .info .col-6,
  .cid-u1dlJhipBq .info .col-5 {
    width: 100%;
  }
  .cid-u1dlJhipBq .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1dlJhipBq .content .col-md-5 {
    width: 43%;
  }
  .cid-u1dlJhipBq .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1dlJhipBq .content .col-md-5 {
    width: 100%;
  }
  .cid-u1dlJhipBq .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1dlJhipBq .content {
    padding: 0;
  }
}
.cid-u1dlJhipBq .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1dlJhipBq .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1dlJhipBq .contacts {
  margin: 20px 0;
}
.cid-u1dlJhipBq .contacts p {
  margin: 0;
}
.cid-u1dlJhipBq .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dlJhipBq .socials p {
  margin: 0 20px 0 0;
}
.cid-u1dlJhipBq .socials-item .link {
  color: #000000;
}
.cid-u1dlJhipBq .mbr-contacts {
  color: #000000;
}
.cid-u1dlJhipBq .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1dlJhipBq .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1dlJhipBq .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1dlJhipBq .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1dlJhipBq .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1dlJhipBq .item:first-child {
  margin-left: 0;
}
.cid-u1dlJhipBq .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1dlJhipBq .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1dlJhipBq .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1dlJhipBq .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1dlJhipBq .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1dlJhipBq .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1dlJhipBq .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1dlJhipBq .item:hover {
  cursor: pointer;
}
.cid-u1dlJhipBq .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1dlJhipBq .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1dlJhipBq .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1dlJhipBq .mbr-iconfont {
  color: #ffffff;
}
.cid-u1dlJhipBq .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1dlJhipBq .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1dlJhipBq .menu p {
  margin: 0 0 5px;
}
.cid-u1dlJhipBq h6 {
  font-size: 21px;
}
.cid-u1dlJhipBq .menu-title {
  margin-bottom: 10px;
}
.cid-u1dlJhipBq .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1dlJhipBq .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1dlJhipBq .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1gz3K2rzs {
  z-index: 1000;
  width: 100%;
}
.cid-u1gz3K2rzs nav.navbar {
  position: fixed;
}
.cid-u1gz3K2rzs .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-u1gz3K2rzs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1gz3K2rzs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1gz3K2rzs .dropdown-item:hover,
.cid-u1gz3K2rzs .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1gz3K2rzs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1gz3K2rzs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1gz3K2rzs .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1gz3K2rzs .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1gz3K2rzs .nav-item {
  margin: 0 31px;
}
.cid-u1gz3K2rzs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1gz3K2rzs .nav-link {
  position: relative;
}
.cid-u1gz3K2rzs .nav-link:hover,
.cid-u1gz3K2rzs .nav-link:focus,
.cid-u1gz3K2rzs .nav-link:active {
  color: #99a505 !important;
}
.cid-u1gz3K2rzs .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1gz3K2rzs .container {
    flex-wrap: inherit;
  }
}
.cid-u1gz3K2rzs .navbar-caption:hover,
.cid-u1gz3K2rzs .navbar-caption:focus,
.cid-u1gz3K2rzs .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1gz3K2rzs .dropdown-menu,
.cid-u1gz3K2rzs .navbar.opened {
  background: #ffffff !important;
}
.cid-u1gz3K2rzs .nav-item:focus,
.cid-u1gz3K2rzs .nav-link:focus {
  outline: none;
}
.cid-u1gz3K2rzs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1gz3K2rzs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1gz3K2rzs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1gz3K2rzs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1gz3K2rzs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1gz3K2rzs .navbar.opened {
  transition: all 0.3s;
}
.cid-u1gz3K2rzs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1gz3K2rzs .navbar .navbar-logo img {
  width: auto;
}
.cid-u1gz3K2rzs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1gz3K2rzs .navbar.collapsed {
  justify-content: center;
}
.cid-u1gz3K2rzs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1gz3K2rzs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1gz3K2rzs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1gz3K2rzs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1gz3K2rzs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1gz3K2rzs .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-u1gz3K2rzs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1gz3K2rzs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1gz3K2rzs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1gz3K2rzs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1gz3K2rzs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1gz3K2rzs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1gz3K2rzs .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-u1gz3K2rzs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1gz3K2rzs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1gz3K2rzs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1gz3K2rzs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1gz3K2rzs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1gz3K2rzs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1gz3K2rzs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1gz3K2rzs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1gz3K2rzs .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;
  display: flex;
}
.cid-u1gz3K2rzs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1gz3K2rzs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1gz3K2rzs .dropdown-item.active,
.cid-u1gz3K2rzs .dropdown-item:active {
  background-color: transparent;
}
.cid-u1gz3K2rzs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1gz3K2rzs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1gz3K2rzs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1gz3K2rzs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1gz3K2rzs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1gz3K2rzs .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1gz3K2rzs .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1gz3K2rzs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1gz3K2rzs ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1gz3K2rzs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1gz3K2rzs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1gz3K2rzs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1gz3K2rzs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1gz3K2rzs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1gz3K2rzs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1gz3K2rzs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1gz3K2rzs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1gz3K2rzs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1gz3K2rzs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1gz3K2rzs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1gz3K2rzs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1gz3K2rzs a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1gz3K2rzs .navbar {
    height: 70px;
  }
  .cid-u1gz3K2rzs .navbar.opened {
    height: auto;
  }
  .cid-u1gz3K2rzs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1gz3KN66f {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u1gz3KN66f h2,
.cid-u1gz3KN66f h4,
.cid-u1gz3KN66f p {
  margin: 0;
}
.cid-u1gz3KN66f .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1gz3KN66f .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1gz3KN66f .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1gz3KN66f img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1gz3KN66f .mbr-section-title {
  color: #99a505;
  margin-bottom: 8px;
}
.cid-u1gz3KN66f .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-u1gz3KN66f .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1gz3KN66f .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1gz3KN66f .socials p {
  margin: 0 20px 0 0;
}
.cid-u1gz3KN66f .socials-item .link {
  color: #000000;
}
.cid-u1gz3LeFJ9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u1gz3LeFJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gz3LeFJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gz3LeFJ9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1gz3LeFJ9 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u1gz3LeFJ9 .mbr-text,
.cid-u1gz3LeFJ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-u1gz3LeFJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-u3xRgaYsKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u3xRgaYsKa .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-u3xRgaYsKa .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-u3xRgaYsKa .card {
  cursor: pointer;
}
.cid-u3xRgaYsKa .card:hover .card-title {
  transform: scale(0.9);
}
.cid-u3xRgaYsKa .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-u3xRgaYsKa .card-box {
  background: #558632;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-u3xRgaYsKa .mbr-section-title {
  color: #99a505;
}
.cid-u3xRgaYsKa .mbr-section-subtitle {
  color: #558632;
}
.cid-u3xRgaYsKa .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-u3xRgaYsKa .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-u3xRgaYsKa .card-title,
.cid-u3xRgaYsKa .card-box {
  text-align: center;
  color: #ffffff;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-u3xRgaYsKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3xRgaYsKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gI1ox6JB {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #353535, #ffffff);
}
@media (min-width: 768px) {
  .cid-u1gI1ox6JB {
    align-items: flex-start;
  }
  .cid-u1gI1ox6JB .row {
    justify-content: flex-start;
  }
}
.cid-u1gI1ox6JB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u1gI1ox6JB .mbr-text,
.cid-u1gI1ox6JB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u1gI1ox6JB .mbr-section-title,
.cid-u1gI1ox6JB .line {
  color: #232323;
}
.cid-u1gI1ox6JB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u1gI1ox6JB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u1gI1ox6JB .mbr-section-subtitle,
.cid-u1gI1ox6JB .align {
  text-align: left;
  color: #ffffff;
}
.cid-u1gGmcF1IM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1gGmcF1IM h2,
.cid-u1gGmcF1IM h3,
.cid-u1gGmcF1IM h4,
.cid-u1gGmcF1IM p {
  margin: 0;
}
.cid-u1gGmcF1IM .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1gGmcF1IM .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1gGmcF1IM .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1gGmcF1IM .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1gGmcF1IM .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1gGmcF1IM .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1gGmcF1IM .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1gzkACKYT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1gzkACKYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gzkACKYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gzkACKYT .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1gzkACKYT .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1gzkACKYT .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1gzkACKYT .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzkACKYT .mbr-section-title {
    width: 100%;
  }
}
.cid-u1gzkACKYT .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzkACKYT .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1gzkACKYT .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1gzkACKYT .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1gzkACKYT .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1gzkACKYT .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1gzkACKYT .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1gzkACKYT .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1gzkACKYT .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1gzkACKYT li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1gzkACKYT ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #99a505;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1gzpRyCrJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1gzpRyCrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gzpRyCrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gzpRyCrJ .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1gzpRyCrJ .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1gzpRyCrJ .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1gzpRyCrJ .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzpRyCrJ .mbr-section-title {
    width: 100%;
  }
}
.cid-u1gzpRyCrJ .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzpRyCrJ .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1gzpRyCrJ .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1gzpRyCrJ .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1gzpRyCrJ .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1gzpRyCrJ .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1gzpRyCrJ .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1gzpRyCrJ .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1gzpRyCrJ .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1gzpRyCrJ li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1gzpRyCrJ ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1gzWki5sI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-u1gzWki5sI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gzWki5sI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1gzWki5sI .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u1gzWki5sI .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u1gzWki5sI .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u1gzWki5sI .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzWki5sI .mbr-section-title {
    width: 100%;
  }
}
.cid-u1gzWki5sI .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u1gzWki5sI .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u1gzWki5sI .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u1gzWki5sI .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u1gzWki5sI .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u1gzWki5sI .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u1gzWki5sI .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u1gzWki5sI .list-title {
    padding-bottom: 20px;
  }
}
.cid-u1gzWki5sI .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u1gzWki5sI li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u1gzWki5sI ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u1gz3M0oZD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1gz3M0oZD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u1gz3M0oZD .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1gz3M0oZD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1gz3M0oZD .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-u1gz3M0oZD .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #25634d;
}
.cid-u1gz3M0oZD .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-u1gz3M0oZD .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-u1gz3M0oZD .mbr-text,
.cid-u1gz3M0oZD .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-u1gz3M0oZD .mbr-text {
  line-height: 1.4;
}
.cid-u1gz3M0oZD .mbr-text {
  padding-top: 2rem;
}
.cid-u1gz3M0oZD .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-u1gz3M0oZD .mbr-section-title P {
  text-align: left;
}
.cid-u1gz3M0oZD .sub-title P {
  text-align: left;
}
.cid-u1gz3M0oZD .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-u1gz3M0oZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1gz3M0oZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3xxs33yBH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3xxs33yBH img,
.cid-u3xxs33yBH .item-img,
.cid-u3xxs33yBH .item-wrapper {
  z-index: 0;
  height: 300px;
  object-fit: cover;
}
.cid-u3xxs33yBH .item-img {
  position: absolute;
  z-index: 0;
}
.cid-u3xxs33yBH .item:focus,
.cid-u3xxs33yBH span:focus {
  outline: none;
}
.cid-u3xxs33yBH .item {
  cursor: pointer;
  margin-bottom: 1rem;
}
.cid-u3xxs33yBH .item-wrapper {
  position: relative;
  border-radius: 0px;
  background: #bbbbbb;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3xxs33yBH .item-wrapper .item-content {
    padding: 2.8rem 2.25rem 1.2rem;
  }
  .cid-u3xxs33yBH .item-wrapper .item-footer {
    padding: 0 2.25rem 2rem;
  }
}
@media (max-width: 1250px) {
  .cid-u3xxs33yBH .item-wrapper .item-content {
    padding: 1.35rem 1.75rem 0 ;
  }
  .cid-u3xxs33yBH .item-wrapper .item-footer {
    padding: 0 2.25rem 1.45rem;
  }
}
.cid-u3xxs33yBH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3xxs33yBH .mbr-section-title {
  color: #b8d94f;
}
.cid-u3xxs33yBH .mbr-text,
.cid-u3xxs33yBH .mbr-section-btn {
  text-align: center;
  z-index: 1;
}
.cid-u3xxs33yBH .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u3xxs33yBH .item-subtitle {
  text-align: left;
}
.cid-u3xxs33yBH .mbr-section-subtitle {
  color: #47a15d;
}
.cid-u3xxs33yBH .item-content {
  z-index: 1;
}
.cid-u3xxs33yBH .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  top: 0%;
  opacity: 0.4;
  transition: .5s all;
  pointer-events: none;
}
.cid-u3xxs33yBH .title {
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .cid-u3xxs33yBH .title {
    margin-bottom: 1.75rem;
  }
}
.cid-u1gz3Q2BYr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1gz3Q2BYr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1gz3Q2BYr .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1gz3Q2BYr .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1gz3Q2BYr .info .col-6,
  .cid-u1gz3Q2BYr .info .col-5 {
    width: 100%;
  }
  .cid-u1gz3Q2BYr .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1gz3Q2BYr .content .col-md-5 {
    width: 43%;
  }
  .cid-u1gz3Q2BYr .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1gz3Q2BYr .content .col-md-5 {
    width: 100%;
  }
  .cid-u1gz3Q2BYr .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1gz3Q2BYr .content {
    padding: 0;
  }
}
.cid-u1gz3Q2BYr .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1gz3Q2BYr .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1gz3Q2BYr .contacts {
  margin: 20px 0;
}
.cid-u1gz3Q2BYr .contacts p {
  margin: 0;
}
.cid-u1gz3Q2BYr .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1gz3Q2BYr .socials p {
  margin: 0 20px 0 0;
}
.cid-u1gz3Q2BYr .socials-item .link {
  color: #000000;
}
.cid-u1gz3Q2BYr .mbr-contacts {
  color: #000000;
}
.cid-u1gz3Q2BYr .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1gz3Q2BYr .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1gz3Q2BYr .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1gz3Q2BYr .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1gz3Q2BYr .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1gz3Q2BYr .item:first-child {
  margin-left: 0;
}
.cid-u1gz3Q2BYr .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1gz3Q2BYr .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1gz3Q2BYr .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1gz3Q2BYr .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1gz3Q2BYr .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1gz3Q2BYr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1gz3Q2BYr .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1gz3Q2BYr .item:hover {
  cursor: pointer;
}
.cid-u1gz3Q2BYr .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1gz3Q2BYr .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1gz3Q2BYr .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1gz3Q2BYr .mbr-iconfont {
  color: #ffffff;
}
.cid-u1gz3Q2BYr .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1gz3Q2BYr .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1gz3Q2BYr .menu p {
  margin: 0 0 5px;
}
.cid-u1gz3Q2BYr h6 {
  font-size: 21px;
}
.cid-u1gz3Q2BYr .menu-title {
  margin-bottom: 10px;
}
.cid-u1gz3Q2BYr .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1gz3Q2BYr .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1gz3Q2BYr .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1l9sSOr9t {
  z-index: 1000;
  width: 100%;
}
.cid-u1l9sSOr9t nav.navbar {
  position: fixed;
}
.cid-u1l9sSOr9t .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-u1l9sSOr9t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1l9sSOr9t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1l9sSOr9t .dropdown-item:hover,
.cid-u1l9sSOr9t .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1l9sSOr9t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1l9sSOr9t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1l9sSOr9t .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1l9sSOr9t .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1l9sSOr9t .nav-item {
  margin: 0 31px;
}
.cid-u1l9sSOr9t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1l9sSOr9t .nav-link {
  position: relative;
}
.cid-u1l9sSOr9t .nav-link:hover,
.cid-u1l9sSOr9t .nav-link:focus,
.cid-u1l9sSOr9t .nav-link:active {
  color: #99a505 !important;
}
.cid-u1l9sSOr9t .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1l9sSOr9t .container {
    flex-wrap: inherit;
  }
}
.cid-u1l9sSOr9t .navbar-caption:hover,
.cid-u1l9sSOr9t .navbar-caption:focus,
.cid-u1l9sSOr9t .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1l9sSOr9t .dropdown-menu,
.cid-u1l9sSOr9t .navbar.opened {
  background: #ffffff !important;
}
.cid-u1l9sSOr9t .nav-item:focus,
.cid-u1l9sSOr9t .nav-link:focus {
  outline: none;
}
.cid-u1l9sSOr9t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1l9sSOr9t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1l9sSOr9t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1l9sSOr9t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1l9sSOr9t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1l9sSOr9t .navbar.opened {
  transition: all 0.3s;
}
.cid-u1l9sSOr9t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1l9sSOr9t .navbar .navbar-logo img {
  width: auto;
}
.cid-u1l9sSOr9t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1l9sSOr9t .navbar.collapsed {
  justify-content: center;
}
.cid-u1l9sSOr9t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1l9sSOr9t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1l9sSOr9t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1l9sSOr9t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1l9sSOr9t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1l9sSOr9t .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-u1l9sSOr9t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1l9sSOr9t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1l9sSOr9t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1l9sSOr9t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1l9sSOr9t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1l9sSOr9t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1l9sSOr9t .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-u1l9sSOr9t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1l9sSOr9t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1l9sSOr9t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1l9sSOr9t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1l9sSOr9t .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1l9sSOr9t .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1l9sSOr9t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1l9sSOr9t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1l9sSOr9t .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;
  display: flex;
}
.cid-u1l9sSOr9t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1l9sSOr9t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1l9sSOr9t .dropdown-item.active,
.cid-u1l9sSOr9t .dropdown-item:active {
  background-color: transparent;
}
.cid-u1l9sSOr9t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1l9sSOr9t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1l9sSOr9t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1l9sSOr9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1l9sSOr9t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1l9sSOr9t .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1l9sSOr9t .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1l9sSOr9t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1l9sSOr9t ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1l9sSOr9t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1l9sSOr9t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1l9sSOr9t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1l9sSOr9t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1l9sSOr9t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1l9sSOr9t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1l9sSOr9t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1l9sSOr9t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1l9sSOr9t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1l9sSOr9t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1l9sSOr9t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1l9sSOr9t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1l9sSOr9t a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1l9sSOr9t .navbar {
    height: 70px;
  }
  .cid-u1l9sSOr9t .navbar.opened {
    height: auto;
  }
  .cid-u1l9sSOr9t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1l9sTyl0l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u1l9sTyl0l h2,
.cid-u1l9sTyl0l h4,
.cid-u1l9sTyl0l p {
  margin: 0;
}
.cid-u1l9sTyl0l .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1l9sTyl0l .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1l9sTyl0l .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1l9sTyl0l img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1l9sTyl0l .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1l9sTyl0l .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1l9sTyl0l .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1l9sTyl0l .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1l9sTyl0l .socials p {
  margin: 0 20px 0 0;
}
.cid-u1l9sTyl0l .socials-item .link {
  color: #000000;
}
.cid-u1lzTzLkX2 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #558632, #ffffff);
}
@media (min-width: 768px) {
  .cid-u1lzTzLkX2 {
    align-items: flex-start;
  }
  .cid-u1lzTzLkX2 .row {
    justify-content: flex-start;
  }
}
.cid-u1lzTzLkX2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u1lzTzLkX2 .mbr-text,
.cid-u1lzTzLkX2 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u1lzTzLkX2 .mbr-section-title,
.cid-u1lzTzLkX2 .line {
  color: #232323;
}
.cid-u1lzTzLkX2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u1lzTzLkX2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u1lzTzLkX2 .mbr-section-subtitle,
.cid-u1lzTzLkX2 .align {
  text-align: left;
  color: #232323;
}
.cid-u1lzxsRAm6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1lzxsRAm6 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lzxsRAm6 .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lzxsRAm6 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lzxsRAm6 .mbr-section-title {
  text-align: center;
}
.cid-u1lzxsRAm6 .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lzxsRAm6 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lzxsRAm6 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lzxsRAm6 .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lzxsRAm6 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lzxsRAm6 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1lzy9SBEy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1lzy9SBEy p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lzy9SBEy .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lzy9SBEy .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lzy9SBEy .mbr-section-title {
  text-align: center;
}
.cid-u1lzy9SBEy .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lzy9SBEy .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lzy9SBEy .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lzy9SBEy .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lzy9SBEy .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lzy9SBEy .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1lzyM0Nrt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1lzyM0Nrt p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lzyM0Nrt .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lzyM0Nrt .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lzyM0Nrt .mbr-section-title {
  text-align: center;
}
.cid-u1lzyM0Nrt .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lzyM0Nrt .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lzyM0Nrt .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lzyM0Nrt .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lzyM0Nrt .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lzyM0Nrt .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1lzzrRmdS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1lzzrRmdS p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lzzrRmdS .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lzzrRmdS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lzzrRmdS .mbr-section-title {
  text-align: center;
}
.cid-u1lzzrRmdS .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lzzrRmdS .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lzzrRmdS .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lzzrRmdS .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lzzrRmdS .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lzzrRmdS .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1lzAdzysO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1lzAdzysO p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lzAdzysO .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lzAdzysO .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lzAdzysO .mbr-section-title {
  text-align: center;
}
.cid-u1lzAdzysO .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lzAdzysO .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lzAdzysO .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lzAdzysO .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lzAdzysO .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lzAdzysO .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1nDH81RST {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1nDH81RST p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1nDH81RST .row {
    justify-content: flex-start !important;
  }
}
.cid-u1nDH81RST .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1nDH81RST .mbr-section-title {
  text-align: center;
}
.cid-u1nDH81RST .mbr-section-subtitle {
  text-align: center;
}
.cid-u1nDH81RST .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1nDH81RST .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1nDH81RST .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1nDH81RST .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1nDH81RST .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1oLOF0WWA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-u1oLOF0WWA p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1oLOF0WWA .row {
    justify-content: flex-start !important;
  }
}
.cid-u1oLOF0WWA .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1oLOF0WWA .mbr-section-title {
  text-align: center;
}
.cid-u1oLOF0WWA .mbr-section-subtitle {
  text-align: center;
}
.cid-u1oLOF0WWA .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1oLOF0WWA .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1oLOF0WWA .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1oLOF0WWA .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1oLOF0WWA .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1lbH0jhIL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-u1lbH0jhIL p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u1lbH0jhIL .row {
    justify-content: flex-start !important;
  }
}
.cid-u1lbH0jhIL .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u1lbH0jhIL .mbr-section-title {
  text-align: center;
}
.cid-u1lbH0jhIL .mbr-section-subtitle {
  text-align: center;
}
.cid-u1lbH0jhIL .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u1lbH0jhIL .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u1lbH0jhIL .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u1lbH0jhIL .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u1lbH0jhIL .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u1l9sVcl7t {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1l9sVcl7t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1l9sVcl7t .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1l9sVcl7t .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1l9sVcl7t .info .col-6,
  .cid-u1l9sVcl7t .info .col-5 {
    width: 100%;
  }
  .cid-u1l9sVcl7t .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1l9sVcl7t .content .col-md-5 {
    width: 43%;
  }
  .cid-u1l9sVcl7t .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1l9sVcl7t .content .col-md-5 {
    width: 100%;
  }
  .cid-u1l9sVcl7t .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1l9sVcl7t .content {
    padding: 0;
  }
}
.cid-u1l9sVcl7t .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1l9sVcl7t .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1l9sVcl7t .contacts {
  margin: 20px 0;
}
.cid-u1l9sVcl7t .contacts p {
  margin: 0;
}
.cid-u1l9sVcl7t .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1l9sVcl7t .socials p {
  margin: 0 20px 0 0;
}
.cid-u1l9sVcl7t .socials-item .link {
  color: #000000;
}
.cid-u1l9sVcl7t .mbr-contacts {
  color: #000000;
}
.cid-u1l9sVcl7t .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1l9sVcl7t .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1l9sVcl7t .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1l9sVcl7t .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1l9sVcl7t .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1l9sVcl7t .item:first-child {
  margin-left: 0;
}
.cid-u1l9sVcl7t .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1l9sVcl7t .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1l9sVcl7t .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1l9sVcl7t .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1l9sVcl7t .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1l9sVcl7t .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1l9sVcl7t .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1l9sVcl7t .item:hover {
  cursor: pointer;
}
.cid-u1l9sVcl7t .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1l9sVcl7t .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1l9sVcl7t .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1l9sVcl7t .mbr-iconfont {
  color: #ffffff;
}
.cid-u1l9sVcl7t .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1l9sVcl7t .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1l9sVcl7t .menu p {
  margin: 0 0 5px;
}
.cid-u1l9sVcl7t h6 {
  font-size: 21px;
}
.cid-u1l9sVcl7t .menu-title {
  margin-bottom: 10px;
}
.cid-u1l9sVcl7t .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1l9sVcl7t .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1l9sVcl7t .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1n8GMR9UN {
  z-index: 1000;
  width: 100%;
}
.cid-u1n8GMR9UN nav.navbar {
  position: fixed;
}
.cid-u1n8GMR9UN .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-u1n8GMR9UN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1n8GMR9UN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1n8GMR9UN .dropdown-item:hover,
.cid-u1n8GMR9UN .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1n8GMR9UN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1n8GMR9UN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1n8GMR9UN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1n8GMR9UN .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1n8GMR9UN .nav-item {
  margin: 0 31px;
}
.cid-u1n8GMR9UN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1n8GMR9UN .nav-link {
  position: relative;
}
.cid-u1n8GMR9UN .nav-link:hover,
.cid-u1n8GMR9UN .nav-link:focus,
.cid-u1n8GMR9UN .nav-link:active {
  color: #99a505 !important;
}
.cid-u1n8GMR9UN .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1n8GMR9UN .container {
    flex-wrap: inherit;
  }
}
.cid-u1n8GMR9UN .navbar-caption:hover,
.cid-u1n8GMR9UN .navbar-caption:focus,
.cid-u1n8GMR9UN .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1n8GMR9UN .dropdown-menu,
.cid-u1n8GMR9UN .navbar.opened {
  background: #ffffff !important;
}
.cid-u1n8GMR9UN .nav-item:focus,
.cid-u1n8GMR9UN .nav-link:focus {
  outline: none;
}
.cid-u1n8GMR9UN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1n8GMR9UN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1n8GMR9UN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1n8GMR9UN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1n8GMR9UN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1n8GMR9UN .navbar.opened {
  transition: all 0.3s;
}
.cid-u1n8GMR9UN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1n8GMR9UN .navbar .navbar-logo img {
  width: auto;
}
.cid-u1n8GMR9UN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1n8GMR9UN .navbar.collapsed {
  justify-content: center;
}
.cid-u1n8GMR9UN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1n8GMR9UN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1n8GMR9UN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1n8GMR9UN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1n8GMR9UN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1n8GMR9UN .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-u1n8GMR9UN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1n8GMR9UN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1n8GMR9UN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1n8GMR9UN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1n8GMR9UN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1n8GMR9UN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1n8GMR9UN .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-u1n8GMR9UN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1n8GMR9UN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1n8GMR9UN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1n8GMR9UN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1n8GMR9UN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1n8GMR9UN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1n8GMR9UN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1n8GMR9UN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1n8GMR9UN .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;
  display: flex;
}
.cid-u1n8GMR9UN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1n8GMR9UN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1n8GMR9UN .dropdown-item.active,
.cid-u1n8GMR9UN .dropdown-item:active {
  background-color: transparent;
}
.cid-u1n8GMR9UN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1n8GMR9UN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1n8GMR9UN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1n8GMR9UN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1n8GMR9UN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1n8GMR9UN .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1n8GMR9UN .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1n8GMR9UN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1n8GMR9UN ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1n8GMR9UN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1n8GMR9UN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1n8GMR9UN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1n8GMR9UN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1n8GMR9UN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1n8GMR9UN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1n8GMR9UN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1n8GMR9UN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1n8GMR9UN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1n8GMR9UN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1n8GMR9UN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1n8GMR9UN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1n8GMR9UN a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1n8GMR9UN .navbar {
    height: 70px;
  }
  .cid-u1n8GMR9UN .navbar.opened {
    height: auto;
  }
  .cid-u1n8GMR9UN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1n8GNCR4C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u1n8GNCR4C h2,
.cid-u1n8GNCR4C h4,
.cid-u1n8GNCR4C p {
  margin: 0;
}
.cid-u1n8GNCR4C .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1n8GNCR4C .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1n8GNCR4C .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1n8GNCR4C img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1n8GNCR4C .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1n8GNCR4C .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1n8GNCR4C .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1n8GNCR4C .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1n8GNCR4C .socials p {
  margin: 0 20px 0 0;
}
.cid-u1n8GNCR4C .socials-item .link {
  color: #000000;
}
.cid-u1n8GOeTJ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n8GOeTJ8 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n8GOeTJ8 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n8GOeTJ8 .container {
    padding: 0 25px;
  }
}
.cid-u1n8GOeTJ8 .title-wrapper {
  margin: 25px 0;
}
.cid-u1n8GOeTJ8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n8GOeTJ8 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n8GOeTJ8 .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n8GOeTJ8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n8GOeTJ8 .mbr-section-title {
  color: #000000;
}
.cid-u1n8GOeTJ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n8GOeTJ8 .mbr-text {
  color: #000000;
}
.cid-u1n8GOLn8T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n8GOLn8T .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n8GOLn8T .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n8GOLn8T .container {
    padding: 0 25px;
  }
}
.cid-u1n8GOLn8T .title-wrapper {
  margin: 25px 0;
}
.cid-u1n8GOLn8T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n8GOLn8T .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n8GOLn8T .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n8GOLn8T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n8GOLn8T .mbr-section-title {
  color: #000000;
}
.cid-u1n8GOLn8T .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n8GOLn8T .mbr-text {
  color: #000000;
}
.cid-u1n8GPjj0M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n8GPjj0M .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n8GPjj0M .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n8GPjj0M .container {
    padding: 0 25px;
  }
}
.cid-u1n8GPjj0M .title-wrapper {
  margin: 25px 0;
}
.cid-u1n8GPjj0M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n8GPjj0M .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n8GPjj0M .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n8GPjj0M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n8GPjj0M .mbr-section-title {
  color: #000000;
}
.cid-u1n8GPjj0M .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n8GPjj0M .mbr-text {
  color: #000000;
}
.cid-u1n8GPQfPu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n8GPQfPu .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1n8GPQfPu .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1n8GPQfPu .container {
    padding: 0 25px;
  }
}
.cid-u1n8GPQfPu .title-wrapper {
  margin: 25px 0;
}
.cid-u1n8GPQfPu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1n8GPQfPu .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-u1n8GPQfPu .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-u1n8GPQfPu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1n8GPQfPu .mbr-section-title {
  color: #000000;
}
.cid-u1n8GPQfPu .mbr-section-subtitle {
  color: #000000;
}
.cid-u1n8GPQfPu .mbr-text {
  color: #000000;
}
.cid-u1n8GQuUZT {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1n8GQuUZT img,
.cid-u1n8GQuUZT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1n8GQuUZT .item:focus,
.cid-u1n8GQuUZT span:focus {
  outline: none;
}
.cid-u1n8GQuUZT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1n8GQuUZT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1n8GQuUZT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1n8GQuUZT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1n8GQuUZT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1n8GQuUZT .mbr-section-title {
  color: #232323;
}
.cid-u1n8GQuUZT .mbr-text,
.cid-u1n8GQuUZT .mbr-section-btn {
  text-align: left;
}
.cid-u1n8GQuUZT .item-title {
  text-align: left;
}
.cid-u1n8GQuUZT .item-subtitle {
  text-align: left;
}
.cid-u1nfzVtjnP {
  z-index: 1000;
  width: 100%;
}
.cid-u1nfzVtjnP nav.navbar {
  position: fixed;
}
.cid-u1nfzVtjnP .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-u1nfzVtjnP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1nfzVtjnP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1nfzVtjnP .dropdown-item:hover,
.cid-u1nfzVtjnP .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1nfzVtjnP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1nfzVtjnP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1nfzVtjnP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1nfzVtjnP .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1nfzVtjnP .nav-item {
  margin: 0 31px;
}
.cid-u1nfzVtjnP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1nfzVtjnP .nav-link {
  position: relative;
}
.cid-u1nfzVtjnP .nav-link:hover,
.cid-u1nfzVtjnP .nav-link:focus,
.cid-u1nfzVtjnP .nav-link:active {
  color: #99a505 !important;
}
.cid-u1nfzVtjnP .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1nfzVtjnP .container {
    flex-wrap: inherit;
  }
}
.cid-u1nfzVtjnP .navbar-caption:hover,
.cid-u1nfzVtjnP .navbar-caption:focus,
.cid-u1nfzVtjnP .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1nfzVtjnP .dropdown-menu,
.cid-u1nfzVtjnP .navbar.opened {
  background: #ffffff !important;
}
.cid-u1nfzVtjnP .nav-item:focus,
.cid-u1nfzVtjnP .nav-link:focus {
  outline: none;
}
.cid-u1nfzVtjnP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1nfzVtjnP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1nfzVtjnP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1nfzVtjnP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1nfzVtjnP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1nfzVtjnP .navbar.opened {
  transition: all 0.3s;
}
.cid-u1nfzVtjnP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1nfzVtjnP .navbar .navbar-logo img {
  width: auto;
}
.cid-u1nfzVtjnP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1nfzVtjnP .navbar.collapsed {
  justify-content: center;
}
.cid-u1nfzVtjnP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1nfzVtjnP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1nfzVtjnP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1nfzVtjnP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1nfzVtjnP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1nfzVtjnP .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-u1nfzVtjnP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1nfzVtjnP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1nfzVtjnP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1nfzVtjnP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1nfzVtjnP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1nfzVtjnP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1nfzVtjnP .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-u1nfzVtjnP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1nfzVtjnP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1nfzVtjnP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1nfzVtjnP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1nfzVtjnP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1nfzVtjnP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1nfzVtjnP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1nfzVtjnP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1nfzVtjnP .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;
  display: flex;
}
.cid-u1nfzVtjnP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1nfzVtjnP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1nfzVtjnP .dropdown-item.active,
.cid-u1nfzVtjnP .dropdown-item:active {
  background-color: transparent;
}
.cid-u1nfzVtjnP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1nfzVtjnP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1nfzVtjnP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1nfzVtjnP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1nfzVtjnP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1nfzVtjnP .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1nfzVtjnP .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1nfzVtjnP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1nfzVtjnP ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1nfzVtjnP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1nfzVtjnP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1nfzVtjnP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1nfzVtjnP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nfzVtjnP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nfzVtjnP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1nfzVtjnP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nfzVtjnP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1nfzVtjnP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1nfzVtjnP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nfzVtjnP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1nfzVtjnP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1nfzVtjnP a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1nfzVtjnP .navbar {
    height: 70px;
  }
  .cid-u1nfzVtjnP .navbar.opened {
    height: auto;
  }
  .cid-u1nfzVtjnP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1nfzWhWXV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u1nfzWhWXV h2,
.cid-u1nfzWhWXV h4,
.cid-u1nfzWhWXV p {
  margin: 0;
}
.cid-u1nfzWhWXV .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1nfzWhWXV .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1nfzWhWXV .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1nfzWhWXV img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1nfzWhWXV .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1nfzWhWXV .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1nfzWhWXV .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1nfzWhWXV .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nfzWhWXV .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nfzWhWXV .socials-item .link {
  color: #000000;
}
.cid-u1nfzWW6eM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u1nfzWW6eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nfzWW6eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nfzWW6eM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1nfzWW6eM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1nfzWW6eM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #558632;
}
.cid-u1nfzWW6eM .panel-body,
.cid-u1nfzWW6eM .card-header {
  padding: 1rem 0;
}
.cid-u1nfzWW6eM .panel-title-edit {
  color: #000000;
}
.cid-u1nfzXyYP3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1nfzXyYP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nfzXyYP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nfzXyYP3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1nfzXyYP3 .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1nfzXyYP3 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1nfzXyYP3 .card {
    margin-bottom: 2rem;
  }
  .cid-u1nfzXyYP3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1nfzY8c4C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1nfzY8c4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nfzY8c4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nfzY8c4C .mbr-section-title,
.cid-u1nfzY8c4C .mbr-section-subtitle {
  text-align: center;
}
.cid-u1nfzY8c4C .cost {
  word-break: normal;
}
.cid-u1nfzY8c4C .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u1nfzY8c4C .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u1nfzY8c4C .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nfzY8c4C .card-wrapper {
    padding: 1rem;
  }
}
.cid-u1nfzYVVlL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1nfzYVVlL h2,
.cid-u1nfzYVVlL h3,
.cid-u1nfzYVVlL h4,
.cid-u1nfzYVVlL p {
  margin: 0;
}
.cid-u1nfzYVVlL .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1nfzYVVlL .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1nfzYVVlL .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1nfzYVVlL .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1nfzYVVlL .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1nfzYVVlL .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1nfzYVVlL .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1nfzZsUnP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1nfzZsUnP h2,
.cid-u1nfzZsUnP h3,
.cid-u1nfzZsUnP h4,
.cid-u1nfzZsUnP p {
  margin: 0;
}
.cid-u1nfzZsUnP .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1nfzZsUnP .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1nfzZsUnP .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1nfzZXhkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1nfzZXhkx h2,
.cid-u1nfzZXhkx h4,
.cid-u1nfzZXhkx p {
  margin: 0;
}
.cid-u1nfzZXhkx img {
  width: 100%;
  height: auto;
}
.cid-u1nfzZXhkx .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-u1nfzZXhkx .text-elements-wrap {
    width: 100%;
  }
}
.cid-u1nfzZXhkx .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-u1nfzZXhkx .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u1nfzZXhkx .col-md-7,
  .cid-u1nfzZXhkx .col-md-5 {
    width: 100%;
  }
}
.cid-u1nfzZXhkx .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-u1nfzZXhkx .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-u1nfzZXhkx .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1nfzZXhkx .link-wrap {
  padding-top: 25px;
}
.cid-u1nfzZXhkx .link {
  font-weight: 600;
  position: relative;
}
.cid-u1nfzZXhkx .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-u1nfA0vqRh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1nfA0vqRh .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u1nfA0vqRh .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u1nfA0vqRh .people {
    padding: 0;
  }
}
.cid-u1nfA0vqRh .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u1nfA0vqRh .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nfA0vqRh .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u1nfA0vqRh .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u1nfA0vqRh h3 {
  margin: 0;
}
.cid-u1nfA0vqRh .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u1nfA0vqRh .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u1nfA0vqRh .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u1nfA0vqRh .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u1nfA0vqRh .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u1nfA0vqRh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nfA0vqRh .item:hover {
  cursor: pointer;
}
.cid-u1nfA0vqRh .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u1nfA1fFRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1nfA1fFRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nfA1fFRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nfA1fFRR .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u1nfA1fFRR .container {
    padding: 10px 8px;
  }
}
.cid-u1nfA1fFRR .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u1nfA1fFRR .row {
    padding: 50px 2px;
  }
}
.cid-u1nfA1fFRR .row .card {
  padding: 0 8px;
}
.cid-u1nfA1fFRR .row .card:nth-child(2) {
  justify-content: center;
}
.cid-u1nfA1fFRR .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-u1nfA1fFRR .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-u1nfA1fFRR .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u1nfA1fFRR .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #558632;
}
.cid-u1nfA1fFRR .item:last-child {
  margin-bottom: 0;
}
.cid-u1nfA1fFRR .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u1nfA1fFRR .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u1nfA1fFRR .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-u1nfA1fFRR .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u1nfA1fFRR .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u1nfA1fFRR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1nfA1fFRR .content-wrapper {
    margin: 50px 0;
  }
}
.cid-u1nfA1fFRR .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-u1nfA1fFRR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ccdbc2;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ccdbc2;
  margin-bottom: 0;
}
.cid-u1nfA1fFRR .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u1nfA1fFRR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u1nfA1fFRR .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-u1nfA1fFRR .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u1nfA1fFRR .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-u1nfA1fFRR .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-u1nfA1fFRR .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-u1nfA1fFRR .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-u1nfA1fFRR .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #ccdbc2;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u1nfA1fFRR .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u1nfA1fFRR .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-u1nfA1fFRR .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #558632;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-u1nfA1fFRR .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-u1nfA1fFRR .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1nfA1fFRR .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-u1nfA1fFRR .mbr-desc,
.cid-u1nfA1fFRR .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u1nfA1fFRR .card-title {
  color: #222222;
}
.cid-u1nfA1fFRR .card-text {
  color: #222222;
}
.cid-u1nfA1Z82d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1nfA1Z82d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nfA1Z82d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1nfA1Z82d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1nfA1Z82d .row {
  flex-direction: row-reverse;
}
.cid-u1nfA1Z82d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1nfA1Z82d .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1nfA2xNdP {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1nfA2xNdP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nfA2xNdP .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1nfA2xNdP .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nfA2xNdP .info .col-6,
  .cid-u1nfA2xNdP .info .col-5 {
    width: 100%;
  }
  .cid-u1nfA2xNdP .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nfA2xNdP .content .col-md-5 {
    width: 43%;
  }
  .cid-u1nfA2xNdP .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1nfA2xNdP .content .col-md-5 {
    width: 100%;
  }
  .cid-u1nfA2xNdP .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1nfA2xNdP .content {
    padding: 0;
  }
}
.cid-u1nfA2xNdP .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1nfA2xNdP .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1nfA2xNdP .contacts {
  margin: 20px 0;
}
.cid-u1nfA2xNdP .contacts p {
  margin: 0;
}
.cid-u1nfA2xNdP .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nfA2xNdP .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nfA2xNdP .socials-item .link {
  color: #000000;
}
.cid-u1nfA2xNdP .mbr-contacts {
  color: #000000;
}
.cid-u1nfA2xNdP .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1nfA2xNdP .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1nfA2xNdP .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1nfA2xNdP .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1nfA2xNdP .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1nfA2xNdP .item:first-child {
  margin-left: 0;
}
.cid-u1nfA2xNdP .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1nfA2xNdP .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1nfA2xNdP .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1nfA2xNdP .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1nfA2xNdP .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nfA2xNdP .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1nfA2xNdP .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1nfA2xNdP .item:hover {
  cursor: pointer;
}
.cid-u1nfA2xNdP .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1nfA2xNdP .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1nfA2xNdP .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1nfA2xNdP .mbr-iconfont {
  color: #ffffff;
}
.cid-u1nfA2xNdP .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1nfA2xNdP .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nfA2xNdP .menu p {
  margin: 0 0 5px;
}
.cid-u1nfA2xNdP h6 {
  font-size: 21px;
}
.cid-u1nfA2xNdP .menu-title {
  margin-bottom: 10px;
}
.cid-u1nfA2xNdP .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1nfA2xNdP .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1nfA2xNdP .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1nDli8unj {
  z-index: 1000;
  width: 100%;
}
.cid-u1nDli8unj nav.navbar {
  position: fixed;
}
.cid-u1nDli8unj .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-u1nDli8unj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1nDli8unj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1nDli8unj .dropdown-item:hover,
.cid-u1nDli8unj .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1nDli8unj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1nDli8unj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1nDli8unj .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1nDli8unj .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1nDli8unj .nav-item {
  margin: 0 31px;
}
.cid-u1nDli8unj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1nDli8unj .nav-link {
  position: relative;
}
.cid-u1nDli8unj .nav-link:hover,
.cid-u1nDli8unj .nav-link:focus,
.cid-u1nDli8unj .nav-link:active {
  color: #99a505 !important;
}
.cid-u1nDli8unj .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1nDli8unj .container {
    flex-wrap: inherit;
  }
}
.cid-u1nDli8unj .navbar-caption:hover,
.cid-u1nDli8unj .navbar-caption:focus,
.cid-u1nDli8unj .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1nDli8unj .dropdown-menu,
.cid-u1nDli8unj .navbar.opened {
  background: #ffffff !important;
}
.cid-u1nDli8unj .nav-item:focus,
.cid-u1nDli8unj .nav-link:focus {
  outline: none;
}
.cid-u1nDli8unj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1nDli8unj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1nDli8unj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1nDli8unj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1nDli8unj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1nDli8unj .navbar.opened {
  transition: all 0.3s;
}
.cid-u1nDli8unj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1nDli8unj .navbar .navbar-logo img {
  width: auto;
}
.cid-u1nDli8unj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1nDli8unj .navbar.collapsed {
  justify-content: center;
}
.cid-u1nDli8unj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1nDli8unj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1nDli8unj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1nDli8unj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1nDli8unj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1nDli8unj .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-u1nDli8unj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1nDli8unj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1nDli8unj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1nDli8unj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1nDli8unj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1nDli8unj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1nDli8unj .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-u1nDli8unj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1nDli8unj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1nDli8unj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1nDli8unj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1nDli8unj .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1nDli8unj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1nDli8unj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1nDli8unj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1nDli8unj .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;
  display: flex;
}
.cid-u1nDli8unj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1nDli8unj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1nDli8unj .dropdown-item.active,
.cid-u1nDli8unj .dropdown-item:active {
  background-color: transparent;
}
.cid-u1nDli8unj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1nDli8unj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1nDli8unj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1nDli8unj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1nDli8unj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1nDli8unj .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1nDli8unj .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1nDli8unj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1nDli8unj ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1nDli8unj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1nDli8unj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1nDli8unj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1nDli8unj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nDli8unj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nDli8unj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1nDli8unj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nDli8unj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1nDli8unj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1nDli8unj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nDli8unj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1nDli8unj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1nDli8unj a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1nDli8unj .navbar {
    height: 70px;
  }
  .cid-u1nDli8unj .navbar.opened {
    height: auto;
  }
  .cid-u1nDli8unj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1nDliQXkG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/deluxe-finished-2000x1000.png");
}
.cid-u1nDliQXkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nDliQXkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nDliQXkG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1nDliQXkG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1nDliQXkG .container {
    padding: 0 24px;
  }
}
.cid-u1nDliQXkG .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-u1nDliQXkG .title-wrapper {
    padding: 0;
  }
}
.cid-u1nDliQXkG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-u1nDliQXkG .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-u1nDliQXkG .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u1nDliQXkG .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u1nDliQXkG .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u1nDliQXkG .mbr-section-title,
.cid-u1nDliQXkG .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-u1nDliQXkG .mbr-section-title,
.cid-u1nDliQXkG .title-wrapper,
.cid-u1nDliQXkG .mbr-section-btn {
  text-align: center;
}
.cid-u1nDljs3hC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1nDljs3hC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nDljs3hC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nDljs3hC .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1nDljs3hC .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nDljs3hC .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u1nDljs3hC .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u1nDljs3hC .row .row {
    flex-direction: column-reverse;
  }
  .cid-u1nDljs3hC .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1nDljs3hC .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1nDljs3hC .card-subtitle {
  color: #583b8e;
}
.cid-u1nDljs3hC .mbr-text {
  color: #555555;
}
.cid-u1nDlk3axm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u1nDlk3axm .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .mbr-section-head {
    padding: 0;
  }
}
.cid-u1nDlk3axm .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .people {
    padding: 0;
  }
}
.cid-u1nDlk3axm .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u1nDlk3axm .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nDlk3axm .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u1nDlk3axm .mbr-text {
    width: 100%;
  }
}
.cid-u1nDlk3axm .item-name {
  color: #000000;
  margin: 0;
}
.cid-u1nDlk3axm h3 {
  margin: 0;
}
.cid-u1nDlk3axm .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nDlk3axm .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .item {
    margin-bottom: 80px;
  }
}
.cid-u1nDlk3axm .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .item-wrapper {
    flex-direction: column;
  }
}
.cid-u1nDlk3axm .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u1nDlk3axm .top {
  padding-top: 16px;
}
.cid-u1nDlk3axm .socials-wrap {
  margin-bottom: 5px;
}
.cid-u1nDlk3axm .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u1nDlk3axm .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u1nDlk3axm .socials-item .link {
  color: #000000;
}
.cid-u1nDlk3axm .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1nDlk3axm .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u1nDlk3axm .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u1nDlk3axm .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nDlk3axm .item:hover {
  cursor: pointer;
}
.cid-u1nDlk3axm .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u1nDlkGBQD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-u1nDlkGBQD .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .mbr-section-head {
    padding: 0;
  }
}
.cid-u1nDlkGBQD .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .people {
    padding: 0;
  }
}
.cid-u1nDlkGBQD .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u1nDlkGBQD .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nDlkGBQD .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-u1nDlkGBQD .mbr-text {
    width: 100%;
  }
}
.cid-u1nDlkGBQD .item-name {
  color: #000000;
  margin: 0;
}
.cid-u1nDlkGBQD h3 {
  margin: 0;
}
.cid-u1nDlkGBQD .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nDlkGBQD .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .item {
    margin-bottom: 80px;
  }
}
.cid-u1nDlkGBQD .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .item-wrapper {
    flex-direction: column;
  }
}
.cid-u1nDlkGBQD .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-u1nDlkGBQD .top {
  padding-top: 16px;
}
.cid-u1nDlkGBQD .socials-wrap {
  margin-bottom: 5px;
}
.cid-u1nDlkGBQD .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-u1nDlkGBQD .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-u1nDlkGBQD .socials-item .link {
  color: #000000;
}
.cid-u1nDlkGBQD .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u1nDlkGBQD .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-u1nDlkGBQD .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u1nDlkGBQD .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nDlkGBQD .item:hover {
  cursor: pointer;
}
.cid-u1nDlkGBQD .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u1nDlltv7H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1nDlltv7H .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-u1nDlltv7H .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-u1nDlltv7H .people {
    padding: 0;
  }
}
.cid-u1nDlltv7H .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-u1nDlltv7H .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-u1nDlltv7H .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-u1nDlltv7H .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-u1nDlltv7H h3 {
  margin: 0;
}
.cid-u1nDlltv7H .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-u1nDlltv7H .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-u1nDlltv7H .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-u1nDlltv7H .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-u1nDlltv7H .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-u1nDlltv7H .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nDlltv7H .item:hover {
  cursor: pointer;
}
.cid-u1nDlltv7H .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-u1nDlmbeX1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1nDlmbeX1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nDlmbeX1 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1nDlmbeX1 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nDlmbeX1 .info .col-6,
  .cid-u1nDlmbeX1 .info .col-5 {
    width: 100%;
  }
  .cid-u1nDlmbeX1 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nDlmbeX1 .content .col-md-5 {
    width: 43%;
  }
  .cid-u1nDlmbeX1 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1nDlmbeX1 .content .col-md-5 {
    width: 100%;
  }
  .cid-u1nDlmbeX1 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1nDlmbeX1 .content {
    padding: 0;
  }
}
.cid-u1nDlmbeX1 .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1nDlmbeX1 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1nDlmbeX1 .contacts {
  margin: 20px 0;
}
.cid-u1nDlmbeX1 .contacts p {
  margin: 0;
}
.cid-u1nDlmbeX1 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nDlmbeX1 .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nDlmbeX1 .socials-item .link {
  color: #000000;
}
.cid-u1nDlmbeX1 .mbr-contacts {
  color: #000000;
}
.cid-u1nDlmbeX1 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1nDlmbeX1 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1nDlmbeX1 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1nDlmbeX1 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1nDlmbeX1 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1nDlmbeX1 .item:first-child {
  margin-left: 0;
}
.cid-u1nDlmbeX1 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1nDlmbeX1 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1nDlmbeX1 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1nDlmbeX1 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1nDlmbeX1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nDlmbeX1 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1nDlmbeX1 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1nDlmbeX1 .item:hover {
  cursor: pointer;
}
.cid-u1nDlmbeX1 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1nDlmbeX1 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1nDlmbeX1 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1nDlmbeX1 .mbr-iconfont {
  color: #ffffff;
}
.cid-u1nDlmbeX1 .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1nDlmbeX1 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nDlmbeX1 .menu p {
  margin: 0 0 5px;
}
.cid-u1nDlmbeX1 h6 {
  font-size: 21px;
}
.cid-u1nDlmbeX1 .menu-title {
  margin-bottom: 10px;
}
.cid-u1nDlmbeX1 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1nDlmbeX1 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1nDlmbeX1 .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1nG4GS0Gs {
  z-index: 1000;
  width: 100%;
}
.cid-u1nG4GS0Gs nav.navbar {
  position: fixed;
}
.cid-u1nG4GS0Gs .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-u1nG4GS0Gs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1nG4GS0Gs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1nG4GS0Gs .dropdown-item:hover,
.cid-u1nG4GS0Gs .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1nG4GS0Gs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1nG4GS0Gs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1nG4GS0Gs .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1nG4GS0Gs .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1nG4GS0Gs .nav-item {
  margin: 0 31px;
}
.cid-u1nG4GS0Gs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1nG4GS0Gs .nav-link {
  position: relative;
}
.cid-u1nG4GS0Gs .nav-link:hover,
.cid-u1nG4GS0Gs .nav-link:focus,
.cid-u1nG4GS0Gs .nav-link:active {
  color: #99a505 !important;
}
.cid-u1nG4GS0Gs .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1nG4GS0Gs .container {
    flex-wrap: inherit;
  }
}
.cid-u1nG4GS0Gs .navbar-caption:hover,
.cid-u1nG4GS0Gs .navbar-caption:focus,
.cid-u1nG4GS0Gs .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1nG4GS0Gs .dropdown-menu,
.cid-u1nG4GS0Gs .navbar.opened {
  background: #ffffff !important;
}
.cid-u1nG4GS0Gs .nav-item:focus,
.cid-u1nG4GS0Gs .nav-link:focus {
  outline: none;
}
.cid-u1nG4GS0Gs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1nG4GS0Gs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1nG4GS0Gs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1nG4GS0Gs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1nG4GS0Gs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1nG4GS0Gs .navbar.opened {
  transition: all 0.3s;
}
.cid-u1nG4GS0Gs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1nG4GS0Gs .navbar .navbar-logo img {
  width: auto;
}
.cid-u1nG4GS0Gs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1nG4GS0Gs .navbar.collapsed {
  justify-content: center;
}
.cid-u1nG4GS0Gs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1nG4GS0Gs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1nG4GS0Gs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1nG4GS0Gs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1nG4GS0Gs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1nG4GS0Gs .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-u1nG4GS0Gs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1nG4GS0Gs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1nG4GS0Gs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1nG4GS0Gs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1nG4GS0Gs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1nG4GS0Gs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1nG4GS0Gs .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-u1nG4GS0Gs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1nG4GS0Gs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1nG4GS0Gs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1nG4GS0Gs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1nG4GS0Gs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1nG4GS0Gs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1nG4GS0Gs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1nG4GS0Gs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1nG4GS0Gs .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;
  display: flex;
}
.cid-u1nG4GS0Gs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1nG4GS0Gs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1nG4GS0Gs .dropdown-item.active,
.cid-u1nG4GS0Gs .dropdown-item:active {
  background-color: transparent;
}
.cid-u1nG4GS0Gs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1nG4GS0Gs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1nG4GS0Gs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1nG4GS0Gs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1nG4GS0Gs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1nG4GS0Gs .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1nG4GS0Gs .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1nG4GS0Gs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1nG4GS0Gs ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1nG4GS0Gs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1nG4GS0Gs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1nG4GS0Gs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1nG4GS0Gs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nG4GS0Gs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nG4GS0Gs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1nG4GS0Gs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nG4GS0Gs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1nG4GS0Gs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1nG4GS0Gs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nG4GS0Gs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1nG4GS0Gs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1nG4GS0Gs a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1nG4GS0Gs .navbar {
    height: 70px;
  }
  .cid-u1nG4GS0Gs .navbar.opened {
    height: auto;
  }
  .cid-u1nG4GS0Gs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1nG4HCjPO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-u1nG4HCjPO h2,
.cid-u1nG4HCjPO h4,
.cid-u1nG4HCjPO p {
  margin: 0;
}
.cid-u1nG4HCjPO .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1nG4HCjPO .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1nG4HCjPO .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1nG4HCjPO img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1nG4HCjPO .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1nG4HCjPO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1nG4HCjPO .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1nG4HCjPO .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nG4HCjPO .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nG4HCjPO .socials-item .link {
  color: #000000;
}
.cid-u1nG4IgRtn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1nG4IgRtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nG4IgRtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nG4IgRtn .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1nG4IgRtn .icon-box {
  background: #558632;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1nG4IgRtn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1nG4IgRtn .card {
    margin-bottom: 2rem;
  }
  .cid-u1nG4IgRtn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1nG4IW7Rq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ccdbc2;
}
.cid-u1nG4IW7Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nG4IW7Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nG4IW7Rq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1nG4IW7Rq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u1nG4JrYT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1nG4JrYT2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u1nG4JrYT2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u1nG4JrYT2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #558632;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u1nG4JWcjN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1nG4JWcjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nG4JWcjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nG4JWcjN .mbr-section-title,
.cid-u1nG4JWcjN .mbr-section-subtitle {
  text-align: center;
}
.cid-u1nG4JWcjN .cost {
  word-break: normal;
}
.cid-u1nG4JWcjN .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u1nG4JWcjN .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u1nG4JWcjN .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nG4JWcjN .card-wrapper {
    padding: 1rem;
  }
}
.cid-u1nG4KEb6C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1nG4KEb6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nG4KEb6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nG4KEb6C .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u1nG4KEb6C .mbr-section-title {
  color: #24262b;
}
.cid-u1nG4KEb6C .mbr-section-subtitle {
  color: #24262b;
}
.cid-u1nG4KEb6C .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u1nG4KEb6C .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ccdbc2;
}
@media (max-width: 767px) {
  .cid-u1nG4KEb6C .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u1nG4KEb6C .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u1nG4KEb6C .card-subtitle {
  color: #24262b;
}
.cid-u1nG4KEb6C .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u1nG4KEb6C .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1nG4KEb6C .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u1nG4KEb6C .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u1nG4Lc0xb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1nG4Lc0xb h2,
.cid-u1nG4Lc0xb h3,
.cid-u1nG4Lc0xb h4,
.cid-u1nG4Lc0xb p {
  margin: 0;
}
.cid-u1nG4Lc0xb .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1nG4Lc0xb .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1nG4Lc0xb .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1nG4Lc0xb .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1nG4Lc0xb .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1nG4Lc0xb .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1nG4Lc0xb .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1nG4LN1BK {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1nG4LN1BK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nG4LN1BK .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1nG4LN1BK .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nG4LN1BK .info .col-6,
  .cid-u1nG4LN1BK .info .col-5 {
    width: 100%;
  }
  .cid-u1nG4LN1BK .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nG4LN1BK .content .col-md-5 {
    width: 43%;
  }
  .cid-u1nG4LN1BK .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1nG4LN1BK .content .col-md-5 {
    width: 100%;
  }
  .cid-u1nG4LN1BK .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1nG4LN1BK .content {
    padding: 0;
  }
}
.cid-u1nG4LN1BK .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1nG4LN1BK .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1nG4LN1BK .contacts {
  margin: 20px 0;
}
.cid-u1nG4LN1BK .contacts p {
  margin: 0;
}
.cid-u1nG4LN1BK .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nG4LN1BK .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nG4LN1BK .socials-item .link {
  color: #000000;
}
.cid-u1nG4LN1BK .mbr-contacts {
  color: #000000;
}
.cid-u1nG4LN1BK .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1nG4LN1BK .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1nG4LN1BK .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1nG4LN1BK .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1nG4LN1BK .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1nG4LN1BK .item:first-child {
  margin-left: 0;
}
.cid-u1nG4LN1BK .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1nG4LN1BK .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1nG4LN1BK .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1nG4LN1BK .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1nG4LN1BK .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nG4LN1BK .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1nG4LN1BK .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1nG4LN1BK .item:hover {
  cursor: pointer;
}
.cid-u1nG4LN1BK .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1nG4LN1BK .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1nG4LN1BK .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1nG4LN1BK .mbr-iconfont {
  color: #ffffff;
}
.cid-u1nG4LN1BK .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1nG4LN1BK .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nG4LN1BK .menu p {
  margin: 0 0 5px;
}
.cid-u1nG4LN1BK h6 {
  font-size: 21px;
}
.cid-u1nG4LN1BK .menu-title {
  margin-bottom: 10px;
}
.cid-u1nG4LN1BK .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1nG4LN1BK .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1nG4LN1BK .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1nHBCKy6s {
  z-index: 1000;
  width: 100%;
}
.cid-u1nHBCKy6s nav.navbar {
  position: fixed;
}
.cid-u1nHBCKy6s .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-u1nHBCKy6s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1nHBCKy6s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1nHBCKy6s .dropdown-item:hover,
.cid-u1nHBCKy6s .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1nHBCKy6s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1nHBCKy6s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1nHBCKy6s .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1nHBCKy6s .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1nHBCKy6s .nav-item {
  margin: 0 31px;
}
.cid-u1nHBCKy6s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1nHBCKy6s .nav-link {
  position: relative;
}
.cid-u1nHBCKy6s .nav-link:hover,
.cid-u1nHBCKy6s .nav-link:focus,
.cid-u1nHBCKy6s .nav-link:active {
  color: #99a505 !important;
}
.cid-u1nHBCKy6s .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1nHBCKy6s .container {
    flex-wrap: inherit;
  }
}
.cid-u1nHBCKy6s .navbar-caption:hover,
.cid-u1nHBCKy6s .navbar-caption:focus,
.cid-u1nHBCKy6s .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1nHBCKy6s .dropdown-menu,
.cid-u1nHBCKy6s .navbar.opened {
  background: #ffffff !important;
}
.cid-u1nHBCKy6s .nav-item:focus,
.cid-u1nHBCKy6s .nav-link:focus {
  outline: none;
}
.cid-u1nHBCKy6s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1nHBCKy6s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1nHBCKy6s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1nHBCKy6s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1nHBCKy6s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1nHBCKy6s .navbar.opened {
  transition: all 0.3s;
}
.cid-u1nHBCKy6s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1nHBCKy6s .navbar .navbar-logo img {
  width: auto;
}
.cid-u1nHBCKy6s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1nHBCKy6s .navbar.collapsed {
  justify-content: center;
}
.cid-u1nHBCKy6s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1nHBCKy6s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1nHBCKy6s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1nHBCKy6s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1nHBCKy6s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1nHBCKy6s .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-u1nHBCKy6s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1nHBCKy6s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1nHBCKy6s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1nHBCKy6s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1nHBCKy6s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1nHBCKy6s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1nHBCKy6s .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-u1nHBCKy6s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1nHBCKy6s .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1nHBCKy6s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1nHBCKy6s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1nHBCKy6s .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1nHBCKy6s .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1nHBCKy6s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1nHBCKy6s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1nHBCKy6s .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;
  display: flex;
}
.cid-u1nHBCKy6s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1nHBCKy6s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1nHBCKy6s .dropdown-item.active,
.cid-u1nHBCKy6s .dropdown-item:active {
  background-color: transparent;
}
.cid-u1nHBCKy6s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1nHBCKy6s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1nHBCKy6s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1nHBCKy6s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1nHBCKy6s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1nHBCKy6s .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1nHBCKy6s .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1nHBCKy6s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1nHBCKy6s ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1nHBCKy6s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1nHBCKy6s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1nHBCKy6s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1nHBCKy6s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nHBCKy6s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1nHBCKy6s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1nHBCKy6s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nHBCKy6s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1nHBCKy6s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1nHBCKy6s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1nHBCKy6s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1nHBCKy6s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1nHBCKy6s a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1nHBCKy6s .navbar {
    height: 70px;
  }
  .cid-u1nHBCKy6s .navbar.opened {
    height: auto;
  }
  .cid-u1nHBCKy6s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1nHBDtUxG {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #99a505;
}
.cid-u1nHBDtUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBDtUxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1nHBDtUxG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1nHBDtUxG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1nHBDtUxG .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1nHBDtUxG .mbr-section-title {
  color: #ffffff;
}
.cid-u1nHBDtUxG .mbr-text {
  color: #ffffff;
}
.cid-u1nHBE44gI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u1nHBE44gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBE44gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nHBE44gI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1nHBE44gI .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1nHBE44gI .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1nHBE44gI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1nHBE44gI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u1nHBE44gI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nHBE44gI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1nHBE44gI .social-row {
  text-align: center;
}
.cid-u1nHBE44gI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1nHBE44gI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1nHBE44gI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1nHBE44gI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1nHBF7mzt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1nHBF7mzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBF7mzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1nHBF7mzt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1nHBF7mzt .row {
  flex-direction: row-reverse;
}
.cid-u1nHBF7mzt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1nHBF7mzt .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1nHBFHu57 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1nHBFHu57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBFHu57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nHBFHu57 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1nHBFHu57 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nHBFHu57 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u1nHBFHu57 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u1nHBFHu57 .row .row {
    flex-direction: column-reverse;
  }
  .cid-u1nHBFHu57 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1nHBFHu57 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1nHBFHu57 .card-subtitle {
  color: #65478e;
}
.cid-u1nHBFHu57 .mbr-text {
  color: #555555;
}
.cid-u1nHBGmgPi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ccdbc2;
}
.cid-u1nHBGmgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBGmgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nHBGmgPi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1nHBGmgPi .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1nHBGmgPi .container {
    padding: 0 24px;
  }
}
.cid-u1nHBGmgPi .row {
  justify-content: center;
}
.cid-u1nHBGmgPi .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u1nHBGmgPi .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1nHBGmgPi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #99a505;
  border-radius: .75rem;
}
.cid-u1nHBGmgPi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1nHBGmgPi .mbr-section-title {
  color: #141414;
}
.cid-u1nHBGmgPi .mbr-text {
  color: #141414;
}
.cid-u1nHBGTlzo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u1nHBGTlzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBGTlzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1nHBGTlzo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u1nHBGTlzo .img-item {
  position: relative;
}
.cid-u1nHBGTlzo .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-u1nHBGTlzo .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-u1nHBGTlzo .img-item .img-description p {
  margin-bottom: 0;
}
.cid-u1nHBHo4r1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1nHBHo4r1 img,
.cid-u1nHBHo4r1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1nHBHo4r1 .item:focus,
.cid-u1nHBHo4r1 span:focus {
  outline: none;
}
.cid-u1nHBHo4r1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1nHBHo4r1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1nHBHo4r1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nHBHo4r1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1nHBHo4r1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1nHBHo4r1 .mbr-section-title {
  color: #232323;
}
.cid-u1nHBHo4r1 .mbr-text,
.cid-u1nHBHo4r1 .mbr-section-btn {
  text-align: left;
}
.cid-u1nHBHo4r1 .item-title {
  text-align: left;
}
.cid-u1nHBHo4r1 .item-subtitle {
  text-align: left;
}
.cid-u1nHBI1z5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1nHBI1z5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1nHBI1z5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1nHBI1z5X .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1nHBI1z5X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u1nHBI1z5X .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1nHBIAl2S {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1nHBIAl2S .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nHBIAl2S .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1nHBIAl2S .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1nHBIAl2S .info .col-6,
  .cid-u1nHBIAl2S .info .col-5 {
    width: 100%;
  }
  .cid-u1nHBIAl2S .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1nHBIAl2S .content .col-md-5 {
    width: 43%;
  }
  .cid-u1nHBIAl2S .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1nHBIAl2S .content .col-md-5 {
    width: 100%;
  }
  .cid-u1nHBIAl2S .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1nHBIAl2S .content {
    padding: 0;
  }
}
.cid-u1nHBIAl2S .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1nHBIAl2S .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1nHBIAl2S .contacts {
  margin: 20px 0;
}
.cid-u1nHBIAl2S .contacts p {
  margin: 0;
}
.cid-u1nHBIAl2S .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nHBIAl2S .socials p {
  margin: 0 20px 0 0;
}
.cid-u1nHBIAl2S .socials-item .link {
  color: #000000;
}
.cid-u1nHBIAl2S .mbr-contacts {
  color: #000000;
}
.cid-u1nHBIAl2S .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1nHBIAl2S .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1nHBIAl2S .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1nHBIAl2S .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1nHBIAl2S .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1nHBIAl2S .item:first-child {
  margin-left: 0;
}
.cid-u1nHBIAl2S .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1nHBIAl2S .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1nHBIAl2S .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1nHBIAl2S .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1nHBIAl2S .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1nHBIAl2S .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1nHBIAl2S .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1nHBIAl2S .item:hover {
  cursor: pointer;
}
.cid-u1nHBIAl2S .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1nHBIAl2S .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1nHBIAl2S .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1nHBIAl2S .mbr-iconfont {
  color: #ffffff;
}
.cid-u1nHBIAl2S .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1nHBIAl2S .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1nHBIAl2S .menu p {
  margin: 0 0 5px;
}
.cid-u1nHBIAl2S h6 {
  font-size: 21px;
}
.cid-u1nHBIAl2S .menu-title {
  margin-bottom: 10px;
}
.cid-u1nHBIAl2S .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1nHBIAl2S .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1nHBIAl2S .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1oMTbPI12 {
  z-index: 1000;
  width: 100%;
}
.cid-u1oMTbPI12 nav.navbar {
  position: fixed;
}
.cid-u1oMTbPI12 .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-u1oMTbPI12 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1oMTbPI12 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1oMTbPI12 .dropdown-item:hover,
.cid-u1oMTbPI12 .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1oMTbPI12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1oMTbPI12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1oMTbPI12 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1oMTbPI12 .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1oMTbPI12 .nav-item {
  margin: 0 31px;
}
.cid-u1oMTbPI12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1oMTbPI12 .nav-link {
  position: relative;
}
.cid-u1oMTbPI12 .nav-link:hover,
.cid-u1oMTbPI12 .nav-link:focus,
.cid-u1oMTbPI12 .nav-link:active {
  color: #99a505 !important;
}
.cid-u1oMTbPI12 .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1oMTbPI12 .container {
    flex-wrap: inherit;
  }
}
.cid-u1oMTbPI12 .navbar-caption:hover,
.cid-u1oMTbPI12 .navbar-caption:focus,
.cid-u1oMTbPI12 .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1oMTbPI12 .dropdown-menu,
.cid-u1oMTbPI12 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1oMTbPI12 .nav-item:focus,
.cid-u1oMTbPI12 .nav-link:focus {
  outline: none;
}
.cid-u1oMTbPI12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1oMTbPI12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1oMTbPI12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1oMTbPI12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1oMTbPI12 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1oMTbPI12 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1oMTbPI12 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1oMTbPI12 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1oMTbPI12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1oMTbPI12 .navbar.collapsed {
  justify-content: center;
}
.cid-u1oMTbPI12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1oMTbPI12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1oMTbPI12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1oMTbPI12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1oMTbPI12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1oMTbPI12 .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-u1oMTbPI12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1oMTbPI12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1oMTbPI12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1oMTbPI12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1oMTbPI12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1oMTbPI12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1oMTbPI12 .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-u1oMTbPI12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1oMTbPI12 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1oMTbPI12 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1oMTbPI12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1oMTbPI12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1oMTbPI12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1oMTbPI12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1oMTbPI12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1oMTbPI12 .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;
  display: flex;
}
.cid-u1oMTbPI12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1oMTbPI12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1oMTbPI12 .dropdown-item.active,
.cid-u1oMTbPI12 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1oMTbPI12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1oMTbPI12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1oMTbPI12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1oMTbPI12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1oMTbPI12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1oMTbPI12 .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1oMTbPI12 .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1oMTbPI12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1oMTbPI12 ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1oMTbPI12 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1oMTbPI12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1oMTbPI12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1oMTbPI12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oMTbPI12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oMTbPI12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1oMTbPI12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oMTbPI12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1oMTbPI12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1oMTbPI12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oMTbPI12 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1oMTbPI12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1oMTbPI12 a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1oMTbPI12 .navbar {
    height: 70px;
  }
  .cid-u1oMTbPI12 .navbar.opened {
    height: auto;
  }
  .cid-u1oMTbPI12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1oO73E6Oa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/green-leaves-pumpkin-vegetable-garden-2000x1333.jpg");
}
.cid-u1oO73E6Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oO73E6Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oO73E6Oa .card-wrapper {
  background: #bcd186;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u1oO73E6Oa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1oO73E6Oa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1oO73E6Oa .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1oO73E6Oa .mbr-text,
.cid-u1oO73E6Oa .mbr-section-btn {
  color: #353535;
}
.cid-u1oO73E6Oa .card-title,
.cid-u1oO73E6Oa .card-box {
  text-align: left;
  color: #000000;
}
.cid-u1oMTd5Lux {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1oMTd5Lux .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oMTd5Lux .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u1oMTd5Lux .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1oMTd5Lux .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u1oMTd5Lux .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u1oMTd5Lux h5 {
  margin: 0;
}
.cid-u1oMTd5Lux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oMTd5Lux .iconfont-wrapper {
  position: relative;
}
.cid-u1oMTd5Lux .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #99a505;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-u1oMTd5Lux .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u1oMTd5Lux .card-title,
.cid-u1oMTd5Lux .iconfont-wrapper {
  color: #000000;
}
.cid-u1oMTd5Lux .card-text {
  color: #000000;
}
.cid-u1oMTd5Lux .mbr-section-title {
  color: #000000;
}
.cid-u1oO8BWxLI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1oO8BWxLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oO8BWxLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oO8BWxLI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1oO8BWxLI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1oO8BWxLI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #558632;
}
.cid-u1oO8BWxLI .panel-body,
.cid-u1oO8BWxLI .card-header {
  padding: 1rem 0;
}
.cid-u1oO8BWxLI .panel-title-edit {
  color: #000000;
}
.cid-u1oMTdL3Nn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1oMTdL3Nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oMTdL3Nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oMTdL3Nn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .container {
    padding: 0 24px;
  }
}
.cid-u1oMTdL3Nn .row {
  justify-content: center;
}
.cid-u1oMTdL3Nn .row .card {
  justify-content: center;
}
.cid-u1oMTdL3Nn .google-map {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u1oMTdL3Nn .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .google-map iframe {
    height: 350px;
  }
}
.cid-u1oMTdL3Nn .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .content-wrapper {
    padding: 0;
  }
}
.cid-u1oMTdL3Nn .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u1oMTdL3Nn .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1oMTdL3Nn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1oMTdL3Nn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #99a505;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-u1oMTdL3Nn .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1oMTdL3Nn .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u1oMTdL3Nn .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1oMTdL3Nn .mbr-section-title {
  color: #262642;
}
.cid-u1oMTdL3Nn .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1oMTdL3Nn .card-text {
  color: #262642;
}
.cid-u1oMTdL3Nn .card-number_1 {
  color: #990066;
}
.cid-u1oMTdL3Nn .card-number_2 {
  color: #4A8DFF;
}
.cid-u1oMTemTIO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u1oMTemTIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oMTemTIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oMTemTIO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u1oMTemTIO .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u1oMTemTIO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1oMTemTIO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1oMTemTIO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u1oMTemTIO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1oMTemTIO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1oMTemTIO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u1oMTemTIO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1oMTemTIO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u1oMTf9UsN {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1oMTf9UsN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oMTf9UsN .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1oMTf9UsN .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1oMTf9UsN .info .col-6,
  .cid-u1oMTf9UsN .info .col-5 {
    width: 100%;
  }
  .cid-u1oMTf9UsN .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oMTf9UsN .content .col-md-5 {
    width: 43%;
  }
  .cid-u1oMTf9UsN .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1oMTf9UsN .content .col-md-5 {
    width: 100%;
  }
  .cid-u1oMTf9UsN .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1oMTf9UsN .content {
    padding: 0;
  }
}
.cid-u1oMTf9UsN .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1oMTf9UsN .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1oMTf9UsN .contacts {
  margin: 20px 0;
}
.cid-u1oMTf9UsN .contacts p {
  margin: 0;
}
.cid-u1oMTf9UsN .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oMTf9UsN .socials p {
  margin: 0 20px 0 0;
}
.cid-u1oMTf9UsN .socials-item .link {
  color: #000000;
}
.cid-u1oMTf9UsN .mbr-contacts {
  color: #000000;
}
.cid-u1oMTf9UsN .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1oMTf9UsN .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1oMTf9UsN .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1oMTf9UsN .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1oMTf9UsN .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1oMTf9UsN .item:first-child {
  margin-left: 0;
}
.cid-u1oMTf9UsN .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1oMTf9UsN .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1oMTf9UsN .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1oMTf9UsN .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1oMTf9UsN .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1oMTf9UsN .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1oMTf9UsN .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1oMTf9UsN .item:hover {
  cursor: pointer;
}
.cid-u1oMTf9UsN .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1oMTf9UsN .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1oMTf9UsN .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1oMTf9UsN .mbr-iconfont {
  color: #ffffff;
}
.cid-u1oMTf9UsN .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1oMTf9UsN .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oMTf9UsN .menu p {
  margin: 0 0 5px;
}
.cid-u1oMTf9UsN h6 {
  font-size: 21px;
}
.cid-u1oMTf9UsN .menu-title {
  margin-bottom: 10px;
}
.cid-u1oMTf9UsN .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1oMTf9UsN .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1oMTf9UsN .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1oOn9zgNa {
  z-index: 1000;
  width: 100%;
}
.cid-u1oOn9zgNa nav.navbar {
  position: fixed;
}
.cid-u1oOn9zgNa .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-u1oOn9zgNa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1oOn9zgNa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1oOn9zgNa .dropdown-item:hover,
.cid-u1oOn9zgNa .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1oOn9zgNa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1oOn9zgNa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1oOn9zgNa .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1oOn9zgNa .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1oOn9zgNa .nav-item {
  margin: 0 31px;
}
.cid-u1oOn9zgNa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1oOn9zgNa .nav-link {
  position: relative;
}
.cid-u1oOn9zgNa .nav-link:hover,
.cid-u1oOn9zgNa .nav-link:focus,
.cid-u1oOn9zgNa .nav-link:active {
  color: #99a505 !important;
}
.cid-u1oOn9zgNa .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1oOn9zgNa .container {
    flex-wrap: inherit;
  }
}
.cid-u1oOn9zgNa .navbar-caption:hover,
.cid-u1oOn9zgNa .navbar-caption:focus,
.cid-u1oOn9zgNa .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1oOn9zgNa .dropdown-menu,
.cid-u1oOn9zgNa .navbar.opened {
  background: #ffffff !important;
}
.cid-u1oOn9zgNa .nav-item:focus,
.cid-u1oOn9zgNa .nav-link:focus {
  outline: none;
}
.cid-u1oOn9zgNa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1oOn9zgNa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1oOn9zgNa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1oOn9zgNa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1oOn9zgNa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1oOn9zgNa .navbar.opened {
  transition: all 0.3s;
}
.cid-u1oOn9zgNa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1oOn9zgNa .navbar .navbar-logo img {
  width: auto;
}
.cid-u1oOn9zgNa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1oOn9zgNa .navbar.collapsed {
  justify-content: center;
}
.cid-u1oOn9zgNa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1oOn9zgNa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1oOn9zgNa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1oOn9zgNa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1oOn9zgNa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1oOn9zgNa .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-u1oOn9zgNa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1oOn9zgNa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1oOn9zgNa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1oOn9zgNa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1oOn9zgNa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1oOn9zgNa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1oOn9zgNa .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-u1oOn9zgNa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1oOn9zgNa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1oOn9zgNa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1oOn9zgNa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1oOn9zgNa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1oOn9zgNa .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1oOn9zgNa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1oOn9zgNa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1oOn9zgNa .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;
  display: flex;
}
.cid-u1oOn9zgNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1oOn9zgNa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1oOn9zgNa .dropdown-item.active,
.cid-u1oOn9zgNa .dropdown-item:active {
  background-color: transparent;
}
.cid-u1oOn9zgNa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1oOn9zgNa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1oOn9zgNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1oOn9zgNa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1oOn9zgNa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1oOn9zgNa .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1oOn9zgNa .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1oOn9zgNa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1oOn9zgNa ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1oOn9zgNa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1oOn9zgNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1oOn9zgNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1oOn9zgNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oOn9zgNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oOn9zgNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1oOn9zgNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oOn9zgNa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1oOn9zgNa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1oOn9zgNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oOn9zgNa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1oOn9zgNa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1oOn9zgNa a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1oOn9zgNa .navbar {
    height: 70px;
  }
  .cid-u1oOn9zgNa .navbar.opened {
    height: auto;
  }
  .cid-u1oOn9zgNa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1oOnajNWY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/green-leaves-pumpkin-vegetable-garden-2000x1333.jpg");
}
.cid-u1oOnajNWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oOnajNWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oOnajNWY .card-wrapper {
  background: #bcd186;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u1oOnajNWY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1oOnajNWY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1oOnajNWY .card-wrapper {
    padding: 4rem;
  }
}
.cid-u1oOnajNWY .mbr-text,
.cid-u1oOnajNWY .mbr-section-btn {
  color: #353535;
}
.cid-u1oOnajNWY .card-title,
.cid-u1oOnajNWY .card-box {
  text-align: left;
  color: #000000;
}
.cid-u1oOnaNHeN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1oOnaNHeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oOnaNHeN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u1oOnaNHeN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1oOnaNHeN .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u1oOnaNHeN .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u1oOnaNHeN h5 {
  margin: 0;
}
.cid-u1oOnaNHeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oOnaNHeN .iconfont-wrapper {
  position: relative;
}
.cid-u1oOnaNHeN .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #99a505;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-u1oOnaNHeN .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #353535;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u1oOnaNHeN .card-title,
.cid-u1oOnaNHeN .iconfont-wrapper {
  color: #000000;
}
.cid-u1oOnaNHeN .card-text {
  color: #000000;
}
.cid-u1oOnaNHeN .mbr-section-title {
  color: #000000;
}
.cid-u1oOnbmBKL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1oOnbmBKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oOnbmBKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oOnbmBKL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1oOnbmBKL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1oOnbmBKL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #558632;
}
.cid-u1oOnbmBKL .panel-body,
.cid-u1oOnbmBKL .card-header {
  padding: 1rem 0;
}
.cid-u1oOnbmBKL .panel-title-edit {
  color: #000000;
}
.cid-u1oOnbOpcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1oOnbOpcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oOnbOpcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oOnbOpcg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .container {
    padding: 0 24px;
  }
}
.cid-u1oOnbOpcg .row {
  justify-content: center;
}
.cid-u1oOnbOpcg .row .card {
  justify-content: center;
}
.cid-u1oOnbOpcg .google-map {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u1oOnbOpcg .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .google-map iframe {
    height: 350px;
  }
}
.cid-u1oOnbOpcg .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .content-wrapper {
    padding: 0;
  }
}
.cid-u1oOnbOpcg .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u1oOnbOpcg .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1oOnbOpcg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1oOnbOpcg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #99a505;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-u1oOnbOpcg .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1oOnbOpcg .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u1oOnbOpcg .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1oOnbOpcg .mbr-section-title {
  color: #262642;
}
.cid-u1oOnbOpcg .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1oOnbOpcg .card-text {
  color: #262642;
}
.cid-u1oOnbOpcg .card-number_1 {
  color: #990066;
}
.cid-u1oOnbOpcg .card-number_2 {
  color: #4A8DFF;
}
.cid-u1oOncgfCq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u1oOncgfCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oOncgfCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oOncgfCq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u1oOncgfCq .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u1oOncgfCq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1oOncgfCq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1oOncgfCq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u1oOncgfCq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1oOncgfCq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1oOncgfCq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u1oOncgfCq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1oOncgfCq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u1oOncY21d {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1oOncY21d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oOncY21d .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1oOncY21d .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1oOncY21d .info .col-6,
  .cid-u1oOncY21d .info .col-5 {
    width: 100%;
  }
  .cid-u1oOncY21d .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oOncY21d .content .col-md-5 {
    width: 43%;
  }
  .cid-u1oOncY21d .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1oOncY21d .content .col-md-5 {
    width: 100%;
  }
  .cid-u1oOncY21d .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1oOncY21d .content {
    padding: 0;
  }
}
.cid-u1oOncY21d .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1oOncY21d .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1oOncY21d .contacts {
  margin: 20px 0;
}
.cid-u1oOncY21d .contacts p {
  margin: 0;
}
.cid-u1oOncY21d .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oOncY21d .socials p {
  margin: 0 20px 0 0;
}
.cid-u1oOncY21d .socials-item .link {
  color: #000000;
}
.cid-u1oOncY21d .mbr-contacts {
  color: #000000;
}
.cid-u1oOncY21d .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1oOncY21d .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1oOncY21d .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1oOncY21d .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1oOncY21d .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1oOncY21d .item:first-child {
  margin-left: 0;
}
.cid-u1oOncY21d .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1oOncY21d .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1oOncY21d .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1oOncY21d .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1oOncY21d .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1oOncY21d .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1oOncY21d .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1oOncY21d .item:hover {
  cursor: pointer;
}
.cid-u1oOncY21d .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1oOncY21d .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1oOncY21d .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1oOncY21d .mbr-iconfont {
  color: #ffffff;
}
.cid-u1oOncY21d .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1oOncY21d .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oOncY21d .menu p {
  margin: 0 0 5px;
}
.cid-u1oOncY21d h6 {
  font-size: 21px;
}
.cid-u1oOncY21d .menu-title {
  margin-bottom: 10px;
}
.cid-u1oOncY21d .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1oOncY21d .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1oOncY21d .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u1oQImPDAl {
  z-index: 1000;
  width: 100%;
}
.cid-u1oQImPDAl nav.navbar {
  position: fixed;
}
.cid-u1oQImPDAl .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-u1oQImPDAl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1oQImPDAl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1oQImPDAl .dropdown-item:hover,
.cid-u1oQImPDAl .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u1oQImPDAl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1oQImPDAl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1oQImPDAl .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u1oQImPDAl .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u1oQImPDAl .nav-item {
  margin: 0 31px;
}
.cid-u1oQImPDAl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1oQImPDAl .nav-link {
  position: relative;
}
.cid-u1oQImPDAl .nav-link:hover,
.cid-u1oQImPDAl .nav-link:focus,
.cid-u1oQImPDAl .nav-link:active {
  color: #99a505 !important;
}
.cid-u1oQImPDAl .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u1oQImPDAl .container {
    flex-wrap: inherit;
  }
}
.cid-u1oQImPDAl .navbar-caption:hover,
.cid-u1oQImPDAl .navbar-caption:focus,
.cid-u1oQImPDAl .navbar-caption:active {
  color: #558632 !important;
}
.cid-u1oQImPDAl .dropdown-menu,
.cid-u1oQImPDAl .navbar.opened {
  background: #ffffff !important;
}
.cid-u1oQImPDAl .nav-item:focus,
.cid-u1oQImPDAl .nav-link:focus {
  outline: none;
}
.cid-u1oQImPDAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1oQImPDAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1oQImPDAl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1oQImPDAl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1oQImPDAl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u1oQImPDAl .navbar.opened {
  transition: all 0.3s;
}
.cid-u1oQImPDAl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1oQImPDAl .navbar .navbar-logo img {
  width: auto;
}
.cid-u1oQImPDAl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1oQImPDAl .navbar.collapsed {
  justify-content: center;
}
.cid-u1oQImPDAl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1oQImPDAl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1oQImPDAl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1oQImPDAl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1oQImPDAl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1oQImPDAl .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-u1oQImPDAl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1oQImPDAl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u1oQImPDAl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1oQImPDAl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1oQImPDAl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1oQImPDAl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1oQImPDAl .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-u1oQImPDAl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1oQImPDAl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1oQImPDAl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1oQImPDAl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1oQImPDAl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u1oQImPDAl .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1oQImPDAl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1oQImPDAl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1oQImPDAl .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;
  display: flex;
}
.cid-u1oQImPDAl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1oQImPDAl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1oQImPDAl .dropdown-item.active,
.cid-u1oQImPDAl .dropdown-item:active {
  background-color: transparent;
}
.cid-u1oQImPDAl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1oQImPDAl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1oQImPDAl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1oQImPDAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1oQImPDAl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1oQImPDAl .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u1oQImPDAl .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u1oQImPDAl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1oQImPDAl ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1oQImPDAl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1oQImPDAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1oQImPDAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1oQImPDAl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oQImPDAl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1oQImPDAl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1oQImPDAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oQImPDAl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1oQImPDAl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1oQImPDAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1oQImPDAl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1oQImPDAl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u1oQImPDAl a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1oQImPDAl .navbar {
    height: 70px;
  }
  .cid-u1oQImPDAl .navbar.opened {
    height: auto;
  }
  .cid-u1oQImPDAl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1oQInhViZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #99a505;
}
.cid-u1oQInhViZ h2,
.cid-u1oQInhViZ h4,
.cid-u1oQInhViZ p {
  margin: 0;
}
.cid-u1oQInhViZ .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u1oQInhViZ .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u1oQInhViZ .image-wrap {
    margin-top: 30px;
  }
}
.cid-u1oQInhViZ img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u1oQInhViZ .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1oQInhViZ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-u1oQInhViZ .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u1oQInhViZ .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oQInhViZ .socials p {
  margin: 0 20px 0 0;
}
.cid-u1oQInhViZ .socials-item .link {
  color: #000000;
}
.cid-u1oS84F5mB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1oS84F5mB img,
.cid-u1oS84F5mB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u1oS84F5mB .item:focus,
.cid-u1oS84F5mB span:focus {
  outline: none;
}
.cid-u1oS84F5mB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1oS84F5mB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1oS84F5mB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1oS84F5mB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1oS84F5mB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1oS84F5mB .mbr-section-title {
  color: #232323;
}
.cid-u1oS84F5mB .mbr-text,
.cid-u1oS84F5mB .mbr-section-btn {
  text-align: left;
}
.cid-u1oS84F5mB .item-title {
  text-align: left;
  color: #ac5c35;
}
.cid-u1oS84F5mB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u1oQInA4iA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1oQInA4iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oQInA4iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oQInA4iA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1oQInA4iA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u1oQIo0oWJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1oQIo0oWJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u1oQIo0oWJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u1oQIo0oWJ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #99a505;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u1oQIogjGZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1oQIogjGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oQIogjGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oQIogjGZ .mbr-section-title,
.cid-u1oQIogjGZ .mbr-section-subtitle {
  text-align: center;
}
.cid-u1oQIogjGZ .cost {
  word-break: normal;
}
.cid-u1oQIogjGZ .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u1oQIogjGZ .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-u1oQIogjGZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1oQIogjGZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-u1oQIoOh2O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1oQIoOh2O h2,
.cid-u1oQIoOh2O h3,
.cid-u1oQIoOh2O h4,
.cid-u1oQIoOh2O p {
  margin: 0;
}
.cid-u1oQIoOh2O .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1oQIoOh2O .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1oQIoOh2O .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1oQIp8lk0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1oQIp8lk0 h2,
.cid-u1oQIp8lk0 h3,
.cid-u1oQIp8lk0 h4,
.cid-u1oQIp8lk0 p {
  margin: 0;
}
.cid-u1oQIp8lk0 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1oQIp8lk0 .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1oQIp8lk0 .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1oQIp8lk0 .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1oQIp8lk0 .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u1oQIp8lk0 .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1oQIp8lk0 .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u1oQIptMFj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1oQIptMFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oQIptMFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oQIptMFj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u1oQIptMFj .mbr-section-title {
  color: #24262b;
}
.cid-u1oQIptMFj .mbr-section-subtitle {
  color: #24262b;
}
.cid-u1oQIptMFj .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-u1oQIptMFj .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #99a505;
}
@media (max-width: 767px) {
  .cid-u1oQIptMFj .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u1oQIptMFj .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u1oQIptMFj .card-subtitle {
  color: #ffffff;
}
.cid-u1oQIptMFj .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u1oQIptMFj .mbr-section-btn {
  margin-top: 20px;
}
.cid-u1oQIptMFj .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u1oQIptMFj .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u1oQIptMFj .card-text,
.cid-u1oQIptMFj .mbr-section-btn {
  color: #ffffff;
}
.cid-u1oQIpPtOi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1oQIpPtOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oQIpPtOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1oQIpPtOi .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u1oQIpPtOi .icon-box {
  background: #99a505;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u1oQIpPtOi .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1oQIpPtOi .card {
    margin-bottom: 2rem;
  }
  .cid-u1oQIpPtOi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1oQIqfHpz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u1oQIqfHpz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oQIqfHpz .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u1oQIqfHpz .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1oQIqfHpz .info .col-6,
  .cid-u1oQIqfHpz .info .col-5 {
    width: 100%;
  }
  .cid-u1oQIqfHpz .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u1oQIqfHpz .content .col-md-5 {
    width: 43%;
  }
  .cid-u1oQIqfHpz .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u1oQIqfHpz .content .col-md-5 {
    width: 100%;
  }
  .cid-u1oQIqfHpz .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u1oQIqfHpz .content {
    padding: 0;
  }
}
.cid-u1oQIqfHpz .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u1oQIqfHpz .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u1oQIqfHpz .contacts {
  margin: 20px 0;
}
.cid-u1oQIqfHpz .contacts p {
  margin: 0;
}
.cid-u1oQIqfHpz .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oQIqfHpz .socials p {
  margin: 0 20px 0 0;
}
.cid-u1oQIqfHpz .socials-item .link {
  color: #000000;
}
.cid-u1oQIqfHpz .mbr-contacts {
  color: #000000;
}
.cid-u1oQIqfHpz .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u1oQIqfHpz .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u1oQIqfHpz .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u1oQIqfHpz .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u1oQIqfHpz .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u1oQIqfHpz .item:first-child {
  margin-left: 0;
}
.cid-u1oQIqfHpz .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u1oQIqfHpz .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u1oQIqfHpz .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u1oQIqfHpz .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u1oQIqfHpz .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1oQIqfHpz .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u1oQIqfHpz .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u1oQIqfHpz .item:hover {
  cursor: pointer;
}
.cid-u1oQIqfHpz .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u1oQIqfHpz .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u1oQIqfHpz .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u1oQIqfHpz .mbr-iconfont {
  color: #ffffff;
}
.cid-u1oQIqfHpz .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u1oQIqfHpz .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u1oQIqfHpz .menu p {
  margin: 0 0 5px;
}
.cid-u1oQIqfHpz h6 {
  font-size: 21px;
}
.cid-u1oQIqfHpz .menu-title {
  margin-bottom: 10px;
}
.cid-u1oQIqfHpz .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u1oQIqfHpz .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u1oQIqfHpz .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-u3egtQhMgN {
  z-index: 1000;
  width: 100%;
}
.cid-u3egtQhMgN nav.navbar {
  position: fixed;
}
.cid-u3egtQhMgN .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-u3egtQhMgN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3egtQhMgN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3egtQhMgN .dropdown-item:hover,
.cid-u3egtQhMgN .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u3egtQhMgN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3egtQhMgN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3egtQhMgN .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u3egtQhMgN .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u3egtQhMgN .nav-item {
  margin: 0 31px;
}
.cid-u3egtQhMgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3egtQhMgN .nav-link {
  position: relative;
}
.cid-u3egtQhMgN .nav-link:hover,
.cid-u3egtQhMgN .nav-link:focus,
.cid-u3egtQhMgN .nav-link:active {
  color: #99a505 !important;
}
.cid-u3egtQhMgN .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u3egtQhMgN .container {
    flex-wrap: inherit;
  }
}
.cid-u3egtQhMgN .navbar-caption:hover,
.cid-u3egtQhMgN .navbar-caption:focus,
.cid-u3egtQhMgN .navbar-caption:active {
  color: #558632 !important;
}
.cid-u3egtQhMgN .dropdown-menu,
.cid-u3egtQhMgN .navbar.opened {
  background: #ffffff !important;
}
.cid-u3egtQhMgN .nav-item:focus,
.cid-u3egtQhMgN .nav-link:focus {
  outline: none;
}
.cid-u3egtQhMgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3egtQhMgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3egtQhMgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3egtQhMgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3egtQhMgN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u3egtQhMgN .navbar.opened {
  transition: all 0.3s;
}
.cid-u3egtQhMgN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3egtQhMgN .navbar .navbar-logo img {
  width: auto;
}
.cid-u3egtQhMgN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3egtQhMgN .navbar.collapsed {
  justify-content: center;
}
.cid-u3egtQhMgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3egtQhMgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3egtQhMgN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u3egtQhMgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3egtQhMgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3egtQhMgN .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-u3egtQhMgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3egtQhMgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u3egtQhMgN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3egtQhMgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3egtQhMgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3egtQhMgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3egtQhMgN .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-u3egtQhMgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3egtQhMgN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3egtQhMgN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3egtQhMgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3egtQhMgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u3egtQhMgN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3egtQhMgN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3egtQhMgN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3egtQhMgN .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;
  display: flex;
}
.cid-u3egtQhMgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3egtQhMgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3egtQhMgN .dropdown-item.active,
.cid-u3egtQhMgN .dropdown-item:active {
  background-color: transparent;
}
.cid-u3egtQhMgN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3egtQhMgN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3egtQhMgN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3egtQhMgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3egtQhMgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3egtQhMgN .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u3egtQhMgN .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u3egtQhMgN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3egtQhMgN ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u3egtQhMgN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3egtQhMgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3egtQhMgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3egtQhMgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3egtQhMgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3egtQhMgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3egtQhMgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3egtQhMgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3egtQhMgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3egtQhMgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3egtQhMgN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3egtQhMgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u3egtQhMgN a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3egtQhMgN .navbar {
    height: 70px;
  }
  .cid-u3egtQhMgN .navbar.opened {
    height: auto;
  }
  .cid-u3egtQhMgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3egtRLiEg {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3egtRLiEg h2,
.cid-u3egtRLiEg h4,
.cid-u3egtRLiEg p {
  margin: 0;
}
.cid-u3egtRLiEg .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-u3egtRLiEg .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-u3egtRLiEg .image-wrap {
    margin-top: 30px;
  }
}
.cid-u3egtRLiEg img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-u3egtRLiEg .mbr-section-title {
  color: #99a505;
  margin-bottom: 8px;
}
.cid-u3egtRLiEg .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-u3egtRLiEg .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-u3egtRLiEg .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3egtRLiEg .socials p {
  margin: 0 20px 0 0;
}
.cid-u3egtRLiEg .socials-item .link {
  color: #000000;
}
.cid-u3egtSmWCv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3egtSmWCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3egtSmWCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3egtSmWCv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3egtSmWCv .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u3egtSmWCv .mbr-text,
.cid-u3egtSmWCv .mbr-section-btn {
  color: #ffffff;
}
.cid-u3egtSmWCv .mbr-section-title {
  color: #ffffff;
}
.cid-u3egtT127X {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #353535, #ffffff);
}
@media (min-width: 768px) {
  .cid-u3egtT127X {
    align-items: flex-start;
  }
  .cid-u3egtT127X .row {
    justify-content: flex-start;
  }
}
.cid-u3egtT127X .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u3egtT127X .mbr-text,
.cid-u3egtT127X .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u3egtT127X .mbr-section-title,
.cid-u3egtT127X .line {
  color: #232323;
}
.cid-u3egtT127X h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u3egtT127X h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u3egtT127X .mbr-section-subtitle,
.cid-u3egtT127X .align {
  text-align: left;
  color: #ffffff;
}
.cid-u3egtTD2MC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3egtTD2MC h2,
.cid-u3egtTD2MC h3,
.cid-u3egtTD2MC h4,
.cid-u3egtTD2MC p {
  margin: 0;
}
.cid-u3egtTD2MC .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3egtTD2MC .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u3egtTD2MC .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-u3egtTD2MC .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u3egtTD2MC .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-u3egtTD2MC .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-u3egtTD2MC .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-u3egtUggT5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u3egtUggT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3egtUggT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3egtUggT5 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u3egtUggT5 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u3egtUggT5 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3egtUggT5 .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtUggT5 .mbr-section-title {
    width: 100%;
  }
}
.cid-u3egtUggT5 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtUggT5 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u3egtUggT5 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u3egtUggT5 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u3egtUggT5 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u3egtUggT5 .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u3egtUggT5 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u3egtUggT5 .list-title {
    padding-bottom: 20px;
  }
}
.cid-u3egtUggT5 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u3egtUggT5 li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u3egtUggT5 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #99a505;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u3egtUP7aL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3egtUP7aL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3egtUP7aL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3egtUP7aL .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u3egtUP7aL .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u3egtUP7aL .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3egtUP7aL .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtUP7aL .mbr-section-title {
    width: 100%;
  }
}
.cid-u3egtUP7aL .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtUP7aL .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u3egtUP7aL .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u3egtUP7aL .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u3egtUP7aL .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u3egtUP7aL .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u3egtUP7aL .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u3egtUP7aL .list-title {
    padding-bottom: 20px;
  }
}
.cid-u3egtUP7aL .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u3egtUP7aL li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u3egtUP7aL ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u3egtVqdPq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-u3egtVqdPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3egtVqdPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3egtVqdPq .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-u3egtVqdPq .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u3egtVqdPq .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3egtVqdPq .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtVqdPq .mbr-section-title {
    width: 100%;
  }
}
.cid-u3egtVqdPq .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-u3egtVqdPq .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-u3egtVqdPq .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-u3egtVqdPq .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-u3egtVqdPq .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-u3egtVqdPq .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-u3egtVqdPq .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-u3egtVqdPq .list-title {
    padding-bottom: 20px;
  }
}
.cid-u3egtVqdPq .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-u3egtVqdPq li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-u3egtVqdPq ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #bcd186;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-u3egtW6gzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3egtW6gzB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u3egtW6gzB .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3egtW6gzB .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3egtW6gzB .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-u3egtW6gzB .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #25634d;
}
.cid-u3egtW6gzB .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-u3egtW6gzB .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-u3egtW6gzB .mbr-text,
.cid-u3egtW6gzB .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-u3egtW6gzB .mbr-text {
  line-height: 1.4;
}
.cid-u3egtW6gzB .mbr-text {
  padding-top: 2rem;
}
.cid-u3egtW6gzB .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-u3egtW6gzB .mbr-section-title P {
  text-align: left;
}
.cid-u3egtW6gzB .sub-title P {
  text-align: left;
}
.cid-u3egtW6gzB .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-u3egtW6gzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3egtW6gzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3egtWLRzl {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u3egtWLRzl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u3egtWLRzl .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u3egtWLRzl .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3egtWLRzl .info .col-6,
  .cid-u3egtWLRzl .info .col-5 {
    width: 100%;
  }
  .cid-u3egtWLRzl .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u3egtWLRzl .content .col-md-5 {
    width: 43%;
  }
  .cid-u3egtWLRzl .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u3egtWLRzl .content .col-md-5 {
    width: 100%;
  }
  .cid-u3egtWLRzl .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u3egtWLRzl .content {
    padding: 0;
  }
}
.cid-u3egtWLRzl .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u3egtWLRzl .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u3egtWLRzl .contacts {
  margin: 20px 0;
}
.cid-u3egtWLRzl .contacts p {
  margin: 0;
}
.cid-u3egtWLRzl .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3egtWLRzl .socials p {
  margin: 0 20px 0 0;
}
.cid-u3egtWLRzl .socials-item .link {
  color: #000000;
}
.cid-u3egtWLRzl .mbr-contacts {
  color: #000000;
}
.cid-u3egtWLRzl .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u3egtWLRzl .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u3egtWLRzl .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u3egtWLRzl .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u3egtWLRzl .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u3egtWLRzl .item:first-child {
  margin-left: 0;
}
.cid-u3egtWLRzl .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u3egtWLRzl .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u3egtWLRzl .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u3egtWLRzl .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u3egtWLRzl .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3egtWLRzl .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u3egtWLRzl .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u3egtWLRzl .item:hover {
  cursor: pointer;
}
.cid-u3egtWLRzl .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u3egtWLRzl .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u3egtWLRzl .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u3egtWLRzl .mbr-iconfont {
  color: #ffffff;
}
.cid-u3egtWLRzl .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u3egtWLRzl .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3egtWLRzl .menu p {
  margin: 0 0 5px;
}
.cid-u3egtWLRzl h6 {
  font-size: 21px;
}
.cid-u3egtWLRzl .menu-title {
  margin-bottom: 10px;
}
.cid-u3egtWLRzl .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u3egtWLRzl .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u3egtWLRzl .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-uI55oILdPn {
  z-index: 1000;
  width: 100%;
}
.cid-uI55oILdPn nav.navbar {
  position: fixed;
}
.cid-uI55oILdPn .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-uI55oILdPn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI55oILdPn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI55oILdPn .dropdown-item:hover,
.cid-uI55oILdPn .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-uI55oILdPn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI55oILdPn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI55oILdPn .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uI55oILdPn .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-uI55oILdPn .nav-item {
  margin: 0 31px;
}
.cid-uI55oILdPn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI55oILdPn .nav-link {
  position: relative;
}
.cid-uI55oILdPn .nav-link:hover,
.cid-uI55oILdPn .nav-link:focus,
.cid-uI55oILdPn .nav-link:active {
  color: #99a505 !important;
}
.cid-uI55oILdPn .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-uI55oILdPn .container {
    flex-wrap: inherit;
  }
}
.cid-uI55oILdPn .navbar-caption:hover,
.cid-uI55oILdPn .navbar-caption:focus,
.cid-uI55oILdPn .navbar-caption:active {
  color: #558632 !important;
}
.cid-uI55oILdPn .dropdown-menu,
.cid-uI55oILdPn .navbar.opened {
  background: #ffffff !important;
}
.cid-uI55oILdPn .nav-item:focus,
.cid-uI55oILdPn .nav-link:focus {
  outline: none;
}
.cid-uI55oILdPn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI55oILdPn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI55oILdPn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI55oILdPn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI55oILdPn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-uI55oILdPn .navbar.opened {
  transition: all 0.3s;
}
.cid-uI55oILdPn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI55oILdPn .navbar .navbar-logo img {
  width: auto;
}
.cid-uI55oILdPn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI55oILdPn .navbar.collapsed {
  justify-content: center;
}
.cid-uI55oILdPn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI55oILdPn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI55oILdPn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI55oILdPn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI55oILdPn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI55oILdPn .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-uI55oILdPn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI55oILdPn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI55oILdPn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI55oILdPn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI55oILdPn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI55oILdPn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI55oILdPn .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-uI55oILdPn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI55oILdPn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uI55oILdPn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI55oILdPn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI55oILdPn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uI55oILdPn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI55oILdPn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI55oILdPn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uI55oILdPn .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;
  display: flex;
}
.cid-uI55oILdPn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI55oILdPn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI55oILdPn .dropdown-item.active,
.cid-uI55oILdPn .dropdown-item:active {
  background-color: transparent;
}
.cid-uI55oILdPn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI55oILdPn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI55oILdPn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI55oILdPn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uI55oILdPn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI55oILdPn .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-uI55oILdPn .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-uI55oILdPn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI55oILdPn ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uI55oILdPn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI55oILdPn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uI55oILdPn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI55oILdPn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI55oILdPn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI55oILdPn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI55oILdPn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI55oILdPn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI55oILdPn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI55oILdPn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI55oILdPn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI55oILdPn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uI55oILdPn a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI55oILdPn .navbar {
    height: 70px;
  }
  .cid-uI55oILdPn .navbar.opened {
    height: auto;
  }
  .cid-uI55oILdPn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI55oJ0NqE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #558632;
}
.cid-uI55oJ0NqE h2,
.cid-uI55oJ0NqE h4,
.cid-uI55oJ0NqE p {
  margin: 0;
}
.cid-uI55oJ0NqE .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uI55oJ0NqE .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uI55oJ0NqE .image-wrap {
    margin-top: 30px;
  }
}
.cid-uI55oJ0NqE img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uI55oJ0NqE .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uI55oJ0NqE .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uI55oJ0NqE .mbr-text {
  color: #fafafa;
  margin-bottom: 30px;
}
.cid-uI55oJ0NqE .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uI55oJ0NqE .socials p {
  margin: 0 20px 0 0;
}
.cid-uI55oJ0NqE .socials-item .link {
  color: #000000;
}
.cid-uI59EJCzvi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uI59EJCzvi .mbr-shop {
  display: table;
  width: 100%;
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uI59EJCzvi .mbr-shop .row {
  margin: 0;
}
.cid-uI59EJCzvi .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uI59EJCzvi .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uI59EJCzvi .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uI59EJCzvi .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uI59EJCzvi .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .image-modal {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uI59EJCzvi .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uI59EJCzvi .mbr-shop .hide-modal {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uI59EJCzvi .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uI59EJCzvi .mbr-shop .filter-by-pu,
.cid-uI59EJCzvi .mbr-shop .filter-by-pd,
.cid-uI59EJCzvi .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uI59EJCzvi .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uI59EJCzvi .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 50%;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem h4,
.cid-uI59EJCzvi .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 30px;
  transition: color 0.5s;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem h5,
.cid-uI59EJCzvi .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem p,
.cid-uI59EJCzvi .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uI59EJCzvi .mbr-shop .item-button {
  text-align: center;
}
.cid-uI59EJCzvi .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uI59EJCzvi .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uI59EJCzvi .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-uI59EJCzvi .mbr-shop .sidebar-block {
  padding: 25px 25px;
  border: 1px solid #e6e5e1 ;
  position: relative;
}
@media (max-width: 1999px) {
  .cid-uI59EJCzvi .mbr-shop .sidebar-block {
    border: 0;
  }
}
.cid-uI59EJCzvi .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: transparent;
  top: -20px;
  right: 3px;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  line-height: 1;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uI59EJCzvi .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #558632;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item__hided h4,
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item__hided h5,
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  font-size: 1.2rem !important;
  color: #353535;
  font-weight: bold;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #353535;
  color: #fff;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #353535;
  color: #fff;
}
.cid-uI59EJCzvi .mbr-shop .range-slider {
  margin-bottom: 25px !important;
  padding: 25px;
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-uI59EJCzvi .mbr-shop .range-slider {
    border: 0;
  }
}
.cid-uI59EJCzvi .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uI59EJCzvi .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uI59EJCzvi .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uI59EJCzvi .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uI59EJCzvi .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uI59EJCzvi .mbr-shop .range-controls {
  position: relative;
}
.cid-uI59EJCzvi .mbr-shop .range-controls .scale {
  width: 100%;
  height: 4px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uI59EJCzvi .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100% 10px;
  height: 4px;
  background-color: #ccdbc2;
}
.cid-uI59EJCzvi .mbr-shop .toggle {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ccdbc2;
  cursor: pointer;
}
.cid-uI59EJCzvi .mbr-shop .toggle:hover,
.cid-uI59EJCzvi .mbr-shop .toggle:active {
  background-color: #353535;
}
.cid-uI59EJCzvi .mbr-shop .min-toggle {
  left: -1;
}
.cid-uI59EJCzvi .mbr-shop .max-toggle {
  right: 0;
}
.cid-uI59EJCzvi .mbr-shop .hided-by-price {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uI59EJCzvi .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uI59EJCzvi .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uI59EJCzvi .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uI59EJCzvi .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uI59EJCzvi .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uI59EJCzvi .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uI59EJCzvi .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uI59EJCzvi .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uI59EJCzvi .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uI59EJCzvi .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uI59EJCzvi .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uI59EJCzvi .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-uI59EJCzvi .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uI59EJCzvi .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uI59EJCzvi .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uI59EJCzvi .mbr-shop .price-range {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .price-range-reset {
  display: none;
}
.cid-uI59EJCzvi .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uI59EJCzvi .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uI59EJCzvi .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uI59EJCzvi .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uI59EJCzvi .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uI59EJCzvi .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uI59EJCzvi .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 25px;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-categories .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-categories .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
.cid-uI59EJCzvi .mbr-shop .sidebar-categories {
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-uI59EJCzvi .mbr-shop .sidebar-categories {
    border: 0;
    border-top: 1px solid #e6e5e1;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uI59EJCzvi .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uI59EJCzvi .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uI59EJCzvi .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uI59EJCzvi .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uI59EJCzvi .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uI59EJCzvi .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uI59EJCzvi .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uI59EJCzvi .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uI59EJCzvi .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uI59EJCzvi .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uI59EJCzvi .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uI59EJCzvi .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uI59EJCzvi .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uI59EJCzvi .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uI59EJCzvi .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI59EJCzvi .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uI59EJCzvi .sort-buttons {
  display: block !important;
}
.cid-uI59EJCzvi .mbr-gallery-item .sidebar_wraper {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI59EJCzvi .sidebar .sidebar_wraper {
  background-color: transparent;
}
.cid-uI59EJCzvi .mbr-gallery-item .price-block {
  text-align: center;
  padding-top: 15px;
}
.cid-uI59EJCzvi .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border-radius: 3px;
  background-color: #99a505;
  color: black ;
}
.cid-uI59EJCzvi .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-uI59EJCzvi .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 400;
  color: #99a505;
  transition: 0.4s all;
  z-index: 1000;
  font-size: 1.4rem !important;
}
.cid-uI59EJCzvi .mbr-gallery-item:hover .item-title {
  color: #ccdbc2;
}
.cid-uI59EJCzvi .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uI59EJCzvi .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uI59EJCzvi .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uI59EJCzvi .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uI59EJCzvi .categories {
  padding: 0;
}
.cid-uI59EJCzvi .sidebar-title {
  font-weight: bold;
  color: #47a15d;
  text-transform: uppercase;
}
.cid-uI59EJCzvi .mbr-gallery-filter {
  text-align: left !important;
  padding-top: 0 !important;
}
.cid-uI59EJCzvi .sidebar_wraper {
  background-color: transparent !important;
}
.cid-uI59EJCzvi .img_wraper {
  border: 1px solid #99a505;
}
.cid-uI59EJCzvi .item-title {
  color: #353535;
}
.cid-uI59EJCzvi .shop-item-price,
.cid-uI59EJCzvi .price-block {
  color: #353535;
}
.cid-uI59EJCzvi .card-description {
  color: #353535;
}
.cid-uIhzmVMdAh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIhzmVMdAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhzmVMdAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhzmVMdAh .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIhzmVMdAh .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIhzmVMdAh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIhzmVMdAh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIhzmVMdAh .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIhzmVMdAh .card-text {
    padding-top: 5rem;
  }
}
.cid-uIhzmVMdAh .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzmVMdAh .item-wrapper:hover {
  background-color: #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzmVMdAh .item-wrapper:hover .card-title,
.cid-uIhzmVMdAh .item-wrapper:hover .card-text,
.cid-uIhzmVMdAh .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIhzmVMdAh .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIhzmVMdAh .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzmVMdAh .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIhzmVMdAh .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzmVMdAh .mbr-section-title {
  color: #221b35;
}
.cid-uIhzmVMdAh .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIhzmVMdAh .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIhzmVMdAh .card-box .item-footer {
  margin-top: auto;
}
.cid-uIhzmVMdAh .content-head {
  max-width: 800px;
}
.cid-uIhzmVMdAh .card-title,
.cid-uIhzmVMdAh .iconfont-wrapper {
  color: #221b35;
}
.cid-uIhzmVMdAh .card-text,
.cid-uIhzmVMdAh .item .mbr-section-btn {
  color: #221b35;
}
.cid-uI55oKBcJF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uI55oKBcJF .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-uI55oKBcJF .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uI55oKBcJF .people {
    padding: 0;
  }
}
.cid-uI55oKBcJF .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-uI55oKBcJF .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-uI55oKBcJF .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
  text-align: right;
}
.cid-uI55oKBcJF .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uI55oKBcJF h3 {
  margin: 0;
}
.cid-uI55oKBcJF .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uI55oKBcJF .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uI55oKBcJF .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-uI55oKBcJF .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-uI55oKBcJF .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uI55oKBcJF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI55oKBcJF .item:hover {
  cursor: pointer;
}
.cid-uI55oKBcJF .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-uI55oL4I2o {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uI55oL4I2o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uI55oL4I2o .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-uI55oL4I2o .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uI55oL4I2o .info .col-6,
  .cid-uI55oL4I2o .info .col-5 {
    width: 100%;
  }
  .cid-uI55oL4I2o .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-uI55oL4I2o .content .col-md-5 {
    width: 43%;
  }
  .cid-uI55oL4I2o .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-uI55oL4I2o .content .col-md-5 {
    width: 100%;
  }
  .cid-uI55oL4I2o .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uI55oL4I2o .content {
    padding: 0;
  }
}
.cid-uI55oL4I2o .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-uI55oL4I2o .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-uI55oL4I2o .contacts {
  margin: 20px 0;
}
.cid-uI55oL4I2o .contacts p {
  margin: 0;
}
.cid-uI55oL4I2o .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uI55oL4I2o .socials p {
  margin: 0 20px 0 0;
}
.cid-uI55oL4I2o .socials-item .link {
  color: #000000;
}
.cid-uI55oL4I2o .mbr-contacts {
  color: #000000;
}
.cid-uI55oL4I2o .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-uI55oL4I2o .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-uI55oL4I2o .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-uI55oL4I2o .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-uI55oL4I2o .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-uI55oL4I2o .item:first-child {
  margin-left: 0;
}
.cid-uI55oL4I2o .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-uI55oL4I2o .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-uI55oL4I2o .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-uI55oL4I2o .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-uI55oL4I2o .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI55oL4I2o .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-uI55oL4I2o .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-uI55oL4I2o .item:hover {
  cursor: pointer;
}
.cid-uI55oL4I2o .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uI55oL4I2o .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-uI55oL4I2o .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-uI55oL4I2o .mbr-iconfont {
  color: #ffffff;
}
.cid-uI55oL4I2o .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-uI55oL4I2o .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uI55oL4I2o .menu p {
  margin: 0 0 5px;
}
.cid-uI55oL4I2o h6 {
  font-size: 21px;
}
.cid-uI55oL4I2o .menu-title {
  margin-bottom: 10px;
}
.cid-uI55oL4I2o .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-uI55oL4I2o .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-uI55oL4I2o .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-uIhzjbtSIb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIhzjbtSIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhzjbtSIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhzjbtSIb .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIhzjbtSIb .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIhzjbtSIb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIhzjbtSIb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIhzjbtSIb .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIhzjbtSIb .card-text {
    padding-top: 5rem;
  }
}
.cid-uIhzjbtSIb .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzjbtSIb .item-wrapper:hover {
  background-color: #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzjbtSIb .item-wrapper:hover .card-title,
.cid-uIhzjbtSIb .item-wrapper:hover .card-text,
.cid-uIhzjbtSIb .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIhzjbtSIb .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIhzjbtSIb .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzjbtSIb .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIhzjbtSIb .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzjbtSIb .mbr-section-title {
  color: #221b35;
}
.cid-uIhzjbtSIb .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIhzjbtSIb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIhzjbtSIb .card-box .item-footer {
  margin-top: auto;
}
.cid-uIhzjbtSIb .content-head {
  max-width: 800px;
}
.cid-uIhzjbtSIb .card-title,
.cid-uIhzjbtSIb .iconfont-wrapper {
  color: #221b35;
}
.cid-uIhzjbtSIb .card-text,
.cid-uIhzjbtSIb .item .mbr-section-btn {
  color: #221b35;
}
.cid-uIhzk892Dq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIhzk892Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhzk892Dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhzk892Dq .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uIhzk892Dq .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uIhzk892Dq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIhzk892Dq .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uIhzk892Dq .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uIhzk892Dq .card-text {
    padding-top: 5rem;
  }
}
.cid-uIhzk892Dq .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzk892Dq .item-wrapper:hover {
  background-color: #558632;
  transition: all ease-in-out 0.3s;
}
.cid-uIhzk892Dq .item-wrapper:hover .card-title,
.cid-uIhzk892Dq .item-wrapper:hover .card-text,
.cid-uIhzk892Dq .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIhzk892Dq .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uIhzk892Dq .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzk892Dq .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uIhzk892Dq .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uIhzk892Dq .mbr-section-title {
  color: #221b35;
}
.cid-uIhzk892Dq .mbr-section-subtitle {
  color: #221b35;
}
.cid-uIhzk892Dq .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uIhzk892Dq .card-box .item-footer {
  margin-top: auto;
}
.cid-uIhzk892Dq .content-head {
  max-width: 800px;
}
.cid-uIhzk892Dq .card-title,
.cid-uIhzk892Dq .iconfont-wrapper {
  color: #221b35;
}
.cid-uIhzk892Dq .card-text,
.cid-uIhzk892Dq .item .mbr-section-btn {
  color: #221b35;
}
.cid-u150mLeaYw {
  z-index: 1000;
  width: 100%;
}
.cid-u150mLeaYw nav.navbar {
  position: fixed;
}
.cid-u150mLeaYw .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-u150mLeaYw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u150mLeaYw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u150mLeaYw .dropdown-item:hover,
.cid-u150mLeaYw .dropdown-item:focus {
  background: #558632 !important;
  color: white !important;
}
.cid-u150mLeaYw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u150mLeaYw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u150mLeaYw .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-u150mLeaYw .nav-item {
  margin: 0 31px;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u150mLeaYw .nav-link {
  position: relative;
}
.cid-u150mLeaYw .nav-link:hover,
.cid-u150mLeaYw .nav-link:focus,
.cid-u150mLeaYw .nav-link:active {
  color: #99a505 !important;
}
.cid-u150mLeaYw .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .container {
    flex-wrap: inherit;
  }
}
.cid-u150mLeaYw .navbar-caption:hover,
.cid-u150mLeaYw .navbar-caption:focus,
.cid-u150mLeaYw .navbar-caption:active {
  color: #558632 !important;
}
.cid-u150mLeaYw .dropdown-menu,
.cid-u150mLeaYw .navbar.opened {
  background: #ffffff !important;
}
.cid-u150mLeaYw .nav-item:focus,
.cid-u150mLeaYw .nav-link:focus {
  outline: none;
}
.cid-u150mLeaYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u150mLeaYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u150mLeaYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u150mLeaYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u150mLeaYw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
}
.cid-u150mLeaYw .navbar.opened {
  transition: all 0.3s;
}
.cid-u150mLeaYw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u150mLeaYw .navbar .navbar-logo img {
  width: auto;
}
.cid-u150mLeaYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u150mLeaYw .navbar.collapsed {
  justify-content: center;
}
.cid-u150mLeaYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u150mLeaYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u150mLeaYw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u150mLeaYw .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-u150mLeaYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u150mLeaYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u150mLeaYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u150mLeaYw .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-u150mLeaYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u150mLeaYw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u150mLeaYw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u150mLeaYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u150mLeaYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u150mLeaYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u150mLeaYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u150mLeaYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u150mLeaYw .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;
  display: flex;
}
.cid-u150mLeaYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u150mLeaYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u150mLeaYw .dropdown-item.active,
.cid-u150mLeaYw .dropdown-item:active {
  background-color: transparent;
}
.cid-u150mLeaYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u150mLeaYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u150mLeaYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u150mLeaYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u150mLeaYw .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-u150mLeaYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u150mLeaYw ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u150mLeaYw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u150mLeaYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u150mLeaYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u150mLeaYw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u150mLeaYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u150mLeaYw a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u150mLeaYw .navbar {
    height: 70px;
  }
  .cid-u150mLeaYw .navbar.opened {
    height: auto;
  }
  .cid-u150mLeaYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIhDsPKRBo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uIhDsPKRBo .mbr-text,
.cid-uIhDsPKRBo .mbr-section-subtitle {
  color: #767676;
}
.cid-uIhDsPKRBo .mbr-text {
  margin-bottom: 0 !important;
  color: #ffffff;
  transition: .2s all;
}
.cid-uIhDsPKRBo .card-title {
  color: #66458e;
}
.cid-uIhDsPKRBo .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIhDsPKRBo .card-img {
  padding-bottom: 2.65rem !important;
}
@media (max-width: 767px) {
  .cid-uIhDsPKRBo .mbr-section-subtitle,
  .cid-uIhDsPKRBo .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIhDsPKRBo .card .card-img span {
    background: none;
  }
}
.cid-uIhDsPKRBo .card-wrap {
  border-radius: 5px;
  padding: 4.2rem 2rem 4.1rem;
}
.cid-uIhDsPKRBo .card1 {
  background-color: #47a15d;
}
.cid-uIhDsPKRBo .card2 {
  background-color: #b8d94f;
}
.cid-uIhDsPKRBo .card3 {
  background-color: #ffd655;
}
.cid-uIhDsPKRBo .card4 {
  background-color: #bbbbbb;
}
.cid-uIhDsPKRBo .card-title,
.cid-uIhDsPKRBo .card-img {
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uIhDsPKRBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhDsPKRBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhDrUjGAK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhDrUjGAK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uIhDrUjGAK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uIhDrUjGAK .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIhDrUjGAK textarea.form-control {
  min-height: 214.5px;
}
.cid-uIhDrUjGAK .btn {
  margin: 0 auto !important;
}
.cid-uIhDrUjGAK .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-uIhDrUjGAK h4,
.cid-uIhDrUjGAK p {
  margin: 0;
}
.cid-uIhDrUjGAK h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-uIhDrUjGAK h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIhDrUjGAK h2 {
    text-align: center;
  }
  .cid-uIhDrUjGAK h3 {
    text-align: center;
  }
  .cid-uIhDrUjGAK .input-group-btn {
    text-align: center;
  }
  .cid-uIhDrUjGAK .social-list {
    text-align: center;
  }
  .cid-uIhDrUjGAK .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-uIhDrUjGAK H2 {
  color: #656565;
}
.cid-uIhDrUjGAK .content {
  text-align: left;
  color: #656565;
}
.cid-uIhDrUjGAK .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-uIhDrUjGAK .title1 {
  text-align: center;
  color: #b8d94f;
  margin-bottom: 0.7rem;
}
.cid-uIhDrUjGAK .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-uIhDrUjGAK .title2 {
  margin-bottom: 1.30rem;
  color: #47a15d;
  text-align: center;
}
.cid-uIhDrUjGAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhDrUjGAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u150mO75X5 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-u150mO75X5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u150mO75X5 .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u150mO75X5 .info .col-6,
  .cid-u150mO75X5 .info .col-5 {
    width: 100%;
  }
  .cid-u150mO75X5 .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-u150mO75X5 .content .col-md-5 {
    width: 43%;
  }
  .cid-u150mO75X5 .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .content .col-md-5 {
    width: 100%;
  }
  .cid-u150mO75X5 .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u150mO75X5 .content {
    padding: 0;
  }
}
.cid-u150mO75X5 .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-u150mO75X5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-u150mO75X5 .contacts {
  margin: 20px 0;
}
.cid-u150mO75X5 .contacts p {
  margin: 0;
}
.cid-u150mO75X5 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u150mO75X5 .socials p {
  margin: 0 20px 0 0;
}
.cid-u150mO75X5 .socials-item .link {
  color: #000000;
}
.cid-u150mO75X5 .mbr-contacts {
  color: #000000;
}
.cid-u150mO75X5 .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-u150mO75X5 .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-u150mO75X5 .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-u150mO75X5 .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-u150mO75X5 .item:first-child {
  margin-left: 0;
}
.cid-u150mO75X5 .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-u150mO75X5 .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-u150mO75X5 .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-u150mO75X5 .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-u150mO75X5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u150mO75X5 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-u150mO75X5 .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-u150mO75X5 .item:hover {
  cursor: pointer;
}
.cid-u150mO75X5 .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u150mO75X5 .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-u150mO75X5 .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-u150mO75X5 .mbr-iconfont {
  color: #ffffff;
}
.cid-u150mO75X5 .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-u150mO75X5 .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u150mO75X5 .menu p {
  margin: 0 0 5px;
}
.cid-u150mO75X5 h6 {
  font-size: 21px;
}
.cid-u150mO75X5 .menu-title {
  margin-bottom: 10px;
}
.cid-u150mO75X5 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-u150mO75X5 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-u150mO75X5 .copyright > p {
  text-align: center;
  color: #000000;
}
