.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-8 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-8 {
    font-size: 1.8rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-8 {
    font-size: 1.8rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e481a !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #d7dbc4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6d3 !important;
  border-color: #efe6d3 !important;
  color: #8f7234 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfbf8 !important;
  border-color: #fdfbf8 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #8f7234 !important;
  background-color: #fdfbf8 !important;
  border-color: #fdfbf8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d7dbc4 !important;
  border-color: #d7dbc4 !important;
  color: #5d633d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #eceee4 !important;
  border-color: #eceee4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5d633d !important;
  background-color: #eceee4 !important;
  border-color: #eceee4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #efe6d3;
  color: #efe6d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d8c293 !important;
  background-color: transparent !important;
  border-color: #d8c293 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #8f7234 !important;
  background-color: #efe6d3 !important;
  border-color: #efe6d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d7dbc4;
  color: #d7dbc4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b2ba8e !important;
  background-color: transparent !important;
  border-color: #b2ba8e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5d633d !important;
  background-color: #d7dbc4 !important;
  border-color: #d7dbc4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e481a !important;
}
.text-secondary {
  color: #efe6d3 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #d7dbc4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d4bc88 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #acb485 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2e481a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #d7dbc4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e481a;
  border-color: #2e481a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2e481a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2e481a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2e481a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e481a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e481a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e481a;
  border-bottom-color: #2e481a;
}
.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: #2e481a !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: #efe6d3 !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='%232e481a' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFILpetRVR {
  z-index: 1000;
  width: 100%;
}
.cid-uFILpetRVR nav.navbar {
  position: fixed;
}
.cid-uFILpetRVR .container,
.cid-uFILpetRVR .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFILpetRVR .container,
  .cid-uFILpetRVR .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFILpetRVR .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-uFILpetRVR .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFILpetRVR .dropdown-item:hover,
.cid-uFILpetRVR .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFILpetRVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFILpetRVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFILpetRVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFILpetRVR .nav-link {
  position: relative;
}
.cid-uFILpetRVR .nav-link:hover {
  color: #649042 !important;
}
.cid-uFILpetRVR .nav-link:hover:before {
  opacity: 1;
}
.cid-uFILpetRVR .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2e481a;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFILpetRVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFILpetRVR .container {
  display: flex;
  margin: auto;
}
.cid-uFILpetRVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFILpetRVR .nav-item:focus,
.cid-uFILpetRVR .nav-link:focus {
  outline: none;
}
.cid-uFILpetRVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFILpetRVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFILpetRVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFILpetRVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFILpetRVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFILpetRVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFILpetRVR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFILpetRVR .navbar.opened {
  transition: all 0.3s;
}
.cid-uFILpetRVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFILpetRVR .navbar .navbar-logo img {
  width: auto;
}
.cid-uFILpetRVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFILpetRVR .navbar.collapsed {
  justify-content: center;
}
.cid-uFILpetRVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFILpetRVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFILpetRVR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFILpetRVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFILpetRVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFILpetRVR .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-uFILpetRVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFILpetRVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFILpetRVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFILpetRVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFILpetRVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFILpetRVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFILpetRVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFILpetRVR .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-uFILpetRVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFILpetRVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFILpetRVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFILpetRVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFILpetRVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFILpetRVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFILpetRVR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFILpetRVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFILpetRVR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFILpetRVR .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-uFILpetRVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFILpetRVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFILpetRVR .dropdown-item.active,
.cid-uFILpetRVR .dropdown-item:active {
  background-color: transparent;
}
.cid-uFILpetRVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFILpetRVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFILpetRVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFILpetRVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFILpetRVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFILpetRVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFILpetRVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFILpetRVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFILpetRVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFILpetRVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFILpetRVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFILpetRVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFILpetRVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFILpetRVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFILpetRVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFILpetRVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFILpetRVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFILpetRVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFILpetRVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFILpetRVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFILpetRVR .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-uFILpetRVR .navbar {
    height: 70px;
  }
  .cid-uFILpetRVR .navbar.opened {
    height: auto;
  }
  .cid-uFILpetRVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFILpetRVR .icons-menu {
    padding-right: 0;
  }
  .cid-uFILpetRVR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFIKLHQub2 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ebc-index-1-1920x1280.jpg");
}
.cid-uFIKLHQub2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIKLHQub2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uFIKLHQub2 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(46, 72, 26, .8);
}
.cid-uFIKLHQub2 .mbr-section-title {
  color: #ffffff;
}
.cid-uFIKLHQub2 .mbr-text,
.cid-uFIKLHQub2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFIKLHQub2 .content-head {
  max-width: 800px;
}
.cid-uFJ1r6dZUJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uFJ1r6dZUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ1r6dZUJ .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-uFJ1r6dZUJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJ1r6dZUJ .row {
  flex-direction: row-reverse;
}
.cid-uFJ1r6dZUJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJ1r6dZUJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJ1r6dZUJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJ1r6dZUJ .mbr-section-title {
  color: #000000;
}
.cid-uFJ1r6dZUJ .mbr-text,
.cid-uFJ1r6dZUJ .mbr-section-btn {
  color: #232323;
}
.cid-uFIYsb1OWI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #151e11;
}
.cid-uFIYsb1OWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIYsb1OWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIYsb1OWI .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uFIYsb1OWI .row .item {
  padding: 0 13px;
}
.cid-uFIYsb1OWI .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uFIYsb1OWI .item {
    margin-bottom: 16px;
  }
}
.cid-uFIYsb1OWI .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uFIYsb1OWI .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFIYsb1OWI .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFIYsb1OWI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000000;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFIYsb1OWI .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFIYsb1OWI .item-label,
.cid-uFIYsb1OWI .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uFIYsb1OWI .item-title {
  color: #fff7ee;
}
.cid-uFIYsb1OWI .item-title,
.cid-uFIYsb1OWI .mbr-section-btn {
  text-align: center;
}
.cid-uFJ57foc22 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFJ57foc22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ57foc22 .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-uFJ57foc22 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJ57foc22 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJ57foc22 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJ57foc22 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJ57foc22 .mbr-section-title {
  color: #000000;
}
.cid-uFJ57foc22 .mbr-text,
.cid-uFJ57foc22 .mbr-section-btn {
  color: #232323;
}
.cid-uFJx5QWeM7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-uFJx5QWeM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJx5QWeM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJx5QWeM7 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFJx5QWeM7 .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uFJx5QWeM7 .content-wrapper .google-map {
  width: 100%;
}
.cid-uFJx5QWeM7 .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uFJx5QWeM7 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFJx5QWeM7 .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #fbfbfb;
  border-radius: 0 !important;
}
.cid-uFIZy9B5g8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFIZy9B5g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZy9B5g8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZy9B5g8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .container {
    padding: 0 26px;
  }
}
.cid-uFIZy9B5g8 .row {
  justify-content: center;
}
.cid-uFIZy9B5g8 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFIZy9B5g8 .title-wrapper .logo-wrapper {
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .title-wrapper .logo-wrapper {
	display:flex;
	justify-content:center;
	align-items:center;
  }
}
.cid-uFIZy9B5g8 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  margin-bottom:1rem;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFIZy9B5g8 .title-wrapper .mbr-section-title {
  margin-bottom:-.2rem;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
	display:flex;
	justify-content:center;
	align-items:center;
  }
}
.cid-uFIZy9B5g8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center !important;
  }
}
.cid-uFIZy9B5g8 img {
  margin-bottom:1rem;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 img {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:1rem;
  }
}
.cid-uFIZy9B5g8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 16px 16px 0;
  }
}
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFIZy9B5g8 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper {
  margin-bottom: 30px;
  text-align:right;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right !important; 
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list {
    text-align: center !important; 
  }
}
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFIZy9B5g8 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFIZy9B5g8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFIZy9B5g8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFIZy9B5g8 .mbr-section-title {
  color: #ffffff;
}
.cid-uFIZy9B5g8 .mbr-text {
  color: #ffffff;
}
.cid-uFIZy9B5g8 .list {
  color: #ffffff;
}
.cid-uFIZy9B5g8 .list,
.cid-uFIZy9B5g8 .nav-wrapper,
.cid-uFIZy9B5g8 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFIZy9B5g8 .footerbutton {
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
  }
}
.cid-uFJ7dJ3Pd3 {
  z-index: 1000;
  width: 100%;
}
.cid-uFJ7dJ3Pd3 nav.navbar {
  position: fixed;
}
.cid-uFJ7dJ3Pd3 .container,
.cid-uFJ7dJ3Pd3 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJ7dJ3Pd3 .container,
  .cid-uFJ7dJ3Pd3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJ7dJ3Pd3 .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-uFJ7dJ3Pd3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJ7dJ3Pd3 .dropdown-item:hover,
