.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: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #6cf812 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #6cf812 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6cf812 !important;
  border-color: #6cf812 !important;
  color: #040b00;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8bf944 !important;
  border-color: #8bf944 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #040b00 !important;
  background-color: #8bf944 !important;
  border-color: #8bf944 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #6cf812 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6cf812;
  color: #6cf812;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #47ae05 !important;
  background-color: transparent !important;
  border-color: #47ae05 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #040b00 !important;
  background-color: #6cf812 !important;
  border-color: #6cf812 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #6cf812 !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #419f05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !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: #fddb00 !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: #6cf812;
}
.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: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6cf812;
  border-color: #6cf812;
  color: #0f2301;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6cf812;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7fed8;
}
.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: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6cf812 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6cf812;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6cf812;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6cf812;
}
.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: #6cf812;
  border-bottom-color: #6cf812;
}
.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: #000000 !important;
  background-color: #6cf812 !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: #c4d6b0 !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='%236cf812' %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-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .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-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #ffffff !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uE5fcKUEot {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uE5fcKUEot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5fcKUEot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5fcKUEot .items-wrap {
  justify-content: space-between;
}
.cid-uE5fcKUEot .items-wrap .card {
  justify-content: center;
}
.cid-uE5fcKUEot .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uE5fcKUEot .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE5fcKUEot .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uE5fcKUEot .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5fcKUEot .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uE5fcKUEot .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uE5fcKUEot .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5fcKUEot .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE5fcKUEot .image-wrapper img {
    height: 350px;
  }
}
.cid-uE5fcKUEot .mbr-desc {
  color: #000000;
}
.cid-uE5fcKUEot .mbr-section-title {
  color: #ffffff;
}
.cid-uE5fcKUEot .mbr-text {
  color: #000000;
}
.cid-uE5fcKUEot .mbr-text,
.cid-uE5fcKUEot .mbr-section-btn {
  color: #ffffff;
}
.cid-uE5fzVZ2qp {
  background-color: #8e854b !important;
  border: 18px solid #8e854b;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uE5fzVZ2qp {
    border: 8px solid #8e854b;
    margin-top: -8px;
  }
}
.cid-uE5fzVZ2qp .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uE5fzVZ2qp section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uE5fzVZ2qp .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uE5fzVZ2qp .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5fzVZ2qp .row .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-uE5fzVZ2qp .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uE5fzVZ2qp .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE5fzVZ2qp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE5fzVZ2qp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uE5fzVZ2qp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uE5fzVZ2qp .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uE5fzVZ2qp .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uE5fzVZ2qp .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uE5fzVZ2qp .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uE5fzVZ2qp .image-wrapper {
    height: auto;
  }
}
.cid-uE5fzVZ2qp .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uE5fzVZ2qp .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uE5fzVZ2qp .mbr-section-title {
  color: #ed2c03;
}
.cid-uE5fzVZ2qp .list {
  color: #000000;
}
.cid-uE5ftncJmY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8e854b;
}
.cid-uE5ftncJmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5ftncJmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5ftncJmY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .container {
    padding: 0 16px;
  }
}
.cid-uE5ftncJmY .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .row {
    margin: 0 10px;
  }
}
.cid-uE5ftncJmY .row .card {
  position: relative;
  padding: 0;
}
.cid-uE5ftncJmY .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uE5ftncJmY .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uE5ftncJmY .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uE5ftncJmY .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uE5ftncJmY .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uE5ftncJmY .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uE5ftncJmY .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uE5ftncJmY .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE5ftncJmY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uE5ftncJmY .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uE5ftncJmY .mbr-section-title {
  color: #fdfcfc;
}
.cid-uE5ftncJmY .mbr-text {
  color: #F9A600;
}
.cid-uE5ftncJmY .mbr-section-title,
.cid-uE5ftncJmY .icon-wrapper {
  color: #000000;
}
.cid-uE5ftncJmY .mbr-text,
.cid-uE5ftncJmY .mbr-section-btn {
  color: #ffffff;
}
.cid-uE5fRG2wyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE5fRG2wyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5fRG2wyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5fRG2wyZ .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uE5fRG2wyZ .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uE5fRG2wyZ .col-img {
    width: 100%;
  }
}
.cid-uE5fRG2wyZ .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uE5fRG2wyZ .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uE5fRG2wyZ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uE5fRG2wyZ .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uE5fRG2wyZ .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uE5fRG2wyZ .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uE5fRG2wyZ .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uE5fRG2wyZ .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uE5fRG2wyZ .card-title {
  color: #000000;
}
.cid-uE5fRG2wyZ .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uE5fRG2wyZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uE5fRG2wyZ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uE5fRG2wyZ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uE5fRG2wyZ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uE5fRG2wyZ .mbr-text,
.cid-uE5fRG2wyZ .mbr-section-btn {
  color: #000000;
}
.cid-uE1xfsY79g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uE1xfsY79g .row {
  position: relative;
}
.cid-uE1xfsY79g .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uE1xfsY79g .row .blur-circle {
    display: none;
  }
}
.cid-uE1xfsY79g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1xfsY79g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1xfsY79g .row {
  justify-content: center;
}
.cid-uE1xfsY79g .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uE1xfsY79g .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uE1xfsY79g .row {
    padding: 0 24px;
  }
}
.cid-uE1xfsY79g .row.row-wrapper {
  padding: 64px;
  background-color: #8e854b;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uE1xfsY79g .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffffff;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uE1xfsY79g .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uE1xfsY79g .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uE1xfsY79g .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uE1xfsY79g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE1xfsY79g .mbr-link {
  color: #f4efe8;
}
.cid-uE1xfsY79g .mbr-desc {
  color: #f4efe8;
}
.cid-uE1xfsY79g .mbr-text {
  color: #f4efe8;
}
.cid-uE5gelZ0G9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uE5gelZ0G9 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uE5gelZ0G9 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uE5gelZ0G9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uE5gelZ0G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5gelZ0G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcO6IKxQD {
  background-color: #8e854b;
}
.cid-uPcO6IKxQD .container-fluid {
  padding-right: 0;
}
.cid-uPcO6IKxQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcO6IKxQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcO6IKxQD .title {
  display: flex;
  align-items: center;
}
.cid-uPcO6IKxQD .title-wrapper {
  width: 100%;
}
.cid-uPcO6IKxQD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcO6IKxQD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uPcO6IKxQD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcO6IKxQD .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uPcO6IKxQD .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPcO6IKxQD .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uPcO6IKxQD .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uPcO6IKxQD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPcO6IKxQD .mbr-section-subtitle {
  color: #181818;
  text-align: right;
}
.cid-uPcO6IKxQD .mbr-section-title {
  color: #181818;
}
.cid-uPcO6IKxQD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPcO6IKxQD .mbr-section-title,
.cid-uPcO6IKxQD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uE5g99eAEy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE5g99eAEy .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uE5g99eAEy .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uE5g99eAEy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uE5g99eAEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5g99eAEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5hln5eVp {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #8e854b;
}
.cid-uE5hln5eVp .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uE5hln5eVp .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uE5hln5eVp .acc {
    padding: 0 2rem;
  }
}
.cid-uE5hln5eVp .img-col {
  padding: 0;
}
.cid-uE5hln5eVp .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uE5hln5eVp .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uE5hln5eVp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uE5hln5eVp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uE5hln5eVp .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-uE5hln5eVp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uE5hln5eVp .card .panel-body {
  color: #767676;
}
.cid-uE5hln5eVp .card:hover {
  background: #f2f2f4;
}
.cid-uE5hln5eVp .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ffffff;
}
.cid-uE5hln5eVp .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uE5hln5eVp .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uE5hln5eVp .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uE5hln5eVp .panel-collapse {
  margin-top: -1px;
}
.cid-uE5hln5eVp H4 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uE5hln5eVp .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE5hln5eVp .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uE5hln5eVp .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uE5hln5eVp .sign {
    margin-right: 0.5rem;
  }
}
.cid-uE5hln5eVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5hln5eVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5hln5eVp H2 {
  color: #ffffff;
}
.cid-uE5g7KYNNK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE5g7KYNNK .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uE5g7KYNNK .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uE5g7KYNNK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uE5g7KYNNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5g7KYNNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5fSN35iZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uE5fSN35iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5fSN35iZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5fSN35iZ .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uE5fSN35iZ .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uE5fSN35iZ .col-img {
    width: 100%;
  }
}
.cid-uE5fSN35iZ .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uE5fSN35iZ .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uE5fSN35iZ .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uE5fSN35iZ .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uE5fSN35iZ .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uE5fSN35iZ .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uE5fSN35iZ .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uE5fSN35iZ .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uE5fSN35iZ .card-title {
  color: #000000;
}
.cid-uE5fSN35iZ .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uE5fSN35iZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uE5fSN35iZ .mbr-text {
    margin-top: 12px;
  }
}
.cid-uE5fSN35iZ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uE5fSN35iZ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uE5fSN35iZ .mbr-text,
.cid-uE5fSN35iZ .mbr-section-btn {
  color: #000000;
}
.cid-uE5g5AbH4n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uE5g5AbH4n .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uE5g5AbH4n .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uE5g5AbH4n .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uE5g5AbH4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5g5AbH4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1CUApiVy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uE1CUApiVy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uE1CUApiVy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uE1CUApiVy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uE1CUApiVy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uE1CUApiVy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uE1CUApiVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1CUApiVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1D9SdWVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uE1D9SdWVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1D9SdWVy .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-uE1D9SdWVy .container {
    padding: 0 30px;
  }
}
.cid-uE1D9SdWVy .row {
  justify-content: center;
}
.cid-uE1D9SdWVy .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uE1D9SdWVy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1D9SdWVy .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1D9SdWVy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap:hover,
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap:hover::before,
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uE1D9SdWVy .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1D9SdWVy .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1D9SdWVy .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1D9SdWVy .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE1D9SdWVy .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1D9SdWVy .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uE1D9SdWVy .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uE1D9SdWVy .mbr-section-title {
  color: #bee0d6;
}
.cid-uE1D9SdWVy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE1D9SdWVy .list {
  color: #bee0d6;
}
.cid-uE1D9SdWVy .mbr-address {
  color: #ffffff;
}
.cid-uE1D9SdWVy .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uE1D9SdWVy .list,
.cid-uE1D9SdWVy .item-wrap,
.cid-uE1D9SdWVy .nav-wrapper {
  color: #ffffff;
}
.cid-uE1D9SdWVy .mbr-section-title,
.cid-uE1D9SdWVy .logo-wrapper {
  color: #ffffff;
}
.cid-uE1KIDyq7V {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uE1KIDyq7V .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;
}
@media (max-width: 767px) {
  .cid-uE1KIDyq7V .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uE1KIDyq7V .btn {
  font-weight: 400;
}
.cid-uE1KIDyq7V .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1KIDyq7V .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uE1KIDyq7V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1KIDyq7V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1KIDyq7V .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uE1KIDyq7V .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uE1KIDyq7V .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uE1KIDyq7V .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uE1KIDyq7V .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uE1KIDyq7V .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uE1KIDyq7V .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uE1KIDyq7V .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uE1KIDyq7V .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uE1KIDyq7V .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uE1KIDyq7V .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uE1KIDyq7V .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uE1KIDyq7V .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uE1KIDyq7V .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uE1KIDyq7V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uE1KIDyq7V .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uE1KIDyq7V .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE1KIDyq7V .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uE1KIDyq7V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE1KIDyq7V .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uE1KIDyq7V .nav-item:focus,
.cid-uE1KIDyq7V .nav-link:focus {
  outline: none;
}
.cid-uE1KIDyq7V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE1KIDyq7V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE1KIDyq7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE1KIDyq7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1KIDyq7V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1KIDyq7V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1KIDyq7V .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uE1KIDyq7V .navbar.opened {
  transition: all 0.25s;
}
.cid-uE1KIDyq7V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE1KIDyq7V .navbar .navbar-logo img {
  width: auto;
}
.cid-uE1KIDyq7V .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uE1KIDyq7V .navbar.collapsed {
  justify-content: center;
}
.cid-uE1KIDyq7V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE1KIDyq7V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE1KIDyq7V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE1KIDyq7V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1KIDyq7V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1KIDyq7V .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-uE1KIDyq7V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1KIDyq7V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE1KIDyq7V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uE1KIDyq7V .navbar {
    min-height: 72px;
  }
  .cid-uE1KIDyq7V .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uE1KIDyq7V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE1KIDyq7V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1KIDyq7V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1KIDyq7V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1KIDyq7V .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-uE1KIDyq7V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1KIDyq7V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uE1KIDyq7V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE1KIDyq7V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE1KIDyq7V .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uE1KIDyq7V .dropdown-item.active,
.cid-uE1KIDyq7V .dropdown-item:active {
  background-color: transparent;
}
.cid-uE1KIDyq7V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1KIDyq7V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE1KIDyq7V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE1KIDyq7V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE1KIDyq7V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uE1KIDyq7V .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uE1KIDyq7V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE1KIDyq7V .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uE1KIDyq7V .navbar-buttons {
    text-align: left;
  }
}
.cid-uE1KIDyq7V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE1KIDyq7V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uE1KIDyq7V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1KIDyq7V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1KIDyq7V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1KIDyq7V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1KIDyq7V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1KIDyq7V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1KIDyq7V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1KIDyq7V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1KIDyq7V .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uE1KIDyq7V .opacityScroll {
  background: #ffffff !important;
}
.cid-uE1KIDyq7V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE1KIDyq7V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE1KIDyq7V .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1KIDyq7V .navbar {
    height: 70px;
  }
  .cid-uE1KIDyq7V .navbar.opened {
    height: auto;
  }
  .cid-uE1KIDyq7V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uE1KIDyq7V .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uE1KIDyq7V .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uE1KIDyq7V .navbar-brand {
    margin-right: auto;
  }
  .cid-uE1KIDyq7V .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uE1KIDyq7V .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uE1KIDyq7V .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uE1KIDyq7V .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uE1KIDyq7V .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uE1KIDyq7V .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uE1KIDyq7V .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uE1KIDyq7V .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uE5smyt9mQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uE5smyt9mQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5smyt9mQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5smyt9mQ .items-wrap {
  justify-content: space-between;
}
.cid-uE5smyt9mQ .items-wrap .card {
  justify-content: center;
}
.cid-uE5smyt9mQ .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uE5smyt9mQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE5smyt9mQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uE5smyt9mQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5smyt9mQ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uE5smyt9mQ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uE5smyt9mQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5smyt9mQ .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE5smyt9mQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uE5smyt9mQ .mbr-desc {
  color: #000000;
}
.cid-uE5smyt9mQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE5smyt9mQ .mbr-text {
  color: #000000;
}
.cid-uE5smyt9mQ .mbr-text,
.cid-uE5smyt9mQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uE1KIHaf7N {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1KIHaf7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1KIHaf7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1KIHaf7N .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uE1KIHaf7N .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uE1KIHaf7N .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uE1KIHaf7N {
    align-items: center;
  }
  .cid-uE1KIHaf7N .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uE1KIHaf7N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uE1KIHaf7N {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uE1KIHaf7N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uE1KIHaf7N .content-wrap {
    width: 100%;
  }
}
.cid-uE1KIHaf7N .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uE1KIHaf7N .mbr-text,
.cid-uE1KIHaf7N .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uE1KIHaf7N .mbr-section-title,
.cid-uE1KIHaf7N .line {
  color: #000000;
}
.cid-uE1KIUpOm1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uE1KIUpOm1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uE1KIUpOm1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uE1KIUpOm1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uE1KIUpOm1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uE1KIUpOm1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uE1KIUpOm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1KIUpOm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1KIVo8lJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uE1KIVo8lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1KIVo8lJ .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-uE1KIVo8lJ .container {
    padding: 0 30px;
  }
}
.cid-uE1KIVo8lJ .row {
  justify-content: center;
}
.cid-uE1KIVo8lJ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uE1KIVo8lJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1KIVo8lJ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1KIVo8lJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap:hover,
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uE1KIVo8lJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1KIVo8lJ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1KIVo8lJ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE1KIVo8lJ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1KIVo8lJ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uE1KIVo8lJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uE1KIVo8lJ .mbr-section-title {
  color: #bee0d6;
}
.cid-uE1KIVo8lJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .list {
  color: #bee0d6;
}
.cid-uE1KIVo8lJ .mbr-address {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uE1KIVo8lJ .list,
.cid-uE1KIVo8lJ .item-wrap,
.cid-uE1KIVo8lJ .nav-wrapper {
  color: #ffffff;
}
.cid-uE1KIVo8lJ .mbr-section-title,
.cid-uE1KIVo8lJ .logo-wrapper {
  color: #ffffff;
}
.cid-uE1TfFiR7s {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uE1TfFiR7s .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;
}
@media (max-width: 767px) {
  .cid-uE1TfFiR7s .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uE1TfFiR7s .btn {
  font-weight: 400;
}
.cid-uE1TfFiR7s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE1TfFiR7s .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uE1TfFiR7s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE1TfFiR7s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE1TfFiR7s .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uE1TfFiR7s .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uE1TfFiR7s .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uE1TfFiR7s .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uE1TfFiR7s .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uE1TfFiR7s .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uE1TfFiR7s .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uE1TfFiR7s .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uE1TfFiR7s .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uE1TfFiR7s .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uE1TfFiR7s .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uE1TfFiR7s .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uE1TfFiR7s .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uE1TfFiR7s .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uE1TfFiR7s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uE1TfFiR7s .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uE1TfFiR7s .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE1TfFiR7s .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uE1TfFiR7s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE1TfFiR7s .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uE1TfFiR7s .nav-item:focus,
.cid-uE1TfFiR7s .nav-link:focus {
  outline: none;
}
.cid-uE1TfFiR7s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE1TfFiR7s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE1TfFiR7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE1TfFiR7s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE1TfFiR7s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE1TfFiR7s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE1TfFiR7s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uE1TfFiR7s .navbar.opened {
  transition: all 0.25s;
}
.cid-uE1TfFiR7s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE1TfFiR7s .navbar .navbar-logo img {
  width: auto;
}
.cid-uE1TfFiR7s .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uE1TfFiR7s .navbar.collapsed {
  justify-content: center;
}
.cid-uE1TfFiR7s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE1TfFiR7s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE1TfFiR7s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE1TfFiR7s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE1TfFiR7s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE1TfFiR7s .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-uE1TfFiR7s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE1TfFiR7s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE1TfFiR7s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uE1TfFiR7s .navbar {
    min-height: 72px;
  }
  .cid-uE1TfFiR7s .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uE1TfFiR7s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE1TfFiR7s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE1TfFiR7s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE1TfFiR7s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE1TfFiR7s .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-uE1TfFiR7s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE1TfFiR7s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uE1TfFiR7s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE1TfFiR7s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE1TfFiR7s .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uE1TfFiR7s .dropdown-item.active,
.cid-uE1TfFiR7s .dropdown-item:active {
  background-color: transparent;
}
.cid-uE1TfFiR7s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE1TfFiR7s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE1TfFiR7s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE1TfFiR7s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE1TfFiR7s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uE1TfFiR7s .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uE1TfFiR7s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE1TfFiR7s .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uE1TfFiR7s .navbar-buttons {
    text-align: left;
  }
}
.cid-uE1TfFiR7s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE1TfFiR7s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uE1TfFiR7s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE1TfFiR7s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1TfFiR7s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE1TfFiR7s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE1TfFiR7s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1TfFiR7s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE1TfFiR7s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE1TfFiR7s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE1TfFiR7s .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uE1TfFiR7s .opacityScroll {
  background: #ffffff !important;
}
.cid-uE1TfFiR7s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE1TfFiR7s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE1TfFiR7s .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE1TfFiR7s .navbar {
    height: 70px;
  }
  .cid-uE1TfFiR7s .navbar.opened {
    height: auto;
  }
  .cid-uE1TfFiR7s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uE1TfFiR7s .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uE1TfFiR7s .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uE1TfFiR7s .navbar-brand {
    margin-right: auto;
  }
  .cid-uE1TfFiR7s .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uE1TfFiR7s .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uE1TfFiR7s .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uE1TfFiR7s .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uE1TfFiR7s .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uE1TfFiR7s .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uE1TfFiR7s .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uE1TfFiR7s .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uE5uJyxkyK {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uE5uJyxkyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5uJyxkyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE5uJyxkyK .items-wrap {
  justify-content: space-between;
}
.cid-uE5uJyxkyK .items-wrap .card {
  justify-content: center;
}
.cid-uE5uJyxkyK .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uE5uJyxkyK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE5uJyxkyK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uE5uJyxkyK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5uJyxkyK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uE5uJyxkyK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uE5uJyxkyK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE5uJyxkyK .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE5uJyxkyK .image-wrapper img {
    height: 350px;
  }
}
.cid-uE5uJyxkyK .mbr-desc {
  color: #000000;
}
.cid-uE5uJyxkyK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE5uJyxkyK .mbr-text {
  color: #000000;
}
.cid-uE5uJyxkyK .mbr-text,
.cid-uE5uJyxkyK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uE1TfJ0fub {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE1TfJ0fub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TfJ0fub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1TfJ0fub .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uE1TfJ0fub .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uE1TfJ0fub .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uE1TfJ0fub {
    align-items: center;
  }
  .cid-uE1TfJ0fub .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uE1TfJ0fub .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uE1TfJ0fub {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uE1TfJ0fub .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uE1TfJ0fub .content-wrap {
    width: 100%;
  }
}
.cid-uE1TfJ0fub .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uE1TfJ0fub .mbr-text,
.cid-uE1TfJ0fub .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uE1TfJ0fub .mbr-section-title,
.cid-uE1TfJ0fub .line {
  color: #000000;
}
.cid-uE1TfKq87q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uE1TfKq87q .google-map {
  height: 30rem;
  position: relative;
}
.cid-uE1TfKq87q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uE1TfKq87q .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uE1TfKq87q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uE1TfKq87q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uE1TfKq87q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TfKq87q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1TfLfT1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uE1TfLfT1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1TfLfT1f .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-uE1TfLfT1f .container {
    padding: 0 30px;
  }
}
.cid-uE1TfLfT1f .row {
  justify-content: center;
}
.cid-uE1TfLfT1f .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uE1TfLfT1f .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE1TfLfT1f .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1TfLfT1f .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap:hover,
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap:hover::before,
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uE1TfLfT1f .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1TfLfT1f .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uE1TfLfT1f .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE1TfLfT1f .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE1TfLfT1f .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uE1TfLfT1f .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uE1TfLfT1f .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uE1TfLfT1f .mbr-section-title {
  color: #bee0d6;
}
.cid-uE1TfLfT1f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE1TfLfT1f .list {
  color: #bee0d6;
}
.cid-uE1TfLfT1f .mbr-address {
  color: #ffffff;
}
.cid-uE1TfLfT1f .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uE1TfLfT1f .list,
.cid-uE1TfLfT1f .item-wrap,
.cid-uE1TfLfT1f .nav-wrapper {
  color: #ffffff;
}
.cid-uE1TfLfT1f .mbr-section-title,
.cid-uE1TfLfT1f .logo-wrapper {
  color: #ffffff;
}
.cid-uPcDurXajQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPcDurXajQ .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;
}
@media (max-width: 767px) {
  .cid-uPcDurXajQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPcDurXajQ .btn {
  font-weight: 400;
}
.cid-uPcDurXajQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPcDurXajQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPcDurXajQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcDurXajQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcDurXajQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uPcDurXajQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPcDurXajQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPcDurXajQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPcDurXajQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPcDurXajQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPcDurXajQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPcDurXajQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPcDurXajQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPcDurXajQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPcDurXajQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPcDurXajQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPcDurXajQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcDurXajQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPcDurXajQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPcDurXajQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uPcDurXajQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcDurXajQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPcDurXajQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcDurXajQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uPcDurXajQ .nav-item:focus,
.cid-uPcDurXajQ .nav-link:focus {
  outline: none;
}
.cid-uPcDurXajQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcDurXajQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcDurXajQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcDurXajQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcDurXajQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcDurXajQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcDurXajQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPcDurXajQ .navbar.opened {
  transition: all 0.25s;
}
.cid-uPcDurXajQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcDurXajQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcDurXajQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPcDurXajQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPcDurXajQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcDurXajQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcDurXajQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcDurXajQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcDurXajQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcDurXajQ .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-uPcDurXajQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcDurXajQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcDurXajQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcDurXajQ .navbar {
    min-height: 72px;
  }
  .cid-uPcDurXajQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPcDurXajQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcDurXajQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcDurXajQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcDurXajQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcDurXajQ .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-uPcDurXajQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcDurXajQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPcDurXajQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcDurXajQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcDurXajQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPcDurXajQ .dropdown-item.active,
.cid-uPcDurXajQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcDurXajQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcDurXajQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcDurXajQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcDurXajQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPcDurXajQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPcDurXajQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPcDurXajQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcDurXajQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPcDurXajQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uPcDurXajQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcDurXajQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPcDurXajQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcDurXajQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcDurXajQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcDurXajQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcDurXajQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcDurXajQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcDurXajQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcDurXajQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcDurXajQ .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uPcDurXajQ .opacityScroll {
  background: #ffffff !important;
}
.cid-uPcDurXajQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcDurXajQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPcDurXajQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcDurXajQ .navbar {
    height: 70px;
  }
  .cid-uPcDurXajQ .navbar.opened {
    height: auto;
  }
  .cid-uPcDurXajQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPcDurXajQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPcDurXajQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPcDurXajQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uPcDurXajQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uPcDurXajQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPcDurXajQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPcDurXajQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcDurXajQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPcDurXajQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPcDurXajQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPcDurXajQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPcDusvKUa {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcDusvKUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDusvKUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDusvKUa .items-wrap {
  justify-content: space-between;
}
.cid-uPcDusvKUa .items-wrap .card {
  justify-content: center;
}
.cid-uPcDusvKUa .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uPcDusvKUa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPcDusvKUa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcDusvKUa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcDusvKUa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPcDusvKUa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uPcDusvKUa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcDusvKUa .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPcDusvKUa .image-wrapper img {
    height: 350px;
  }
}
.cid-uPcDusvKUa .mbr-desc {
  color: #000000;
}
.cid-uPcDusvKUa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcDusvKUa .mbr-text {
  color: #000000;
}
.cid-uPcDusvKUa .mbr-text,
.cid-uPcDusvKUa .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcDusSKUG {
  background-color: #8e854b !important;
  border: 18px solid #8e854b;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uPcDusSKUG {
    border: 8px solid #8e854b;
    margin-top: -8px;
  }
}
.cid-uPcDusSKUG .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uPcDusSKUG section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uPcDusSKUG .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPcDusSKUG .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDusSKUG .row .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-uPcDusSKUG .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPcDusSKUG .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcDusSKUG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDusSKUG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPcDusSKUG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPcDusSKUG .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uPcDusSKUG .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPcDusSKUG .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uPcDusSKUG .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcDusSKUG .image-wrapper {
    height: auto;
  }
}
.cid-uPcDusSKUG .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uPcDusSKUG .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uPcDusSKUG .mbr-section-title {
  color: #ed2c03;
}
.cid-uPcDusSKUG .list {
  color: #000000;
}
.cid-uPcDuthBZ0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8e854b;
}
.cid-uPcDuthBZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuthBZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuthBZ0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .container {
    padding: 0 16px;
  }
}
.cid-uPcDuthBZ0 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .row {
    margin: 0 10px;
  }
}
.cid-uPcDuthBZ0 .row .card {
  position: relative;
  padding: 0;
}
.cid-uPcDuthBZ0 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uPcDuthBZ0 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcDuthBZ0 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uPcDuthBZ0 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcDuthBZ0 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uPcDuthBZ0 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPcDuthBZ0 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uPcDuthBZ0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPcDuthBZ0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPcDuthBZ0 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uPcDuthBZ0 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uPcDuthBZ0 .mbr-text {
  color: #F9A600;
}
.cid-uPcDuthBZ0 .mbr-section-title,
.cid-uPcDuthBZ0 .icon-wrapper {
  color: #000000;
}
.cid-uPcDuthBZ0 .mbr-text,
.cid-uPcDuthBZ0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcDutMSfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcDutMSfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDutMSfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDutMSfA .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcDutMSfA .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcDutMSfA .col-img {
    width: 100%;
  }
}
.cid-uPcDutMSfA .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcDutMSfA .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcDutMSfA .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcDutMSfA .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcDutMSfA .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcDutMSfA .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcDutMSfA .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcDutMSfA .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcDutMSfA .card-title {
  color: #000000;
}
.cid-uPcDutMSfA .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcDutMSfA .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcDutMSfA .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcDutMSfA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcDutMSfA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcDutMSfA .mbr-text,
.cid-uPcDutMSfA .mbr-section-btn {
  color: #000000;
}
.cid-uPcDuunfVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcDuunfVn .row {
  position: relative;
}
.cid-uPcDuunfVn .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uPcDuunfVn .row .blur-circle {
    display: none;
  }
}
.cid-uPcDuunfVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuunfVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuunfVn .row {
  justify-content: center;
}
.cid-uPcDuunfVn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPcDuunfVn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uPcDuunfVn .row {
    padding: 0 24px;
  }
}
.cid-uPcDuunfVn .row.row-wrapper {
  padding: 64px;
  background-color: #8e854b;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uPcDuunfVn .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffffff;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uPcDuunfVn .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcDuunfVn .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uPcDuunfVn .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uPcDuunfVn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcDuunfVn .mbr-link {
  color: #f4efe8;
}
.cid-uPcDuunfVn .mbr-desc {
  color: #f4efe8;
}
.cid-uPcDuunfVn .mbr-text {
  color: #f4efe8;
}
.cid-uPcDuuXsqV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPcDuuXsqV .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcDuuXsqV .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcDuuXsqV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcDuuXsqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuuXsqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcO1VOeNu {
  background-color: #8e854b;
}
.cid-uPcO1VOeNu .container-fluid {
  padding-right: 0;
}
.cid-uPcO1VOeNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcO1VOeNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcO1VOeNu .title {
  display: flex;
  align-items: center;
}
.cid-uPcO1VOeNu .title-wrapper {
  width: 100%;
}
.cid-uPcO1VOeNu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcO1VOeNu .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uPcO1VOeNu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcO1VOeNu .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uPcO1VOeNu .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPcO1VOeNu .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uPcO1VOeNu .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uPcO1VOeNu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPcO1VOeNu .mbr-section-subtitle {
  color: #181818;
  text-align: right;
}
.cid-uPcO1VOeNu .mbr-section-title {
  color: #181818;
}
.cid-uPcO1VOeNu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPcO1VOeNu .mbr-section-title,
.cid-uPcO1VOeNu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPcDuvTsc7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcDuvTsc7 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcDuvTsc7 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcDuvTsc7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcDuvTsc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuvTsc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuwiqXO {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #8e854b;
}
.cid-uPcDuwiqXO .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPcDuwiqXO .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uPcDuwiqXO .acc {
    padding: 0 2rem;
  }
}
.cid-uPcDuwiqXO .img-col {
  padding: 0;
}
.cid-uPcDuwiqXO .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uPcDuwiqXO .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uPcDuwiqXO .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uPcDuwiqXO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uPcDuwiqXO .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-uPcDuwiqXO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uPcDuwiqXO .card .panel-body {
  color: #767676;
}
.cid-uPcDuwiqXO .card:hover {
  background: #f2f2f4;
}
.cid-uPcDuwiqXO .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ffffff;
}
.cid-uPcDuwiqXO .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uPcDuwiqXO .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uPcDuwiqXO .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uPcDuwiqXO .panel-collapse {
  margin-top: -1px;
}
.cid-uPcDuwiqXO H4 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uPcDuwiqXO .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcDuwiqXO .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uPcDuwiqXO .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uPcDuwiqXO .sign {
    margin-right: 0.5rem;
  }
}
.cid-uPcDuwiqXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuwiqXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuwiqXO H2 {
  color: #ffffff;
}
.cid-uPcDux0P1D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcDux0P1D .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcDux0P1D .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcDux0P1D .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcDux0P1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDux0P1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuxqD93 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcDuxqD93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuxqD93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuxqD93 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcDuxqD93 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcDuxqD93 .col-img {
    width: 100%;
  }
}
.cid-uPcDuxqD93 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcDuxqD93 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcDuxqD93 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcDuxqD93 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcDuxqD93 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcDuxqD93 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcDuxqD93 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcDuxqD93 .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcDuxqD93 .card-title {
  color: #000000;
}
.cid-uPcDuxqD93 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcDuxqD93 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcDuxqD93 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcDuxqD93 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcDuxqD93 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcDuxqD93 .mbr-text,
.cid-uPcDuxqD93 .mbr-section-btn {
  color: #000000;
}
.cid-uPcDuxYagI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcDuxYagI .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcDuxYagI .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcDuxYagI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcDuxYagI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuxYagI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcOmfwI7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcOmfwI7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcOmfwI7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcOmfwI7A .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPcOmfwI7A .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPcOmfwI7A .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPcOmfwI7A .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPcOmfwI7A .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcOmfwI7A .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcOmfwI7A .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcOmfwI7A .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPcOmfwI7A .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPcOmfwI7A .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPcOmfwI7A .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPcOmfwI7A .mbr-section-title {
  color: #19171c;
}
.cid-uPcOmfwI7A .panel-title {
  color: #19171c;
}
.cid-uPcOmfwI7A .panel-text {
  color: #ffffff;
}
.cid-uPcDuyqYYI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPcDuyqYYI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPcDuyqYYI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPcDuyqYYI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPcDuyqYYI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPcDuyqYYI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPcDuyqYYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuyqYYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcDuz4nwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uPcDuz4nwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcDuz4nwg .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-uPcDuz4nwg .container {
    padding: 0 30px;
  }
}
.cid-uPcDuz4nwg .row {
  justify-content: center;
}
.cid-uPcDuz4nwg .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uPcDuz4nwg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcDuz4nwg .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcDuz4nwg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap:hover,
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap:hover::before,
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPcDuz4nwg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcDuz4nwg .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcDuz4nwg .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcDuz4nwg .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPcDuz4nwg .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcDuz4nwg .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uPcDuz4nwg .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPcDuz4nwg .mbr-section-title {
  color: #bee0d6;
}
.cid-uPcDuz4nwg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPcDuz4nwg .list {
  color: #bee0d6;
}
.cid-uPcDuz4nwg .mbr-address {
  color: #ffffff;
}
.cid-uPcDuz4nwg .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPcDuz4nwg .list,
.cid-uPcDuz4nwg .item-wrap,
.cid-uPcDuz4nwg .nav-wrapper {
  color: #ffffff;
}
.cid-uPcDuz4nwg .mbr-section-title,
.cid-uPcDuz4nwg .logo-wrapper {
  color: #ffffff;
}
.cid-uPcHRFCo1A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPcHRFCo1A .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;
}
@media (max-width: 767px) {
  .cid-uPcHRFCo1A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPcHRFCo1A .btn {
  font-weight: 400;
}
.cid-uPcHRFCo1A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPcHRFCo1A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPcHRFCo1A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcHRFCo1A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcHRFCo1A .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uPcHRFCo1A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPcHRFCo1A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPcHRFCo1A .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPcHRFCo1A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPcHRFCo1A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPcHRFCo1A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPcHRFCo1A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPcHRFCo1A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPcHRFCo1A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPcHRFCo1A .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPcHRFCo1A .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPcHRFCo1A .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcHRFCo1A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPcHRFCo1A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPcHRFCo1A .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uPcHRFCo1A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcHRFCo1A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPcHRFCo1A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcHRFCo1A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uPcHRFCo1A .nav-item:focus,
.cid-uPcHRFCo1A .nav-link:focus {
  outline: none;
}
.cid-uPcHRFCo1A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcHRFCo1A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcHRFCo1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcHRFCo1A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcHRFCo1A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcHRFCo1A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcHRFCo1A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPcHRFCo1A .navbar.opened {
  transition: all 0.25s;
}
.cid-uPcHRFCo1A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcHRFCo1A .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcHRFCo1A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPcHRFCo1A .navbar.collapsed {
  justify-content: center;
}
.cid-uPcHRFCo1A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcHRFCo1A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcHRFCo1A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcHRFCo1A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcHRFCo1A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcHRFCo1A .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-uPcHRFCo1A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcHRFCo1A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcHRFCo1A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcHRFCo1A .navbar {
    min-height: 72px;
  }
  .cid-uPcHRFCo1A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPcHRFCo1A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcHRFCo1A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcHRFCo1A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcHRFCo1A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcHRFCo1A .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-uPcHRFCo1A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcHRFCo1A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPcHRFCo1A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcHRFCo1A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcHRFCo1A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPcHRFCo1A .dropdown-item.active,
.cid-uPcHRFCo1A .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcHRFCo1A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcHRFCo1A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcHRFCo1A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcHRFCo1A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPcHRFCo1A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPcHRFCo1A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPcHRFCo1A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcHRFCo1A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPcHRFCo1A .navbar-buttons {
    text-align: left;
  }
}
.cid-uPcHRFCo1A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcHRFCo1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPcHRFCo1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcHRFCo1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcHRFCo1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcHRFCo1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcHRFCo1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcHRFCo1A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcHRFCo1A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcHRFCo1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcHRFCo1A .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uPcHRFCo1A .opacityScroll {
  background: #ffffff !important;
}
.cid-uPcHRFCo1A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcHRFCo1A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPcHRFCo1A .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcHRFCo1A .navbar {
    height: 70px;
  }
  .cid-uPcHRFCo1A .navbar.opened {
    height: auto;
  }
  .cid-uPcHRFCo1A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPcHRFCo1A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPcHRFCo1A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPcHRFCo1A .navbar-brand {
    margin-right: auto;
  }
  .cid-uPcHRFCo1A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uPcHRFCo1A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPcHRFCo1A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPcHRFCo1A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcHRFCo1A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPcHRFCo1A .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPcHRFCo1A .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPcHRFCo1A .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPcHRGK7Ie {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcHRGK7Ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRGK7Ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRGK7Ie .items-wrap {
  justify-content: space-between;
}
.cid-uPcHRGK7Ie .items-wrap .card {
  justify-content: center;
}
.cid-uPcHRGK7Ie .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uPcHRGK7Ie .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPcHRGK7Ie .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRGK7Ie .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcHRGK7Ie .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPcHRGK7Ie .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRGK7Ie .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcHRGK7Ie .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPcHRGK7Ie .image-wrapper img {
    height: 350px;
  }
}
.cid-uPcHRGK7Ie .mbr-desc {
  color: #000000;
}
.cid-uPcHRGK7Ie .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcHRGK7Ie .mbr-text {
  color: #000000;
}
.cid-uPcHRGK7Ie .mbr-text,
.cid-uPcHRGK7Ie .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcHRHszEp {
  background-color: #8e854b !important;
  border: 18px solid #8e854b;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uPcHRHszEp {
    border: 8px solid #8e854b;
    margin-top: -8px;
  }
}
.cid-uPcHRHszEp .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uPcHRHszEp section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uPcHRHszEp .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPcHRHszEp .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRHszEp .row .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-uPcHRHszEp .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPcHRHszEp .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcHRHszEp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRHszEp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPcHRHszEp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPcHRHszEp .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uPcHRHszEp .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPcHRHszEp .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uPcHRHszEp .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcHRHszEp .image-wrapper {
    height: auto;
  }
}
.cid-uPcHRHszEp .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uPcHRHszEp .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uPcHRHszEp .mbr-section-title {
  color: #ed2c03;
}
.cid-uPcHRHszEp .list {
  color: #000000;
}
.cid-uPcKPTw61K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uPcKPTw61K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKPTw61K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKPTw61K .row {
  flex-direction: row-reverse;
}
.cid-uPcHRI5k9b {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8e854b;
}
.cid-uPcHRI5k9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRI5k9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRI5k9b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .container {
    padding: 0 16px;
  }
}
.cid-uPcHRI5k9b .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .row {
    margin: 0 10px;
  }
}
.cid-uPcHRI5k9b .row .card {
  position: relative;
  padding: 0;
}
.cid-uPcHRI5k9b .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uPcHRI5k9b .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcHRI5k9b .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uPcHRI5k9b .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcHRI5k9b .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uPcHRI5k9b .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPcHRI5k9b .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uPcHRI5k9b .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPcHRI5k9b .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPcHRI5k9b .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uPcHRI5k9b .mbr-section-title {
  color: #fdfcfc;
}
.cid-uPcHRI5k9b .mbr-text {
  color: #F9A600;
}
.cid-uPcHRI5k9b .mbr-section-title,
.cid-uPcHRI5k9b .icon-wrapper {
  color: #000000;
}
.cid-uPcHRI5k9b .mbr-text,
.cid-uPcHRI5k9b .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcHRJl4XL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcHRJl4XL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRJl4XL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRJl4XL .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcHRJl4XL .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcHRJl4XL .col-img {
    width: 100%;
  }
}
.cid-uPcHRJl4XL .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcHRJl4XL .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcHRJl4XL .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcHRJl4XL .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcHRJl4XL .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcHRJl4XL .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcHRJl4XL .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcHRJl4XL .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcHRJl4XL .card-title {
  color: #000000;
}
.cid-uPcHRJl4XL .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcHRJl4XL .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcHRJl4XL .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcHRJl4XL .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcHRJl4XL .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcHRJl4XL .mbr-text,
.cid-uPcHRJl4XL .mbr-section-btn {
  color: #000000;
}
.cid-uPcHRK1T7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcHRK1T7k .row {
  position: relative;
}
.cid-uPcHRK1T7k .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uPcHRK1T7k .row .blur-circle {
    display: none;
  }
}
.cid-uPcHRK1T7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRK1T7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRK1T7k .row {
  justify-content: center;
}
.cid-uPcHRK1T7k .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPcHRK1T7k .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uPcHRK1T7k .row {
    padding: 0 24px;
  }
}
.cid-uPcHRK1T7k .row.row-wrapper {
  padding: 64px;
  background-color: #8e854b;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uPcHRK1T7k .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffffff;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uPcHRK1T7k .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcHRK1T7k .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uPcHRK1T7k .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uPcHRK1T7k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcHRK1T7k .mbr-link {
  color: #f4efe8;
}
.cid-uPcHRK1T7k .mbr-desc {
  color: #f4efe8;
}
.cid-uPcHRK1T7k .mbr-text {
  color: #f4efe8;
}
.cid-uPcHRKU4WF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPcHRKU4WF .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcHRKU4WF .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcHRKU4WF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcHRKU4WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRKU4WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcNYmsqxx {
  background-color: #8e854b;
}
.cid-uPcNYmsqxx .container-fluid {
  padding-right: 0;
}
.cid-uPcNYmsqxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcNYmsqxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcNYmsqxx .title {
  display: flex;
  align-items: center;
}
.cid-uPcNYmsqxx .title-wrapper {
  width: 100%;
}
.cid-uPcNYmsqxx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcNYmsqxx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uPcNYmsqxx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcNYmsqxx .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uPcNYmsqxx .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPcNYmsqxx .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uPcNYmsqxx .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uPcNYmsqxx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPcNYmsqxx .mbr-section-subtitle {
  color: #181818;
  text-align: right;
}
.cid-uPcNYmsqxx .mbr-section-title {
  color: #181818;
}
.cid-uPcNYmsqxx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPcNYmsqxx .mbr-section-title,
.cid-uPcNYmsqxx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPcHRMdfki {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcHRMdfki .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcHRMdfki .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcHRMdfki .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcHRMdfki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRMdfki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRMOqoI {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #8e854b;
}
.cid-uPcHRMOqoI .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPcHRMOqoI .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uPcHRMOqoI .acc {
    padding: 0 2rem;
  }
}
.cid-uPcHRMOqoI .img-col {
  padding: 0;
}
.cid-uPcHRMOqoI .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uPcHRMOqoI .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uPcHRMOqoI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uPcHRMOqoI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uPcHRMOqoI .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-uPcHRMOqoI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uPcHRMOqoI .card .panel-body {
  color: #767676;
}
.cid-uPcHRMOqoI .card:hover {
  background: #f2f2f4;
}
.cid-uPcHRMOqoI .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ffffff;
}
.cid-uPcHRMOqoI .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uPcHRMOqoI .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uPcHRMOqoI .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uPcHRMOqoI .panel-collapse {
  margin-top: -1px;
}
.cid-uPcHRMOqoI H4 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uPcHRMOqoI .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcHRMOqoI .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uPcHRMOqoI .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uPcHRMOqoI .sign {
    margin-right: 0.5rem;
  }
}
.cid-uPcHRMOqoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRMOqoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRMOqoI H2 {
  color: #ffffff;
}
.cid-uPcHRNMjPq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcHRNMjPq .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcHRNMjPq .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcHRNMjPq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcHRNMjPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRNMjPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHROfxz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcHROfxz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHROfxz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHROfxz7 .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcHROfxz7 .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcHROfxz7 .col-img {
    width: 100%;
  }
}
.cid-uPcHROfxz7 .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcHROfxz7 .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcHROfxz7 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcHROfxz7 .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcHROfxz7 .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcHROfxz7 .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcHROfxz7 .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcHROfxz7 .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcHROfxz7 .card-title {
  color: #000000;
}
.cid-uPcHROfxz7 .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcHROfxz7 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcHROfxz7 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcHROfxz7 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcHROfxz7 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcHROfxz7 .mbr-text,
.cid-uPcHROfxz7 .mbr-section-btn {
  color: #000000;
}
.cid-uPcHROP2JN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcHROP2JN .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcHROP2JN .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcHROP2JN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcHROP2JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHROP2JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKbR1iZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcKbR1iZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKbR1iZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKbR1iZP .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPcKbR1iZP .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPcKbR1iZP .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPcKbR1iZP .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPcKbR1iZP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcKbR1iZP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcKbR1iZP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcKbR1iZP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPcKbR1iZP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPcKbR1iZP .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPcKbR1iZP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPcKbR1iZP .mbr-section-title {
  color: #19171c;
}
.cid-uPcKbR1iZP .panel-title {
  color: #19171c;
}
.cid-uPcKbR1iZP .panel-text {
  color: #ffffff;
}
.cid-uPcHRPlNcj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPcHRPlNcj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPcHRPlNcj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPcHRPlNcj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPcHRPlNcj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPcHRPlNcj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPcHRPlNcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRPlNcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcHRPUjfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uPcHRPUjfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcHRPUjfa .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-uPcHRPUjfa .container {
    padding: 0 30px;
  }
}
.cid-uPcHRPUjfa .row {
  justify-content: center;
}
.cid-uPcHRPUjfa .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uPcHRPUjfa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcHRPUjfa .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcHRPUjfa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap:hover,
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap:hover::before,
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPcHRPUjfa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcHRPUjfa .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcHRPUjfa .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcHRPUjfa .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPcHRPUjfa .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcHRPUjfa .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uPcHRPUjfa .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPcHRPUjfa .mbr-section-title {
  color: #bee0d6;
}
.cid-uPcHRPUjfa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPcHRPUjfa .list {
  color: #bee0d6;
}
.cid-uPcHRPUjfa .mbr-address {
  color: #ffffff;
}
.cid-uPcHRPUjfa .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPcHRPUjfa .list,
.cid-uPcHRPUjfa .item-wrap,
.cid-uPcHRPUjfa .nav-wrapper {
  color: #ffffff;
}
.cid-uPcHRPUjfa .mbr-section-title,
.cid-uPcHRPUjfa .logo-wrapper {
  color: #ffffff;
}
.cid-uPcKIPDpmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPcKIPDpmv .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;
}
@media (max-width: 767px) {
  .cid-uPcKIPDpmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPcKIPDpmv .btn {
  font-weight: 400;
}
.cid-uPcKIPDpmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPcKIPDpmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPcKIPDpmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPcKIPDpmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPcKIPDpmv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uPcKIPDpmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPcKIPDpmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uPcKIPDpmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPcKIPDpmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPcKIPDpmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPcKIPDpmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uPcKIPDpmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPcKIPDpmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPcKIPDpmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPcKIPDpmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPcKIPDpmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPcKIPDpmv .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcKIPDpmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPcKIPDpmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPcKIPDpmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uPcKIPDpmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcKIPDpmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPcKIPDpmv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPcKIPDpmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uPcKIPDpmv .nav-item:focus,
.cid-uPcKIPDpmv .nav-link:focus {
  outline: none;
}
.cid-uPcKIPDpmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPcKIPDpmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPcKIPDpmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPcKIPDpmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPcKIPDpmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPcKIPDpmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPcKIPDpmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPcKIPDpmv .navbar.opened {
  transition: all 0.25s;
}
.cid-uPcKIPDpmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPcKIPDpmv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPcKIPDpmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPcKIPDpmv .navbar.collapsed {
  justify-content: center;
}
.cid-uPcKIPDpmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPcKIPDpmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPcKIPDpmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPcKIPDpmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPcKIPDpmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPcKIPDpmv .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-uPcKIPDpmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPcKIPDpmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPcKIPDpmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPcKIPDpmv .navbar {
    min-height: 72px;
  }
  .cid-uPcKIPDpmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPcKIPDpmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPcKIPDpmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPcKIPDpmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPcKIPDpmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPcKIPDpmv .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-uPcKIPDpmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPcKIPDpmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPcKIPDpmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPcKIPDpmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPcKIPDpmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPcKIPDpmv .dropdown-item.active,
.cid-uPcKIPDpmv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPcKIPDpmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPcKIPDpmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPcKIPDpmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPcKIPDpmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPcKIPDpmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPcKIPDpmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPcKIPDpmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPcKIPDpmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPcKIPDpmv .navbar-buttons {
    text-align: left;
  }
}
.cid-uPcKIPDpmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPcKIPDpmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPcKIPDpmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPcKIPDpmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcKIPDpmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPcKIPDpmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPcKIPDpmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcKIPDpmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPcKIPDpmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPcKIPDpmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPcKIPDpmv .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uPcKIPDpmv .opacityScroll {
  background: #ffffff !important;
}
.cid-uPcKIPDpmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPcKIPDpmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPcKIPDpmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPcKIPDpmv .navbar {
    height: 70px;
  }
  .cid-uPcKIPDpmv .navbar.opened {
    height: auto;
  }
  .cid-uPcKIPDpmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPcKIPDpmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPcKIPDpmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPcKIPDpmv .navbar-brand {
    margin-right: auto;
  }
  .cid-uPcKIPDpmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uPcKIPDpmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPcKIPDpmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPcKIPDpmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPcKIPDpmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPcKIPDpmv .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPcKIPDpmv .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPcKIPDpmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPcKIQvUFG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcKIQvUFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIQvUFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIQvUFG .items-wrap {
  justify-content: space-between;
}
.cid-uPcKIQvUFG .items-wrap .card {
  justify-content: center;
}
.cid-uPcKIQvUFG .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uPcKIQvUFG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPcKIQvUFG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcKIQvUFG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcKIQvUFG .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPcKIQvUFG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uPcKIQvUFG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPcKIQvUFG .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPcKIQvUFG .image-wrapper img {
    height: 350px;
  }
}
.cid-uPcKIQvUFG .mbr-desc {
  color: #000000;
}
.cid-uPcKIQvUFG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcKIQvUFG .mbr-text {
  color: #000000;
}
.cid-uPcKIQvUFG .mbr-text,
.cid-uPcKIQvUFG .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcKIQWcOL {
  background-color: #8e854b !important;
  border: 18px solid #8e854b;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uPcKIQWcOL {
    border: 8px solid #8e854b;
    margin-top: -8px;
  }
}
.cid-uPcKIQWcOL .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uPcKIQWcOL section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uPcKIQWcOL .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPcKIQWcOL .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIQWcOL .row .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-uPcKIQWcOL .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPcKIQWcOL .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcKIQWcOL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIQWcOL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPcKIQWcOL .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPcKIQWcOL .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uPcKIQWcOL .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uPcKIQWcOL .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #155e9b;
}
.cid-uPcKIQWcOL .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPcKIQWcOL .image-wrapper {
    height: auto;
  }
}
.cid-uPcKIQWcOL .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uPcKIQWcOL .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uPcKIQWcOL .mbr-section-title {
  color: #ed2c03;
}
.cid-uPcKIQWcOL .list {
  color: #000000;
}
.cid-uPcKIRnNS8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8e854b;
}
.cid-uPcKIRnNS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIRnNS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIRnNS8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .container {
    padding: 0 16px;
  }
}
.cid-uPcKIRnNS8 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .row {
    margin: 0 10px;
  }
}
.cid-uPcKIRnNS8 .row .card {
  position: relative;
  padding: 0;
}
.cid-uPcKIRnNS8 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uPcKIRnNS8 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcKIRnNS8 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uPcKIRnNS8 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uPcKIRnNS8 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uPcKIRnNS8 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPcKIRnNS8 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uPcKIRnNS8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPcKIRnNS8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPcKIRnNS8 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uPcKIRnNS8 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uPcKIRnNS8 .mbr-text {
  color: #F9A600;
}
.cid-uPcKIRnNS8 .mbr-section-title,
.cid-uPcKIRnNS8 .icon-wrapper {
  color: #000000;
}
.cid-uPcKIRnNS8 .mbr-text,
.cid-uPcKIRnNS8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPcKIRNmCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPcKIRNmCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIRNmCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIRNmCO .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcKIRNmCO .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcKIRNmCO .col-img {
    width: 100%;
  }
}
.cid-uPcKIRNmCO .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcKIRNmCO .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcKIRNmCO .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcKIRNmCO .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcKIRNmCO .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcKIRNmCO .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcKIRNmCO .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcKIRNmCO .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcKIRNmCO .card-title {
  color: #000000;
}
.cid-uPcKIRNmCO .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcKIRNmCO .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcKIRNmCO .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcKIRNmCO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcKIRNmCO .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcKIRNmCO .mbr-text,
.cid-uPcKIRNmCO .mbr-section-btn {
  color: #000000;
}
.cid-uPcKISkmWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcKISkmWu .row {
  position: relative;
}
.cid-uPcKISkmWu .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 50%, #ffffff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uPcKISkmWu .row .blur-circle {
    display: none;
  }
}
.cid-uPcKISkmWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKISkmWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKISkmWu .row {
  justify-content: center;
}
.cid-uPcKISkmWu .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uPcKISkmWu .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uPcKISkmWu .row {
    padding: 0 24px;
  }
}
.cid-uPcKISkmWu .row.row-wrapper {
  padding: 64px;
  background-color: #8e854b;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uPcKISkmWu .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffffff;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uPcKISkmWu .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPcKISkmWu .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uPcKISkmWu .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uPcKISkmWu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPcKISkmWu .mbr-link {
  color: #f4efe8;
}
.cid-uPcKISkmWu .mbr-desc {
  color: #f4efe8;
}
.cid-uPcKISkmWu .mbr-text {
  color: #f4efe8;
}
.cid-uPcKIT1mOP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPcKIT1mOP .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcKIT1mOP .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcKIT1mOP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcKIT1mOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIT1mOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKITuLrl {
  background-color: #8e854b;
}
.cid-uPcKITuLrl .container-fluid {
  padding-right: 0;
}
.cid-uPcKITuLrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKITuLrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKITuLrl .title {
  display: flex;
  align-items: center;
}
.cid-uPcKITuLrl .title-wrapper {
  width: 100%;
}
.cid-uPcKITuLrl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcKITuLrl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uPcKITuLrl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPcKITuLrl .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uPcKITuLrl .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPcKITuLrl .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uPcKITuLrl .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uPcKITuLrl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPcKITuLrl .mbr-section-subtitle {
  color: #181818;
  text-align: right;
}
.cid-uPcKITuLrl .mbr-section-title {
  color: #181818;
}
.cid-uPcKITuLrl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPcKITuLrl .mbr-section-title,
.cid-uPcKITuLrl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPcKIU3pcr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcKIU3pcr .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcKIU3pcr .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcKIU3pcr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcKIU3pcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIU3pcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIUtYJp {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #8e854b;
}
.cid-uPcKIUtYJp .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPcKIUtYJp .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uPcKIUtYJp .acc {
    padding: 0 2rem;
  }
}
.cid-uPcKIUtYJp .img-col {
  padding: 0;
}
.cid-uPcKIUtYJp .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uPcKIUtYJp .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uPcKIUtYJp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uPcKIUtYJp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uPcKIUtYJp .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-uPcKIUtYJp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uPcKIUtYJp .card .panel-body {
  color: #767676;
}
.cid-uPcKIUtYJp .card:hover {
  background: #f2f2f4;
}
.cid-uPcKIUtYJp .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ffffff;
}
.cid-uPcKIUtYJp .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uPcKIUtYJp .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uPcKIUtYJp .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uPcKIUtYJp .panel-collapse {
  margin-top: -1px;
}
.cid-uPcKIUtYJp H4 {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uPcKIUtYJp .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPcKIUtYJp .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uPcKIUtYJp .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uPcKIUtYJp .sign {
    margin-right: 0.5rem;
  }
}
.cid-uPcKIUtYJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIUtYJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIUtYJp H2 {
  color: #ffffff;
}
.cid-uPcKIVxrBB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcKIVxrBB .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcKIVxrBB .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcKIVxrBB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcKIVxrBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIVxrBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIWiKHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcKIWiKHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIWiKHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIWiKHN .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-uPcKIWiKHN .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uPcKIWiKHN .col-img {
    width: 100%;
  }
}
.cid-uPcKIWiKHN .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uPcKIWiKHN .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcKIWiKHN .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uPcKIWiKHN .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uPcKIWiKHN .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uPcKIWiKHN .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uPcKIWiKHN .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uPcKIWiKHN .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uPcKIWiKHN .card-title {
  color: #000000;
}
.cid-uPcKIWiKHN .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uPcKIWiKHN .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPcKIWiKHN .mbr-text {
    margin-top: 12px;
  }
}
.cid-uPcKIWiKHN .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uPcKIWiKHN .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPcKIWiKHN .mbr-text,
.cid-uPcKIWiKHN .mbr-section-btn {
  color: #000000;
}
.cid-uPcKIWQLf9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uPcKIWQLf9 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uPcKIWQLf9 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uPcKIWQLf9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPcKIWQLf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIWQLf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIXx9S2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
}
.cid-uPcKIXx9S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIXx9S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIXx9S2 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPcKIXx9S2 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPcKIXx9S2 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPcKIXx9S2 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPcKIXx9S2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPcKIXx9S2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPcKIXx9S2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPcKIXx9S2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPcKIXx9S2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPcKIXx9S2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPcKIXx9S2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPcKIXx9S2 .mbr-section-title {
  color: #19171c;
}
.cid-uPcKIXx9S2 .panel-title {
  color: #19171c;
}
.cid-uPcKIXx9S2 .panel-text {
  color: #ffffff;
}
.cid-uPcKIYpiZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPcKIYpiZv .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPcKIYpiZv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uPcKIYpiZv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPcKIYpiZv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPcKIYpiZv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPcKIYpiZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIYpiZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcKIYWN1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e854b;
  overflow: hidden;
}
.cid-uPcKIYWN1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcKIYWN1n .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-uPcKIYWN1n .container {
    padding: 0 30px;
  }
}
.cid-uPcKIYWN1n .row {
  justify-content: center;
}
.cid-uPcKIYWN1n .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uPcKIYWN1n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPcKIYWN1n .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcKIYWN1n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap:hover,
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap:hover::before,
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uPcKIYWN1n .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcKIYWN1n .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPcKIYWN1n .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPcKIYWN1n .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPcKIYWN1n .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPcKIYWN1n .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uPcKIYWN1n .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uPcKIYWN1n .mbr-section-title {
  color: #bee0d6;
}
.cid-uPcKIYWN1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPcKIYWN1n .list {
  color: #bee0d6;
}
.cid-uPcKIYWN1n .mbr-address {
  color: #ffffff;
}
.cid-uPcKIYWN1n .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uPcKIYWN1n .list,
.cid-uPcKIYWN1n .item-wrap,
.cid-uPcKIYWN1n .nav-wrapper {
  color: #ffffff;
}
.cid-uPcKIYWN1n .mbr-section-title,
.cid-uPcKIYWN1n .logo-wrapper {
  color: #ffffff;
}
