body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #42744f !important;
}
.bg-success {
  background-color: #dab526 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #dab526 !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #42744f !important;
  border-color: #42744f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #233d29 !important;
  border-color: #233d29 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d29 !important;
  border-color: #233d29 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dab526 !important;
  border-color: #dab526 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #dab526 !important;
  border-color: #dab526 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dab526 !important;
  border-color: #dab526 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #917819 !important;
  border-color: #917819 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #42744f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #233d29 !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: #42744f !important;
  border-color: #42744f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dab526;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #917819 !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: #dab526 !important;
  border-color: #dab526 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dab526;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #917819 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dab526 !important;
  border-color: #dab526 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dab526;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #917819 !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: #dab526 !important;
  border-color: #dab526 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !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: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #42744f !important;
}
.text-secondary {
  color: #dab526 !important;
}
.text-success {
  color: #dab526 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #dab526 !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1d3323 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #846d16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #846d16 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #846d16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #42744f;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #dab526;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #42744f;
  border-color: #42744f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #42744f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fb68e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8f0d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8f0d4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #42744f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #42744f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #42744f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #42744f;
}
.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: #42744f;
  border-bottom-color: #42744f;
}
.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: #42744f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dab526 !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='%2342744f' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-sSwPHs3H2U {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sSwPHs3H2U .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSwPHs3H2U .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSwPHs3H2U .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSwPHs3H2U .label-text {
    text-align: center !important;
  }
}
.cid-sSwPHs3H2U .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSwPHs3H2U .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSwPHs3H2U .mbr-section-title,
.cid-sSwPHs3H2U .mbr-section-btn {
  text-align: center;
}
.cid-sSwTkM5eXb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSwTkM5eXb .row {
  flex-direction: row-reverse;
}
.cid-sSwTkM5eXb .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sSwTkM5eXb .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSwTkM5eXb .image-wrapper {
    padding: 30px;
  }
}
.cid-sSwTkM5eXb .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSwTkM5eXb .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-sSwTkM5eXb .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSwTkM5eXb .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .col-text {
    text-align: center;
  }
}
.cid-sSwTkM5eXb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSwTkM5eXb .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSwTkM5eXb .label-text {
    text-align: center !important;
  }
}
.cid-sSwTkM5eXb .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-sSwTkM5eXb .mbr-text {
  color: #a06e2c;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-sSwTkM5eXb .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sSwTkM5eXb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSwTkM5eXb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSwTkM5eXb .mbr-section-title,
.cid-sSwTkM5eXb .mbr-section-btn {
  text-align: center;
}
.cid-uv39Xs5UBF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uv39Xs5UBF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uv39Xs5UBF img,
.cid-uv39Xs5UBF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uv39Xs5UBF .item:focus,
.cid-uv39Xs5UBF span:focus {
  outline: none;
}
.cid-uv39Xs5UBF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uv39Xs5UBF .item {
    margin-bottom: 1rem;
  }
}
.cid-uv39Xs5UBF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uv39Xs5UBF .mbr-section-title {
  color: #232323;
}
.cid-uv39Xs5UBF .mbr-text,
.cid-uv39Xs5UBF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uv39Xs5UBF .item-title {
  color: #232323;
  text-align: center;
}
.cid-uv39Xs5UBF .content-head {
  max-width: 800px;
}
.cid-sSwTQqI0cE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f7f5;
}
.cid-sSwTQqI0cE .row {
  justify-content: center;
}
.cid-sSwTQqI0cE .item-img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-sSwTQqI0cE .item-img:hover img {
    transform: translateY(-8px);
  }
}
.cid-sSwTQqI0cE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-sSwTQqI0cE .item:focus,
.cid-sSwTQqI0cE span:focus {
  outline: none;
}
.cid-sSwTQqI0cE .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSwTQqI0cE .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSwTQqI0cE .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSwTQqI0cE .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-sSwTQqI0cE .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .item-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sSwTQqI0cE .item-content {
    padding-left: 16px;
  }
}
.cid-sSwTQqI0cE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #dab526;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .label-text {
    text-align: center !important;
  }
}
.cid-sSwTQqI0cE .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-sSwTQqI0cE .mbr-text {
  color: #555555;
  text-align: center;
}
.cid-sSwTQqI0cE .item-title {
  color: #222222;
}
.cid-sSwTQqI0cE .mbr-section-head {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sSwTQqI0cE .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSwTQqI0cE .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSwTQqI0cE .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sSwTQqI0cE .social-row {
    justify-content: center;
  }
}
.cid-sSwTQqI0cE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c69453;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
  transition: 0.5s all;
}
.cid-sSwTQqI0cE .soc-item span {
  font-size: 16px;
  color: #c69453;
}
.cid-sSwTQqI0cE .soc-item:hover {
  background-color: #c69453;
  border-color: #c69453;
}
.cid-sSwTQqI0cE .soc-item:hover span {
  color: #ffffff;
  color: #f9f7f5;
}
.cid-sSwTQqI0cE .item-title,
.cid-sSwTQqI0cE .mbr-section-btn {
  text-align: center;
}
.cid-uuQqlSpRsc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uuQqlSpRsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuQqlSpRsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQqlSpRsc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uuQqlSpRsc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuQqlSpRsc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uuQqlSpRsc .card-wrapper {
    padding: 4rem;
  }
}
.cid-uuQqlSpRsc .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uuQqlSpRsc .wrap .inner-wrap {
  padding: 40px;
}
.cid-uuQqlSpRsc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uuQqlSpRsc .mbr-text,
.cid-uuQqlSpRsc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uuQpMgvMne {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuQpMgvMne .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uuQpMgvMne img,
.cid-uuQpMgvMne .item-img {
  width: 100%;
}
.cid-uuQpMgvMne .item:focus,
.cid-uuQpMgvMne span:focus {
  outline: none;
}
.cid-uuQpMgvMne .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuQpMgvMne .item {
    margin-bottom: 1rem;
  }
}
.cid-uuQpMgvMne .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uuQpMgvMne .mbr-section-title {
  color: #232323;
}
.cid-uuQpMgvMne .mbr-text,
.cid-uuQpMgvMne .mbr-section-btn {
  color: #232323;
}
.cid-uuQpMgvMne .item-title {
  color: #232323;
  text-align: center;
}
.cid-uuQpMgvMne .content-head {
  max-width: 800px;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRrbadsZYH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRrbadsZYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrbadsZYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrbadsZYH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRrbadsZYH .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRrbadsZYH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRrbadsZYH .link-wrap {
    align-items: center;
  }
}
.cid-uRrbadsZYH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRqC9pLbP6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRqC9pLbP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqC9pLbP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqC9pLbP6 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRqC9pLbP6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRqC9pLbP6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRqC9pLbP6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRqC9pLbP6 .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uRqC9pLbP6 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uRqC9pLbP6 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRqC9pLbP6 .mbr-text,
.cid-uRqC9pLbP6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwmRoBGFsq .navbar-dropdown {
  position: relative !important;
}
.cid-uwmRoBGFsq .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-uwmRoBGFsq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwmRoBGFsq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwmRoBGFsq .dropdown-item:hover,
.cid-uwmRoBGFsq .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uwmRoBGFsq .dropdown-item:hover span {
  color: white;
}
.cid-uwmRoBGFsq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwmRoBGFsq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwmRoBGFsq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwmRoBGFsq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwmRoBGFsq .nav-link {
  position: relative;
}
.cid-uwmRoBGFsq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwmRoBGFsq .container {
    flex-wrap: nowrap;
  }
}
.cid-uwmRoBGFsq .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwmRoBGFsq .dropdown-menu,
.cid-uwmRoBGFsq .navbar.opened {
  background: #ffffff !important;
}
.cid-uwmRoBGFsq .nav-item:focus,
.cid-uwmRoBGFsq .nav-link:focus {
  outline: none;
}
.cid-uwmRoBGFsq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwmRoBGFsq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwmRoBGFsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwmRoBGFsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwmRoBGFsq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwmRoBGFsq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwmRoBGFsq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwmRoBGFsq .navbar.opened {
  transition: all 0.3s;
}
.cid-uwmRoBGFsq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwmRoBGFsq .navbar .navbar-logo img {
  width: auto;
}
.cid-uwmRoBGFsq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwmRoBGFsq .navbar.collapsed {
  justify-content: center;
}
.cid-uwmRoBGFsq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwmRoBGFsq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwmRoBGFsq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uwmRoBGFsq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwmRoBGFsq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwmRoBGFsq .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-uwmRoBGFsq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwmRoBGFsq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwmRoBGFsq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwmRoBGFsq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwmRoBGFsq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwmRoBGFsq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwmRoBGFsq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwmRoBGFsq .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-uwmRoBGFsq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwmRoBGFsq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwmRoBGFsq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwmRoBGFsq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwmRoBGFsq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwmRoBGFsq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwmRoBGFsq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwmRoBGFsq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwmRoBGFsq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwmRoBGFsq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwmRoBGFsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwmRoBGFsq .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uwmRoBGFsq .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uwmRoBGFsq .dropdown-item.active,
.cid-uwmRoBGFsq .dropdown-item:active {
  background-color: transparent;
}
.cid-uwmRoBGFsq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwmRoBGFsq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwmRoBGFsq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwmRoBGFsq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwmRoBGFsq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwmRoBGFsq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwmRoBGFsq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwmRoBGFsq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwmRoBGFsq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwmRoBGFsq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uwmRoBGFsq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwmRoBGFsq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRoBGFsq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRoBGFsq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwmRoBGFsq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRoBGFsq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwmRoBGFsq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwmRoBGFsq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRoBGFsq .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uwmRoBGFsq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uwmRoBGFsq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwmRoBGFsq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwmRoBGFsq .navbar {
    height: 70px;
  }
  .cid-uwmRoBGFsq .navbar.opened {
    height: auto;
  }
  .cid-uwmRoBGFsq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwmRoBGFsq .container,