.cid-uFJ7dJ3Pd3 .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJ7dJ3Pd3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJ7dJ3Pd3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJ7dJ3Pd3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJ7dJ3Pd3 .nav-link {
  position: relative;
}
.cid-uFJ7dJ3Pd3 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJ7dJ3Pd3 .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJ7dJ3Pd3 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJ7dJ3Pd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJ7dJ3Pd3 .container {
  display: flex;
  margin: auto;
}
.cid-uFJ7dJ3Pd3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJ7dJ3Pd3 .nav-item:focus,
.cid-uFJ7dJ3Pd3 .nav-link:focus {
  outline: none;
}
.cid-uFJ7dJ3Pd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJ7dJ3Pd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJ7dJ3Pd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJ7dJ3Pd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJ7dJ3Pd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJ7dJ3Pd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJ7dJ3Pd3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJ7dJ3Pd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJ7dJ3Pd3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJ7dJ3Pd3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJ7dJ3Pd3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed {
  justify-content: center;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJ7dJ3Pd3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJ7dJ3Pd3 .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-uFJ7dJ3Pd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJ7dJ3Pd3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJ7dJ3Pd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJ7dJ3Pd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJ7dJ3Pd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJ7dJ3Pd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJ7dJ3Pd3 .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-uFJ7dJ3Pd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJ7dJ3Pd3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJ7dJ3Pd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJ7dJ3Pd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJ7dJ3Pd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJ7dJ3Pd3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJ7dJ3Pd3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJ7dJ3Pd3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJ7dJ3Pd3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJ7dJ3Pd3 .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-uFJ7dJ3Pd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJ7dJ3Pd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJ7dJ3Pd3 .dropdown-item.active,
.cid-uFJ7dJ3Pd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJ7dJ3Pd3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJ7dJ3Pd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJ7dJ3Pd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJ7dJ3Pd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJ7dJ3Pd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJ7dJ3Pd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJ7dJ3Pd3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJ7dJ3Pd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJ7dJ3Pd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJ7dJ3Pd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJ7dJ3Pd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJ7dJ3Pd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJ7dJ3Pd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJ7dJ3Pd3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJ7dJ3Pd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJ7dJ3Pd3 .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-uFJ7dJ3Pd3 .navbar {
    height: 70px;
  }
  .cid-uFJ7dJ3Pd3 .navbar.opened {
    height: auto;
  }
  .cid-uFJ7dJ3Pd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJ7dJ3Pd3 .icons-menu {
    padding-right: 0;
  }
  .cid-uFJ7dJ3Pd3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJfEVvHHI {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJfEVvHHI .mbr-text {
  color: #000000;
}
.cid-uFJfEVvHHI .mbr-section-subtitle {
  color: #000000;
}
.cid-uFJfEVvHHI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFJfaDCXUO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-uFJfaDCXUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJfaDCXUO .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-uFJfaDCXUO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJfaDCXUO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJfaDCXUO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJfaDCXUO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJfaDCXUO .mbr-section-title {
  color: #000000;
}
.cid-uFJfaDCXUO .mbr-text,
.cid-uFJfaDCXUO .mbr-section-btn {
  color: #000000;
}
.cid-uFJhQnNBOT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #151e11;
}
.cid-uFJhQnNBOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJhQnNBOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJhQnNBOT .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uFJhQnNBOT .row .item {
  padding: 0 13px;
}
.cid-uFJhQnNBOT .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uFJhQnNBOT .item {
    margin-bottom: 16px;
  }
}
.cid-uFJhQnNBOT .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uFJhQnNBOT .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJhQnNBOT .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFJhQnNBOT .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #51594d;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFJhQnNBOT .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFJhQnNBOT .item-label,
.cid-uFJhQnNBOT .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uFJhQnNBOT .item-title {
  color: #fff7ee;
}
.cid-uFJhQnNBOT .item-title,
.cid-uFJhQnNBOT .mbr-section-btn {
  text-align: center;
}
.cid-uFJj4ZyOTy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFJj4ZyOTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJj4ZyOTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJj4ZyOTy .card-wrapper {
  background: #fbfbfb;
}
@media (max-width: 767px) {
  .cid-uFJj4ZyOTy .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFJj4ZyOTy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJj4ZyOTy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFJj4ZyOTy .mbr-text,
.cid-uFJj4ZyOTy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFJj4ZyOTy .card-title,
.cid-uFJj4ZyOTy .card-box {
  text-align: left;
  color: #000000;
}
.cid-uFJ7dMAJgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJ7dMAJgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ7dMAJgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJ7dMAJgW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .container {
    padding: 0 26px;
  }
}
.cid-uFJ7dMAJgW .row {
  justify-content: center;
}
.cid-uFJ7dMAJgW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJ7dMAJgW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJ7dMAJgW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJ7dMAJgW .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJ7dMAJgW .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJ7dMAJgW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJ7dMAJgW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJ7dMAJgW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJ7dMAJgW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJ7dMAJgW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJ7dMAJgW .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJ7dMAJgW .mbr-section-title {
  color: #ffffff;
}
.cid-uFJ7dMAJgW .mbr-text {
  color: #ffffff;
}
.cid-uFJ7dMAJgW .list {
  color: #ffffff;
}
.cid-uFJ7dMAJgW .list,
.cid-uFJ7dMAJgW .nav-wrapper,
.cid-uFJ7dMAJgW .social-wrapper {
  text-align: right;
}
.cid-uFJjX6hmLJ {
  z-index: 1000;
  width: 100%;
}
.cid-uFJjX6hmLJ nav.navbar {
  position: fixed;
}
.cid-uFJjX6hmLJ .container,
.cid-uFJjX6hmLJ .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJjX6hmLJ .container,
  .cid-uFJjX6hmLJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJjX6hmLJ .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-uFJjX6hmLJ .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJjX6hmLJ .dropdown-item:hover,
