.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.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: #a6a99c !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #3e5347 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3e5347 !important;
  border-color: #3e5347 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #547060 !important;
  border-color: #547060 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #547060 !important;
  border-color: #547060 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #3e5347;
  color: #3e5347;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #19211d !important;
  background-color: transparent !important;
  border-color: #19211d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3e5347 !important;
  border-color: #3e5347 !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: #a6a99c !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #3e5347 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #747768 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #121915 !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: #a6a99c;
}
.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: #3e5347;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a6a99c;
  border-color: #a6a99c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a6a99c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3e4e0;
}
.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: #b1c5ba;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a6a99c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #a6a99c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a6a99c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a6a99c;
}
.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: #a6a99c;
  border-bottom-color: #a6a99c;
}
.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: #a6a99c !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: #ffd7ef !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='%23a6a99c' %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-uJdNpbFve7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJdNpbFve7 .nav-item:focus,
.cid-uJdNpbFve7 .nav-link:focus {
  outline: none;
}
.cid-uJdNpbFve7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #a6a99c !important;
}
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJdNpbFve7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJdNpbFve7 .navbar-caption:hover {
  color: inherit!important;
}
.cid-uJdNpbFve7 .container {
  max-width: 1380px;
}
.cid-uJdNpbFve7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uJdNpbFve7 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uJdNpbFve7 .nav-link:hover,
.cid-uJdNpbFve7 .nav-link:active,
.cid-uJdNpbFve7 .nav-link:focus {
  border-bottom: 3px solid #a6a99c;
  color: #a6a99c !important;
}
.cid-uJdNpbFve7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3e5347;
}
.cid-uJdNpbFve7 .navbar.opened {
  transition: all .3s;
  background: #3e5347 !important;
}
.cid-uJdNpbFve7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uJdNpbFve7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdNpbFve7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdNpbFve7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdNpbFve7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uJdNpbFve7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJdNpbFve7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdNpbFve7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdNpbFve7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJdNpbFve7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdNpbFve7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJdNpbFve7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJdNpbFve7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdNpbFve7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdNpbFve7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJdNpbFve7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdNpbFve7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdNpbFve7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJdNpbFve7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJdNpbFve7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdNpbFve7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdNpbFve7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJdNpbFve7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJdNpbFve7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJdNpbFve7 .navbar.navbar-short {
  background: #3e5347 !important;
  min-height: 60px;
}
.cid-uJdNpbFve7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJdNpbFve7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJdNpbFve7 .icons-menu span {
  color: #61979c !important;
}
.cid-uJdNpbFve7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdNpbFve7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdNpbFve7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJdNpbFve7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdNpbFve7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdNpbFve7 .dropdown-item.active,
.cid-uJdNpbFve7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdNpbFve7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdNpbFve7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdNpbFve7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdNpbFve7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e5347;
}
.cid-uJdNpbFve7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdNpbFve7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdNpbFve7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJdNpbFve7 .navbar-buttons {
  text-align: center;
}
.cid-uJdNpbFve7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJdNpbFve7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uJdNpbFve7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJdNpbFve7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJdNpbFve7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJdNpbFve7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJdNpbFve7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJdNpbFve7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJdNpbFve7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJdNpbFve7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJdNpbFve7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uJdNpbFve7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJdNpbFve7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJdNpbFve7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uJdNpbFve7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJdNpbFve7 .navbar {
    height: 77px;
  }
  .cid-uJdNpbFve7 .navbar.opened {
    height: auto;
  }
  .cid-uJdNpbFve7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdNpbFve7 .navbar.navbar-short .navbar-logo img {
  height: 4.1rem !important;
}
.cid-uJdJfwBdS3 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-20250423-wa0007.jpg");
}
.cid-uJdJfwBdS3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uJdJfwBdS3 {
    align-items: center;
  }
  .cid-uJdJfwBdS3 .row {
    justify-content: center;
  }
  .cid-uJdJfwBdS3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJdJfwBdS3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJdJfwBdS3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJdJfwBdS3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJdJfwBdS3 .content-wrap {
    width: 100%;
  }
}
.cid-uJdJfwBdS3 .mbr-section-title,
.cid-uJdJfwBdS3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uJdJfwBdS3 .mbr-text,
.cid-uJdJfwBdS3 .mbr-section-btn {
  text-align: center;
}
.cid-uJdJfwBdS3 .btn-pulsate {
  animation: pulsate 1.5s infinite !important;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uJdNs2wgJS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uJdNs2wgJS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJdNs2wgJS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdNs2wgJS .mbr-text {
    text-align: center;
  }
}
.cid-uJdNs2wgJS .mbr-text,
.cid-uJdNs2wgJS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uJdNs2wgJS H1 {
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJdNs2wgJS .media-container-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-uJdNs2wgJS .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uJdNs2wgJS .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uNOCp1w83W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uNOCp1w83W .item-subtitle {
  line-height: 1.2;
  color: #f7f7f7;
  text-align: center;
}
.cid-uNOCp1w83W img,
.cid-uNOCp1w83W .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uNOCp1w83W .item:focus,
.cid-uNOCp1w83W span:focus {
  outline: none;
}
.cid-uNOCp1w83W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNOCp1w83W .item {
    margin-bottom: 1rem;
  }
}
.cid-uNOCp1w83W .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNOCp1w83W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNOCp1w83W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNOCp1w83W .mbr-text,
.cid-uNOCp1w83W .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uNOCp1w83W .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNOCp1w83W .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJebNn1t7q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJebNn1t7q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJebNn1t7q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJebNn1t7q .mbr-text {
    text-align: center;
  }
}
.cid-uJebNn1t7q .mbr-text,
.cid-uJebNn1t7q .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uJebNn1t7q H1 {
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJebNn1t7q .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uJebNn1t7q .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uJebNn1t7q .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uJebMObWq2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3e5347;
}
.cid-uJebMObWq2 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uJebMObWq2 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJebMObWq2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJebMObWq2 .mbr-text {
    text-align: center;
  }
}
.cid-uJebMObWq2 .mbr-text,
.cid-uJebMObWq2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJebMObWq2 H1 {
  text-align: center;
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uJebMObWq2 .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uJebMObWq2 .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uJebMObWq2 .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uLFEEzoiKH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uLFEEzoiKH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFEEzoiKH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFEEzoiKH .mbr-text {
    text-align: center;
  }
}
.cid-uLFEEzoiKH .mbr-text,
.cid-uLFEEzoiKH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uLFEEzoiKH H1 {
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLFEEzoiKH .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uLFEEzoiKH .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uLFEEzoiKH .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uLFEIgYhKL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3e5347;
}
.cid-uLFEIgYhKL .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uLFEIgYhKL .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFEIgYhKL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFEIgYhKL .mbr-text {
    text-align: center;
  }
}
.cid-uLFEIgYhKL .mbr-text,
.cid-uLFEIgYhKL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLFEIgYhKL H1 {
  text-align: center;
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uLFEIgYhKL .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uLFEIgYhKL .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uLFEIgYhKL .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uLFHMBsGvz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uLFHMBsGvz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFHMBsGvz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFHMBsGvz .mbr-text {
    text-align: center;
  }
}
.cid-uLFHMBsGvz .mbr-text,
.cid-uLFHMBsGvz .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uLFHMBsGvz H1 {
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uLFHMBsGvz .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uLFHMBsGvz .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uLFHMBsGvz .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uLFJzRtJRR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3e5347;
}
.cid-uLFJzRtJRR .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uLFJzRtJRR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFJzRtJRR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFJzRtJRR .mbr-text {
    text-align: center;
  }
}
.cid-uLFJzRtJRR .mbr-text,
.cid-uLFJzRtJRR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLFJzRtJRR H1 {
  text-align: center;
  color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uLFJzRtJRR .media-container-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-uLFJzRtJRR .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uLFJzRtJRR .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uJe9o0TqIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJe9o0TqIl .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uJe9o0TqIl .content {
    padding: 0 2rem;
  }
}
.cid-uJe9o0TqIl .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uJe9o0TqIl .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uJe9o0TqIl .mbr-iconfont {
  font-size: 3.5rem;
  color: #000000 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uJe9o0TqIl .icon-title,
.cid-uJe9o0TqIl .mbr-iconfont {
  color: #232323;
}
.cid-uJe9o0TqIl .icons-wrap {
  display: flex;
}
.cid-uJe9o0TqIl .google-map {
  height: 100%;
  position: relative;
}
.cid-uJe9o0TqIl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJe9o0TqIl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uJe9o0TqIl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJe9o0TqIl .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uJe9o0TqIl .content {
    margin: auto;
  }
  .cid-uJe9o0TqIl .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uJe9o0TqIl .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uJe9o0TqIl .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uJe9o0TqIl .google-map {
    height: 20rem;
  }
}
.cid-uLFK3xNmLF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e5347;
}
.cid-uLFK3xNmLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFK3xNmLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFK3xNmLF .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uLFK3xNmLF .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uLFK3xNmLF .pulsate-button {
  position: relative;
  animation: pulsate 1.5s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
}
.cid-uVza4pZonG {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVza4pZonG .carousel {
  z-index: 2;
  position: relative;
}
.cid-uVza4pZonG .user {
  padding: 0 !important;
}
.cid-uVza4pZonG .mbr-iconfont {
  font-size: 3rem;
  color: #3e5347 !important;
}
.cid-uVza4pZonG .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uVza4pZonG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uVza4pZonG .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uVza4pZonG .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uVza4pZonG .carousel-item.active,
.cid-uVza4pZonG .carousel-item-next,
.cid-uVza4pZonG .carousel-item-prev {
  display: flex;
}
.cid-uVza4pZonG .user_name {
  margin: 0;
  color: #3e5347;
}
.cid-uVza4pZonG .carousel-controls a {
  font-size: 2rem;
}
.cid-uVza4pZonG .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #9bdcb8;
  background: transparent;
  opacity: 0.5;
}
.cid-uVza4pZonG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uVza4pZonG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uVza4pZonG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #9bdcb8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uVza4pZonG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uVza4pZonG .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uVza4pZonG .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uVza4pZonG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVza4pZonG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVza4pZonG .user_text {
  color: #232323;
}
.cid-uVza4pZonG H2 {
  color: #232323;
}
.cid-uJe94rcBef {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uJe94rcBef .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJe94rcBef .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uJe94rcBef img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJe94rcBef .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJe94rcBef .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJe94rcBef .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJe94rcBef .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uJikSaWYIR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJikSaWYIR .nav-item:focus,
.cid-uJikSaWYIR .nav-link:focus {
  outline: none;
}
.cid-uJikSaWYIR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item:active,
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #a6a99c !important;
}
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJikSaWYIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJikSaWYIR .navbar-caption:hover {
  color: inherit!important;
}
.cid-uJikSaWYIR .container {
  max-width: 1380px;
}
.cid-uJikSaWYIR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uJikSaWYIR .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uJikSaWYIR .nav-link:hover,
.cid-uJikSaWYIR .nav-link:active,
.cid-uJikSaWYIR .nav-link:focus {
  border-bottom: 3px solid #a6a99c;
  color: #a6a99c !important;
}
.cid-uJikSaWYIR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3e5347;
}
.cid-uJikSaWYIR .navbar.opened {
  transition: all .3s;
  background: #3e5347 !important;
}
.cid-uJikSaWYIR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uJikSaWYIR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJikSaWYIR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJikSaWYIR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJikSaWYIR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uJikSaWYIR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJikSaWYIR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJikSaWYIR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJikSaWYIR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJikSaWYIR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJikSaWYIR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJikSaWYIR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJikSaWYIR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJikSaWYIR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJikSaWYIR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJikSaWYIR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJikSaWYIR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJikSaWYIR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJikSaWYIR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJikSaWYIR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJikSaWYIR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJikSaWYIR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJikSaWYIR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJikSaWYIR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJikSaWYIR .navbar.navbar-short {
  background: #3e5347 !important;
  min-height: 60px;
}
.cid-uJikSaWYIR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJikSaWYIR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJikSaWYIR .icons-menu span {
  color: #61979c !important;
}
.cid-uJikSaWYIR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJikSaWYIR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJikSaWYIR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJikSaWYIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJikSaWYIR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJikSaWYIR .dropdown-item.active,
.cid-uJikSaWYIR .dropdown-item:active {
  background-color: transparent;
}
.cid-uJikSaWYIR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJikSaWYIR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJikSaWYIR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJikSaWYIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e5347;
}
.cid-uJikSaWYIR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJikSaWYIR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJikSaWYIR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJikSaWYIR .navbar-buttons {
  text-align: center;
}
.cid-uJikSaWYIR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJikSaWYIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uJikSaWYIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJikSaWYIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJikSaWYIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJikSaWYIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJikSaWYIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJikSaWYIR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJikSaWYIR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJikSaWYIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJikSaWYIR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uJikSaWYIR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJikSaWYIR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJikSaWYIR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uJikSaWYIR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJikSaWYIR .navbar {
    height: 77px;
  }
  .cid-uJikSaWYIR .navbar.opened {
    height: auto;
  }
  .cid-uJikSaWYIR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJikSaWYIR .navbar.navbar-short .navbar-logo img {
  height: 4.1rem !important;
}
.cid-uJikScq5nT {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-uJikScq5nT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJikScq5nT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJikScq5nT .mbr-text {
    text-align: center;
  }
}
.cid-uJikScq5nT .mbr-text,
.cid-uJikScq5nT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJikScq5nT H1 {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJikScq5nT .media-container-row {
    padding-top: 105px;
    padding-bottom: 30px;
  }
  .cid-uJikScq5nT .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uJikScq5nT .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uWYmxJYRQj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uWYmxJYRQj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWYmxJYRQj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWYmxJYRQj .mbr-text {
    text-align: center;
  }
}
.cid-uWYmxJYRQj .mbr-text,
.cid-uWYmxJYRQj .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uWYmxJYRQj H1 {
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uWYmxJYRQj .media-container-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-uWYmxJYRQj .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uWYmxJYRQj .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uNOqFIGsOr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e5347;
}
.cid-uNOqFIGsOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOqFIGsOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOqFIGsOr .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uNOqFIGsOr .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uNOqFIGsOr .pulsate-button {
  position: relative;
  animation: pulsate 1.5s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
}
.cid-uJisJK51Ll {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJisJK51Ll .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uJisJK51Ll .panel-group {
  border: none;
}
.cid-uJisJK51Ll .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uJisJK51Ll .card-header {
    padding: 0rem;
  }
}
.cid-uJisJK51Ll .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uJisJK51Ll .img-col {
  padding: 0;
}
.cid-uJisJK51Ll .img-item {
  height: 100%;
}
.cid-uJisJK51Ll img {
  height: 100%;
  object-fit: cover;
}
.cid-uJisJK51Ll .collapsed span {
  transform: rotate(0deg);
}
.cid-uJisJK51Ll .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJisJK51Ll p {
  margin-bottom: 0.3rem;
}
.cid-uJisJK51Ll .panel-title-edit {
  color: #000000;
}
.cid-uJisJK51Ll .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJisJK51Ll .card {
  background: #3e5347;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJisJK51Ll .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJisJK51Ll .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uJisJK51Ll .panel-text {
  color: #ffffff;
}
.cid-uJisJK51Ll .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uJisJK51Ll .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJisJK51Ll .panel-title-edit,
.cid-uJisJK51Ll .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uLh38dCJha {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLh38dCJha .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uLh38dCJha .panel-group {
  border: none;
}
.cid-uLh38dCJha .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uLh38dCJha .card-header {
    padding: 0rem;
  }
}
.cid-uLh38dCJha .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uLh38dCJha .img-col {
  padding: 0;
}
.cid-uLh38dCJha .img-item {
  height: 100%;
}
.cid-uLh38dCJha img {
  height: 100%;
  object-fit: cover;
}
.cid-uLh38dCJha .collapsed span {
  transform: rotate(0deg);
}
.cid-uLh38dCJha .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLh38dCJha p {
  margin-bottom: 0.3rem;
}
.cid-uLh38dCJha .panel-title-edit {
  color: #000000;
}
.cid-uLh38dCJha .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uLh38dCJha .card {
  background: #3e5347;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLh38dCJha .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLh38dCJha .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uLh38dCJha .panel-text {
  color: #ffffff;
}
.cid-uLh38dCJha .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uLh38dCJha .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLh38dCJha .panel-title-edit,
.cid-uLh38dCJha .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uNOv4Xyep8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uNOv4Xyep8 .item-subtitle {
  line-height: 1.2;
  color: #f7f7f7;
  text-align: center;
}
.cid-uNOv4Xyep8 img,
.cid-uNOv4Xyep8 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uNOv4Xyep8 .item:focus,
.cid-uNOv4Xyep8 span:focus {
  outline: none;
}
.cid-uNOv4Xyep8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNOv4Xyep8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNOv4Xyep8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNOv4Xyep8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNOv4Xyep8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNOv4Xyep8 .mbr-text,
.cid-uNOv4Xyep8 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uNOv4Xyep8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNOv4Xyep8 .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJikSexP4d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJikSexP4d .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uJikSexP4d .content {
    padding: 0 2rem;
  }
}
.cid-uJikSexP4d .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uJikSexP4d .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uJikSexP4d .mbr-iconfont {
  font-size: 3.5rem;
  color: #000000 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uJikSexP4d .icon-title,
.cid-uJikSexP4d .mbr-iconfont {
  color: #232323;
}
.cid-uJikSexP4d .icons-wrap {
  display: flex;
}
.cid-uJikSexP4d .google-map {
  height: 100%;
  position: relative;
}
.cid-uJikSexP4d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJikSexP4d .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uJikSexP4d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJikSexP4d .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uJikSexP4d .content {
    margin: auto;
  }
  .cid-uJikSexP4d .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uJikSexP4d .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uJikSexP4d .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uJikSexP4d .google-map {
    height: 20rem;
  }
}
.cid-uWYmhTteRg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e5347;
}
.cid-uWYmhTteRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWYmhTteRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWYmhTteRg .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uWYmhTteRg .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uWYmhTteRg .pulsate-button {
  position: relative;
  animation: pulsate 1.5s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
}
.cid-uVzhnIAsMW {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVzhnIAsMW .carousel {
  z-index: 2;
  position: relative;
}
.cid-uVzhnIAsMW .user {
  padding: 0 !important;
}
.cid-uVzhnIAsMW .mbr-iconfont {
  font-size: 3rem;
  color: #3e5347 !important;
}
.cid-uVzhnIAsMW .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uVzhnIAsMW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uVzhnIAsMW .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uVzhnIAsMW .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uVzhnIAsMW .carousel-item.active,
.cid-uVzhnIAsMW .carousel-item-next,
.cid-uVzhnIAsMW .carousel-item-prev {
  display: flex;
}
.cid-uVzhnIAsMW .user_name {
  margin: 0;
  color: #3e5347;
}
.cid-uVzhnIAsMW .carousel-controls a {
  font-size: 2rem;
}
.cid-uVzhnIAsMW .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #9bdcb8;
  background: transparent;
  opacity: 0.5;
}
.cid-uVzhnIAsMW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uVzhnIAsMW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uVzhnIAsMW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #9bdcb8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uVzhnIAsMW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uVzhnIAsMW .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uVzhnIAsMW .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uVzhnIAsMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzhnIAsMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzhnIAsMW .user_text {
  color: #232323;
}
.cid-uVzhnIAsMW H2 {
  color: #232323;
}
.cid-uJikSfgZHg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uJikSfgZHg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJikSfgZHg .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uJikSfgZHg img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJikSfgZHg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJikSfgZHg .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJikSfgZHg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJikSfgZHg .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-uWYpf4M8rv.popup-builder {
  background-color: #ffffff;
}
.cid-uWYpf4M8rv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWYpf4M8rv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWYpf4M8rv .modal-content,
.cid-uWYpf4M8rv .modal-dialog {
  height: auto;
}
.cid-uWYpf4M8rv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWYpf4M8rv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWYpf4M8rv .form-wrapper .mbr-form .form-group,
  .cid-uWYpf4M8rv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWYpf4M8rv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWYpf4M8rv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWYpf4M8rv .mbr-text {
  text-align: center;
}
.cid-uWYpf4M8rv .pt-0 {
  padding-top: 0 !important;
}
.cid-uWYpf4M8rv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWYpf4M8rv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWYpf4M8rv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWYpf4M8rv .modal-open {
  overflow: hidden;
}
.cid-uWYpf4M8rv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWYpf4M8rv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWYpf4M8rv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWYpf4M8rv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWYpf4M8rv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWYpf4M8rv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWYpf4M8rv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWYpf4M8rv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWYpf4M8rv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWYpf4M8rv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWYpf4M8rv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWYpf4M8rv .modal-backdrop.show {
  opacity: .5;
}
.cid-uWYpf4M8rv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWYpf4M8rv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWYpf4M8rv .modal-header {
    padding: 1rem;
  }
}
.cid-uWYpf4M8rv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWYpf4M8rv .modal-header .close svg {
  fill: #353535;
}
.cid-uWYpf4M8rv .modal-header .close:hover {
  opacity: 1;
}
.cid-uWYpf4M8rv .modal-header .close:focus {
  outline: none;
}
.cid-uWYpf4M8rv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uWYpf4M8rv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWYpf4M8rv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWYpf4M8rv .modal-body {
    padding: 1rem;
  }
}
.cid-uWYpf4M8rv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWYpf4M8rv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWYpf4M8rv .modal-footer {
    padding: 1rem;
  }
}
.cid-uWYpf4M8rv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWYpf4M8rv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWYpf4M8rv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWYpf4M8rv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWYpf4M8rv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWYpf4M8rv .modal-lg,
  .cid-uWYpf4M8rv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWYpf4M8rv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWYpf4M8rv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWYpf4M8rv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWYpf4M8rv .form-group {
  margin-bottom: 1rem;
}
.cid-uWYpf4M8rv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWYpf4M8rv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWYpf4M8rv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWYpf4M8rv .mbr-section-btn {
  margin: 0;
}
.cid-uWYpf4M8rv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLY43UxWyt .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLY43UxWyt .nav-item:focus,
.cid-uLY43UxWyt .nav-link:focus {
  outline: none;
}
.cid-uLY43UxWyt .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item:active,
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item:focus {
  color: #a6a99c !important;
}
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLY43UxWyt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLY43UxWyt .navbar-caption:hover {
  color: inherit!important;
}
.cid-uLY43UxWyt .container {
  max-width: 1380px;
}
.cid-uLY43UxWyt .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uLY43UxWyt .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uLY43UxWyt .nav-link:hover,
.cid-uLY43UxWyt .nav-link:active,
.cid-uLY43UxWyt .nav-link:focus {
  border-bottom: 3px solid #a6a99c;
  color: #a6a99c !important;
}
.cid-uLY43UxWyt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3e5347;
}
.cid-uLY43UxWyt .navbar.opened {
  transition: all .3s;
  background: #3e5347 !important;
}
.cid-uLY43UxWyt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uLY43UxWyt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLY43UxWyt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLY43UxWyt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLY43UxWyt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uLY43UxWyt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLY43UxWyt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLY43UxWyt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLY43UxWyt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLY43UxWyt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLY43UxWyt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLY43UxWyt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLY43UxWyt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLY43UxWyt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLY43UxWyt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLY43UxWyt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLY43UxWyt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLY43UxWyt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLY43UxWyt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLY43UxWyt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLY43UxWyt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLY43UxWyt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLY43UxWyt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLY43UxWyt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLY43UxWyt .navbar.navbar-short {
  background: #3e5347 !important;
  min-height: 60px;
}
.cid-uLY43UxWyt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLY43UxWyt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLY43UxWyt .icons-menu span {
  color: #61979c !important;
}
.cid-uLY43UxWyt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLY43UxWyt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLY43UxWyt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLY43UxWyt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLY43UxWyt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLY43UxWyt .dropdown-item.active,
.cid-uLY43UxWyt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLY43UxWyt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLY43UxWyt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLY43UxWyt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLY43UxWyt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e5347;
}
.cid-uLY43UxWyt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLY43UxWyt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLY43UxWyt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLY43UxWyt .navbar-buttons {
  text-align: center;
}
.cid-uLY43UxWyt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLY43UxWyt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uLY43UxWyt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLY43UxWyt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLY43UxWyt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLY43UxWyt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLY43UxWyt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLY43UxWyt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLY43UxWyt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLY43UxWyt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLY43UxWyt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLY43UxWyt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLY43UxWyt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLY43UxWyt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uLY43UxWyt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLY43UxWyt .navbar {
    height: 77px;
  }
  .cid-uLY43UxWyt .navbar.opened {
    height: auto;
  }
  .cid-uLY43UxWyt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLY43UxWyt .navbar.navbar-short .navbar-logo img {
  height: 4.1rem !important;
}
.cid-uLY4u8mmpW {
  background-color: #ffffff;
}
.cid-uLY4u8mmpW .row {
  align-items: center;
}
.cid-uLY4u8mmpW .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uLY4u8mmpW .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-uLY4u8mmpW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uLY4u8mmpW .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uLY4u8mmpW .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 0;
}
.cid-uLY4u8mmpW .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #3e5347;
}
.cid-uLY4u8mmpW .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uLY4u8mmpW .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-uLY4u8mmpW .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.cid-uLY4u8mmpW .iconfont-wrapper {
  color: #111111 !important;
}
.cid-uLY4u8mmpW .iconfont-wrapper:hover {
  color: #a6a99c !important;
}
.cid-uLY4u8mmpW .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-uLY4u8mmpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLY4u8mmpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhaVTl3B4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQhaVTl3B4 .nav-item:focus,
.cid-uQhaVTl3B4 .nav-link:focus {
  outline: none;
}
.cid-uQhaVTl3B4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #a6a99c !important;
}
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQhaVTl3B4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQhaVTl3B4 .navbar-caption:hover {
  color: inherit!important;
}
.cid-uQhaVTl3B4 .container {
  max-width: 1380px;
}
.cid-uQhaVTl3B4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQhaVTl3B4 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uQhaVTl3B4 .nav-link:hover,
.cid-uQhaVTl3B4 .nav-link:active,
.cid-uQhaVTl3B4 .nav-link:focus {
  border-bottom: 3px solid #a6a99c;
  color: #a6a99c !important;
}
.cid-uQhaVTl3B4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3e5347;
}
.cid-uQhaVTl3B4 .navbar.opened {
  transition: all .3s;
  background: #3e5347 !important;
}
.cid-uQhaVTl3B4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQhaVTl3B4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQhaVTl3B4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQhaVTl3B4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQhaVTl3B4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQhaVTl3B4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQhaVTl3B4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQhaVTl3B4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQhaVTl3B4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQhaVTl3B4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQhaVTl3B4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQhaVTl3B4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQhaVTl3B4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQhaVTl3B4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQhaVTl3B4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQhaVTl3B4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQhaVTl3B4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQhaVTl3B4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQhaVTl3B4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQhaVTl3B4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQhaVTl3B4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQhaVTl3B4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQhaVTl3B4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQhaVTl3B4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQhaVTl3B4 .navbar.navbar-short {
  background: #3e5347 !important;
  min-height: 60px;
}
.cid-uQhaVTl3B4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQhaVTl3B4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQhaVTl3B4 .icons-menu span {
  color: #61979c !important;
}
.cid-uQhaVTl3B4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQhaVTl3B4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQhaVTl3B4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQhaVTl3B4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQhaVTl3B4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQhaVTl3B4 .dropdown-item.active,
.cid-uQhaVTl3B4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQhaVTl3B4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQhaVTl3B4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQhaVTl3B4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQhaVTl3B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e5347;
}
.cid-uQhaVTl3B4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQhaVTl3B4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQhaVTl3B4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQhaVTl3B4 .navbar-buttons {
  text-align: center;
}
.cid-uQhaVTl3B4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQhaVTl3B4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uQhaVTl3B4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQhaVTl3B4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQhaVTl3B4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQhaVTl3B4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQhaVTl3B4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQhaVTl3B4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQhaVTl3B4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQhaVTl3B4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQhaVTl3B4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQhaVTl3B4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQhaVTl3B4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQhaVTl3B4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQhaVTl3B4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQhaVTl3B4 .navbar {
    height: 77px;
  }
  .cid-uQhaVTl3B4 .navbar.opened {
    height: auto;
  }
  .cid-uQhaVTl3B4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQhaVTl3B4 .navbar.navbar-short .navbar-logo img {
  height: 4.1rem !important;
}
.cid-uQhaVTIosJ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-uQhaVTIosJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQhaVTIosJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhaVTIosJ .mbr-text {
    text-align: center;
  }
}
.cid-uQhaVTIosJ .mbr-text,
.cid-uQhaVTIosJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhaVTIosJ H1 {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQhaVTIosJ .media-container-row {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .cid-uQhaVTIosJ .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uQhaVTIosJ .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uQhhz0cNbv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uQhhz0cNbv .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uQhhz0cNbv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQhhz0cNbv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhhz0cNbv .mbr-text {
    text-align: center;
  }
}
.cid-uQhhz0cNbv .mbr-text,
.cid-uQhhz0cNbv .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQhhz0cNbv H1 {
  text-align: center;
  color: #3e5347;
}
@media (min-width: 992px) {
  .cid-uQhhz0cNbv .media-container-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-uQhhz0cNbv .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uQhhz0cNbv .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uQhid57n97 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-uQhid57n97 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQhid57n97 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhid57n97 .mbr-text {
    text-align: center;
  }
}
.cid-uQhid57n97 .mbr-text,
.cid-uQhid57n97 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhid57n97 H1 {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQhid57n97 .media-container-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-uQhid57n97 .media-container-row {
    display: flex;
    align-items: center;
  }
  .cid-uQhid57n97 .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.cid-uQhaVUbeKa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQhaVUbeKa .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uQhaVUbeKa .panel-group {
  border: none;
}
.cid-uQhaVUbeKa .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uQhaVUbeKa .card-header {
    padding: 0rem;
  }
}
.cid-uQhaVUbeKa .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uQhaVUbeKa .img-col {
  padding: 0;
}
.cid-uQhaVUbeKa .img-item {
  height: 100%;
}
.cid-uQhaVUbeKa img {
  height: 100%;
  object-fit: cover;
}
.cid-uQhaVUbeKa .collapsed span {
  transform: rotate(0deg);
}
.cid-uQhaVUbeKa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQhaVUbeKa p {
  margin-bottom: 0.3rem;
}
.cid-uQhaVUbeKa .panel-title-edit {
  color: #000000;
}
.cid-uQhaVUbeKa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uQhaVUbeKa .card {
  background: #3e5347;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uQhaVUbeKa .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQhaVUbeKa .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uQhaVUbeKa .panel-text {
  color: #ffffff;
}
.cid-uQhaVUbeKa .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uQhaVUbeKa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQhaVUbeKa .panel-title-edit,
.cid-uQhaVUbeKa .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}
.cid-uQhaVUuEf6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uQhaVUuEf6 .item-subtitle {
  line-height: 1.2;
  color: #f7f7f7;
  text-align: center;
}
.cid-uQhaVUuEf6 img,
.cid-uQhaVUuEf6 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uQhaVUuEf6 .item:focus,
.cid-uQhaVUuEf6 span:focus {
  outline: none;
}
.cid-uQhaVUuEf6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQhaVUuEf6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQhaVUuEf6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQhaVUuEf6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQhaVUuEf6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQhaVUuEf6 .mbr-text,
.cid-uQhaVUuEf6 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uQhaVUuEf6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQhaVUuEf6 .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: center;
}
.cid-uQhaVUOSr1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQhaVUOSr1 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQhaVUOSr1 .content {
    padding: 0 2rem;
  }
}
.cid-uQhaVUOSr1 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uQhaVUOSr1 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uQhaVUOSr1 .mbr-iconfont {
  font-size: 3.5rem;
  color: #000000 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uQhaVUOSr1 .icon-title,
.cid-uQhaVUOSr1 .mbr-iconfont {
  color: #232323;
}
.cid-uQhaVUOSr1 .icons-wrap {
  display: flex;
}
.cid-uQhaVUOSr1 .google-map {
  height: 100%;
  position: relative;
}
.cid-uQhaVUOSr1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQhaVUOSr1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uQhaVUOSr1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQhaVUOSr1 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uQhaVUOSr1 .content {
    margin: auto;
  }
  .cid-uQhaVUOSr1 .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhaVUOSr1 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uQhaVUOSr1 .icon-wrap {
    margin-right: 0rem;
  }
  .cid-uQhaVUOSr1 .google-map {
    height: 20rem;
  }
}
.cid-uQhaVVa4ws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e5347;
}
.cid-uQhaVVa4ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhaVVa4ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhaVVa4ws .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-uQhaVVa4ws .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uQhaVVa4ws .pulsate-button {
  position: relative;
  animation: pulsate 1.5s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
}
.cid-uVzhxtFTjV {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVzhxtFTjV .carousel {
  z-index: 2;
  position: relative;
}
.cid-uVzhxtFTjV .user {
  padding: 0 !important;
}
.cid-uVzhxtFTjV .mbr-iconfont {
  font-size: 3rem;
  color: #3e5347 !important;
}
.cid-uVzhxtFTjV .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-uVzhxtFTjV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uVzhxtFTjV .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-uVzhxtFTjV .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uVzhxtFTjV .carousel-item.active,
.cid-uVzhxtFTjV .carousel-item-next,
.cid-uVzhxtFTjV .carousel-item-prev {
  display: flex;
}
.cid-uVzhxtFTjV .user_name {
  margin: 0;
  color: #3e5347;
}
.cid-uVzhxtFTjV .carousel-controls a {
  font-size: 2rem;
}
.cid-uVzhxtFTjV .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #9bdcb8;
  background: transparent;
  opacity: 0.5;
}
.cid-uVzhxtFTjV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uVzhxtFTjV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uVzhxtFTjV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #9bdcb8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uVzhxtFTjV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uVzhxtFTjV .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uVzhxtFTjV .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-uVzhxtFTjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzhxtFTjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzhxtFTjV .user_text {
  color: #232323;
}
.cid-uVzhxtFTjV H2 {
  color: #232323;
}
.cid-uQhaVW2HKk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQhaVW2HKk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQhaVW2HKk .text-wrapper {
  padding: 2rem 1rem;
}
.cid-uQhaVW2HKk img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQhaVW2HKk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQhaVW2HKk .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-uQhaVW2HKk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQhaVW2HKk .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