.cid-uwmRoBGFsq .container-fluid {
  flex-wrap: wrap;
}
.cid-uwmRoBGFsq .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uwmRoBGFsq .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uwmRoBGFsq .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uwmRoBGFsq .contacts-menu {
    display: none;
  }
}
.cid-uwmRoBGFsq .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uwmRoBGFsq .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uwmRoBGFsq .icon-box:hover {
  transform: scale(1.1);
}
.cid-uwmRoBGFsq .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uwmRoBGFsq .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uwmRoBGFsq .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uwmRoBGFsq .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uwmRoBGFsq .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uwmRoBGFsq .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwmRoBGFsq .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uwmRoBGFsq .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uwmXu9qbH7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwmXu9qbH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmXu9qbH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcKduOvEv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcKduOvEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcKduOvEv .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-uRcKduOvEv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRcKduOvEv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcKduOvEv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRcKev71aQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRcKev71aQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcKev71aQ .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-uRcKev71aQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRcKev71aQ .row {
  flex-direction: row-reverse;
}
.cid-uRcKev71aQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcKev71aQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRcMevIocQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcMevIocQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcMevIocQ .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-uRcMevIocQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRcMevIocQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcMevIocQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRcMUnAqfD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRcMUnAqfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcMUnAqfD .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-uRcMUnAqfD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRcMUnAqfD .row {
  flex-direction: row-reverse;
}
.cid-uRcMUnAqfD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRcMUnAqfD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uwmWoz4bCv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uwmWoz4bCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmWoz4bCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwmWoz4bCv .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uwmWoz4bCv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uwmWoz4bCv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uwmWoz4bCv .card-wrapper {
    padding: 4rem;
  }
}
.cid-uwmWoz4bCv .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uwmWoz4bCv .wrap .inner-wrap {
  padding: 40px;
}
.cid-uwmWoz4bCv .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uwmWoz4bCv .mbr-text,
.cid-uwmWoz4bCv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwmRoFTZwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uwmRoFTZwt .footer-item {
  padding: 30px;
}
.cid-uwmRoFTZwt .mbr-section-subtitle,
.cid-uwmRoFTZwt .address-text {
  margin-bottom: 1.5rem;
}
.cid-uwmRoFTZwt .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uwmRoFTZwt .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uwmRoFTZwt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwmRoFTZwt .row {
    text-align: center;
  }
  .cid-uwmRoFTZwt .social-row {
    justify-content: center;
  }
}
.cid-uwmRoFTZwt .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwmRoFTZwt .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uwmRoFTZwt .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uwmRoFTZwt .mbr-text {
  color: #ffffff;
}
.cid-uwmRoFTZwt .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uwmRoFTZwt .list a {
  color: #ffffff;
}
.cid-uwmRoFTZwt .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uwmRoFTZwt .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uwmRoFTZwt .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uwmRoFTZwt .mbr-iconfont {
  color: #ffffff;
}
.cid-uwmRoFTZwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmRoFTZwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwmRs6YJvy .navbar-dropdown {
  position: relative !important;
}
.cid-uwmRs6YJvy .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-uwmRs6YJvy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwmRs6YJvy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwmRs6YJvy .dropdown-item:hover,
.cid-uwmRs6YJvy .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uwmRs6YJvy .dropdown-item:hover span {
  color: white;
}
.cid-uwmRs6YJvy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwmRs6YJvy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwmRs6YJvy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwmRs6YJvy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwmRs6YJvy .nav-link {
  position: relative;
}
.cid-uwmRs6YJvy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwmRs6YJvy .container {
    flex-wrap: nowrap;
  }
}
.cid-uwmRs6YJvy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwmRs6YJvy .dropdown-menu,
.cid-uwmRs6YJvy .navbar.opened {
  background: #ffffff !important;
}
.cid-uwmRs6YJvy .nav-item:focus,
.cid-uwmRs6YJvy .nav-link:focus {
  outline: none;
}
.cid-uwmRs6YJvy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwmRs6YJvy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwmRs6YJvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwmRs6YJvy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwmRs6YJvy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwmRs6YJvy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwmRs6YJvy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwmRs6YJvy .navbar.opened {
  transition: all 0.3s;
}
.cid-uwmRs6YJvy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwmRs6YJvy .navbar .navbar-logo img {
  width: auto;
}
.cid-uwmRs6YJvy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwmRs6YJvy .navbar.collapsed {
  justify-content: center;
}
.cid-uwmRs6YJvy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwmRs6YJvy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwmRs6YJvy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uwmRs6YJvy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwmRs6YJvy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwmRs6YJvy .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-uwmRs6YJvy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwmRs6YJvy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwmRs6YJvy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwmRs6YJvy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwmRs6YJvy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwmRs6YJvy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwmRs6YJvy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwmRs6YJvy .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-uwmRs6YJvy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwmRs6YJvy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwmRs6YJvy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwmRs6YJvy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwmRs6YJvy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwmRs6YJvy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwmRs6YJvy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwmRs6YJvy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwmRs6YJvy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwmRs6YJvy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwmRs6YJvy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwmRs6YJvy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uwmRs6YJvy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uwmRs6YJvy .dropdown-item.active,
.cid-uwmRs6YJvy .dropdown-item:active {
  background-color: transparent;
}
.cid-uwmRs6YJvy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwmRs6YJvy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwmRs6YJvy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwmRs6YJvy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwmRs6YJvy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwmRs6YJvy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwmRs6YJvy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwmRs6YJvy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwmRs6YJvy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwmRs6YJvy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uwmRs6YJvy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwmRs6YJvy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRs6YJvy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRs6YJvy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwmRs6YJvy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRs6YJvy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwmRs6YJvy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwmRs6YJvy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRs6YJvy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uwmRs6YJvy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uwmRs6YJvy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwmRs6YJvy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwmRs6YJvy .navbar {
    height: 70px;
  }
  .cid-uwmRs6YJvy .navbar.opened {
    height: auto;
  }
  .cid-uwmRs6YJvy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwmRs6YJvy .container,