.cid-uFJjX6hmLJ .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJjX6hmLJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJjX6hmLJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJjX6hmLJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJjX6hmLJ .nav-link {
  position: relative;
}
.cid-uFJjX6hmLJ .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJjX6hmLJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJjX6hmLJ .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJjX6hmLJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJjX6hmLJ .container {
  display: flex;
  margin: auto;
}
.cid-uFJjX6hmLJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJjX6hmLJ .nav-item:focus,
.cid-uFJjX6hmLJ .nav-link:focus {
  outline: none;
}
.cid-uFJjX6hmLJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJjX6hmLJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJjX6hmLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJjX6hmLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJjX6hmLJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJjX6hmLJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJjX6hmLJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJjX6hmLJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJjX6hmLJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJjX6hmLJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJjX6hmLJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJjX6hmLJ .navbar.collapsed {
  justify-content: center;
}
.cid-uFJjX6hmLJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJjX6hmLJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJjX6hmLJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJjX6hmLJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJjX6hmLJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJjX6hmLJ .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-uFJjX6hmLJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJjX6hmLJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJjX6hmLJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJjX6hmLJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJjX6hmLJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJjX6hmLJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJjX6hmLJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJjX6hmLJ .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-uFJjX6hmLJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJjX6hmLJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJjX6hmLJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJjX6hmLJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJjX6hmLJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJjX6hmLJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJjX6hmLJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJjX6hmLJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJjX6hmLJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJjX6hmLJ .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-uFJjX6hmLJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJjX6hmLJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJjX6hmLJ .dropdown-item.active,
.cid-uFJjX6hmLJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJjX6hmLJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJjX6hmLJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJjX6hmLJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJjX6hmLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJjX6hmLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJjX6hmLJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJjX6hmLJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJjX6hmLJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJjX6hmLJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJjX6hmLJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJjX6hmLJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJjX6hmLJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJjX6hmLJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJjX6hmLJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJjX6hmLJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJjX6hmLJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJjX6hmLJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJjX6hmLJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJjX6hmLJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJjX6hmLJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJjX6hmLJ .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-uFJjX6hmLJ .navbar {
    height: 70px;
  }
  .cid-uFJjX6hmLJ .navbar.opened {
    height: auto;
  }
  .cid-uFJjX6hmLJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJjX6hmLJ .icons-menu {
    padding-right: 0;
  }
  .cid-uFJjX6hmLJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJjX7AxYp {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJjX7AxYp .mbr-text {
  color: #000000;
}
.cid-uFJjX7AxYp .mbr-section-subtitle {
  color: #000000;
}
.cid-uFJjX7AxYp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFJjX7UKwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJjX7UKwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJjX7UKwp .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-uFJjX7UKwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJjX7UKwp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJjX7UKwp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJjX7UKwp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJjX7UKwp .mbr-section-title {
  color: #000000;
}
.cid-uFJjX7UKwp .mbr-text,
.cid-uFJjX7UKwp .mbr-section-btn {
  color: #000000;
}
.cid-uFJkN6FxdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJkN6FxdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJkN6FxdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJkN6FxdA .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFJkN6FxdA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJkN6FxdA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJkN6FxdA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJkN6FxdA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJkN6FxdA .mbr-section-title {
  color: #000000;
}
.cid-uFJkN6FxdA .mbr-text,
.cid-uFJkN6FxdA .mbr-section-btn {
  color: #000000;
}
.cid-uFJkXpdf0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJkXpdf0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJkXpdf0F .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-uFJkXpdf0F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJkXpdf0F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJkXpdf0F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJkXpdf0F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJkXpdf0F .mbr-section-title {
  color: #000000;
}
.cid-uFJkXpdf0F .mbr-text,
.cid-uFJkXpdf0F .mbr-section-btn {
  color: #000000;
}
.cid-uFJkXX9J4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJkXX9J4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJkXX9J4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJkXX9J4J .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFJkXX9J4J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJkXX9J4J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJkXX9J4J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJkXX9J4J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJkXX9J4J .mbr-section-title {
  color: #000000;
}
.cid-uFJkXX9J4J .mbr-text,
.cid-uFJkXX9J4J .mbr-section-btn {
  color: #000000;
}
.cid-uFJkYEsDxQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-uFJkYEsDxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJkYEsDxQ .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-uFJkYEsDxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFJkYEsDxQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uFJkYEsDxQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFJkYEsDxQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFJkYEsDxQ .mbr-section-title {
  color: #000000;
}
.cid-uFJkYEsDxQ .mbr-text,
.cid-uFJkYEsDxQ .mbr-section-btn {
  color: #000000;
}
.cid-uFJjX8qPYn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #151e11;
}
.cid-uFJjX8qPYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJjX8qPYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJjX8qPYn .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uFJjX8qPYn .row .item {
  padding: 0 13px;
}
.cid-uFJjX8qPYn .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uFJjX8qPYn .item {
    margin-bottom: 16px;
  }
}
.cid-uFJjX8qPYn .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uFJjX8qPYn .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJjX8qPYn .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFJjX8qPYn .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #51594d;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFJjX8qPYn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFJjX8qPYn .item-label,
.cid-uFJjX8qPYn .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uFJjX8qPYn .item-title {
  color: #fff7ee;
}
.cid-uFJjX8qPYn .item-title,
.cid-uFJjX8qPYn .mbr-section-btn {
  text-align: center;
}
.cid-uFJjX9h3gZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJjX9h3gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJjX9h3gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJjX9h3gZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .container {
    padding: 0 26px;
  }
}
.cid-uFJjX9h3gZ .row {
  justify-content: center;
}
.cid-uFJjX9h3gZ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJjX9h3gZ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJjX9h3gZ .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJjX9h3gZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJjX9h3gZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJjX9h3gZ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJjX9h3gZ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJjX9h3gZ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJjX9h3gZ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJjX9h3gZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJjX9h3gZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJjX9h3gZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFJjX9h3gZ .mbr-text {
  color: #ffffff;
}
.cid-uFJjX9h3gZ .list {
  color: #ffffff;
}
.cid-uFJjX9h3gZ .list,
.cid-uFJjX9h3gZ .nav-wrapper,
.cid-uFJjX9h3gZ .social-wrapper {
  text-align: right;
}
.cid-uFJltCV8RZ {
  z-index: 1000;
  width: 100%;
}
.cid-uFJltCV8RZ nav.navbar {
  position: fixed;
}
.cid-uFJltCV8RZ .container,
.cid-uFJltCV8RZ .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJltCV8RZ .container,
  .cid-uFJltCV8RZ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJltCV8RZ .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-uFJltCV8RZ .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJltCV8RZ .dropdown-item:hover,
