body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #beb19e !important;
}
.bg-success {
  background-color: #beb19e !important;
}
.bg-info {
  background-color: #baad78 !important;
}
.bg-warning {
  background-color: #93a889 !important;
}
.bg-danger {
  background-color: #8da573 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #beb19e !important;
  border-color: #beb19e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f8c70 !important;
  border-color: #9f8c70 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f8c70 !important;
  border-color: #9f8c70 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e795b !important;
  border-color: #7e795b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #524e3b !important;
  border-color: #524e3b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #524e3b !important;
  border-color: #524e3b !important;
}
.btn-info,
.btn-info:active {
  background-color: #baad78 !important;
  border-color: #baad78 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #98894e !important;
  border-color: #98894e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #98894e !important;
  border-color: #98894e !important;
}
.btn-success,
.btn-success:active {
  background-color: #beb19e !important;
  border-color: #beb19e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9f8c70 !important;
  border-color: #9f8c70 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9f8c70 !important;
  border-color: #9f8c70 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #93a889 !important;
  border-color: #93a889 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6c8461 !important;
  border-color: #6c8461 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6c8461 !important;
  border-color: #6c8461 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8da573 !important;
  border-color: #8da573 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677c50 !important;
  border-color: #677c50 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677c50 !important;
  border-color: #677c50 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #938063;
  color: #938063;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #beb19e;
  border-color: #beb19e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #beb19e !important;
  border-color: #beb19e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #434030;
  color: #434030;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e795b;
  border-color: #7e795b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e795b !important;
  border-color: #7e795b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #877a45;
  color: #877a45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #baad78;
  border-color: #baad78;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #baad78 !important;
  border-color: #baad78 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #938063;
  color: #938063;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #beb19e;
  border-color: #beb19e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #beb19e !important;
  border-color: #beb19e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #607556;
  color: #607556;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #93a889;
  border-color: #93a889;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #93a889 !important;
  border-color: #93a889 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5a6c46;
  color: #5a6c46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #8da573;
  border-color: #8da573;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8da573 !important;
  border-color: #8da573 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #beb19e !important;
}
.text-secondary {
  color: #7e795b !important;
}
.text-success {
  color: #beb19e !important;
}
.text-info {
  color: #baad78 !important;
}
.text-warning {
  color: #93a889 !important;
}
.text-danger {
  color: #8da573 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #938063 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #434030 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #938063 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #877a45 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #607556 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5a6c46 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #baad78;
}
.alert-warning {
  background-color: #93a889;
}
.alert-danger {
  background-color: #8da573;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #beb19e;
  border-color: #beb19e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #beb19e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1eeea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1eeea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e5e0cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d6ded2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccd7c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #beb19e;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #beb19e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #beb19e;
  border-bottom-color: #beb19e;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #beb19e !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7e795b !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%;
}
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='%23beb19e' %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;
}
.cid-tE36A7dxyQ .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-tE36A7dxyQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tE36A7dxyQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE36A7dxyQ .nav-link {
  position: relative;
}
.cid-tE36A7dxyQ .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-tE36A7dxyQ .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-tE36A7dxyQ .container {
  display: flex;
  margin: auto;
}
.cid-tE36A7dxyQ .navbar.navbar-short .nav-link,
.cid-tE36A7dxyQ .navbar.navbar-short .navbar-caption,
.cid-tE36A7dxyQ .navbar.navbar-short .mbr-iconfont,
.cid-tE36A7dxyQ .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-tE36A7dxyQ .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-tE36A7dxyQ .navbar-caption {
  padding-right: 3rem;
}
.cid-tE36A7dxyQ .dropdown-menu,
.cid-tE36A7dxyQ .navbar.opened {
  background: #000000 !important;
}
.cid-tE36A7dxyQ .nav-item:focus,
.cid-tE36A7dxyQ .nav-link:focus {
  outline: none;
}
.cid-tE36A7dxyQ .dropdown .dropdown-menu .dropdown-item {
  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-tE36A7dxyQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE36A7dxyQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tE36A7dxyQ .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-tE36A7dxyQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE36A7dxyQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE36A7dxyQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tE36A7dxyQ .navbar.opened {
  transition: all .3s;
}
.cid-tE36A7dxyQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tE36A7dxyQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tE36A7dxyQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE36A7dxyQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tE36A7dxyQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE36A7dxyQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE36A7dxyQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tE36A7dxyQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE36A7dxyQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tE36A7dxyQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tE36A7dxyQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE36A7dxyQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE36A7dxyQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE36A7dxyQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE36A7dxyQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tE36A7dxyQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tE36A7dxyQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE36A7dxyQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE36A7dxyQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE36A7dxyQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tE36A7dxyQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tE36A7dxyQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tE36A7dxyQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tE36A7dxyQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tE36A7dxyQ .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-tE36A7dxyQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE36A7dxyQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE36A7dxyQ .dropdown-item.active,
.cid-tE36A7dxyQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tE36A7dxyQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE36A7dxyQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE36A7dxyQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE36A7dxyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tE36A7dxyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE36A7dxyQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE36A7dxyQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tE36A7dxyQ .navbar-buttons {
  text-align: center;
}
.cid-tE36A7dxyQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE36A7dxyQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tE36A7dxyQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tE36A7dxyQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tE36A7dxyQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tE36A7dxyQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tE36A7dxyQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tE36A7dxyQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tE36A7dxyQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tE36A7dxyQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tE36A7dxyQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tE36A7dxyQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE36A7dxyQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tE36A7dxyQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tE36A7dxyQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE36A7dxyQ .navbar {
    height: 77px;
  }
  .cid-tE36A7dxyQ .navbar.opened {
    height: auto;
  }
  .cid-tE36A7dxyQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s5lqiYy3oD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s5lqiYy3oD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s5lqiYy3oD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s5lqiYy3oD img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s5lqiYy3oD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s5lqiYy3oD H1 {
  color: #ffffff;
}
.cid-uD6p7HkTyv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uD6p7HkTyv h2,
.cid-uD6p7HkTyv h4,
.cid-uD6p7HkTyv p {
  margin: 0;
}
.cid-uD6p7HkTyv .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-uD6p7HkTyv .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-uD6p7HkTyv .image-wrap {
    margin-top: 30px;
  }
}
.cid-uD6p7HkTyv img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-uD6p7HkTyv .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uD6p7HkTyv .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uD6p7HkTyv .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-uD6p7HkTyv .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD6p7HkTyv .socials p {
  margin: 0 20px 0 0;
}
.cid-uD6p7HkTyv .socials-item .link {
  color: #000000;
}
.cid-uD6p7HkTyv .socials-item,
.cid-uD6p7HkTyv .link P {
  color: #8da573;
}
.cid-uD6r1tsS2o {
  background-image: url("../../../assets/images/acupuntura-andrey-popov-shutterstock-1195x797.jpg");
}
.cid-uD6r1tsS2o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uD6r1tsS2o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD6r1tsS2o .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uD6r1tsS2o .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uD6r1tsS2o .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #beb19e;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uD6r1tsS2o .mbr-section-btn {
  display: flex;
}
.cid-uD6r1tsS2o .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uD6r1tsS2o .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uD6r1tsS2o .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uD6r1tsS2o .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uD6r1tsS2o .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uD6r1tsS2o .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uD6r1tsS2o .video-wrap .icon-wrap .line-video-1,
.cid-uD6r1tsS2o .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uD6r1tsS2o .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uD6r1tsS2o .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uD6r1tsS2o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uD6r1tsS2o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uD6r1tsS2o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uD6r1tsS2o a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #beb19e;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uD6r1tsS2o a.close:hover {
  color: #beb19e;
}
@media (max-width: 991px) {
  .cid-uD6r1tsS2o .separator,
  .cid-uD6r1tsS2o .sep-holder,
  .cid-uD6r1tsS2o .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uD6r1tsS2o .buttons-wrap {
    flex-direction: column;
  }
  .cid-uD6r1tsS2o .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uD6r1tsS2o .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uD6r1tsS2o .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uD6r1tsS2o .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uD6r1tsS2o .mbr-text,
.cid-uD6r1tsS2o .mbr-section-btn {
  color: #635a51;
}
.cid-uD6r1tsS2o .mbr-section-title DIV {
  text-align: center;
}
.cid-uHMQ8ohnxf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHMQ8ohnxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMQ8ohnxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMQ8ohnxf .mbr-text {
  color: #000000;
}
.cid-uHMQ8ohnxf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHMQ8ohnxf .item-wrapper {
  background: #efefef;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uHMQ8ohnxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHMQ8ohnxf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uHMQ8ohnxf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMQ8ohnxf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHMQ8ohnxf .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uHMQ8ohnxf .mbr-section-title {
  color: #000000;
}
.cid-uHMQ8ohnxf .card-text,
.cid-uHMQ8ohnxf .item .mbr-section-btn {
  text-align: left;
}
.cid-uHMQ8ohnxf .card-title,
.cid-uHMQ8ohnxf .iconfont-wrapper {
  text-align: left;
}
.cid-uHMQ8ohnxf .mbr-section-subtitle,
.cid-uHMQ8ohnxf .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHMQ8ohnxf .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHMQ8ohnxf .item-content .item-footer {
  margin-top: auto;
}
.cid-uHMQ8ohnxf .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMQ8ohnxf .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHMQ8ohnxf .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHMQ8ohnxf .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uD6tkQBix6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uD6tkQBix6 .main_header {
  margin-bottom: 2.5rem;
}
.cid-uD6tkQBix6 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uD6tkQBix6 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uD6tkQBix6 .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-uD6tkQBix6 .card {
  border-radius: 0;
}
.cid-uD6tkQBix6 .card .card-box {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uD6tkQBix6 .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
@media (min-width: 992px) {
  .cid-uD6tkQBix6 .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-uD6tkQBix6 .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-uD6tkQBix6 .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-uD6tkQBix6 .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-uD6tkQBix6 .card:nth-child(1) .circle_fill {
  background-color: #8da573;
}
.cid-uD6tkQBix6 .card:nth-child(2) .circle_fill {
  background-color: #beb19e;
}
.cid-uD6tkQBix6 .card:nth-child(3) .circle_fill {
  background-color: #baad78;
}
.cid-uD6tkQBix6 .card:nth-child(4) .circle_fill {
  background-color: #7e795b;
}
.cid-uD6tkQBix6 .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-uD6tkQBix6 .content_box {
  display: flex;
}
.cid-uD6tkQBix6 .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-uD6tkQBix6 .content_text {
  max-width: 45%;
}
.cid-uD6tkQBix6 .card-text {
  margin-bottom: .5rem;
}
.cid-uD6tkQBix6 .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-uD6tkQBix6 .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uD6tkQBix6 .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uD6tkQBix6 .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #beb19e;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-uD6tkQBix6 .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-uD6tkQBix6 .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-uD6tkQBix6 .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-uD6tkQBix6 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uD6tkQBix6 .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-uD6tkQBix6 .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-uD6tkQBix6 .content_box {
    flex-direction: column;
  }
  .cid-uD6tkQBix6 .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-uD6tkQBix6 .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uD6tkQBix6 .card-text {
    margin-bottom: 1rem;
  }
  .cid-uD6tkQBix6 .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-uD6tkQBix6 .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-uD6tkQBix6 .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uD6tzlsvVj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uD6tzlsvVj .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uD6tzlsvVj .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uD6tzlsvVj .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-uD6tzlsvVj .card {
  border-radius: 0;
}
.cid-uD6tzlsvVj .card .card-box {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uD6tzlsvVj .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
@media (min-width: 992px) {
  .cid-uD6tzlsvVj .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-uD6tzlsvVj .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-uD6tzlsvVj .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-uD6tzlsvVj .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-uD6tzlsvVj .card:nth-child(1) .circle_fill {
  background-color: #8da573;
}
.cid-uD6tzlsvVj .card:nth-child(2) .circle_fill {
  background-color: #beb19e;
}
.cid-uD6tzlsvVj .card:nth-child(3) .circle_fill {
  background-color: #baad78;
}
.cid-uD6tzlsvVj .card:nth-child(4) .circle_fill {
  background-color: #7e795b;
}
.cid-uD6tzlsvVj .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-uD6tzlsvVj .content_box {
  display: flex;
}
.cid-uD6tzlsvVj .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-uD6tzlsvVj .content_text {
  max-width: 45%;
}
.cid-uD6tzlsvVj .card-text {
  margin-bottom: .5rem;
}
.cid-uD6tzlsvVj .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-uD6tzlsvVj .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uD6tzlsvVj .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uD6tzlsvVj .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #beb19e;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-uD6tzlsvVj .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-uD6tzlsvVj .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-uD6tzlsvVj .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uD6tzlsvVj .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-uD6tzlsvVj .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-uD6tzlsvVj .content_box {
    flex-direction: column;
  }
  .cid-uD6tzlsvVj .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-uD6tzlsvVj .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uD6tzlsvVj .card-text {
    margin-bottom: 1rem;
  }
  .cid-uD6tzlsvVj .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-uD6tzlsvVj .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-uD6tzlsvVj .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uLKAqZQjbf {
  overflow: hidden;
  background-color: #93a889;
}
.cid-uLKAqZQjbf .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKAqZQjbf .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKAqZQjbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKAqZQjbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLKAqZQjbf .container {
    padding: 0 15px;
  }
}
.cid-uLKAqZQjbf .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uLKAqZQjbf .image-wrapper {
  position: relative;
}
.cid-uLKAqZQjbf .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b1a374;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uLKAqZQjbf .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKAqZQjbf .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uLKAqZQjbf .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uLKAqZQjbf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLKAqZQjbf .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uLKAqZQjbf .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uLKAqZQjbf .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uLKAqZQjbf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uLKAqZQjbf .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uLKAqZQjbf .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uLKAqZQjbf .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uLKAqZQjbf .mbr-text {
  color: #f7f5f6;
}
.cid-uLKAqZQjbf .item-name {
  color: #f7f5f6;
}
.cid-uLKAqZQjbf .item-role {
  color: #efefef;
}
.cid-uHMNBt9ilw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHMNBt9ilw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMNBt9ilw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHMNBt9ilw .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-uHMNBt9ilw .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-uHMNBt9ilw .card {
  background: #efefef;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uHMNBt9ilw .card {
    padding: 1rem;
  }
}
.cid-uHMNBt9ilw .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uHMNBt9ilw .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-s5wYmgN3FU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #93a889;
}
.cid-s5wYmgN3FU [class^="socicon-"]:before,
.cid-s5wYmgN3FU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-s5wYmgN3FU .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-s5wYmgN3FU .btn-social,
.cid-s5wYmgN3FU .mbr-section-title {
  color: #57468b;
}
.cid-s5wYmgN3FU .soc-item {
  width: 45px;
  height: 45px;
  background: #93a889;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-s5wYmgN3FU .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-s5wYmgN3FU .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-s5wYmgN3FU .align-left {
    text-align: center;
  }
  .cid-s5wYmgN3FU .align-right {
    text-align: center;
  }
  .cid-s5wYmgN3FU .social-list {
    justify-content: center;
  }
  .cid-s5wYmgN3FU .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uENb94CLKY .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-uENb94CLKY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uENb94CLKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uENb94CLKY .nav-link {
  position: relative;
}
.cid-uENb94CLKY .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uENb94CLKY .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uENb94CLKY .container {
  display: flex;
  margin: auto;
}
.cid-uENb94CLKY .navbar.navbar-short .nav-link,
.cid-uENb94CLKY .navbar.navbar-short .navbar-caption,
.cid-uENb94CLKY .navbar.navbar-short .mbr-iconfont,
.cid-uENb94CLKY .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uENb94CLKY .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uENb94CLKY .navbar-caption {
  padding-right: 3rem;
}
.cid-uENb94CLKY .dropdown-menu,
.cid-uENb94CLKY .navbar.opened {
  background: #000000 !important;
}
.cid-uENb94CLKY .nav-item:focus,
.cid-uENb94CLKY .nav-link:focus {
  outline: none;
}
.cid-uENb94CLKY .dropdown .dropdown-menu .dropdown-item {
  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-uENb94CLKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uENb94CLKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uENb94CLKY .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-uENb94CLKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uENb94CLKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uENb94CLKY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uENb94CLKY .navbar.opened {
  transition: all .3s;
}
.cid-uENb94CLKY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uENb94CLKY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uENb94CLKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uENb94CLKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uENb94CLKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uENb94CLKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uENb94CLKY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uENb94CLKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uENb94CLKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uENb94CLKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uENb94CLKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uENb94CLKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uENb94CLKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uENb94CLKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uENb94CLKY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uENb94CLKY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uENb94CLKY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uENb94CLKY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uENb94CLKY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uENb94CLKY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uENb94CLKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uENb94CLKY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uENb94CLKY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uENb94CLKY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uENb94CLKY .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-uENb94CLKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uENb94CLKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uENb94CLKY .dropdown-item.active,
.cid-uENb94CLKY .dropdown-item:active {
  background-color: transparent;
}
.cid-uENb94CLKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uENb94CLKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uENb94CLKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uENb94CLKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uENb94CLKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uENb94CLKY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uENb94CLKY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uENb94CLKY .navbar-buttons {
  text-align: center;
}
.cid-uENb94CLKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uENb94CLKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uENb94CLKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uENb94CLKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uENb94CLKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uENb94CLKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uENb94CLKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uENb94CLKY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uENb94CLKY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uENb94CLKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uENb94CLKY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uENb94CLKY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uENb94CLKY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uENb94CLKY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uENb94CLKY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uENb94CLKY .navbar {
    height: 77px;
  }
  .cid-uENb94CLKY .navbar.opened {
    height: auto;
  }
  .cid-uENb94CLKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGLJLvAMZw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #93a889;
}
.cid-uGLJLvAMZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLJLvAMZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLJLvAMZw .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uGLJLvAMZw .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uGLJLvAMZw .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uGLJLvAMZw .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uGLJLvAMZw .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uGLJLvAMZw .col-text {
    margin-top: 20px;
  }
}
.cid-uGLJLvAMZw .text-wrapper {
  width: 100%;
}
.cid-uGLJLvAMZw .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uGLJLvAMZw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uGLJLvAMZw .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uGLJLvAMZw .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uGLJLvAMZw .mbr-text {
    padding-right: 0;
  }
}
.cid-uGLJLvAMZw .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGLJLvAMZw .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uGLJLvAMZw .social-container {
    padding-top: 40px;
  }
}
.cid-uGLJLvAMZw .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uGLJLvAMZw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uGLJLvAMZw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uGLJLvAMZw .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uGLJLvAMZw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uGLJLvAMZw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uGLJLvAMZw .soc-item:hover:before {
  opacity: 1;
}
.cid-uGLJLvAMZw .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uGLJLvAMZw .col-img {
    order: 1;
  }
}
.cid-uGLJLvAMZw .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uGLJLvAMZw .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uGLJLvAMZw .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #b1a374, #5a350c);
  box-shadow: 10px 10px 19px #b1a374, -10px -10px 19px #5a350c;
  border-radius: 6px;
}
.cid-uGLJLvAMZw .mbr-text,
.cid-uGLJLvAMZw .mbr-section-btn {
  color: #ffffff;
}
.cid-uLKC9XvH7B {
  overflow: hidden;
  background-color: #93a889;
}
.cid-uLKC9XvH7B .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKC9XvH7B .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKC9XvH7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKC9XvH7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLKC9XvH7B .container {
    padding: 0 15px;
  }
}
.cid-uLKC9XvH7B .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uLKC9XvH7B .image-wrapper {
  position: relative;
}
.cid-uLKC9XvH7B .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b1a374;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uLKC9XvH7B .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKC9XvH7B .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uLKC9XvH7B .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uLKC9XvH7B .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLKC9XvH7B .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uLKC9XvH7B .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uLKC9XvH7B .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uLKC9XvH7B .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uLKC9XvH7B .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uLKC9XvH7B .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uLKC9XvH7B .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uLKC9XvH7B .mbr-text {
  color: #f7f5f6;
}
.cid-uLKC9XvH7B .item-name {
  color: #f7f5f6;
}
.cid-uLKC9XvH7B .item-role {
  color: #efefef;
}
.cid-uENfocKc7c {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uENfocKc7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENfocKc7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENfocKc7c .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uENfocKc7c .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.cid-uENfocKc7c .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uENfocKc7c .card-col {
    padding: 20px 0 0;
  }
}
.cid-uENfocKc7c .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uENfocKc7c .card-wrapper {
    margin: 0 auto 0 0;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-uENfocKc7c .card-wrapper {
    max-width: 100%;
  }
}
.cid-uENfocKc7c .card-title {
  padding-bottom: 10px;
  color: #000000;
}
.cid-uENfocKc7c .mbr-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #747474;
}
.cid-uENfocKc7c .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uENfocKc7c .image-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .cid-uENfocKc7c .image-wrapper {
    max-width: 100%;
  }
}
.cid-uENfocKc7c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHkEkwBbkM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHkEkwBbkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkEkwBbkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkEkwBbkM .mbr-text {
  color: #000000;
}
.cid-uHkEkwBbkM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHkEkwBbkM .item-wrapper {
  background: #efefef;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uHkEkwBbkM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHkEkwBbkM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uHkEkwBbkM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHkEkwBbkM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uHkEkwBbkM .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uHkEkwBbkM .mbr-section-title {
  color: #000000;
}
.cid-uHkEkwBbkM .card-text,
.cid-uHkEkwBbkM .item .mbr-section-btn {
  text-align: left;
}
.cid-uHkEkwBbkM .card-title,
.cid-uHkEkwBbkM .iconfont-wrapper {
  text-align: left;
}
.cid-uHkEkwBbkM .mbr-section-subtitle,
.cid-uHkEkwBbkM .main-button {
  text-align: left;
  color: #000000;
}
.cid-uHkEkwBbkM .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uHkEkwBbkM .item-content .item-footer {
  margin-top: auto;
}
.cid-uHkEkwBbkM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHkEkwBbkM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uHkEkwBbkM .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uHkEkwBbkM .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uLKBOUsRH1 {
  overflow: hidden;
  background-color: #93a889;
}
.cid-uLKBOUsRH1 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKBOUsRH1 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #8da573;
  transform: skewX(-20deg);
}
.cid-uLKBOUsRH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKBOUsRH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLKBOUsRH1 .container {
    padding: 0 15px;
  }
}
.cid-uLKBOUsRH1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uLKBOUsRH1 .image-wrapper {
  position: relative;
}
.cid-uLKBOUsRH1 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #b1a374;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uLKBOUsRH1 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLKBOUsRH1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uLKBOUsRH1 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uLKBOUsRH1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLKBOUsRH1 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uLKBOUsRH1 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uLKBOUsRH1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uLKBOUsRH1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uLKBOUsRH1 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uLKBOUsRH1 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uLKBOUsRH1 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uLKBOUsRH1 .mbr-text {
  color: #f7f5f6;
}
.cid-uLKBOUsRH1 .item-name {
  color: #f7f5f6;
}
.cid-uLKBOUsRH1 .item-role {
  color: #efefef;
}
.cid-uHMOGfJAj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHMOGfJAj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMOGfJAj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHMOGfJAj1 .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-uHMOGfJAj1 .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-uHMOGfJAj1 .card {
  background: #efefef;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uHMOGfJAj1 .card {
    padding: 1rem;
  }
}
.cid-uHMOGfJAj1 .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uHMOGfJAj1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uENb97Soc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #93a889;
}
.cid-uENb97Soc4 [class^="socicon-"]:before,
.cid-uENb97Soc4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uENb97Soc4 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uENb97Soc4 .btn-social,
.cid-uENb97Soc4 .mbr-section-title {
  color: #57468b;
}
.cid-uENb97Soc4 .soc-item {
  width: 45px;
  height: 45px;
  background: #93a889;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uENb97Soc4 .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uENb97Soc4 .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uENb97Soc4 .align-left {
    text-align: center;
  }
  .cid-uENb97Soc4 .align-right {
    text-align: center;
  }
  .cid-uENb97Soc4 .social-list {
    justify-content: center;
  }
  .cid-uENb97Soc4 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uHkJo6hzKD .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-uHkJo6hzKD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uHkJo6hzKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHkJo6hzKD .nav-link {
  position: relative;
}
.cid-uHkJo6hzKD .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uHkJo6hzKD .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uHkJo6hzKD .container {
  display: flex;
  margin: auto;
}
.cid-uHkJo6hzKD .navbar.navbar-short .nav-link,
.cid-uHkJo6hzKD .navbar.navbar-short .navbar-caption,
.cid-uHkJo6hzKD .navbar.navbar-short .mbr-iconfont,
.cid-uHkJo6hzKD .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uHkJo6hzKD .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uHkJo6hzKD .navbar-caption {
  padding-right: 3rem;
}
.cid-uHkJo6hzKD .dropdown-menu,
.cid-uHkJo6hzKD .navbar.opened {
  background: #000000 !important;
}
.cid-uHkJo6hzKD .nav-item:focus,
.cid-uHkJo6hzKD .nav-link:focus {
  outline: none;
}
.cid-uHkJo6hzKD .dropdown .dropdown-menu .dropdown-item {
  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-uHkJo6hzKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHkJo6hzKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHkJo6hzKD .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-uHkJo6hzKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHkJo6hzKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHkJo6hzKD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uHkJo6hzKD .navbar.opened {
  transition: all .3s;
}
.cid-uHkJo6hzKD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uHkJo6hzKD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHkJo6hzKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHkJo6hzKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHkJo6hzKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHkJo6hzKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHkJo6hzKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uHkJo6hzKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHkJo6hzKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHkJo6hzKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHkJo6hzKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHkJo6hzKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHkJo6hzKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHkJo6hzKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHkJo6hzKD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uHkJo6hzKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHkJo6hzKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHkJo6hzKD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHkJo6hzKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHkJo6hzKD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHkJo6hzKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHkJo6hzKD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uHkJo6hzKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHkJo6hzKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHkJo6hzKD .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-uHkJo6hzKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHkJo6hzKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHkJo6hzKD .dropdown-item.active,
.cid-uHkJo6hzKD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHkJo6hzKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHkJo6hzKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHkJo6hzKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHkJo6hzKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHkJo6hzKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHkJo6hzKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHkJo6hzKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHkJo6hzKD .navbar-buttons {
  text-align: center;
}
.cid-uHkJo6hzKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHkJo6hzKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHkJo6hzKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHkJo6hzKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHkJo6hzKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHkJo6hzKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHkJo6hzKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHkJo6hzKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHkJo6hzKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHkJo6hzKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHkJo6hzKD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHkJo6hzKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHkJo6hzKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHkJo6hzKD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uHkJo6hzKD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHkJo6hzKD .navbar {
    height: 77px;
  }
  .cid-uHkJo6hzKD .navbar.opened {
    height: auto;
  }
  .cid-uHkJo6hzKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLb5wTKuu9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #93a889;
}
.cid-uLb5wTKuu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb5wTKuu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb5wTKuu9 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLb5wTKuu9 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uLb5wTKuu9 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLb5wTKuu9 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uLb5wTKuu9 .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLb5wTKuu9 .col-text {
    margin-top: 20px;
  }
}
.cid-uLb5wTKuu9 .text-wrapper {
  width: 100%;
}
.cid-uLb5wTKuu9 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uLb5wTKuu9 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uLb5wTKuu9 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uLb5wTKuu9 .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uLb5wTKuu9 .mbr-text {
    padding-right: 0;
  }
}
.cid-uLb5wTKuu9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLb5wTKuu9 .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uLb5wTKuu9 .social-container {
    padding-top: 40px;
  }
}
.cid-uLb5wTKuu9 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uLb5wTKuu9 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uLb5wTKuu9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uLb5wTKuu9 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uLb5wTKuu9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uLb5wTKuu9 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uLb5wTKuu9 .soc-item:hover:before {
  opacity: 1;
}
.cid-uLb5wTKuu9 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uLb5wTKuu9 .col-img {
    order: 1;
  }
}
.cid-uLb5wTKuu9 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uLb5wTKuu9 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uLb5wTKuu9 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #b1a374, #5a350c);
  box-shadow: 10px 10px 19px #b1a374, -10px -10px 19px #5a350c;
  border-radius: 6px;
}
.cid-uLb5wTKuu9 .mbr-text,
.cid-uLb5wTKuu9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLb45LnBu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLb45LnBu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb45LnBu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb45LnBu6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .container {
    padding: 0 26px;
  }
}
.cid-uLb45LnBu6 .row {
  justify-content: center;
}
.cid-uLb45LnBu6 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uLb45LnBu6 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uLb45LnBu6 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLb45LnBu6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLb45LnBu6 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLb45LnBu6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLb45LnBu6 .mbr-section-title {
  color: #000000;
}
.cid-uLb45LnBu6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLb45LnBu6 .mbr-text {
  color: #000000;
}
.cid-uHMDMpQ0Q8 {
  background-color: #ffffff;
}
.cid-uHMDMpQ0Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMDMpQ0Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMDMpQ0Q8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .container {
    padding: 0 26px;
  }
}
.cid-uHMDMpQ0Q8 .row {
  justify-content: center;
}
.cid-uHMDMpQ0Q8 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHMDMpQ0Q8 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHMDMpQ0Q8 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHMDMpQ0Q8 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHMDMpQ0Q8 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHMDMpQ0Q8 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHMDMpQ0Q8 .mbr-section-title {
  color: #000000;
}
.cid-uHMDMpQ0Q8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uHMDMpQ0Q8 .mbr-text {
  color: #000000;
}
.cid-uHMFfOlUDd {
  background-color: #ffffff;
}
.cid-uHMFfOlUDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMFfOlUDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMFfOlUDd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .container {
    padding: 0 26px;
  }
}
.cid-uHMFfOlUDd .row {
  justify-content: center;
}
.cid-uHMFfOlUDd .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHMFfOlUDd .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHMFfOlUDd .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHMFfOlUDd .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHMFfOlUDd .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHMFfOlUDd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHMFfOlUDd .mbr-section-title {
  color: #000000;
}
.cid-uHMFfOlUDd .mbr-section-subtitle {
  color: #000000;
}
.cid-uHMFfOlUDd .mbr-text {
  color: #000000;
}
.cid-uHMG5hqKF2 {
  background-color: #ffffff;
}
.cid-uHMG5hqKF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMG5hqKF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMG5hqKF2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .container {
    padding: 0 26px;
  }
}
.cid-uHMG5hqKF2 .row {
  justify-content: center;
}
.cid-uHMG5hqKF2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHMG5hqKF2 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHMG5hqKF2 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHMG5hqKF2 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHMG5hqKF2 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHMG5hqKF2 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHMG5hqKF2 .mbr-section-title {
  color: #000000;
}
.cid-uHMG5hqKF2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uHMG5hqKF2 .mbr-text {
  color: #000000;
}
.cid-uHMHscY7Wv {
  background-color: #ffffff;
}
.cid-uHMHscY7Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMHscY7Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMHscY7Wv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .container {
    padding: 0 26px;
  }
}
.cid-uHMHscY7Wv .row {
  justify-content: center;
}
.cid-uHMHscY7Wv .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHMHscY7Wv .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHMHscY7Wv .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHMHscY7Wv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHMHscY7Wv .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHMHscY7Wv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHMHscY7Wv .mbr-section-title {
  color: #000000;
}
.cid-uHMHscY7Wv .mbr-section-subtitle {
  color: #000000;
}
.cid-uHMHscY7Wv .mbr-text {
  color: #000000;
}
.cid-uHMLQ6JCVW {
  background-color: #ffffff;
}
.cid-uHMLQ6JCVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMLQ6JCVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMLQ6JCVW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .container {
    padding: 0 26px;
  }
}
.cid-uHMLQ6JCVW .row {
  justify-content: center;
}
.cid-uHMLQ6JCVW .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f7f1e3;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHMLQ6JCVW .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHMLQ6JCVW .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHMLQ6JCVW .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHMLQ6JCVW .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHMLQ6JCVW .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHMLQ6JCVW .mbr-section-title {
  color: #000000;
}
.cid-uHMLQ6JCVW .mbr-section-subtitle {
  color: #000000;
}
.cid-uHMLQ6JCVW .mbr-text {
  color: #000000;
}
.cid-uHMLiLyXoZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eae8e4;
}
.cid-uHMLiLyXoZ .main_header {
  margin-bottom: 2.5rem;
}
.cid-uHMLiLyXoZ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uHMLiLyXoZ .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uHMLiLyXoZ .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-uHMLiLyXoZ .card {
  border-radius: 0;
}
.cid-uHMLiLyXoZ .card .card-box {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uHMLiLyXoZ .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
@media (min-width: 992px) {
  .cid-uHMLiLyXoZ .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-uHMLiLyXoZ .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-uHMLiLyXoZ .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-uHMLiLyXoZ .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-uHMLiLyXoZ .card:nth-child(1) .circle_fill {
  background-color: #8da573;
}
.cid-uHMLiLyXoZ .card:nth-child(2) .circle_fill {
  background-color: #beb19e;
}
.cid-uHMLiLyXoZ .card:nth-child(3) .circle_fill {
  background-color: #baad78;
}
.cid-uHMLiLyXoZ .card:nth-child(4) .circle_fill {
  background-color: #7e795b;
}
.cid-uHMLiLyXoZ .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-uHMLiLyXoZ .content_box {
  display: flex;
}
.cid-uHMLiLyXoZ .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-uHMLiLyXoZ .content_text {
  max-width: 45%;
}
.cid-uHMLiLyXoZ .card-text {
  margin-bottom: .5rem;
}
.cid-uHMLiLyXoZ .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-uHMLiLyXoZ .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uHMLiLyXoZ .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uHMLiLyXoZ .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #beb19e;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-uHMLiLyXoZ .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-uHMLiLyXoZ .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-uHMLiLyXoZ .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-uHMLiLyXoZ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uHMLiLyXoZ .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-uHMLiLyXoZ .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-uHMLiLyXoZ .content_box {
    flex-direction: column;
  }
  .cid-uHMLiLyXoZ .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-uHMLiLyXoZ .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uHMLiLyXoZ .card-text {
    margin-bottom: 1rem;
  }
  .cid-uHMLiLyXoZ .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-uHMLiLyXoZ .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-uHMLiLyXoZ .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uHMLjqMAB3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-uHMLjqMAB3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uHMLjqMAB3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uHMLjqMAB3 .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-uHMLjqMAB3 .card {
  border-radius: 0;
}
.cid-uHMLjqMAB3 .card .card-box {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uHMLjqMAB3 .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
@media (min-width: 992px) {
  .cid-uHMLjqMAB3 .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-uHMLjqMAB3 .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-uHMLjqMAB3 .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-uHMLjqMAB3 .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-uHMLjqMAB3 .card:nth-child(1) .circle_fill {
  background-color: #8da573;
}
.cid-uHMLjqMAB3 .card:nth-child(2) .circle_fill {
  background-color: #beb19e;
}
.cid-uHMLjqMAB3 .card:nth-child(3) .circle_fill {
  background-color: #baad78;
}
.cid-uHMLjqMAB3 .card:nth-child(4) .circle_fill {
  background-color: #7e795b;
}
.cid-uHMLjqMAB3 .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-uHMLjqMAB3 .content_box {
  display: flex;
}
.cid-uHMLjqMAB3 .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-uHMLjqMAB3 .content_text {
  max-width: 45%;
}
.cid-uHMLjqMAB3 .card-text {
  margin-bottom: .5rem;
}
.cid-uHMLjqMAB3 .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-uHMLjqMAB3 .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uHMLjqMAB3 .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uHMLjqMAB3 .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #beb19e;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-uHMLjqMAB3 .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-uHMLjqMAB3 .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-uHMLjqMAB3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uHMLjqMAB3 .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-uHMLjqMAB3 .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-uHMLjqMAB3 .content_box {
    flex-direction: column;
  }
  .cid-uHMLjqMAB3 .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-uHMLjqMAB3 .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uHMLjqMAB3 .card-text {
    margin-bottom: 1rem;
  }
  .cid-uHMLjqMAB3 .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-uHMLjqMAB3 .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-uHMLjqMAB3 .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uHMOJVVTsg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHMOJVVTsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMOJVVTsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHMOJVVTsg .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-uHMOJVVTsg .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-uHMOJVVTsg .card {
  background: #efefef;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uHMOJVVTsg .card {
    padding: 1rem;
  }
}
.cid-uHMOJVVTsg .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uHMOJVVTsg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uHkJo8g4uT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #93a889;
}
.cid-uHkJo8g4uT [class^="socicon-"]:before,
.cid-uHkJo8g4uT [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uHkJo8g4uT .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uHkJo8g4uT .btn-social,
.cid-uHkJo8g4uT .mbr-section-title {
  color: #57468b;
}
.cid-uHkJo8g4uT .soc-item {
  width: 45px;
  height: 45px;
  background: #93a889;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uHkJo8g4uT .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uHkJo8g4uT .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uHkJo8g4uT .align-left {
    text-align: center;
  }
  .cid-uHkJo8g4uT .align-right {
    text-align: center;
  }
  .cid-uHkJo8g4uT .social-list {
    justify-content: center;
  }
  .cid-uHkJo8g4uT .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uLb6HoHPs1 .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-uLb6HoHPs1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uLb6HoHPs1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLb6HoHPs1 .nav-link {
  position: relative;
}
.cid-uLb6HoHPs1 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uLb6HoHPs1 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uLb6HoHPs1 .container {
  display: flex;
  margin: auto;
}
.cid-uLb6HoHPs1 .navbar.navbar-short .nav-link,
.cid-uLb6HoHPs1 .navbar.navbar-short .navbar-caption,
.cid-uLb6HoHPs1 .navbar.navbar-short .mbr-iconfont,
.cid-uLb6HoHPs1 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uLb6HoHPs1 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uLb6HoHPs1 .navbar-caption {
  padding-right: 3rem;
}
.cid-uLb6HoHPs1 .dropdown-menu,
.cid-uLb6HoHPs1 .navbar.opened {
  background: #000000 !important;
}
.cid-uLb6HoHPs1 .nav-item:focus,
.cid-uLb6HoHPs1 .nav-link:focus {
  outline: none;
}
.cid-uLb6HoHPs1 .dropdown .dropdown-menu .dropdown-item {
  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-uLb6HoHPs1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLb6HoHPs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLb6HoHPs1 .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-uLb6HoHPs1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLb6HoHPs1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLb6HoHPs1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-uLb6HoHPs1 .navbar.opened {
  transition: all .3s;
}
.cid-uLb6HoHPs1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uLb6HoHPs1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLb6HoHPs1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLb6HoHPs1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLb6HoHPs1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLb6HoHPs1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLb6HoHPs1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLb6HoHPs1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLb6HoHPs1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uLb6HoHPs1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uLb6HoHPs1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLb6HoHPs1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLb6HoHPs1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLb6HoHPs1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLb6HoHPs1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLb6HoHPs1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uLb6HoHPs1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLb6HoHPs1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLb6HoHPs1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLb6HoHPs1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLb6HoHPs1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uLb6HoHPs1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uLb6HoHPs1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLb6HoHPs1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLb6HoHPs1 .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-uLb6HoHPs1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLb6HoHPs1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLb6HoHPs1 .dropdown-item.active,
.cid-uLb6HoHPs1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLb6HoHPs1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLb6HoHPs1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLb6HoHPs1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLb6HoHPs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLb6HoHPs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLb6HoHPs1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLb6HoHPs1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uLb6HoHPs1 .navbar-buttons {
  text-align: center;
}
.cid-uLb6HoHPs1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLb6HoHPs1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLb6HoHPs1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLb6HoHPs1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLb6HoHPs1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLb6HoHPs1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLb6HoHPs1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLb6HoHPs1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLb6HoHPs1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLb6HoHPs1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLb6HoHPs1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uLb6HoHPs1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLb6HoHPs1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uLb6HoHPs1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uLb6HoHPs1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLb6HoHPs1 .navbar {
    height: 77px;
  }
  .cid-uLb6HoHPs1 .navbar.opened {
    height: auto;
  }
  .cid-uLb6HoHPs1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLb93VV8se {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #93a889;
}
.cid-uLb93VV8se .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb93VV8se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb93VV8se .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLb93VV8se .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uLb93VV8se .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLb93VV8se .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uLb93VV8se .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLb93VV8se .col-text {
    margin-top: 20px;
  }
}
.cid-uLb93VV8se .text-wrapper {
  width: 100%;
}
.cid-uLb93VV8se .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uLb93VV8se .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uLb93VV8se .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uLb93VV8se .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uLb93VV8se .mbr-text {
    padding-right: 0;
  }
}
.cid-uLb93VV8se .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLb93VV8se .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uLb93VV8se .social-container {
    padding-top: 40px;
  }
}
.cid-uLb93VV8se .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uLb93VV8se .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uLb93VV8se .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uLb93VV8se .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uLb93VV8se .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uLb93VV8se .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uLb93VV8se .soc-item:hover:before {
  opacity: 1;
}
.cid-uLb93VV8se .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uLb93VV8se .col-img {
    order: 1;
  }
}
.cid-uLb93VV8se .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uLb93VV8se .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uLb93VV8se .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #b1a374, #5a350c);
  box-shadow: 10px 10px 19px #b1a374, -10px -10px 19px #5a350c;
  border-radius: 6px;
}
.cid-uLb93VV8se .mbr-text,
.cid-uLb93VV8se .mbr-section-btn {
  color: #ffffff;
}
.cid-uLb6Hrw0Vz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #93a889;
}
.cid-uLb6Hrw0Vz [class^="socicon-"]:before,
.cid-uLb6Hrw0Vz [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLb6Hrw0Vz .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uLb6Hrw0Vz .btn-social,
.cid-uLb6Hrw0Vz .mbr-section-title {
  color: #57468b;
}
.cid-uLb6Hrw0Vz .soc-item {
  width: 45px;
  height: 45px;
  background: #93a889;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLb6Hrw0Vz .soc-item span {
  font-size: 1.6rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLb6Hrw0Vz .soc-item:hover span {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-uLb6Hrw0Vz .align-left {
    text-align: center;
  }
  .cid-uLb6Hrw0Vz .align-right {
    text-align: center;
  }
  .cid-uLb6Hrw0Vz .social-list {
    justify-content: center;
  }
  .cid-uLb6Hrw0Vz .mb-0 {
    padding-bottom: 1rem;
  }
}