.cid-uwmRs6YJvy .container-fluid {
  flex-wrap: wrap;
}
.cid-uwmRs6YJvy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uwmRs6YJvy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uwmRs6YJvy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uwmRs6YJvy .contacts-menu {
    display: none;
  }
}
.cid-uwmRs6YJvy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uwmRs6YJvy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uwmRs6YJvy .icon-box:hover {
  transform: scale(1.1);
}
.cid-uwmRs6YJvy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uwmRs6YJvy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uwmRs6YJvy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uwmRs6YJvy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uwmRs6YJvy .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uwmRs6YJvy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwmRs6YJvy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uwmRs6YJvy .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uwmZOfV77a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwmZOfV77a .row {
  align-items: center;
}
.cid-uwmZOfV77a .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uwmZOfV77a .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-uwmZOfV77a .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uwmZOfV77a .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-uwmZOfV77a .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uwmZOfV77a .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uwmZOfV77a .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwmZOfV77a .col-text {
    text-align: center;
  }
}
.cid-uwmZOfV77a .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uwmZOfV77a .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uwmZOfV77a .label-text {
    text-align: center !important;
  }
}
.cid-uwmZOfV77a .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uwmZOfV77a .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uwmZOfV77a .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uwmZOfV77a .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uwmZOfV77a .lists-container {
    justify-content: center;
  }
}
.cid-uwmZOfV77a .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uwmZOfV77a .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uwmZOfV77a .list {
    align-items: center;
  }
}
.cid-uwmZOfV77a .list-item {
  display: flex;
  align-items: center;
}
.cid-uwmZOfV77a .icon-wrapper {
  margin-right: 5px;
}
.cid-uwmZOfV77a .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uwmZOfV77a .list-item-text {
  flex-grow: 1;
}
.cid-uwmZOfV77a .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uwmZOfV77a .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uwmZOfV77a .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwmZOfV77a .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwmZOfV77a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmZOfV77a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqAnPBp0A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRqAnPBp0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqAnPBp0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqAnPBp0A .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRqAnPBp0A .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRqAnPBp0A .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRqAnPBp0A .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRqAnPBp0A .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uRqAnPBp0A .wrap .inner-wrap {
  padding: 40px;
}
.cid-uRqAnPBp0A .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRqAnPBp0A .mbr-text,
.cid-uRqAnPBp0A .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwmRs8SbtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uwmRs8SbtR .footer-item {
  padding: 30px;
}
.cid-uwmRs8SbtR .mbr-section-subtitle,
.cid-uwmRs8SbtR .address-text {
  margin-bottom: 1.5rem;
}
.cid-uwmRs8SbtR .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uwmRs8SbtR .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uwmRs8SbtR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwmRs8SbtR .row {
    text-align: center;
  }
  .cid-uwmRs8SbtR .social-row {
    justify-content: center;
  }
}
.cid-uwmRs8SbtR .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwmRs8SbtR .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uwmRs8SbtR .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uwmRs8SbtR .mbr-text {
  color: #ffffff;
}
.cid-uwmRs8SbtR .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uwmRs8SbtR .list a {
  color: #ffffff;
}
.cid-uwmRs8SbtR .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uwmRs8SbtR .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uwmRs8SbtR .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uwmRs8SbtR .mbr-iconfont {
  color: #ffffff;
}
.cid-uwmRs8SbtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmRs8SbtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwmRCBCw7C .navbar-dropdown {
  position: relative !important;
}
.cid-uwmRCBCw7C .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-uwmRCBCw7C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwmRCBCw7C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwmRCBCw7C .dropdown-item:hover,
.cid-uwmRCBCw7C .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uwmRCBCw7C .dropdown-item:hover span {
  color: white;
}
.cid-uwmRCBCw7C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwmRCBCw7C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwmRCBCw7C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwmRCBCw7C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwmRCBCw7C .nav-link {
  position: relative;
}
.cid-uwmRCBCw7C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwmRCBCw7C .container {
    flex-wrap: nowrap;
  }
}
.cid-uwmRCBCw7C .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwmRCBCw7C .dropdown-menu,
.cid-uwmRCBCw7C .navbar.opened {
  background: #ffffff !important;
}
.cid-uwmRCBCw7C .nav-item:focus,
.cid-uwmRCBCw7C .nav-link:focus {
  outline: none;
}
.cid-uwmRCBCw7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwmRCBCw7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwmRCBCw7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwmRCBCw7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwmRCBCw7C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwmRCBCw7C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwmRCBCw7C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uwmRCBCw7C .navbar.opened {
  transition: all 0.3s;
}
.cid-uwmRCBCw7C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwmRCBCw7C .navbar .navbar-logo img {
  width: auto;
}
.cid-uwmRCBCw7C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwmRCBCw7C .navbar.collapsed {
  justify-content: center;
}
.cid-uwmRCBCw7C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwmRCBCw7C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwmRCBCw7C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uwmRCBCw7C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwmRCBCw7C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwmRCBCw7C .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-uwmRCBCw7C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwmRCBCw7C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwmRCBCw7C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwmRCBCw7C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwmRCBCw7C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwmRCBCw7C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwmRCBCw7C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwmRCBCw7C .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-uwmRCBCw7C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwmRCBCw7C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwmRCBCw7C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwmRCBCw7C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwmRCBCw7C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwmRCBCw7C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwmRCBCw7C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwmRCBCw7C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwmRCBCw7C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwmRCBCw7C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwmRCBCw7C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwmRCBCw7C .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uwmRCBCw7C .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uwmRCBCw7C .dropdown-item.active,
.cid-uwmRCBCw7C .dropdown-item:active {
  background-color: transparent;
}
.cid-uwmRCBCw7C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwmRCBCw7C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwmRCBCw7C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwmRCBCw7C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwmRCBCw7C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwmRCBCw7C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwmRCBCw7C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwmRCBCw7C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwmRCBCw7C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwmRCBCw7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uwmRCBCw7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwmRCBCw7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRCBCw7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwmRCBCw7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwmRCBCw7C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRCBCw7C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwmRCBCw7C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwmRCBCw7C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwmRCBCw7C .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uwmRCBCw7C .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uwmRCBCw7C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwmRCBCw7C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwmRCBCw7C .navbar {
    height: 70px;
  }
  .cid-uwmRCBCw7C .navbar.opened {
    height: auto;
  }
  .cid-uwmRCBCw7C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwmRCBCw7C .container,