.cid-uFJltCV8RZ .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJltCV8RZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJltCV8RZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJltCV8RZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJltCV8RZ .nav-link {
  position: relative;
}
.cid-uFJltCV8RZ .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJltCV8RZ .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJltCV8RZ .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJltCV8RZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJltCV8RZ .container {
  display: flex;
  margin: auto;
}
.cid-uFJltCV8RZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJltCV8RZ .nav-item:focus,
.cid-uFJltCV8RZ .nav-link:focus {
  outline: none;
}
.cid-uFJltCV8RZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJltCV8RZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJltCV8RZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJltCV8RZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJltCV8RZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJltCV8RZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJltCV8RZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJltCV8RZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJltCV8RZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJltCV8RZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJltCV8RZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJltCV8RZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFJltCV8RZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJltCV8RZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJltCV8RZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJltCV8RZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJltCV8RZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJltCV8RZ .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-uFJltCV8RZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJltCV8RZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJltCV8RZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJltCV8RZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJltCV8RZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJltCV8RZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJltCV8RZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJltCV8RZ .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-uFJltCV8RZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJltCV8RZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJltCV8RZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJltCV8RZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJltCV8RZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJltCV8RZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJltCV8RZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJltCV8RZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJltCV8RZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJltCV8RZ .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-uFJltCV8RZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJltCV8RZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJltCV8RZ .dropdown-item.active,
.cid-uFJltCV8RZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJltCV8RZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJltCV8RZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJltCV8RZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJltCV8RZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJltCV8RZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJltCV8RZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJltCV8RZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJltCV8RZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJltCV8RZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJltCV8RZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJltCV8RZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJltCV8RZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJltCV8RZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJltCV8RZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJltCV8RZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJltCV8RZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJltCV8RZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJltCV8RZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJltCV8RZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJltCV8RZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJltCV8RZ .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-uFJltCV8RZ .navbar {
    height: 70px;
  }
  .cid-uFJltCV8RZ .navbar.opened {
    height: auto;
  }
  .cid-uFJltCV8RZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJltCV8RZ .icons-menu {
    padding-right: 0;
  }
  .cid-uFJltCV8RZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJltEhPI4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uFJltEhPI4 .mbr-text {
  color: #000000;
}
.cid-uFJltEhPI4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFJltEhPI4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFJlV7IV6J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uFJlV7IV6J .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uFJlV7IV6J img,
.cid-uFJlV7IV6J .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFJlV7IV6J .item:focus,
.cid-uFJlV7IV6J span:focus {
  outline: none;
}
.cid-uFJlV7IV6J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJlV7IV6J .item {
    margin-bottom: 1rem;
  }
}
.cid-uFJlV7IV6J .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFJlV7IV6J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFJlV7IV6J .mbr-section-title {
  color: #232323;
}
.cid-uFJlV7IV6J .mbr-text,
.cid-uFJlV7IV6J .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uFJlV7IV6J .item-title {
  color: #232323;
  text-align: center;
}
.cid-uFJlV7IV6J .content-head {
  max-width: 800px;
}
.cid-uFJltGgsSR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d7dbc4;
}
.cid-uFJltGgsSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJltGgsSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJltGgsSR .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uFJltGgsSR .row .item {
  padding: 0 13px;
}
.cid-uFJltGgsSR .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uFJltGgsSR .item {
    margin-bottom: 16px;
  }
}
.cid-uFJltGgsSR .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uFJltGgsSR .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFJltGgsSR .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uFJltGgsSR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFJltGgsSR .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #51594d;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFJltGgsSR .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uFJltGgsSR .item-label,
.cid-uFJltGgsSR .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uFJltGgsSR .item-title {
  color: #fff7ee;
}
.cid-uFJltGgsSR .item-title,
.cid-uFJltGgsSR .mbr-section-btn {
  text-align: center;
}
.cid-uFJltGGgRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJltGGgRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJltGGgRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJltGGgRO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .container {
    padding: 0 26px;
  }
}
.cid-uFJltGGgRO .row {
  justify-content: center;
}
.cid-uFJltGGgRO .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJltGGgRO .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJltGGgRO .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJltGGgRO .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJltGGgRO .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJltGGgRO .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJltGGgRO .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJltGGgRO .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJltGGgRO .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJltGGgRO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJltGGgRO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJltGGgRO .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJltGGgRO .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJltGGgRO .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJltGGgRO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJltGGgRO .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJltGGgRO .mbr-section-title {
  color: #ffffff;
}
.cid-uFJltGGgRO .mbr-text {
  color: #ffffff;
}
.cid-uFJltGGgRO .list {
  color: #ffffff;
}
.cid-uFJltGGgRO .list,
.cid-uFJltGGgRO .nav-wrapper,
.cid-uFJltGGgRO .social-wrapper {
  text-align: right;
}
.cid-uFJnWnEj5C {
  z-index: 1000;
  width: 100%;
}
.cid-uFJnWnEj5C nav.navbar {
  position: fixed;
}
.cid-uFJnWnEj5C .container,
.cid-uFJnWnEj5C .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJnWnEj5C .container,
  .cid-uFJnWnEj5C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJnWnEj5C .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-uFJnWnEj5C .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJnWnEj5C .dropdown-item:hover,