.cid-uwmRCBCw7C .container-fluid {
  flex-wrap: wrap;
}
.cid-uwmRCBCw7C .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uwmRCBCw7C .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uwmRCBCw7C .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uwmRCBCw7C .contacts-menu {
    display: none;
  }
}
.cid-uwmRCBCw7C .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uwmRCBCw7C .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uwmRCBCw7C .icon-box:hover {
  transform: scale(1.1);
}
.cid-uwmRCBCw7C .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uwmRCBCw7C .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uwmRCBCw7C .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uwmRCBCw7C .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uwmRCBCw7C .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uwmRCBCw7C .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwmRCBCw7C .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uwmRCBCw7C .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uwnd6utbx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwnd6utbx2 .row {
  align-items: center;
}
.cid-uwnd6utbx2 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-uwnd6utbx2 .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-uwnd6utbx2 .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-uwnd6utbx2 .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-uwnd6utbx2 .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uwnd6utbx2 .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uwnd6utbx2 .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwnd6utbx2 .col-text {
    text-align: center;
  }
}
.cid-uwnd6utbx2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uwnd6utbx2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uwnd6utbx2 .label-text {
    text-align: center !important;
  }
}
.cid-uwnd6utbx2 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uwnd6utbx2 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uwnd6utbx2 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uwnd6utbx2 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uwnd6utbx2 .lists-container {
    justify-content: center;
  }
}
.cid-uwnd6utbx2 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uwnd6utbx2 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uwnd6utbx2 .list {
    align-items: center;
  }
}
.cid-uwnd6utbx2 .list-item {
  display: flex;
  align-items: center;
}
.cid-uwnd6utbx2 .icon-wrapper {
  margin-right: 5px;
}
.cid-uwnd6utbx2 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uwnd6utbx2 .list-item-text {
  flex-grow: 1;
}
.cid-uwnd6utbx2 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uwnd6utbx2 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uwnd6utbx2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwnd6utbx2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwnd6utbx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwnd6utbx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqAqtUlvk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRqAqtUlvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqAqtUlvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRqAqtUlvk .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRqAqtUlvk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRqAqtUlvk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRqAqtUlvk .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRqAqtUlvk .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uRqAqtUlvk .wrap .inner-wrap {
  padding: 40px;
}
.cid-uRqAqtUlvk .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRqAqtUlvk .mbr-text,
.cid-uRqAqtUlvk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwmRCEuYc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uwmRCEuYc8 .footer-item {
  padding: 30px;
}
.cid-uwmRCEuYc8 .mbr-section-subtitle,
.cid-uwmRCEuYc8 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uwmRCEuYc8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uwmRCEuYc8 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uwmRCEuYc8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uwmRCEuYc8 .row {
    text-align: center;
  }
  .cid-uwmRCEuYc8 .social-row {
    justify-content: center;
  }
}
.cid-uwmRCEuYc8 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uwmRCEuYc8 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uwmRCEuYc8 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uwmRCEuYc8 .mbr-text {
  color: #ffffff;
}
.cid-uwmRCEuYc8 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uwmRCEuYc8 .list a {
  color: #ffffff;
}
.cid-uwmRCEuYc8 .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uwmRCEuYc8 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uwmRCEuYc8 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uwmRCEuYc8 .mbr-iconfont {
  color: #ffffff;
}
.cid-uwmRCEuYc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwmRCEuYc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uuQwE3ORiJ {
  z-index: 1;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uuPmwSmptx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uuPmwSmptx .row {
  flex-direction: row-reverse;
}
.cid-uuPmwSmptx .justify-content-center {
  align-items: center;
}
.cid-uuPmwSmptx .mbr-section-title {
  text-align: center;
}
.cid-uuPmwSmptx .mbr-text,
.cid-uuPmwSmptx .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uuPmwSmptx .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuPmwSmptx .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuPmwSmptx .item-wrapper {
    padding: 4rem;
  }
}
.cid-uuPmibZnqH .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-uuPmibZnqH .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-uuPmibZnqH .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-uuPmibZnqH .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uuPmibZnqH .container-fluid {
    padding: 0;
  }
}
.cid-uuPmibZnqH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uuPmibZnqH .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuPmibZnqH .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uuPmibZnqH .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-uuPmibZnqH .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uuPmibZnqH .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uuPmibZnqH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-uuPmibZnqH .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uuPmibZnqH .google-map[data-state] {
  background: #edefeb;
}
.cid-uuPmibZnqH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-uuPmibZnqH .google-map {
    position: static;
  }
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uuPm2XmrU8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uuPm2XmrU8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uuPm2XmrU8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uuPm2XmrU8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uuPm2XmrU8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uuPm2XmrU8 .content-head {
  max-width: 800px;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uuPe4tSagS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuPe4tSagS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPe4tSagS .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-uuPe4tSagS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuPe4tSagS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuPe4tSagS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuPe4tSagS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuPe4tSagS .mbr-section-title {
  color: #000000;
}
.cid-uuPe4tSagS .mbr-text,
.cid-uuPe4tSagS .mbr-section-btn {
  color: #000000;
}
.cid-uuPe5zsA24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuPe5zsA24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPe5zsA24 .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-uuPe5zsA24 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuPe5zsA24 .row {
  flex-direction: row-reverse;
}
.cid-uuPe5zsA24 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuPe5zsA24 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuPe5zsA24 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuPe5zsA24 .mbr-section-title {
  color: #000000;
}
.cid-uuPe5zsA24 .mbr-text,
.cid-uuPe5zsA24 .mbr-section-btn {
  color: #000000;
}
.cid-uuPe6gxzj5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuPe6gxzj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPe6gxzj5 .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-uuPe6gxzj5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuPe6gxzj5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuPe6gxzj5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuPe6gxzj5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuPe6gxzj5 .mbr-section-title {
  color: #000000;
}
.cid-uuPe6gxzj5 .mbr-text,
.cid-uuPe6gxzj5 .mbr-section-btn {
  color: #000000;
}
.cid-uuPfvHMNNa {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuPfvHMNNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPfvHMNNa .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-uuPfvHMNNa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuPfvHMNNa .row {
  flex-direction: row-reverse;
}
.cid-uuPfvHMNNa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuPfvHMNNa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuPfvHMNNa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuPfvHMNNa .mbr-section-title {
  color: #000000;
}
.cid-uuPfvHMNNa .mbr-text,
.cid-uuPfvHMNNa .mbr-section-btn {
  color: #000000;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uuOm07dDPf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuOm07dDPf .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uuOm07dDPf .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uuOm07dDPf .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uuOm07dDPf .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uuOm07dDPf .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uuOm07dDPf .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uuOm07dDPf .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uuOm07dDPf .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uuOm07dDPf .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uuOm07dDPf .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uuOm07dDPf .col-text {
    text-align: center;
  }
}
.cid-uuOm07dDPf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uuOm07dDPf .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uuOm07dDPf .label-text {
    text-align: center !important;
  }
}
.cid-uuOm07dDPf .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uuOm07dDPf .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uuOm07dDPf .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uuOm07dDPf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uuOm07dDPf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uuOm07dDPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOm07dDPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOodmzH3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f7f5;
}
.cid-uuOodmzH3L .row {
  flex-direction: row-reverse;
}
.cid-uuOodmzH3L .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uuOodmzH3L .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uuOodmzH3L .image-wrapper {
    padding: 30px;
  }
}
.cid-uuOodmzH3L .lines-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uuOodmzH3L .line {
  position: relative;
  width: 100%;
  min-width: 30px;
  background-color: #DEDEDE;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.cid-uuOodmzH3L .text-line-container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uuOodmzH3L .line-text {
  color: #222222;
  padding-right: 15px;
}
.cid-uuOodmzH3L .line-text-number {
  color: #222222;
}
.cid-uuOodmzH3L .line-active {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #f0c48a;
}
.cid-uuOodmzH3L .line1 {
  margin-bottom: 24px;
}
.cid-uuOodmzH3L .line1 .text-line-container {
  margin-right: 5%;
}
.cid-uuOodmzH3L .line1 .line-active {
  width: 95%;
}
.cid-uuOodmzH3L .line2 {
  margin-bottom: 24px;
}
.cid-uuOodmzH3L .line2 .text-line-container {
  margin-right: 10%;
}
.cid-uuOodmzH3L .line2 .line-active {
  width: 90%;
}
.cid-uuOodmzH3L .line3 {
  margin-bottom: 24px;
}
.cid-uuOodmzH3L .line3 .text-line-container {
  margin-right: 1%;
}
.cid-uuOodmzH3L .line3 .line-active {
  width: 99%;
}
.cid-uuOodmzH3L .line4 .text-line-container {
  margin-right: 0%;
}
.cid-uuOodmzH3L .line4 .line-active {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uuOodmzH3L .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uuOodmzH3L .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uuOodmzH3L .col-text {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .cid-uuOodmzH3L .col-text {
    text-align: center;
  }
}
.cid-uuOodmzH3L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uuOodmzH3L .mbr-section-title {
  width: 100%;
  margin-bottom: 30px;
  color: #222222;
}
.cid-uuOodmzH3L .text-colomn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uuOodmzH3L .text-colomn-container {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.cid-uuOodmzH3L .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .cid-uuOodmzH3L .mbr-text {
    width: 45%;
  }
}
.cid-uuOodmzH3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOodmzH3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuOndlNUN0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uuOndlNUN0 .row {
  align-items: center;
}
.cid-uuOndlNUN0 .img-position-container {
  position: absolute;
  z-index: 5;
  top: 3rem;
}
@media (min-width: 768px) {
  .cid-uuOndlNUN0 .img-position-container {
    bottom: 3rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uuOndlNUN0 .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uuOndlNUN0 .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uuOndlNUN0 .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uuOndlNUN0 .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uuOndlNUN0 .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uuOndlNUN0 .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uuOndlNUN0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uuOndlNUN0 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uuOndlNUN0 .label-text {
    text-align: center !important;
  }
}
.cid-uuOndlNUN0 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uuOndlNUN0 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uuOndlNUN0 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uuOndlNUN0 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uuOndlNUN0 .lists-container {
    justify-content: center;
  }
}
.cid-uuOndlNUN0 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uuOndlNUN0 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uuOndlNUN0 .list {
    align-items: center;
  }
}
.cid-uuOndlNUN0 .list-item {
  display: flex;
  align-items: center;
}
.cid-uuOndlNUN0 .icon-wrapper {
  margin-right: 5px;
}
.cid-uuOndlNUN0 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uuOndlNUN0 .list-item-text {
  flex-grow: 1;
}
.cid-uuOndlNUN0 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uuOndlNUN0 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uuOndlNUN0 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uuOndlNUN0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uuOndlNUN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuOndlNUN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uwnqPjAsD9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uwnqPjAsD9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwnqPjAsD9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uwnqPjAsD9 .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwnqPjAsD9 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwnqPjAsD9 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwnqPjAsD9 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwnqPjAsD9 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwnqPjAsD9 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uwnqPjAsD9 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uwnqPjAsD9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwnqPjAsD9 .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uwnqPjAsD9 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uwnqPjAsD9 .btn {
  width: -webkit-fill-available;
}
.cid-uwnqPjAsD9 .item:focus,
.cid-uwnqPjAsD9 span:focus {
  outline: none;
}
.cid-uwnqPjAsD9 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uwnqPjAsD9 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwnqPjAsD9 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uwnqPjAsD9 .mbr-section-title {
  color: #000000;
}
.cid-uwnqPjAsD9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwnqPjAsD9 .mbr-text,
.cid-uwnqPjAsD9 .mbr-section-btn {
  text-align: left;
}
.cid-uwnqPjAsD9 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uwnqPjAsD9 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uwnqPjAsD9 .content-head {
  max-width: 800px;
}
.cid-uwnqPjAsD9 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uwnqPjAsD9 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uwnqPjAsD9 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uwnqPjAsD9 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uwnqPjAsD9 .mbr-text UL {
  text-align: left;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRj7RPbMb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRj7L2v8l2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcwb6skUL .navbar-dropdown {
  position: relative !important;
}
.cid-uRcwb6skUL .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-uRcwb6skUL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRcwb6skUL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRcwb6skUL .dropdown-item:hover,
.cid-uRcwb6skUL .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uRcwb6skUL .dropdown-item:hover span {
  color: white;
}
.cid-uRcwb6skUL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRcwb6skUL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRcwb6skUL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRcwb6skUL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRcwb6skUL .nav-link {
  position: relative;
}
.cid-uRcwb6skUL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRcwb6skUL .container {
    flex-wrap: nowrap;
  }
}
.cid-uRcwb6skUL .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRcwb6skUL .dropdown-menu,
.cid-uRcwb6skUL .navbar.opened {
  background: #ffffff !important;
}
.cid-uRcwb6skUL .nav-item:focus,
.cid-uRcwb6skUL .nav-link:focus {
  outline: none;
}
.cid-uRcwb6skUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRcwb6skUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRcwb6skUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRcwb6skUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRcwb6skUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRcwb6skUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRcwb6skUL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRcwb6skUL .navbar.opened {
  transition: all 0.3s;
}
.cid-uRcwb6skUL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRcwb6skUL .navbar .navbar-logo img {
  width: auto;
}
.cid-uRcwb6skUL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRcwb6skUL .navbar.collapsed {
  justify-content: center;
}
.cid-uRcwb6skUL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRcwb6skUL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRcwb6skUL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uRcwb6skUL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRcwb6skUL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRcwb6skUL .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-uRcwb6skUL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRcwb6skUL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRcwb6skUL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRcwb6skUL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRcwb6skUL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRcwb6skUL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRcwb6skUL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRcwb6skUL .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-uRcwb6skUL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRcwb6skUL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRcwb6skUL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRcwb6skUL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRcwb6skUL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRcwb6skUL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRcwb6skUL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRcwb6skUL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRcwb6skUL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRcwb6skUL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRcwb6skUL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRcwb6skUL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRcwb6skUL .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uRcwb6skUL .dropdown-item.active,
.cid-uRcwb6skUL .dropdown-item:active {
  background-color: transparent;
}
.cid-uRcwb6skUL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRcwb6skUL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRcwb6skUL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRcwb6skUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRcwb6skUL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRcwb6skUL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRcwb6skUL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRcwb6skUL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRcwb6skUL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRcwb6skUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uRcwb6skUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRcwb6skUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcwb6skUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRcwb6skUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRcwb6skUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcwb6skUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRcwb6skUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRcwb6skUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRcwb6skUL .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uRcwb6skUL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uRcwb6skUL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRcwb6skUL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRcwb6skUL .navbar {
    height: 70px;
  }
  .cid-uRcwb6skUL .navbar.opened {
    height: auto;
  }
  .cid-uRcwb6skUL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRcwb6skUL .container,