.cid-uFJnWnEj5C .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJnWnEj5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJnWnEj5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJnWnEj5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJnWnEj5C .nav-link {
  position: relative;
}
.cid-uFJnWnEj5C .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJnWnEj5C .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJnWnEj5C .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJnWnEj5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJnWnEj5C .container {
  display: flex;
  margin: auto;
}
.cid-uFJnWnEj5C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJnWnEj5C .nav-item:focus,
.cid-uFJnWnEj5C .nav-link:focus {
  outline: none;
}
.cid-uFJnWnEj5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJnWnEj5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJnWnEj5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJnWnEj5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJnWnEj5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJnWnEj5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJnWnEj5C .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJnWnEj5C .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJnWnEj5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJnWnEj5C .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJnWnEj5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJnWnEj5C .navbar.collapsed {
  justify-content: center;
}
.cid-uFJnWnEj5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJnWnEj5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJnWnEj5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJnWnEj5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJnWnEj5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJnWnEj5C .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-uFJnWnEj5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJnWnEj5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJnWnEj5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJnWnEj5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJnWnEj5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJnWnEj5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJnWnEj5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJnWnEj5C .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-uFJnWnEj5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJnWnEj5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJnWnEj5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJnWnEj5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJnWnEj5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJnWnEj5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJnWnEj5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJnWnEj5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJnWnEj5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJnWnEj5C .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-uFJnWnEj5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJnWnEj5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJnWnEj5C .dropdown-item.active,
.cid-uFJnWnEj5C .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJnWnEj5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJnWnEj5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJnWnEj5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJnWnEj5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJnWnEj5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJnWnEj5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJnWnEj5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJnWnEj5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJnWnEj5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJnWnEj5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJnWnEj5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJnWnEj5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJnWnEj5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJnWnEj5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJnWnEj5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJnWnEj5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJnWnEj5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJnWnEj5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJnWnEj5C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJnWnEj5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJnWnEj5C .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-uFJnWnEj5C .navbar {
    height: 70px;
  }
  .cid-uFJnWnEj5C .navbar.opened {
    height: auto;
  }
  .cid-uFJnWnEj5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJnWnEj5C .icons-menu {
    padding-right: 0;
  }
  .cid-uFJnWnEj5C .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJnWoGB87 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uFJnWoGB87 .mbr-text {
  color: #000000;
}
.cid-uFJnWoGB87 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFJnWoGB87 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFJpg0d8Ts {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-uFJpg0d8Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJpg0d8Ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJpg0d8Ts .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 0rem;
}
.cid-uFJpg0d8Ts .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uFJpg0d8Ts .mbr-text,
.cid-uFJpg0d8Ts .mbr-section-btn {
  color: #232323;
}
.cid-uFJpg0d8Ts .mbr-text {
  margin-top:-2rem !important;
}
.cid-uFJpg0d8Ts .mbr-section-title,
.cid-uFJpg0d8Ts .line {
  color: #232323;
}
.cid-uFJpg0d8Ts h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uFJpg0d8Ts h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uFJpg0d8Ts .mbr-section-subtitle,
.cid-uFJpg0d8Ts .align {
  text-align: left;
  color: #232323;
}
.cid-uFJnWqmkCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJnWqmkCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJnWqmkCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJnWqmkCk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .container {
    padding: 0 26px;
  }
}
.cid-uFJnWqmkCk .row {
  justify-content: center;
}
.cid-uFJnWqmkCk .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJnWqmkCk .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJnWqmkCk .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJnWqmkCk .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJnWqmkCk .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJnWqmkCk .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJnWqmkCk .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJnWqmkCk .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJnWqmkCk .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJnWqmkCk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJnWqmkCk .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJnWqmkCk .mbr-section-title {
  color: #ffffff;
}
.cid-uFJnWqmkCk .mbr-text {
  color: #ffffff;
}
.cid-uFJnWqmkCk .list {
  color: #ffffff;
}
.cid-uFJnWqmkCk .list,
.cid-uFJnWqmkCk .nav-wrapper,
.cid-uFJnWqmkCk .social-wrapper {
  text-align: right;
}
.cid-uFJqTdoTno {
  z-index: 1000;
  width: 100%;
}
.cid-uFJqTdoTno nav.navbar {
  position: fixed;
}
.cid-uFJqTdoTno .container,
.cid-uFJqTdoTno .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJqTdoTno .container,
  .cid-uFJqTdoTno .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJqTdoTno .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-uFJqTdoTno .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJqTdoTno .dropdown-item:hover,
.cid-uFJqTdoTno .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJqTdoTno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJqTdoTno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJqTdoTno .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJqTdoTno .nav-link {
  position: relative;
}
.cid-uFJqTdoTno .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJqTdoTno .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJqTdoTno .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJqTdoTno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJqTdoTno .container {
  display: flex;
  margin: auto;
}
.cid-uFJqTdoTno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJqTdoTno .nav-item:focus,
.cid-uFJqTdoTno .nav-link:focus {
  outline: none;
}
.cid-uFJqTdoTno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJqTdoTno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJqTdoTno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJqTdoTno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJqTdoTno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJqTdoTno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJqTdoTno .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJqTdoTno .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJqTdoTno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJqTdoTno .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJqTdoTno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJqTdoTno .navbar.collapsed {
  justify-content: center;
}
.cid-uFJqTdoTno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJqTdoTno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJqTdoTno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJqTdoTno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJqTdoTno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJqTdoTno .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-uFJqTdoTno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJqTdoTno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJqTdoTno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJqTdoTno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJqTdoTno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJqTdoTno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJqTdoTno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJqTdoTno .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-uFJqTdoTno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJqTdoTno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJqTdoTno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJqTdoTno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJqTdoTno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJqTdoTno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJqTdoTno .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJqTdoTno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJqTdoTno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJqTdoTno .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-uFJqTdoTno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJqTdoTno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJqTdoTno .dropdown-item.active,
.cid-uFJqTdoTno .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJqTdoTno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJqTdoTno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJqTdoTno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJqTdoTno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJqTdoTno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJqTdoTno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJqTdoTno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJqTdoTno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJqTdoTno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJqTdoTno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJqTdoTno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJqTdoTno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJqTdoTno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJqTdoTno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJqTdoTno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJqTdoTno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJqTdoTno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJqTdoTno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJqTdoTno .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJqTdoTno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJqTdoTno .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-uFJqTdoTno .navbar {
    height: 70px;
  }
  .cid-uFJqTdoTno .navbar.opened {
    height: auto;
  }
  .cid-uFJqTdoTno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJqTdoTno .icons-menu {
    padding-right: 0;
  }
  .cid-uFJqTdoTno .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJrjoQfJs {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #f0f1e7;
}
.cid-uFJrjoQfJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJrjoQfJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJrjoQfJs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrjoQfJs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFJrjoQfJs .container {
    padding: 0 16px;
  }
}
.cid-uFJrjoQfJs .row {
  padding: 60px 64px;
  background-color: #fbfbfb;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uFJrjoQfJs .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .row {
    padding: 25px 9px;
  }
}
.cid-uFJrjoQfJs .title-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFJrjoQfJs .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uFJrjoQfJs .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .image-wrapper img {
    height: 350px;
  }
}
.cid-uFJrjoQfJs .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uFJrjoQfJs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uFJrjoQfJs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.cid-uFJrjoQfJs .items-wrapper-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .items-wrapper {
    gap: 2rem;
  }
  .cid-uFJrjoQfJs .items-wrapper-2 {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uFJrjoQfJs .items-wrapper {
    display: block;
  }
  .cid-uFJrjoQfJs .items-wrapper-2 {
    display: block;
  }
}
.cid-uFJrjoQfJs .items-wrapper .item {
  padding: 50px;
  background-color: #d7dbc4;
  border-radius: .5rem !important;
}
.cid-uFJrjoQfJs .items-wrapper-2 {
  padding: 50px;
  background-color: #efe6d3;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uFJrjoQfJs .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
  .cid-uFJrjoQfJs .items-wrapper-2 .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uFJrjoQfJs .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uFJrjoQfJs .items-wrapper-2 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uFJrjoQfJs .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uFJrjoQfJs .items-wrapper-2 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uFJrjoQfJs .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uFJrjoQfJs .items-wrapper-2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uFJrjoQfJs .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFJrjoQfJs .items-wrapper-2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFJrjoQfJs .card {
  justify-content: center;
}
.cid-uFJrjoQfJs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFJrjoQfJs .mbr-text {
  color: #000000;
}
.cid-uFJrjoQfJs .card-title {
  color: #000000;
}
.cid-uFJrjoQfJs .card-text {
  color: #000000;
  text-align: center;
}
.cid-uFJrjoQfJs .card-title,
.cid-uFJrjoQfJs .icon-wrapper {
  text-align: center;
}
.cid-uFJqTf52eu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJqTf52eu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJqTf52eu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJqTf52eu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .container {
    padding: 0 26px;
  }
}
.cid-uFJqTf52eu .row {
  justify-content: center;
}
.cid-uFJqTf52eu .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJqTf52eu .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJqTf52eu .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJqTf52eu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJqTf52eu .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJqTf52eu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJqTf52eu .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJqTf52eu .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJqTf52eu .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJqTf52eu .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJqTf52eu .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJqTf52eu .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJqTf52eu .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJqTf52eu .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJqTf52eu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJqTf52eu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJqTf52eu .mbr-section-title {
  color: #ffffff;
}
.cid-uFJqTf52eu .mbr-text {
  color: #ffffff;
}
.cid-uFJqTf52eu .list {
  color: #ffffff;
}
.cid-uFJqTf52eu .list,
.cid-uFJqTf52eu .nav-wrapper,
.cid-uFJqTf52eu .social-wrapper {
  text-align: right;
}
.cid-uFJsdkHt6H {
  z-index: 1000;
  width: 100%;
}
.cid-uFJsdkHt6H nav.navbar {
  position: fixed;
}
.cid-uFJsdkHt6H .container,
.cid-uFJsdkHt6H .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJsdkHt6H .container,
  .cid-uFJsdkHt6H .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJsdkHt6H .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-uFJsdkHt6H .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJsdkHt6H .dropdown-item:hover,
.cid-uFJsdkHt6H .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJsdkHt6H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJsdkHt6H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJsdkHt6H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJsdkHt6H .nav-link {
  position: relative;
}
.cid-uFJsdkHt6H .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJsdkHt6H .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJsdkHt6H .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJsdkHt6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJsdkHt6H .container {
  display: flex;
  margin: auto;
}
.cid-uFJsdkHt6H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJsdkHt6H .nav-item:focus,
.cid-uFJsdkHt6H .nav-link:focus {
  outline: none;
}
.cid-uFJsdkHt6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJsdkHt6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJsdkHt6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJsdkHt6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJsdkHt6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJsdkHt6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJsdkHt6H .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJsdkHt6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJsdkHt6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJsdkHt6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJsdkHt6H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJsdkHt6H .navbar.collapsed {
  justify-content: center;
}
.cid-uFJsdkHt6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJsdkHt6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJsdkHt6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJsdkHt6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJsdkHt6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJsdkHt6H .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-uFJsdkHt6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJsdkHt6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJsdkHt6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJsdkHt6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJsdkHt6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJsdkHt6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJsdkHt6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJsdkHt6H .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-uFJsdkHt6H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJsdkHt6H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJsdkHt6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJsdkHt6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJsdkHt6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJsdkHt6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJsdkHt6H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJsdkHt6H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJsdkHt6H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJsdkHt6H .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-uFJsdkHt6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJsdkHt6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJsdkHt6H .dropdown-item.active,
.cid-uFJsdkHt6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJsdkHt6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJsdkHt6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJsdkHt6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJsdkHt6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJsdkHt6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJsdkHt6H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJsdkHt6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJsdkHt6H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJsdkHt6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJsdkHt6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJsdkHt6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJsdkHt6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJsdkHt6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJsdkHt6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJsdkHt6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJsdkHt6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJsdkHt6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJsdkHt6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJsdkHt6H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJsdkHt6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJsdkHt6H .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-uFJsdkHt6H .navbar {
    height: 70px;
  }
  .cid-uFJsdkHt6H .navbar.opened {
    height: auto;
  }
  .cid-uFJsdkHt6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJsdkHt6H .icons-menu {
    padding-right: 0;
  }
  .cid-uFJsdkHt6H .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJsqj2UXw {
  display: flex;
  background-image: url("../../../assets/img/ebc-app.jpg");
}
.cid-uFJsqj2UXw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uFJsqj2UXw {
    align-items: flex-end;
  }
  .cid-uFJsqj2UXw .row {
    justify-content: flex-start;
  }
  .cid-uFJsqj2UXw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJsqj2UXw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJsqj2UXw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFJsqj2UXw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJsqj2UXw .content-wrap {
    width: 100%;
  }
}
.cid-uFJsqj2UXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJsqj2UXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJsqj2UXw .mbr-section-title,
.cid-uFJsqj2UXw .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFJsqj2UXw .mbr-text,
.cid-uFJsqj2UXw .mbr-section-btn {
  text-align: left;
}
.cid-uFJsqj2UXw .mbr-section-title {
  color: #d7dbc4;
}
.cid-uHdWs4XAn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uHdWs4XAn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdWs4XAn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdWs4XAn5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHdWs4XAn5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHdWs4XAn5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uHdWs4XAn5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHdWs4XAn5 .mbr-text,
.cid-uHdWs4XAn5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHdWs4XAn5 .card-title,
.cid-uHdWs4XAn5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uFJsdmaVp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJsdmaVp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJsdmaVp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJsdmaVp5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .container {
    padding: 0 26px;
  }
}
.cid-uFJsdmaVp5 .row {
  justify-content: center;
}
.cid-uFJsdmaVp5 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJsdmaVp5 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJsdmaVp5 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJsdmaVp5 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJsdmaVp5 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJsdmaVp5 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJsdmaVp5 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJsdmaVp5 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJsdmaVp5 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJsdmaVp5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJsdmaVp5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJsdmaVp5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJsdmaVp5 .mbr-text {
  color: #ffffff;
}
.cid-uFJsdmaVp5 .list {
  color: #ffffff;
}
.cid-uFJsdmaVp5 .list,
.cid-uFJsdmaVp5 .nav-wrapper,
.cid-uFJsdmaVp5 .social-wrapper {
  text-align: right;
}
.cid-uFJthGQPa5 {
  z-index: 1000;
  width: 100%;
}
.cid-uFJthGQPa5 nav.navbar {
  position: fixed;
}
.cid-uFJthGQPa5 .container,
.cid-uFJthGQPa5 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJthGQPa5 .container,
  .cid-uFJthGQPa5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJthGQPa5 .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-uFJthGQPa5 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJthGQPa5 .dropdown-item:hover,