.cid-uRcwb6skUL .container-fluid {
  flex-wrap: wrap;
}
.cid-uRcwb6skUL .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uRcwb6skUL .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uRcwb6skUL .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uRcwb6skUL .contacts-menu {
    display: none;
  }
}
.cid-uRcwb6skUL .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uRcwb6skUL .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uRcwb6skUL .icon-box:hover {
  transform: scale(1.1);
}
.cid-uRcwb6skUL .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uRcwb6skUL .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uRcwb6skUL .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uRcwb6skUL .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uRcwb6skUL .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uRcwb6skUL .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRcwb6skUL .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uRcwb6skUL .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRdeVkG6jt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRdeVkG6jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdeVkG6jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdeVkG6jt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRdeVkG6jt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRdeVkG6jt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRdeVkG6jt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRdeVkG6jt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRdeVkG6jt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRdeVkG6jt .carousel-control,
.cid-uRdeVkG6jt .close {
  background: #1b1b1b;
}
.cid-uRdeVkG6jt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdeVkG6jt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdeVkG6jt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdeVkG6jt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdeVkG6jt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRdeVkG6jt .close::before {
  content: '\e91a';
}
.cid-uRdeVkG6jt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdeVkG6jt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRdeVkG6jt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdeVkG6jt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdeVkG6jt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdeVkG6jt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdeVkG6jt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRdeVkG6jt .carousel-indicators li.active,
.cid-uRdeVkG6jt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdeVkG6jt .carousel-indicators li::after,
.cid-uRdeVkG6jt .carousel-indicators li::before {
  content: none;
}
.cid-uRdeVkG6jt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdeVkG6jt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdeVkG6jt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdeVkG6jt .carousel-indicators {
    display: none;
  }
}
.cid-uRdeVkG6jt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdeVkG6jt .carousel-inner > .active {
  display: block;
}
.cid-uRdeVkG6jt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdeVkG6jt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdeVkG6jt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdeVkG6jt .carousel-control,
  .cid-uRdeVkG6jt .carousel-indicators,
  .cid-uRdeVkG6jt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdeVkG6jt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdeVkG6jt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdeVkG6jt .carousel-indicators .active,
.cid-uRdeVkG6jt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdeVkG6jt .carousel-indicators .active {
  background: #fff;
}
.cid-uRdeVkG6jt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdeVkG6jt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdeVkG6jt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdeVkG6jt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdeVkG6jt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdeVkG6jt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdeVkG6jt .carousel {
  width: 100%;
}
.cid-uRdeVkG6jt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdeVkG6jt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdeVkG6jt .modal.fade .modal-dialog,
.cid-uRdeVkG6jt .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdeVkG6jt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdeVkG6jt H6 {
  text-align: center;
}
.cid-uRcwbak0Ml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uRcwbak0Ml .footer-item {
  padding: 30px;
}
.cid-uRcwbak0Ml .mbr-section-subtitle,
.cid-uRcwbak0Ml .address-text {
  margin-bottom: 1.5rem;
}
.cid-uRcwbak0Ml .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRcwbak0Ml .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uRcwbak0Ml .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRcwbak0Ml .row {
    text-align: center;
  }
  .cid-uRcwbak0Ml .social-row {
    justify-content: center;
  }
}
.cid-uRcwbak0Ml .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRcwbak0Ml .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uRcwbak0Ml .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uRcwbak0Ml .mbr-text {
  color: #ffffff;
}
.cid-uRcwbak0Ml .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uRcwbak0Ml .list a {
  color: #ffffff;
}
.cid-uRcwbak0Ml .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uRcwbak0Ml .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uRcwbak0Ml .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uRcwbak0Ml .mbr-iconfont {
  color: #ffffff;
}
.cid-uRcwbak0Ml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcwbak0Ml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfvroU8i .navbar-dropdown {
  position: relative !important;
}
.cid-uRdfvroU8i .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-uRdfvroU8i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRdfvroU8i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRdfvroU8i .dropdown-item:hover,
.cid-uRdfvroU8i .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uRdfvroU8i .dropdown-item:hover span {
  color: white;
}
.cid-uRdfvroU8i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRdfvroU8i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRdfvroU8i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRdfvroU8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRdfvroU8i .nav-link {
  position: relative;
}
.cid-uRdfvroU8i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRdfvroU8i .container {
    flex-wrap: nowrap;
  }
}
.cid-uRdfvroU8i .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdfvroU8i .dropdown-menu,
.cid-uRdfvroU8i .navbar.opened {
  background: #ffffff !important;
}
.cid-uRdfvroU8i .nav-item:focus,
.cid-uRdfvroU8i .nav-link:focus {
  outline: none;
}
.cid-uRdfvroU8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdfvroU8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdfvroU8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdfvroU8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdfvroU8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdfvroU8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdfvroU8i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRdfvroU8i .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdfvroU8i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdfvroU8i .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdfvroU8i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRdfvroU8i .navbar.collapsed {
  justify-content: center;
}
.cid-uRdfvroU8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdfvroU8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdfvroU8i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uRdfvroU8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdfvroU8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdfvroU8i .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-uRdfvroU8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdfvroU8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdfvroU8i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRdfvroU8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdfvroU8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdfvroU8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdfvroU8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdfvroU8i .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-uRdfvroU8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRdfvroU8i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRdfvroU8i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdfvroU8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRdfvroU8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdfvroU8i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdfvroU8i .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRdfvroU8i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRdfvroU8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRdfvroU8i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdfvroU8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdfvroU8i .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRdfvroU8i .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uRdfvroU8i .dropdown-item.active,
.cid-uRdfvroU8i .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdfvroU8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdfvroU8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdfvroU8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdfvroU8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdfvroU8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRdfvroU8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdfvroU8i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdfvroU8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRdfvroU8i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdfvroU8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uRdfvroU8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdfvroU8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdfvroU8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdfvroU8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdfvroU8i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdfvroU8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdfvroU8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdfvroU8i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdfvroU8i .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uRdfvroU8i .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uRdfvroU8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdfvroU8i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdfvroU8i .navbar {
    height: 70px;
  }
  .cid-uRdfvroU8i .navbar.opened {
    height: auto;
  }
  .cid-uRdfvroU8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdfvroU8i .container,
.cid-uRdfvroU8i .container-fluid {
  flex-wrap: wrap;
}
.cid-uRdfvroU8i .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uRdfvroU8i .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uRdfvroU8i .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uRdfvroU8i .contacts-menu {
    display: none;
  }
}
.cid-uRdfvroU8i .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uRdfvroU8i .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uRdfvroU8i .icon-box:hover {
  transform: scale(1.1);
}
.cid-uRdfvroU8i .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uRdfvroU8i .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uRdfvroU8i .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uRdfvroU8i .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uRdfvroU8i .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uRdfvroU8i .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRdfvroU8i .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uRdfvroU8i .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRdfvsbg40 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRdfvsbg40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfvsbg40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdfvsbg40 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRdfvsbg40 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRdfvsbg40 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRdfvsbg40 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRdfvsbg40 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRdfvsbg40 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRdfvsbg40 .carousel-control,
.cid-uRdfvsbg40 .close {
  background: #1b1b1b;
}
.cid-uRdfvsbg40 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdfvsbg40 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdfvsbg40 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdfvsbg40 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdfvsbg40 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRdfvsbg40 .close::before {
  content: '\e91a';
}
.cid-uRdfvsbg40 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdfvsbg40 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRdfvsbg40 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdfvsbg40 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdfvsbg40 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdfvsbg40 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdfvsbg40 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRdfvsbg40 .carousel-indicators li.active,
.cid-uRdfvsbg40 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdfvsbg40 .carousel-indicators li::after,
.cid-uRdfvsbg40 .carousel-indicators li::before {
  content: none;
}
.cid-uRdfvsbg40 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdfvsbg40 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdfvsbg40 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdfvsbg40 .carousel-indicators {
    display: none;
  }
}
.cid-uRdfvsbg40 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdfvsbg40 .carousel-inner > .active {
  display: block;
}
.cid-uRdfvsbg40 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdfvsbg40 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdfvsbg40 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdfvsbg40 .carousel-control,
  .cid-uRdfvsbg40 .carousel-indicators,
  .cid-uRdfvsbg40 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdfvsbg40 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdfvsbg40 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdfvsbg40 .carousel-indicators .active,