.cid-uFJthGQPa5 .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJthGQPa5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJthGQPa5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJthGQPa5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJthGQPa5 .nav-link {
  position: relative;
}
.cid-uFJthGQPa5 .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJthGQPa5 .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJthGQPa5 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJthGQPa5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJthGQPa5 .container {
  display: flex;
  margin: auto;
}
.cid-uFJthGQPa5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJthGQPa5 .nav-item:focus,
.cid-uFJthGQPa5 .nav-link:focus {
  outline: none;
}
.cid-uFJthGQPa5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJthGQPa5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJthGQPa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJthGQPa5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJthGQPa5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJthGQPa5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJthGQPa5 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJthGQPa5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJthGQPa5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJthGQPa5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJthGQPa5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJthGQPa5 .navbar.collapsed {
  justify-content: center;
}
.cid-uFJthGQPa5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJthGQPa5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJthGQPa5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJthGQPa5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJthGQPa5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJthGQPa5 .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-uFJthGQPa5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJthGQPa5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJthGQPa5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJthGQPa5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJthGQPa5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJthGQPa5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJthGQPa5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJthGQPa5 .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-uFJthGQPa5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJthGQPa5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJthGQPa5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJthGQPa5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJthGQPa5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJthGQPa5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJthGQPa5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJthGQPa5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJthGQPa5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJthGQPa5 .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-uFJthGQPa5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJthGQPa5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJthGQPa5 .dropdown-item.active,
.cid-uFJthGQPa5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJthGQPa5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJthGQPa5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJthGQPa5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJthGQPa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJthGQPa5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJthGQPa5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJthGQPa5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJthGQPa5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJthGQPa5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJthGQPa5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJthGQPa5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJthGQPa5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJthGQPa5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJthGQPa5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJthGQPa5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJthGQPa5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJthGQPa5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJthGQPa5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJthGQPa5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJthGQPa5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJthGQPa5 .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-uFJthGQPa5 .navbar {
    height: 70px;
  }
  .cid-uFJthGQPa5 .navbar.opened {
    height: auto;
  }
  .cid-uFJthGQPa5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJthGQPa5 .icons-menu {
    padding-right: 0;
  }
  .cid-uFJthGQPa5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}