.cid-uRdfvsbg40 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdfvsbg40 .carousel-indicators .active {
  background: #fff;
}
.cid-uRdfvsbg40 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdfvsbg40 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdfvsbg40 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdfvsbg40 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdfvsbg40 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdfvsbg40 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdfvsbg40 .carousel {
  width: 100%;
}
.cid-uRdfvsbg40 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdfvsbg40 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdfvsbg40 .modal.fade .modal-dialog,
.cid-uRdfvsbg40 .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdfvsbg40 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdfvsbg40 H6 {
  text-align: center;
}
.cid-uRdfvsQ3uk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uRdfvsQ3uk .footer-item {
  padding: 30px;
}
.cid-uRdfvsQ3uk .mbr-section-subtitle,
.cid-uRdfvsQ3uk .address-text {
  margin-bottom: 1.5rem;
}
.cid-uRdfvsQ3uk .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRdfvsQ3uk .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uRdfvsQ3uk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdfvsQ3uk .row {
    text-align: center;
  }
  .cid-uRdfvsQ3uk .social-row {
    justify-content: center;
  }
}
.cid-uRdfvsQ3uk .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRdfvsQ3uk .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uRdfvsQ3uk .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uRdfvsQ3uk .mbr-text {
  color: #ffffff;
}
.cid-uRdfvsQ3uk .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uRdfvsQ3uk .list a {
  color: #ffffff;
}
.cid-uRdfvsQ3uk .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uRdfvsQ3uk .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uRdfvsQ3uk .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uRdfvsQ3uk .mbr-iconfont {
  color: #ffffff;
}
.cid-uRdfvsQ3uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdfvsQ3uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdilFx6gJ .navbar-dropdown {
  position: relative !important;
}
.cid-uRdilFx6gJ .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-uRdilFx6gJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRdilFx6gJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRdilFx6gJ .dropdown-item:hover,
.cid-uRdilFx6gJ .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uRdilFx6gJ .dropdown-item:hover span {
  color: white;
}
.cid-uRdilFx6gJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRdilFx6gJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRdilFx6gJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRdilFx6gJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRdilFx6gJ .nav-link {
  position: relative;
}
.cid-uRdilFx6gJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRdilFx6gJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uRdilFx6gJ .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRdilFx6gJ .dropdown-menu,
.cid-uRdilFx6gJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uRdilFx6gJ .nav-item:focus,
.cid-uRdilFx6gJ .nav-link:focus {
  outline: none;
}
.cid-uRdilFx6gJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRdilFx6gJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRdilFx6gJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRdilFx6gJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRdilFx6gJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRdilFx6gJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRdilFx6gJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRdilFx6gJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uRdilFx6gJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRdilFx6gJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRdilFx6gJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRdilFx6gJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRdilFx6gJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRdilFx6gJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdilFx6gJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uRdilFx6gJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdilFx6gJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdilFx6gJ .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-uRdilFx6gJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdilFx6gJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRdilFx6gJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRdilFx6gJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRdilFx6gJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdilFx6gJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdilFx6gJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdilFx6gJ .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-uRdilFx6gJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRdilFx6gJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRdilFx6gJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRdilFx6gJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRdilFx6gJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRdilFx6gJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRdilFx6gJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRdilFx6gJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRdilFx6gJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRdilFx6gJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdilFx6gJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRdilFx6gJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRdilFx6gJ .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uRdilFx6gJ .dropdown-item.active,
.cid-uRdilFx6gJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdilFx6gJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdilFx6gJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdilFx6gJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdilFx6gJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRdilFx6gJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRdilFx6gJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdilFx6gJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRdilFx6gJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRdilFx6gJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRdilFx6gJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uRdilFx6gJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRdilFx6gJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdilFx6gJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRdilFx6gJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRdilFx6gJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdilFx6gJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRdilFx6gJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRdilFx6gJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRdilFx6gJ .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uRdilFx6gJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uRdilFx6gJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRdilFx6gJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRdilFx6gJ .navbar {
    height: 70px;
  }
  .cid-uRdilFx6gJ .navbar.opened {
    height: auto;
  }
  .cid-uRdilFx6gJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdilFx6gJ .container,
.cid-uRdilFx6gJ .container-fluid {
  flex-wrap: wrap;
}
.cid-uRdilFx6gJ .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uRdilFx6gJ .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uRdilFx6gJ .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uRdilFx6gJ .contacts-menu {
    display: none;
  }
}
.cid-uRdilFx6gJ .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uRdilFx6gJ .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uRdilFx6gJ .icon-box:hover {
  transform: scale(1.1);
}
.cid-uRdilFx6gJ .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uRdilFx6gJ .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uRdilFx6gJ .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uRdilFx6gJ .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uRdilFx6gJ .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uRdilFx6gJ .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRdilFx6gJ .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uRdilFx6gJ .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRdilGdqgC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRdilGdqgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdilGdqgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdilGdqgC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRdilGdqgC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRdilGdqgC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRdilGdqgC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRdilGdqgC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRdilGdqgC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRdilGdqgC .carousel-control,
.cid-uRdilGdqgC .close {
  background: #1b1b1b;
}
.cid-uRdilGdqgC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRdilGdqgC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRdilGdqgC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRdilGdqgC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRdilGdqgC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRdilGdqgC .close::before {
  content: '\e91a';
}
.cid-uRdilGdqgC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRdilGdqgC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRdilGdqgC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdilGdqgC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdilGdqgC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRdilGdqgC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRdilGdqgC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRdilGdqgC .carousel-indicators li.active,
.cid-uRdilGdqgC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRdilGdqgC .carousel-indicators li::after,
.cid-uRdilGdqgC .carousel-indicators li::before {
  content: none;
}
.cid-uRdilGdqgC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRdilGdqgC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRdilGdqgC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRdilGdqgC .carousel-indicators {
    display: none;
  }
}
.cid-uRdilGdqgC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRdilGdqgC .carousel-inner > .active {
  display: block;
}
.cid-uRdilGdqgC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRdilGdqgC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRdilGdqgC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRdilGdqgC .carousel-control,
  .cid-uRdilGdqgC .carousel-indicators,
  .cid-uRdilGdqgC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRdilGdqgC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRdilGdqgC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRdilGdqgC .carousel-indicators .active,
.cid-uRdilGdqgC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRdilGdqgC .carousel-indicators .active {
  background: #fff;
}
.cid-uRdilGdqgC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRdilGdqgC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRdilGdqgC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRdilGdqgC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRdilGdqgC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRdilGdqgC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRdilGdqgC .carousel {
  width: 100%;
}
.cid-uRdilGdqgC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRdilGdqgC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRdilGdqgC .modal.fade .modal-dialog,
.cid-uRdilGdqgC .modal.in .modal-dialog {
  transform: none;
}
.cid-uRdilGdqgC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRdilGdqgC H6 {
  text-align: center;
}
.cid-uRdilGXZH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uRdilGXZH9 .footer-item {
  padding: 30px;
}
.cid-uRdilGXZH9 .mbr-section-subtitle,
.cid-uRdilGXZH9 .address-text {
  margin-bottom: 1.5rem;
}
.cid-uRdilGXZH9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRdilGXZH9 .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uRdilGXZH9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRdilGXZH9 .row {
    text-align: center;
  }
  .cid-uRdilGXZH9 .social-row {
    justify-content: center;
  }
}
.cid-uRdilGXZH9 .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRdilGXZH9 .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uRdilGXZH9 .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uRdilGXZH9 .mbr-text {
  color: #ffffff;
}
.cid-uRdilGXZH9 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uRdilGXZH9 .list a {
  color: #ffffff;
}
.cid-uRdilGXZH9 .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uRdilGXZH9 .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uRdilGXZH9 .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uRdilGXZH9 .mbr-iconfont {
  color: #ffffff;
}
.cid-uRdilGXZH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdilGXZH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrLfKNb22 .navbar-dropdown {
  position: relative !important;
}
.cid-uRrLfKNb22 .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-uRrLfKNb22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRrLfKNb22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRrLfKNb22 .dropdown-item:hover,
.cid-uRrLfKNb22 .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uRrLfKNb22 .dropdown-item:hover span {
  color: white;
}
.cid-uRrLfKNb22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRrLfKNb22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRrLfKNb22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRrLfKNb22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRrLfKNb22 .nav-link {
  position: relative;
}
.cid-uRrLfKNb22 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRrLfKNb22 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRrLfKNb22 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRrLfKNb22 .dropdown-menu,
.cid-uRrLfKNb22 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRrLfKNb22 .nav-item:focus,
.cid-uRrLfKNb22 .nav-link:focus {
  outline: none;
}
.cid-uRrLfKNb22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRrLfKNb22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrLfKNb22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRrLfKNb22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRrLfKNb22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRrLfKNb22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRrLfKNb22 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRrLfKNb22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRrLfKNb22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRrLfKNb22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRrLfKNb22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRrLfKNb22 .navbar.collapsed {
  justify-content: center;
}
.cid-uRrLfKNb22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRrLfKNb22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRrLfKNb22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uRrLfKNb22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRrLfKNb22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRrLfKNb22 .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-uRrLfKNb22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRrLfKNb22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRrLfKNb22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRrLfKNb22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRrLfKNb22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRrLfKNb22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRrLfKNb22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRrLfKNb22 .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-uRrLfKNb22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRrLfKNb22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRrLfKNb22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRrLfKNb22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRrLfKNb22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRrLfKNb22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRrLfKNb22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRrLfKNb22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRrLfKNb22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRrLfKNb22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRrLfKNb22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRrLfKNb22 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRrLfKNb22 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uRrLfKNb22 .dropdown-item.active,
.cid-uRrLfKNb22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRrLfKNb22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRrLfKNb22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRrLfKNb22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRrLfKNb22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRrLfKNb22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRrLfKNb22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrLfKNb22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRrLfKNb22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRrLfKNb22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRrLfKNb22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uRrLfKNb22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRrLfKNb22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrLfKNb22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrLfKNb22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRrLfKNb22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrLfKNb22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRrLfKNb22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRrLfKNb22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrLfKNb22 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uRrLfKNb22 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uRrLfKNb22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRrLfKNb22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRrLfKNb22 .navbar {
    height: 70px;
  }
  .cid-uRrLfKNb22 .navbar.opened {
    height: auto;
  }
  .cid-uRrLfKNb22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRrLfKNb22 .container,