.cid-uFJthHZhbX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/img/ebc-give.jpg");
}
.cid-uFJthHZhbX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uFJthHZhbX {
    align-items: flex-end;
  }
  .cid-uFJthHZhbX .row {
    justify-content: flex-start;
  }
  .cid-uFJthHZhbX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFJthHZhbX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFJthHZhbX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFJthHZhbX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFJthHZhbX .content-wrap {
    width: 100%;
  }
}
.cid-uFJthHZhbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJthHZhbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJthHZhbX .mbr-section-title,
.cid-uFJthHZhbX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFJthHZhbX .mbr-text,
.cid-uFJthHZhbX .mbr-section-btn {
  text-align: left;
}
.cid-uFJthHZhbX .mbr-section-title {
  color: #d7dbc4;
}
.cid-uFJtKuExET {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f0f1e7;
}
.cid-uFJtKuExET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJtKuExET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJtKuExET .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFJtKuExET .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uFJtKuExET .mbr-section-subtitle {
  color: #000000;
}
.cid-uFJtKuExET .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uFJtKuExET .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFJtKuExET .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFJtKuExET .mbr-number {
  color: #2e481a;
}
.cid-uFJtKuExET .mbr-section-title {
  text-align: left;
}
.cid-uFJtKuExET .mbr-subtitle {
  text-align: center;
}
.cid-uFJtKuExET .card-text,
.cid-uFJtKuExET .item .mbr-section-btn {
  text-align: left;
}
.cid-uFJthIkeDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJthIkeDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJthIkeDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJthIkeDy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .container {
    padding: 0 26px;
  }
}
.cid-uFJthIkeDy .row {
  justify-content: center;
}
.cid-uFJthIkeDy .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJthIkeDy .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJthIkeDy .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJthIkeDy .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJthIkeDy .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJthIkeDy .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJthIkeDy .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJthIkeDy .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJthIkeDy .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJthIkeDy .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJthIkeDy .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJthIkeDy .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJthIkeDy .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJthIkeDy .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJthIkeDy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJthIkeDy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJthIkeDy .mbr-section-title {
  color: #ffffff;
}
.cid-uFJthIkeDy .mbr-text {
  color: #ffffff;
}
.cid-uFJthIkeDy .list {
  color: #ffffff;
}
.cid-uFJthIkeDy .list,
.cid-uFJthIkeDy .nav-wrapper,
.cid-uFJthIkeDy .social-wrapper {
  text-align: right;
}
.cid-uFJvrs9B8u {
  z-index: 1000;
  width: 100%;
}
.cid-uFJvrs9B8u nav.navbar {
  position: fixed;
}
.cid-uFJvrs9B8u .container,
.cid-uFJvrs9B8u .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFJvrs9B8u .container,
  .cid-uFJvrs9B8u .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uFJvrs9B8u .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-uFJvrs9B8u .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #ffffff !important;
}
.cid-uFJvrs9B8u .dropdown-item:hover,
.cid-uFJvrs9B8u .dropdown-item:focus {
  color: #2e481a !important;
}
.cid-uFJvrs9B8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFJvrs9B8u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFJvrs9B8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFJvrs9B8u .nav-link {
  position: relative;
}
.cid-uFJvrs9B8u .nav-link:hover {
  color: #ffffff !important;
}
.cid-uFJvrs9B8u .nav-link:hover:before {
  opacity: 1;
}
.cid-uFJvrs9B8u .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uFJvrs9B8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFJvrs9B8u .container {
  display: flex;
  margin: auto;
}
.cid-uFJvrs9B8u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFJvrs9B8u .nav-item:focus,
.cid-uFJvrs9B8u .nav-link:focus {
  outline: none;
}
.cid-uFJvrs9B8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFJvrs9B8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFJvrs9B8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFJvrs9B8u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFJvrs9B8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFJvrs9B8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFJvrs9B8u .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  background: rgba(239, 230, 211, 0.9);
}
.cid-uFJvrs9B8u .navbar.opened {
  transition: all 0.3s;
}
.cid-uFJvrs9B8u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFJvrs9B8u .navbar .navbar-logo img {
  width: auto;
}
.cid-uFJvrs9B8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFJvrs9B8u .navbar.collapsed {
  justify-content: center;
}
.cid-uFJvrs9B8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFJvrs9B8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFJvrs9B8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uFJvrs9B8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFJvrs9B8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFJvrs9B8u .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-uFJvrs9B8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFJvrs9B8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFJvrs9B8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFJvrs9B8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFJvrs9B8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFJvrs9B8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFJvrs9B8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFJvrs9B8u .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-uFJvrs9B8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFJvrs9B8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFJvrs9B8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFJvrs9B8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFJvrs9B8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFJvrs9B8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFJvrs9B8u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFJvrs9B8u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFJvrs9B8u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFJvrs9B8u .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-uFJvrs9B8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFJvrs9B8u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFJvrs9B8u .dropdown-item.active,
.cid-uFJvrs9B8u .dropdown-item:active {
  background-color: transparent;
}
.cid-uFJvrs9B8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFJvrs9B8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFJvrs9B8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFJvrs9B8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe6d3;
}
.cid-uFJvrs9B8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFJvrs9B8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFJvrs9B8u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFJvrs9B8u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFJvrs9B8u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-uFJvrs9B8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFJvrs9B8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFJvrs9B8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJvrs9B8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFJvrs9B8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFJvrs9B8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJvrs9B8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFJvrs9B8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFJvrs9B8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFJvrs9B8u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFJvrs9B8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFJvrs9B8u .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-uFJvrs9B8u .navbar {
    height: 70px;
  }
  .cid-uFJvrs9B8u .navbar.opened {
    height: auto;
  }
  .cid-uFJvrs9B8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uFJvrs9B8u .icons-menu {
    padding-right: 0;
  }
  .cid-uFJvrs9B8u .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uFJvrtNFbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c1803;
}
.cid-uFJvrtNFbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJvrtNFbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJvrtNFbo .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .container {
    padding: 0 26px;
  }
}
.cid-uFJvrtNFbo .row {
  justify-content: center;
}
.cid-uFJvrtNFbo .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJvrtNFbo .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJvrtNFbo .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFJvrtNFbo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFJvrtNFbo .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFJvrtNFbo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uFJvrtNFbo .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uFJvrtNFbo .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFJvrtNFbo .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uFJvrtNFbo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uFJvrtNFbo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uFJvrtNFbo .mbr-section-title {
  color: #ffffff;
}
.cid-uFJvrtNFbo .mbr-text {
  color: #ffffff;
}
.cid-uFJvrtNFbo .list {
  color: #ffffff;
}
.cid-uFJvrtNFbo .list,
.cid-uFJvrtNFbo .nav-wrapper,
.cid-uFJvrtNFbo .social-wrapper {
  text-align: right;
}
.cid-uGG2w4DFCy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f1e7;
}
.cid-uGG2w4DFCy .item:focus,
.cid-uGG2w4DFCy span:focus {
  outline: none;
}
.cid-uGG2w4DFCy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGG2w4DFCy .item {
    margin-bottom: 1rem;
  }
}
.cid-uGG2w4DFCy .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGG2w4DFCy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGG2w4DFCy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uGG2w4DFCy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGG2w4DFCy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGG2w4DFCy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGG2w4DFCy .mbr-text,
.cid-uGG2w4DFCy .item .mbr-section-btn {
  text-align: center;
}
.cid-uGG2w4DFCy .content-head {
  max-width: 800px;
}
.cid-uGG2w4DFCy .mbr-number {
  color: #2e481a;
  text-align: left;
}
.cid-uGG2w4DFCy .mbr-section-subtitle,
.cid-uGG2w4DFCy .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uGG2w4DFCy .mbr-text {
  text-align: left;
}
.cid-uGG2w4DFCy .mbr-text,
.cid-uGG2w4DFCy .mbr-card-btn {
  text-align: left;
}
.cid-uGG2w4DFCy .mbr-text,
.cid-uGG2w4DFCy .mbr-section-btn {
  text-align: left;
}
.cid-uGG2w4DFCy .mbr-text,
.cid-uGG2w4DFCy .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uGG2w4DFCy .card-text,
.cid-uGG2w4DFCy .item .mbr-section-btn {
  text-align: left;
}
.cid-uGG2w4DFCy .card-title {
  text-align: center;
}
.cid-uGGaGRajO2 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uGGaGRajO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGaGRajO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO2 .container {
    padding: 0 24px;
  }
}
.cid-uGGaGRajO2 .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO2 .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGGaGRajO2 .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO2 .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uGGaGRajO2 .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGGaGRajO2 .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO2 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e481a;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #647756 0%, transparent 100%);
}
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uGGaGRajO2 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #647756 !important;
  border-color: #647756 !important;
}
.cid-uGGaGRajO2 .mbr-section-title {
  color: #141414;
}
.cid-uGGaGRajO2 .mbr-desc {
  color: #141414;
}
.cid-uGGaGRajO2 label {
  color: #141414;
}
.cid-uGGaGRajO3 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uGGaGRajO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGaGRajO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO3 .container {
    padding: 0 24px;
  }
}
.cid-uGGaGRajO3 .form-wrapper {
  background-color: #ffffff;
  padding:2rem 2rem 0rem 2rem;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO3 .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGGaGRajO3 .form-wrapper .title-wrapper {
  width: 100%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO3 .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uGGaGRajO3 .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uGGaGRajO3 .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap {
  width: 100%;
  padding-bottom:3rem;
}
@media (max-width: 992px) {
  .cid-uGGaGRajO3 .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 1rem;
  border: none !important;
  border: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e481a;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #647756 0%, transparent 100%);
}
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uGGaGRajO3 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #647756 !important;
  border-color: #647756 !important;
}
.cid-uGGaGRajO3 .mbr-section-title {
  color: #141414;
}
.cid-uGGaGRajO3 .mbr-desc {
  color: #141414;
}
.cid-uGGaGRajO3 label {
  color: #141414;
}
.cid-uH3sqNH5cK {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb;
}
.cid-uH3sqNH5cK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3sqNH5cK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3sqNH5cK .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uH3sqNH5cK .row .item {
  padding: 0 13px;
}
.cid-uH3sqNH5cK .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uH3sqNH5cK .item {
    margin-bottom: 16px;
  }
}
.cid-uH3sqNH5cK .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uH3sqNH5cK .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uH3sqNH5cK .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uH3sqNH5cK .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #151e11;
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uH3sqNH5cK .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uH3sqNH5cK .item-label,
.cid-uH3sqNH5cK .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uH3sqNH5cK .item-title {
  color: #fff7ee;
}
.cid-uH3sqNH5cK .item-title,
.cid-uH3sqNH5cK .mbr-section-btn {
  text-align: center;
}
.cid-uH3KYF6oLU {
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uH3KYF6oLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3KYF6oLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3KYF6oLU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uH3KYF6oLU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uH3KYF6oLU .container {
    padding: 0 24px;
  }
}
.cid-uH3KYF6oLU .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-uH3KYF6oLU .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uH3KYF6oLU .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uH3KYF6oLU .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uH3KYF6oLU .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uH3KYF6oLU .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uH3KYF6oLU .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #2e481a;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #647756 0%, transparent 100%);
}
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uH3KYF6oLU .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #647756 !important;
  border-color: #647756 !important;
}
.cid-uH3KYF6oLU .mbr-section-title {
  color: #141414;
}
.cid-uH3KYF6oLU .mbr-desc {
  color: #141414;
}
.cid-uH3KYF6oLU label {
  color: #141414;
}