.cid-uRrLfKNb22 .container-fluid {
  flex-wrap: wrap;
}
.cid-uRrLfKNb22 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uRrLfKNb22 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uRrLfKNb22 .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uRrLfKNb22 .contacts-menu {
    display: none;
  }
}
.cid-uRrLfKNb22 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uRrLfKNb22 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uRrLfKNb22 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uRrLfKNb22 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uRrLfKNb22 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uRrLfKNb22 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uRrLfKNb22 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uRrLfKNb22 .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uRrLfKNb22 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRrLfKNb22 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uRrLfKNb22 .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRrLfLSQGi {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRrLfLSQGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrLfLSQGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrLfLSQGi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRrLfLSQGi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRrLfLSQGi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRrLfLSQGi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRrLfLSQGi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRrLfLSQGi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRrLfLSQGi .carousel-control,
.cid-uRrLfLSQGi .close {
  background: #1b1b1b;
}
.cid-uRrLfLSQGi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRrLfLSQGi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRrLfLSQGi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRrLfLSQGi .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRrLfLSQGi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRrLfLSQGi .close::before {
  content: '\e91a';
}
.cid-uRrLfLSQGi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRrLfLSQGi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRrLfLSQGi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRrLfLSQGi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRrLfLSQGi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRrLfLSQGi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRrLfLSQGi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRrLfLSQGi .carousel-indicators li.active,
.cid-uRrLfLSQGi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRrLfLSQGi .carousel-indicators li::after,
.cid-uRrLfLSQGi .carousel-indicators li::before {
  content: none;
}
.cid-uRrLfLSQGi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRrLfLSQGi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRrLfLSQGi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRrLfLSQGi .carousel-indicators {
    display: none;
  }
}
.cid-uRrLfLSQGi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRrLfLSQGi .carousel-inner > .active {
  display: block;
}
.cid-uRrLfLSQGi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRrLfLSQGi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRrLfLSQGi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRrLfLSQGi .carousel-control,
  .cid-uRrLfLSQGi .carousel-indicators,
  .cid-uRrLfLSQGi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRrLfLSQGi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRrLfLSQGi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRrLfLSQGi .carousel-indicators .active,
.cid-uRrLfLSQGi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRrLfLSQGi .carousel-indicators .active {
  background: #fff;
}
.cid-uRrLfLSQGi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRrLfLSQGi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRrLfLSQGi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRrLfLSQGi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRrLfLSQGi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRrLfLSQGi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRrLfLSQGi .carousel {
  width: 100%;
}
.cid-uRrLfLSQGi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRrLfLSQGi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRrLfLSQGi .modal.fade .modal-dialog,
.cid-uRrLfLSQGi .modal.in .modal-dialog {
  transform: none;
}
.cid-uRrLfLSQGi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRrLfLSQGi H6 {
  text-align: center;
}
.cid-uRrLfNos8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uRrLfNos8Q .footer-item {
  padding: 30px;
}
.cid-uRrLfNos8Q .mbr-section-subtitle,
.cid-uRrLfNos8Q .address-text {
  margin-bottom: 1.5rem;
}
.cid-uRrLfNos8Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRrLfNos8Q .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uRrLfNos8Q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRrLfNos8Q .row {
    text-align: center;
  }
  .cid-uRrLfNos8Q .social-row {
    justify-content: center;
  }
}
.cid-uRrLfNos8Q .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRrLfNos8Q .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uRrLfNos8Q .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uRrLfNos8Q .mbr-text {
  color: #ffffff;
}
.cid-uRrLfNos8Q .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uRrLfNos8Q .list a {
  color: #ffffff;
}
.cid-uRrLfNos8Q .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uRrLfNos8Q .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uRrLfNos8Q .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uRrLfNos8Q .mbr-iconfont {
  color: #ffffff;
}
.cid-uRrLfNos8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrLfNos8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrLlwBSMb .navbar-dropdown {
  position: relative !important;
}
.cid-uRrLlwBSMb .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-uRrLlwBSMb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRrLlwBSMb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRrLlwBSMb .dropdown-item:hover,
.cid-uRrLlwBSMb .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-uRrLlwBSMb .dropdown-item:hover span {
  color: white;
}
.cid-uRrLlwBSMb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRrLlwBSMb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRrLlwBSMb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRrLlwBSMb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRrLlwBSMb .nav-link {
  position: relative;
}
.cid-uRrLlwBSMb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRrLlwBSMb .container {
    flex-wrap: nowrap;
  }
}
.cid-uRrLlwBSMb .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRrLlwBSMb .dropdown-menu,
.cid-uRrLlwBSMb .navbar.opened {
  background: #ffffff !important;
}
.cid-uRrLlwBSMb .nav-item:focus,
.cid-uRrLlwBSMb .nav-link:focus {
  outline: none;
}
.cid-uRrLlwBSMb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRrLlwBSMb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrLlwBSMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRrLlwBSMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRrLlwBSMb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRrLlwBSMb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRrLlwBSMb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRrLlwBSMb .navbar.opened {
  transition: all 0.3s;
}
.cid-uRrLlwBSMb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRrLlwBSMb .navbar .navbar-logo img {
  width: auto;
}
.cid-uRrLlwBSMb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRrLlwBSMb .navbar.collapsed {
  justify-content: center;
}
.cid-uRrLlwBSMb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRrLlwBSMb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRrLlwBSMb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-uRrLlwBSMb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRrLlwBSMb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRrLlwBSMb .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-uRrLlwBSMb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRrLlwBSMb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRrLlwBSMb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRrLlwBSMb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRrLlwBSMb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRrLlwBSMb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRrLlwBSMb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRrLlwBSMb .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-uRrLlwBSMb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRrLlwBSMb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRrLlwBSMb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRrLlwBSMb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRrLlwBSMb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRrLlwBSMb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRrLlwBSMb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRrLlwBSMb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRrLlwBSMb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRrLlwBSMb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRrLlwBSMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRrLlwBSMb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRrLlwBSMb .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uRrLlwBSMb .dropdown-item.active,
.cid-uRrLlwBSMb .dropdown-item:active {
  background-color: transparent;
}
.cid-uRrLlwBSMb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRrLlwBSMb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRrLlwBSMb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRrLlwBSMb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRrLlwBSMb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRrLlwBSMb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrLlwBSMb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRrLlwBSMb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRrLlwBSMb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRrLlwBSMb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-uRrLlwBSMb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRrLlwBSMb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrLlwBSMb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrLlwBSMb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRrLlwBSMb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrLlwBSMb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRrLlwBSMb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRrLlwBSMb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrLlwBSMb .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uRrLlwBSMb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uRrLlwBSMb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRrLlwBSMb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRrLlwBSMb .navbar {
    height: 70px;
  }
  .cid-uRrLlwBSMb .navbar.opened {
    height: auto;
  }
  .cid-uRrLlwBSMb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRrLlwBSMb .container,
.cid-uRrLlwBSMb .container-fluid {
  flex-wrap: wrap;
}
.cid-uRrLlwBSMb .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uRrLlwBSMb .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uRrLlwBSMb .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uRrLlwBSMb .contacts-menu {
    display: none;
  }
}
.cid-uRrLlwBSMb .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uRrLlwBSMb .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uRrLlwBSMb .icon-box:hover {
  transform: scale(1.1);
}
.cid-uRrLlwBSMb .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uRrLlwBSMb .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uRrLlwBSMb .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uRrLlwBSMb .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uRrLlwBSMb .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-uRrLlwBSMb .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRrLlwBSMb .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uRrLlwBSMb .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRrLlxTlSF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRrLlxTlSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrLlxTlSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrLlxTlSF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uRrLlxTlSF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uRrLlxTlSF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uRrLlxTlSF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRrLlxTlSF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uRrLlxTlSF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uRrLlxTlSF .carousel-control,
.cid-uRrLlxTlSF .close {
  background: #1b1b1b;
}
.cid-uRrLlxTlSF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRrLlxTlSF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uRrLlxTlSF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRrLlxTlSF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uRrLlxTlSF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uRrLlxTlSF .close::before {
  content: '\e91a';
}
.cid-uRrLlxTlSF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRrLlxTlSF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRrLlxTlSF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRrLlxTlSF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRrLlxTlSF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRrLlxTlSF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uRrLlxTlSF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRrLlxTlSF .carousel-indicators li.active,
.cid-uRrLlxTlSF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRrLlxTlSF .carousel-indicators li::after,
.cid-uRrLlxTlSF .carousel-indicators li::before {
  content: none;
}
.cid-uRrLlxTlSF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRrLlxTlSF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRrLlxTlSF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRrLlxTlSF .carousel-indicators {
    display: none;
  }
}
.cid-uRrLlxTlSF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uRrLlxTlSF .carousel-inner > .active {
  display: block;
}
.cid-uRrLlxTlSF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRrLlxTlSF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRrLlxTlSF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRrLlxTlSF .carousel-control,
  .cid-uRrLlxTlSF .carousel-indicators,
  .cid-uRrLlxTlSF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRrLlxTlSF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRrLlxTlSF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRrLlxTlSF .carousel-indicators .active,
.cid-uRrLlxTlSF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uRrLlxTlSF .carousel-indicators .active {
  background: #fff;
}
.cid-uRrLlxTlSF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRrLlxTlSF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRrLlxTlSF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRrLlxTlSF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRrLlxTlSF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRrLlxTlSF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRrLlxTlSF .carousel {
  width: 100%;
}
.cid-uRrLlxTlSF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRrLlxTlSF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uRrLlxTlSF .modal.fade .modal-dialog,
.cid-uRrLlxTlSF .modal.in .modal-dialog {
  transform: none;
}
.cid-uRrLlxTlSF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRrLlxTlSF H6 {
  text-align: center;
}
.cid-uRrLlzcHCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uRrLlzcHCN .footer-item {
  padding: 30px;
}
.cid-uRrLlzcHCN .mbr-section-subtitle,
.cid-uRrLlzcHCN .address-text {
  margin-bottom: 1.5rem;
}
.cid-uRrLlzcHCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uRrLlzcHCN .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uRrLlzcHCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRrLlzcHCN .row {
    text-align: center;
  }
  .cid-uRrLlzcHCN .social-row {
    justify-content: center;
  }
}
.cid-uRrLlzcHCN .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRrLlzcHCN .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uRrLlzcHCN .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uRrLlzcHCN .mbr-text {
  color: #ffffff;
}
.cid-uRrLlzcHCN .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uRrLlzcHCN .list a {
  color: #ffffff;
}
.cid-uRrLlzcHCN .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uRrLlzcHCN .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uRrLlzcHCN .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uRrLlzcHCN .mbr-iconfont {
  color: #ffffff;
}
.cid-uRrLlzcHCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrLlzcHCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSNfAITF5h .navbar-dropdown {
  position: relative !important;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNfAITF5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNfAITF5h .dropdown-item:hover,
.cid-sSNfAITF5h .dropdown-item:focus {
  background: #42744f !important;
  color: white !important;
}
.cid-sSNfAITF5h .dropdown-item:hover span {
  color: white;
}
.cid-sSNfAITF5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNfAITF5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNfAITF5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNfAITF5h .nav-link {
  position: relative;
}
.cid-sSNfAITF5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNfAITF5h .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown-menu,
.cid-sSNfAITF5h .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNfAITF5h .nav-item:focus,
.cid-sSNfAITF5h .nav-link:focus {
  outline: none;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNfAITF5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNfAITF5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNfAITF5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNfAITF5h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNfAITF5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNfAITF5h .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNfAITF5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar.collapsed {
  justify-content: center;
}
.cid-sSNfAITF5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNfAITF5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 10rem);
  }
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNfAITF5h .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-sSNfAITF5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNfAITF5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNfAITF5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNfAITF5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNfAITF5h .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-sSNfAITF5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNfAITF5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNfAITF5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNfAITF5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNfAITF5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNfAITF5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNfAITF5h .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNfAITF5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNfAITF5h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNfAITF5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNfAITF5h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNfAITF5h .dropdown-item.active,
.cid-sSNfAITF5h .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNfAITF5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNfAITF5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNfAITF5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNfAITF5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNfAITF5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNfAITF5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNfAITF5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNfAITF5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNfAITF5h .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNfAITF5h .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNfAITF5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNfAITF5h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNfAITF5h .navbar {
    height: 70px;
  }
  .cid-sSNfAITF5h .navbar.opened {
    height: auto;
  }
  .cid-sSNfAITF5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNfAITF5h .container,
.cid-sSNfAITF5h .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNfAITF5h .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNfAITF5h .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNfAITF5h .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNfAITF5h .contacts-menu {
    display: none;
  }
}
.cid-sSNfAITF5h .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNfAITF5h .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #42744f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNfAITF5h .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNfAITF5h .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNfAITF5h .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNfAITF5h .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn-black {
  color: #42744f !important;
}
@media (max-width: 577px) {
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNfAITF5h .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNfAITF5h .navbar-collapse .nav-link:hover {
  color: #42744f !important;
}
.cid-uRrJXYAVKU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f7f5;
}
.cid-uRrJXYAVKU .row {
  justify-content: center;
}
.cid-uRrJXYAVKU .item-img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uRrJXYAVKU .item-img:hover img {
    transform: translateY(-8px);
  }
}
.cid-uRrJXYAVKU img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-uRrJXYAVKU .item:focus,
.cid-uRrJXYAVKU span:focus {
  outline: none;
}
.cid-uRrJXYAVKU .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .col-items {
    flex-wrap: wrap;
  }
}
.cid-uRrJXYAVKU .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uRrJXYAVKU .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uRrJXYAVKU .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uRrJXYAVKU .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .item-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uRrJXYAVKU .item-content {
    padding-left: 16px;
  }
}
.cid-uRrJXYAVKU .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #dab526;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .label-text {
    text-align: center !important;
  }
}
.cid-uRrJXYAVKU .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uRrJXYAVKU .mbr-text {
  color: #555555;
  text-align: center;
}
.cid-uRrJXYAVKU .item-title {
  color: #222222;
}
.cid-uRrJXYAVKU .mbr-section-head {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uRrJXYAVKU .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRrJXYAVKU .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uRrJXYAVKU .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uRrJXYAVKU .social-row {
    justify-content: center;
  }
}
.cid-uRrJXYAVKU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c69453;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
  transition: 0.5s all;
}
.cid-uRrJXYAVKU .soc-item span {
  font-size: 16px;
  color: #c69453;
}
.cid-uRrJXYAVKU .soc-item:hover {
  background-color: #c69453;
  border-color: #c69453;
}
.cid-uRrJXYAVKU .soc-item:hover span {
  color: #ffffff;
  color: #f9f7f5;
}
.cid-uRrJXYAVKU .item-title,
.cid-uRrJXYAVKU .mbr-section-btn {
  text-align: center;
}
.cid-uRrK3SFY1E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f7f5;
}
.cid-uRrK3SFY1E .row {
  justify-content: center;
}
.cid-uRrK3SFY1E .item-img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uRrK3SFY1E .item-img:hover img {
    transform: translateY(-8px);
  }
}
.cid-uRrK3SFY1E img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-uRrK3SFY1E .item:focus,
.cid-uRrK3SFY1E span:focus {
  outline: none;
}
.cid-uRrK3SFY1E .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .col-items {
    flex-wrap: wrap;
  }
}
.cid-uRrK3SFY1E .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uRrK3SFY1E .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uRrK3SFY1E .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uRrK3SFY1E .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .item-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uRrK3SFY1E .item-content {
    padding-left: 16px;
  }
}
.cid-uRrK3SFY1E .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #dab526;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .label-text {
    text-align: center !important;
  }
}
.cid-uRrK3SFY1E .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uRrK3SFY1E .mbr-text {
  color: #555555;
  text-align: center;
}
.cid-uRrK3SFY1E .item-title {
  color: #222222;
}
.cid-uRrK3SFY1E .mbr-section-head {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uRrK3SFY1E .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRrK3SFY1E .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uRrK3SFY1E .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uRrK3SFY1E .social-row {
    justify-content: center;
  }
}
.cid-uRrK3SFY1E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c69453;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
  transition: 0.5s all;
}
.cid-uRrK3SFY1E .soc-item span {
  font-size: 16px;
  color: #c69453;
}
.cid-uRrK3SFY1E .soc-item:hover {
  background-color: #c69453;
  border-color: #c69453;
}
.cid-uRrK3SFY1E .soc-item:hover span {
  color: #ffffff;
  color: #f9f7f5;
}
.cid-uRrK3SFY1E .item-title,
.cid-uRrK3SFY1E .mbr-section-btn {
  text-align: center;
}
.cid-uRrNjEg852 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uRrNjEg852 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrNjEg852 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrNjEg852 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uRrNjEg852 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRrNjEg852 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRrNjEg852 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRrNjEg852 .wrap {
  background: url("../../../assets/images/mbr-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uRrNjEg852 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uRrNjEg852 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRrNjEg852 .mbr-text,
.cid-uRrNjEg852 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uuPirQ3lBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-uuPirQ3lBX .footer-item {
  padding: 30px;
}
.cid-uuPirQ3lBX .mbr-section-subtitle,
.cid-uuPirQ3lBX .address-text {
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uuPirQ3lBX .social-row {
    padding-top: 1.5rem;
  }
}
.cid-uuPirQ3lBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .row {
    text-align: center;
  }
  .cid-uuPirQ3lBX .social-row {
    justify-content: center;
  }
}
.cid-uuPirQ3lBX .footer-content {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uuPirQ3lBX .footer-content {
    flex-wrap: wrap;
  }
}
.cid-uuPirQ3lBX .contacts-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uuPirQ3lBX .mbr-text {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #999999;
}
.cid-uuPirQ3lBX .list a {
  color: #ffffff;
}
.cid-uuPirQ3lBX .list a:hover {
  background-image: none !important;
  color: #42744f !important;
}
.cid-uuPirQ3lBX .item-wrap:not(:last-child) {
  padding-bottom: 8px;
}
.cid-uuPirQ3lBX .item-wrap:not(:first-child) {
  margin-top: 8px;
}
.cid-uuPirQ3lBX .mbr-iconfont {
  color: #ffffff;
}
.cid-uuPirQ3lBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPirQ3lBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
