.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #97a879 !important;
}
.bg-success {
  background-color: #c24c08 !important;
}
.bg-info {
  background-color: #f5d387 !important;
}
.bg-warning {
  background-color: #525252 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #97a879 !important;
  border-color: #97a879 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #afbc98 !important;
  border-color: #afbc98 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #afbc98 !important;
  border-color: #afbc98 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #97a879 !important;
  border-color: #97a879 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #afbc98 !important;
  border-color: #afbc98 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #afbc98 !important;
  border-color: #afbc98 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f5d387 !important;
  border-color: #f5d387 !important;
  color: #73530a !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f9e4b6 !important;
  border-color: #f9e4b6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #73530a !important;
  background-color: #f9e4b6 !important;
  border-color: #f9e4b6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c24c08 !important;
  border-color: #c24c08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f35f0a !important;
  border-color: #f35f0a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f35f0a !important;
  border-color: #f35f0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #525252 !important;
  border-color: #525252 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #97a879;
  color: #97a879;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6b7b50 !important;
  background-color: transparent !important;
  border-color: #6b7b50 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #97a879 !important;
  border-color: #97a879 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #97a879;
  color: #97a879;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6b7b50 !important;
  background-color: transparent !important;
  border-color: #6b7b50 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #97a879 !important;
  border-color: #97a879 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5d387;
  color: #f5d387;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #eeb637 !important;
  background-color: transparent !important;
  border-color: #eeb637 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #73530a !important;
  background-color: #f5d387 !important;
  border-color: #f5d387 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c24c08;
  color: #c24c08;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6f2b05 !important;
  background-color: transparent !important;
  border-color: #6f2b05 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c24c08 !important;
  border-color: #c24c08 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #525252;
  color: #525252;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #272727 !important;
  background-color: transparent !important;
  border-color: #272727 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #525252 !important;
  border-color: #525252 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #97a879 !important;
}
.text-secondary {
  color: #97a879 !important;
}
.text-success {
  color: #c24c08 !important;
}
.text-info {
  color: #f5d387 !important;
}
.text-warning {
  color: #525252 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #63714a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #63714a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #602604 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #edb029 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1f1f1f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #97a879;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5d387;
}
.alert-warning {
  background-color: #525252;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #97a879;
  border-color: #97a879;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #97a879;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3dac6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f88e52;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c5c5c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #97a879 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #97a879;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #97a879;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #97a879;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #97a879;
  border-bottom-color: #97a879;
}
.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: #97a879 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #97a879 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2397a879' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ucKCeLhP1X {
  z-index: 1000;
  width: 100%;
}
.cid-ucKCeLhP1X .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ucKCeLhP1X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ucKCeLhP1X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucKCeLhP1X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucKCeLhP1X .menu_box .navbar.opened,
  .cid-ucKCeLhP1X .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucKCeLhP1X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucKCeLhP1X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucKCeLhP1X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucKCeLhP1X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucKCeLhP1X .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ucKCeLhP1X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucKCeLhP1X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucKCeLhP1X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucKCeLhP1X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucKCeLhP1X .offcanvas-body .mbr-text,
  .cid-ucKCeLhP1X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucKCeLhP1X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucKCeLhP1X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucKCeLhP1X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucKCeLhP1X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucKCeLhP1X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ucKCeLhP1X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucKCeLhP1X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucKCeLhP1X .lg_brand {
    margin: 0 1rem;
  }
  .cid-ucKCeLhP1X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ucKCeLhP1X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucKCeLhP1X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .nav-item {
    margin: 0 !important;
  }
}
.cid-ucKCeLhP1X .nav-item .nav-link:hover,
.cid-ucKCeLhP1X .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ucKCeLhP1X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucKCeLhP1X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucKCeLhP1X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucKCeLhP1X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ucKCeLhP1X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucKCeLhP1X .offcanvas_box {
    display: none;
  }
}
.cid-ucKCeLhP1X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucKCeLhP1X .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucKCeLhP1X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucKCeLhP1X .container {
  display: flex;
  margin: auto;
}
.cid-ucKCeLhP1X .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucKCeLhP1X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucKCeLhP1X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucKCeLhP1X .navbar-caption {
  color: #2b2b2b;
}
.cid-ucKCeLhP1X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucKCeLhP1X .navbar-nav {
    margin: 0;
  }
}
.cid-ucKCeLhP1X .dropdown-menu,
.cid-ucKCeLhP1X .navbar.opened {
  background-color: false !important;
}
.cid-ucKCeLhP1X .nav-item:focus,
.cid-ucKCeLhP1X .nav-link:focus {
  outline: none;
}
.cid-ucKCeLhP1X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKCeLhP1X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKCeLhP1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKCeLhP1X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKCeLhP1X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKCeLhP1X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKCeLhP1X .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucKCeLhP1X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucKCeLhP1X .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKCeLhP1X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucKCeLhP1X .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ucKCeLhP1X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucKCeLhP1X .navbar.collapsed {
  justify-content: center;
}
.cid-ucKCeLhP1X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKCeLhP1X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucKCeLhP1X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKCeLhP1X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKCeLhP1X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKCeLhP1X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucKCeLhP1X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucKCeLhP1X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucKCeLhP1X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucKCeLhP1X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKCeLhP1X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKCeLhP1X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucKCeLhP1X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKCeLhP1X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucKCeLhP1X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucKCeLhP1X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucKCeLhP1X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucKCeLhP1X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucKCeLhP1X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucKCeLhP1X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKCeLhP1X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucKCeLhP1X .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucKCeLhP1X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucKCeLhP1X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucKCeLhP1X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKCeLhP1X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucKCeLhP1X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKCeLhP1X .dropdown-item.active,
.cid-ucKCeLhP1X .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKCeLhP1X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKCeLhP1X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKCeLhP1X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKCeLhP1X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucKCeLhP1X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucKCeLhP1X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucKCeLhP1X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ucKCeLhP1X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ucKCeLhP1X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKCeLhP1X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKCeLhP1X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKCeLhP1X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKCeLhP1X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKCeLhP1X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKCeLhP1X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKCeLhP1X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKCeLhP1X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucKCeLhP1X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucKCeLhP1X .navbar {
    height: 70px;
  }
  .cid-ucKCeLhP1X .navbar.opened {
    height: auto;
  }
  .cid-ucKCeLhP1X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucKCeLhP1X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucKCeLhP1X .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ucKCeLhP1X .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ucKCeLhP1X .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ucKCeLhP1X .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ucKCeLhP1X .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ucKCeLhP1X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucKCeLhP1X .text_widget {
  margin-bottom: 32px;
}
.cid-ucKCeLhP1X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucKCeLhP1X .text_widget a:hover {
  opacity: .5;
}
.cid-ucKCeLhP1X .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ucKCeLhP1X .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ucKCeLhP1X .mbr-section-subtitle,
.cid-ucKCeLhP1X .text_widget,
.cid-ucKCeLhP1X .mbr-section-btn {
  text-align: center;
}
.cid-ucKCeLhP1X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugIBOfo7Fb {
  display: flex;
  background-image: url("../../../assets/images/simone-riedel-malerei-header-1-1500x1400.jpg");
}
.cid-ugIBOfo7Fb .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-ugIBOfo7Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIBOfo7Fb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ugIBOfo7Fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIBOfo7Fb p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ugIBOfo7Fb {
    align-items: center;
  }
  .cid-ugIBOfo7Fb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugIBOfo7Fb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugIBOfo7Fb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ugIBOfo7Fb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugIBOfo7Fb .content-wrap {
    width: 100%;
  }
}
.cid-ugIBOfo7Fb .mbr-section-subtitle,
.cid-ugIBOfo7Fb .line {
  color: #ffffff;
}
.cid-ugIBOfo7Fb .mbr-text,
.cid-ugIBOfo7Fb .mbr-section-btn {
  text-align: right;
}
.cid-uhnqskK3HA {
  padding-top: 12rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uhnqskK3HA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnqskK3HA .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-uhnqskK3HA .container {
    padding: 0 24px;
  }
}
.cid-uhnqskK3HA .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #f7f7f7;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uhnqskK3HA .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uhnqskK3HA .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uhnqskK3HA .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uhnqskK3HA .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhnqskK3HA .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-uhnqskK3HA .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uhnqskK3HA .mbr-desc {
  color: #202020;
}
.cid-uhnqskK3HA .mbr-section-title {
  color: #525252;
}
.cid-uhnqskK3HA .mbr-date {
  color: #202020;
}
.cid-uhnqskK3HA .mbr-date,
.cid-uhnqskK3HA .date-wrapper {
  color: #525252;
}
.cid-ukd2ivBhdS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-ukd2ivBhdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukd2ivBhdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukd2ivBhdS .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ukd2ivBhdS .container {
    padding: 10px 8px;
  }
}
.cid-ukd2ivBhdS .row {
  border-radius: 25px;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 5rem #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ukd2ivBhdS .row {
    padding: 50px 2px 34px;
  }
}
.cid-ukd2ivBhdS .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-ukd2ivBhdS .item .item-wrapper {
  background-color: #f4f4f4;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-ukd2ivBhdS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-ukd2ivBhdS .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-ukd2ivBhdS .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-ukd2ivBhdS .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-ukd2ivBhdS .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-ukd2ivBhdS .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-ukd2ivBhdS .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-ukd2ivBhdS .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ukd2ivBhdS .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ukd2ivBhdS .card-name {
  color: #222222;
}
.cid-ukd2ivBhdS .card-role {
  color: #222222;
  text-align: center;
}
.cid-ukd2ivBhdS .card-name,
.cid-ukd2ivBhdS .item-img {
  text-align: center;
  color: #525252;
}
.cid-uhzuDX81Ip {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uhzuDX81Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzuDX81Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzuDX81Ip .container-fluid {
  padding: 0;
}
.cid-uhzuDX81Ip .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhzuDX81Ip .row {
    padding: 0 12px;
  }
}
.cid-uhzuDX81Ip .container-wrapper {
  padding: 0;
}
.cid-uhzuDX81Ip .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uhzuDX81Ip .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uhzuDX81Ip .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhzuDX81Ip .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uhzuDX81Ip .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhzuDX81Ip .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uhzuDX81Ip .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhzuDX81Ip .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhzuDX81Ip .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uhzuDX81Ip .mbr-section-title {
  color: #1c314e;
}
.cid-uhzuDX81Ip .mbr-text {
  color: #1c314e;
}
.cid-uhzFcr2iPG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uhzFcr2iPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzFcr2iPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzFcr2iPG .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uhzFcr2iPG .container {
    padding: 10px 8px;
  }
}
.cid-uhzFcr2iPG .row {
  border-radius: 25px;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 5rem #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uhzFcr2iPG .row {
    padding: 50px 2px 34px;
  }
}
.cid-uhzFcr2iPG .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uhzFcr2iPG .item .item-wrapper {
  background-color: #f4f4f4;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uhzFcr2iPG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uhzFcr2iPG .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uhzFcr2iPG .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uhzFcr2iPG .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uhzFcr2iPG .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uhzFcr2iPG .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uhzFcr2iPG .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uhzFcr2iPG .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uhzFcr2iPG .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uhzFcr2iPG .card-name {
  color: #222222;
}
.cid-uhzFcr2iPG .card-role {
  color: #222222;
  text-align: center;
}
.cid-uhzFcr2iPG .card-name,
.cid-uhzFcr2iPG .item-img {
  text-align: center;
  color: #525252;
}
.cid-ufp1pHlurY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-ufp1pHlurY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufp1pHlurY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufp1pHlurY .container-fluid {
  padding: 0;
}
.cid-ufp1pHlurY .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ufp1pHlurY .row {
    padding: 0 12px;
  }
}
.cid-ufp1pHlurY .container-wrapper {
  padding: 0;
}
.cid-ufp1pHlurY .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ufp1pHlurY .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ufp1pHlurY .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ufp1pHlurY .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ufp1pHlurY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufp1pHlurY .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ufp1pHlurY .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ufp1pHlurY .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ufp1pHlurY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ufp1pHlurY .mbr-section-title {
  color: #1c314e;
}
.cid-ufp1pHlurY .mbr-text {
  color: #1c314e;
}
.cid-ukd2AZCO6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ukd2AZCO6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukd2AZCO6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukd2AZCO6T .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ukd2AZCO6T .container {
    padding: 10px 8px;
  }
}
.cid-ukd2AZCO6T .row {
  border-radius: 25px;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 5rem #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ukd2AZCO6T .row {
    padding: 50px 2px 34px;
  }
}
.cid-ukd2AZCO6T .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-ukd2AZCO6T .item .item-wrapper {
  background-color: #f4f4f4;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-ukd2AZCO6T .item .item-wrapper {
    padding: 20px;
  }
}
.cid-ukd2AZCO6T .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-ukd2AZCO6T .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-ukd2AZCO6T .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-ukd2AZCO6T .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-ukd2AZCO6T .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-ukd2AZCO6T .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-ukd2AZCO6T .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ukd2AZCO6T .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ukd2AZCO6T .card-name {
  color: #222222;
}
.cid-ukd2AZCO6T .card-role {
  color: #222222;
  text-align: center;
}
.cid-ukd2AZCO6T .card-name,
.cid-ukd2AZCO6T .item-img {
  text-align: center;
  color: #525252;
}
.cid-uhzuEYMOaS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uhzuEYMOaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzuEYMOaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzuEYMOaS .container-fluid {
  padding: 0;
}
.cid-uhzuEYMOaS .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhzuEYMOaS .row {
    padding: 0 12px;
  }
}
.cid-uhzuEYMOaS .container-wrapper {
  padding: 0;
}
.cid-uhzuEYMOaS .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uhzuEYMOaS .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uhzuEYMOaS .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhzuEYMOaS .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uhzuEYMOaS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhzuEYMOaS .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uhzuEYMOaS .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhzuEYMOaS .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhzuEYMOaS .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uhzuEYMOaS .mbr-section-title {
  color: #1c314e;
}
.cid-uhzuEYMOaS .mbr-text {
  color: #1c314e;
}
.cid-uldxiYBu7f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uldxiYBu7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldxiYBu7f .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-uldxiYBu7f .container {
    padding: 0 24px;
  }
}
.cid-uldxiYBu7f .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #f7f7f7;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uldxiYBu7f .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uldxiYBu7f .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uldxiYBu7f .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uldxiYBu7f .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uldxiYBu7f .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #bbbbbb;
}
.cid-uldxiYBu7f .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uldxiYBu7f .mbr-desc {
  color: #202020;
}
.cid-uldxiYBu7f .mbr-section-title {
  color: #525252;
}
.cid-uldxiYBu7f .mbr-date {
  color: #202020;
}
.cid-uldxiYBu7f .mbr-date,
.cid-uldxiYBu7f .date-wrapper {
  color: #525252;
}
.cid-uldx7ImXTz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uldx7ImXTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldx7ImXTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldx7ImXTz .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uldx7ImXTz .container {
    padding: 10px 8px;
  }
}
.cid-uldx7ImXTz .row {
  border-radius: 25px;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 5rem #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uldx7ImXTz .row {
    padding: 50px 2px 34px;
  }
}
.cid-uldx7ImXTz .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uldx7ImXTz .item .item-wrapper {
  background-color: #f4f4f4;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uldx7ImXTz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uldx7ImXTz .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uldx7ImXTz .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uldx7ImXTz .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uldx7ImXTz .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uldx7ImXTz .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uldx7ImXTz .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uldx7ImXTz .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uldx7ImXTz .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uldx7ImXTz .card-name {
  color: #222222;
}
.cid-uldx7ImXTz .card-role {
  color: #222222;
  text-align: center;
}
.cid-uldx7ImXTz .card-name,
.cid-uldx7ImXTz .item-img {
  text-align: center;
  color: #525252;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-ucKOz5BnwK {
  z-index: 1000;
  width: 100%;
}
.cid-ucKOz5BnwK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ucKOz5BnwK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ucKOz5BnwK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucKOz5BnwK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucKOz5BnwK .menu_box .navbar.opened,
  .cid-ucKOz5BnwK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucKOz5BnwK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucKOz5BnwK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucKOz5BnwK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucKOz5BnwK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucKOz5BnwK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ucKOz5BnwK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucKOz5BnwK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucKOz5BnwK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucKOz5BnwK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucKOz5BnwK .offcanvas-body .mbr-text,
  .cid-ucKOz5BnwK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucKOz5BnwK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucKOz5BnwK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucKOz5BnwK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucKOz5BnwK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucKOz5BnwK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ucKOz5BnwK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucKOz5BnwK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucKOz5BnwK .lg_brand {
    margin: 0 1rem;
  }
  .cid-ucKOz5BnwK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ucKOz5BnwK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucKOz5BnwK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .nav-item {
    margin: 0 !important;
  }
}
.cid-ucKOz5BnwK .nav-item .nav-link:hover,
.cid-ucKOz5BnwK .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ucKOz5BnwK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucKOz5BnwK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucKOz5BnwK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucKOz5BnwK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ucKOz5BnwK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucKOz5BnwK .offcanvas_box {
    display: none;
  }
}
.cid-ucKOz5BnwK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucKOz5BnwK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucKOz5BnwK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucKOz5BnwK .container {
  display: flex;
  margin: auto;
}
.cid-ucKOz5BnwK .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucKOz5BnwK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucKOz5BnwK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucKOz5BnwK .navbar-caption {
  color: #2b2b2b;
}
.cid-ucKOz5BnwK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucKOz5BnwK .navbar-nav {
    margin: 0;
  }
}
.cid-ucKOz5BnwK .dropdown-menu,
.cid-ucKOz5BnwK .navbar.opened {
  background-color: false !important;
}
.cid-ucKOz5BnwK .nav-item:focus,
.cid-ucKOz5BnwK .nav-link:focus {
  outline: none;
}
.cid-ucKOz5BnwK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKOz5BnwK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKOz5BnwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKOz5BnwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKOz5BnwK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKOz5BnwK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKOz5BnwK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucKOz5BnwK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucKOz5BnwK .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKOz5BnwK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucKOz5BnwK .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ucKOz5BnwK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucKOz5BnwK .navbar.collapsed {
  justify-content: center;
}
.cid-ucKOz5BnwK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKOz5BnwK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucKOz5BnwK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKOz5BnwK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKOz5BnwK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKOz5BnwK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucKOz5BnwK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucKOz5BnwK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucKOz5BnwK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucKOz5BnwK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKOz5BnwK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKOz5BnwK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucKOz5BnwK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKOz5BnwK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucKOz5BnwK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucKOz5BnwK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucKOz5BnwK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucKOz5BnwK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucKOz5BnwK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucKOz5BnwK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKOz5BnwK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucKOz5BnwK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucKOz5BnwK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucKOz5BnwK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucKOz5BnwK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKOz5BnwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucKOz5BnwK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKOz5BnwK .dropdown-item.active,
.cid-ucKOz5BnwK .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKOz5BnwK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKOz5BnwK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKOz5BnwK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKOz5BnwK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucKOz5BnwK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucKOz5BnwK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucKOz5BnwK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ucKOz5BnwK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ucKOz5BnwK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKOz5BnwK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKOz5BnwK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKOz5BnwK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKOz5BnwK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKOz5BnwK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKOz5BnwK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKOz5BnwK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKOz5BnwK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucKOz5BnwK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucKOz5BnwK .navbar {
    height: 70px;
  }
  .cid-ucKOz5BnwK .navbar.opened {
    height: auto;
  }
  .cid-ucKOz5BnwK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucKOz5BnwK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucKOz5BnwK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ucKOz5BnwK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ucKOz5BnwK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ucKOz5BnwK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ucKOz5BnwK .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ucKOz5BnwK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucKOz5BnwK .text_widget {
  margin-bottom: 32px;
}
.cid-ucKOz5BnwK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucKOz5BnwK .text_widget a:hover {
  opacity: .5;
}
.cid-ucKOz5BnwK .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ucKOz5BnwK .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ucKOz5BnwK .mbr-section-subtitle,
.cid-ucKOz5BnwK .text_widget,
.cid-ucKOz5BnwK .mbr-section-btn {
  text-align: center;
}
.cid-ucKOz5BnwK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ucLbbbBtPg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ucLbbbBtPg .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ucLbbbBtPg .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucLbbbBtPg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucLbbbBtPg .mbr-section-title {
  color: #525252;
}
.cid-ucLbbbBtPg .mbr-text,
.cid-ucLbbbBtPg .mbr-section-btn {
  color: #525252;
}
.cid-ucLbbbBtPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucLbbbBtPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucLlvOc4p8 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-ucLlvOc4p8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucLlvOc4p8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucLlvOc4p8 .timeline-element {
  position: relative;
}
.cid-ucLlvOc4p8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucLlvOc4p8 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #525252;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ucLlvOc4p8 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ucLlvOc4p8 .iconBackground {
    left: 50%;
  }
}
.cid-ucLlvOc4p8 .row:after {
  content: "";
  position: absolute;
  background-color: #525252;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-ucLlvOc4p8 .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ucLlvOc4p8 .row:after {
    left: 50%;
  }
}
.cid-ucLlvOc4p8 .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ucLlvOc4p8 .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-ucLlvOc4p8 .timeline-date-wrapper,
  .cid-ucLlvOc4p8 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ucLlvOc4p8 .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucLlvOc4p8 .timeline-date-wrapper,
  .cid-ucLlvOc4p8 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucLlvOc4p8 .timeline-date-wrapper,
  .cid-ucLlvOc4p8 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-ucLlvOc4p8 .mbr-section-title {
  text-align: left;
  color: #525252;
}
.cid-ucLlvOc4p8 .mbr-timeline-title {
  color: #525252;
}
.cid-ucLlvOc4p8 .mbr-text {
  color: #525252;
}
.cid-ucW4o61Bpd {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-ucW4o61Bpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucW4o61Bpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucW4o61Bpd .container-fluid {
  padding: 0;
}
.cid-ucW4o61Bpd .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ucW4o61Bpd .row {
    padding: 0 12px;
  }
}
.cid-ucW4o61Bpd .container-wrapper {
  padding: 0;
}
.cid-ucW4o61Bpd .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ucW4o61Bpd .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ucW4o61Bpd .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ucW4o61Bpd .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ucW4o61Bpd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucW4o61Bpd .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ucW4o61Bpd .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ucW4o61Bpd .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ucW4o61Bpd .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ucW4o61Bpd .mbr-section-title {
  color: #1c314e;
}
.cid-ucW4o61Bpd .mbr-text {
  color: #1c314e;
}
.cid-ucW5aLGZnO {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-ucW5aLGZnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucW5aLGZnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucW5aLGZnO .mbr-section-title {
  color: #102a23;
  margin-bottom: 0;
}
.cid-ucW5aLGZnO .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ucW5aLGZnO .mbr-section-subtitle {
  color: #102a23;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-ucW5aLGZnO .mbr-section-btn {
  margin-top: 2rem;
}
.cid-ucW5aLGZnO .mbr-section-subtitle,
.cid-ucW5aLGZnO .mbr-section-btn {
  color: #525252;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-ucWFzSYwCV {
  z-index: 1000;
  width: 100%;
}
.cid-ucWFzSYwCV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ucWFzSYwCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ucWFzSYwCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucWFzSYwCV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucWFzSYwCV .menu_box .navbar.opened,
  .cid-ucWFzSYwCV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucWFzSYwCV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucWFzSYwCV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucWFzSYwCV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucWFzSYwCV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucWFzSYwCV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ucWFzSYwCV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucWFzSYwCV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucWFzSYwCV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucWFzSYwCV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucWFzSYwCV .offcanvas-body .mbr-text,
  .cid-ucWFzSYwCV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucWFzSYwCV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucWFzSYwCV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucWFzSYwCV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucWFzSYwCV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucWFzSYwCV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ucWFzSYwCV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucWFzSYwCV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucWFzSYwCV .lg_brand {
    margin: 0 1rem;
  }
  .cid-ucWFzSYwCV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ucWFzSYwCV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucWFzSYwCV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .nav-item {
    margin: 0 !important;
  }
}
.cid-ucWFzSYwCV .nav-item .nav-link:hover,
.cid-ucWFzSYwCV .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ucWFzSYwCV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucWFzSYwCV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucWFzSYwCV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucWFzSYwCV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ucWFzSYwCV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucWFzSYwCV .offcanvas_box {
    display: none;
  }
}
.cid-ucWFzSYwCV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucWFzSYwCV .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucWFzSYwCV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucWFzSYwCV .container {
  display: flex;
  margin: auto;
}
.cid-ucWFzSYwCV .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucWFzSYwCV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucWFzSYwCV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucWFzSYwCV .navbar-caption {
  color: #2b2b2b;
}
.cid-ucWFzSYwCV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucWFzSYwCV .navbar-nav {
    margin: 0;
  }
}
.cid-ucWFzSYwCV .dropdown-menu,
.cid-ucWFzSYwCV .navbar.opened {
  background-color: false !important;
}
.cid-ucWFzSYwCV .nav-item:focus,
.cid-ucWFzSYwCV .nav-link:focus {
  outline: none;
}
.cid-ucWFzSYwCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucWFzSYwCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucWFzSYwCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucWFzSYwCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucWFzSYwCV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucWFzSYwCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucWFzSYwCV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucWFzSYwCV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucWFzSYwCV .navbar.opened {
  transition: all 0.3s;
}
.cid-ucWFzSYwCV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucWFzSYwCV .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ucWFzSYwCV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucWFzSYwCV .navbar.collapsed {
  justify-content: center;
}
.cid-ucWFzSYwCV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucWFzSYwCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucWFzSYwCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucWFzSYwCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucWFzSYwCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucWFzSYwCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucWFzSYwCV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucWFzSYwCV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucWFzSYwCV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucWFzSYwCV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucWFzSYwCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucWFzSYwCV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucWFzSYwCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucWFzSYwCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucWFzSYwCV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucWFzSYwCV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucWFzSYwCV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucWFzSYwCV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucWFzSYwCV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucWFzSYwCV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucWFzSYwCV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucWFzSYwCV .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucWFzSYwCV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucWFzSYwCV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucWFzSYwCV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucWFzSYwCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucWFzSYwCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucWFzSYwCV .dropdown-item.active,
.cid-ucWFzSYwCV .dropdown-item:active {
  background-color: transparent;
}
.cid-ucWFzSYwCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucWFzSYwCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucWFzSYwCV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucWFzSYwCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucWFzSYwCV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucWFzSYwCV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucWFzSYwCV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ucWFzSYwCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ucWFzSYwCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucWFzSYwCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWFzSYwCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucWFzSYwCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucWFzSYwCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWFzSYwCV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucWFzSYwCV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucWFzSYwCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucWFzSYwCV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucWFzSYwCV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucWFzSYwCV .navbar {
    height: 70px;
  }
  .cid-ucWFzSYwCV .navbar.opened {
    height: auto;
  }
  .cid-ucWFzSYwCV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWFzSYwCV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucWFzSYwCV .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ucWFzSYwCV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ucWFzSYwCV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ucWFzSYwCV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ucWFzSYwCV .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ucWFzSYwCV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucWFzSYwCV .text_widget {
  margin-bottom: 32px;
}
.cid-ucWFzSYwCV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucWFzSYwCV .text_widget a:hover {
  opacity: .5;
}
.cid-ucWFzSYwCV .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ucWFzSYwCV .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ucWFzSYwCV .mbr-section-subtitle,
.cid-ucWFzSYwCV .text_widget,
.cid-ucWFzSYwCV .mbr-section-btn {
  text-align: center;
}
.cid-ucWFzSYwCV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhDLzCvp9Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhDLzCvp9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDLzCvp9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhDLzCvp9Z .container-fluid {
  padding: 0;
}
.cid-uhDLzCvp9Z .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhDLzCvp9Z .row {
    padding: 0 12px;
  }
}
.cid-uhDLzCvp9Z .container-wrapper {
  padding: 0;
}
.cid-uhDLzCvp9Z .border-wrapper {
  height: 2px;
  background-color: #000000;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uhDLzCvp9Z .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uhDLzCvp9Z .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhDLzCvp9Z .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uhDLzCvp9Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhDLzCvp9Z .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uhDLzCvp9Z .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhDLzCvp9Z .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhDLzCvp9Z .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uhDLzCvp9Z .mbr-section-title {
  color: #1c314e;
}
.cid-uhDLzCvp9Z .mbr-text {
  color: #1c314e;
}
.cid-uhE3bNha8y {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uhE3bNha8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhE3bNha8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhE3bNha8y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhE3bNha8y .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhE3bNha8y .container {
    padding: 0 30px;
  }
}
.cid-uhE3bNha8y .card {
  justify-content: center;
}
.cid-uhE3bNha8y .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uhE3bNha8y .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhE3bNha8y .content-wrapper {
    padding: 0;
  }
}
.cid-uhE3bNha8y .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhE3bNha8y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhE3bNha8y .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uhE3bNha8y .mbr-section-title {
  color: #ffffff;
}
.cid-uhE3bNha8y .mbr-text {
  color: #ffffff;
}
.cid-uhE3bNha8y .mbr-section-title,
.cid-uhE3bNha8y .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-uhE3ihdVvu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uhE3ihdVvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhE3ihdVvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhE3ihdVvu .container-fluid {
  padding: 0;
}
.cid-uhE3ihdVvu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhE3ihdVvu .row {
    padding: 0 12px;
  }
}
.cid-uhE3ihdVvu .container-wrapper {
  padding: 0;
}
.cid-uhE3ihdVvu .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uhE3ihdVvu .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uhE3ihdVvu .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhE3ihdVvu .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uhE3ihdVvu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhE3ihdVvu .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uhE3ihdVvu .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhE3ihdVvu .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhE3ihdVvu .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uhE3ihdVvu .mbr-section-title {
  color: #1c314e;
}
.cid-uhE3ihdVvu .mbr-text {
  color: #1c314e;
}
.cid-uhE32Xigoz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uhE32Xigoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhE32Xigoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhE32Xigoz .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uhE32Xigoz .container {
    padding: 10px 8px;
  }
}
.cid-uhE32Xigoz .row {
  border-radius: 25px;
  background-color: #f4f4f4;
  box-shadow: inset 0 0 5rem #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uhE32Xigoz .row {
    padding: 50px 2px 34px;
  }
}
.cid-uhE32Xigoz .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uhE32Xigoz .item .item-wrapper {
  background-color: #f4f4f4;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uhE32Xigoz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uhE32Xigoz .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uhE32Xigoz .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uhE32Xigoz .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uhE32Xigoz .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uhE32Xigoz .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uhE32Xigoz .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uhE32Xigoz .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uhE32Xigoz .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uhE32Xigoz .card-name {
  color: #222222;
}
.cid-uhE32Xigoz .card-role {
  color: #222222;
  text-align: center;
}
.cid-uhE32Xigoz .card-name,
.cid-uhE32Xigoz .item-img {
  text-align: center;
  color: #525252;
}
.cid-ueE7oLJzia {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueE7oLJzia .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueE7oLJzia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueE7oLJzia .container-fluid {
  padding: 0;
}
.cid-ueE7oLJzia .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueE7oLJzia .row {
    padding: 0 12px;
  }
}
.cid-ueE7oLJzia .container-wrapper {
  padding: 0;
}
.cid-ueE7oLJzia .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueE7oLJzia .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueE7oLJzia .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7oLJzia .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueE7oLJzia .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueE7oLJzia .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueE7oLJzia .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7oLJzia .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueE7oLJzia .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueE7oLJzia .mbr-section-title {
  color: #1c314e;
}
.cid-ueE7oLJzia .mbr-text {
  color: #1c314e;
}
.cid-uhnKw5Zmin {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnKw5Zmin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnKw5Zmin .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-uhnKw5Zmin .container {
    padding: 0 15px;
  }
}
.cid-uhnKw5Zmin .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uhnKw5Zmin .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhnKw5Zmin .content-wrapper {
    padding-right: 0;
  }
}
.cid-uhnKw5Zmin .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhnKw5Zmin .content-wrap {
    display: block;
  }
}
.cid-uhnKw5Zmin .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhnKw5Zmin .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhnKw5Zmin .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhnKw5Zmin .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhnKw5Zmin .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #232323;
}
.cid-uhnKw5Zmin .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #232323;
  transform: rotate(20deg);
}
.cid-uhnKw5Zmin .mbr-section-title {
  color: #4a4949;
}
.cid-uhnKw5Zmin .mbr-desc,
.cid-uhnKw5Zmin .desc-wrapper {
  color: #3f1819;
}
.cid-uoxW70R2wC {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}
.cid-uoxW70R2wC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoxW70R2wC .card-title {
  margin-bottom: 26px;
  color: #97a879;
}
.cid-uoxW70R2wC .mbr-text {
  margin-bottom: 30px;
}
.cid-uoxW70R2wC .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uoxW70R2wC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uoxW70R2wC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uoxW70R2wC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uoxW70R2wC .btn_link:hover {
  cursor: pointer;
}
.cid-uoxW70R2wC .btn_link:hover a {
  color: #97a879 !important;
}
.cid-uoxW70R2wC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uoxW70R2wC .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoxW70R2wC .text-wrapper {
    text-align: center;
  }
  .cid-uoxW70R2wC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uoxW70R2wC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uoxW70R2wC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uoxW70R2wC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxW70R2wC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxW70R2wC .card-title,
.cid-uoxW70R2wC .icon_block {
  color: #4a4949;
}
.cid-uhzHHdvx86 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}
.cid-uhzHHdvx86 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhzHHdvx86 .card-title {
  margin-bottom: 26px;
  color: #97a879;
}
.cid-uhzHHdvx86 .mbr-text {
  margin-bottom: 30px;
}
.cid-uhzHHdvx86 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uhzHHdvx86 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uhzHHdvx86 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uhzHHdvx86 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uhzHHdvx86 .btn_link:hover {
  cursor: pointer;
}
.cid-uhzHHdvx86 .btn_link:hover a {
  color: #97a879 !important;
}
.cid-uhzHHdvx86 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uhzHHdvx86 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhzHHdvx86 .text-wrapper {
    text-align: center;
  }
  .cid-uhzHHdvx86 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uhzHHdvx86 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uhzHHdvx86 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhzHHdvx86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzHHdvx86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzHHdvx86 .card-title,
.cid-uhzHHdvx86 .icon_block {
  color: #4a4949;
}
.cid-uhnK814Aux {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uhnK814Aux .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhnK814Aux .card-title {
  margin-bottom: 26px;
  color: #97a879;
}
.cid-uhnK814Aux .mbr-text {
  margin-bottom: 30px;
}
.cid-uhnK814Aux .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uhnK814Aux .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uhnK814Aux .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uhnK814Aux .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uhnK814Aux .btn_link:hover {
  cursor: pointer;
}
.cid-uhnK814Aux .btn_link:hover a {
  color: #97a879 !important;
}
.cid-uhnK814Aux .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uhnK814Aux .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnK814Aux .text-wrapper {
    text-align: center;
  }
  .cid-uhnK814Aux .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uhnK814Aux .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uhnK814Aux .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhnK814Aux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnK814Aux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnK814Aux .card-title,
.cid-uhnK814Aux .icon_block {
  color: #4a4949;
}
.cid-uhnK8KSzB7 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}
.cid-uhnK8KSzB7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhnK8KSzB7 .card-title {
  margin-bottom: 26px;
  color: #97a879;
}
.cid-uhnK8KSzB7 .mbr-text {
  margin-bottom: 30px;
}
.cid-uhnK8KSzB7 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uhnK8KSzB7 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uhnK8KSzB7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uhnK8KSzB7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uhnK8KSzB7 .btn_link:hover {
  cursor: pointer;
}
.cid-uhnK8KSzB7 .btn_link:hover a {
  color: #97a879 !important;
}
.cid-uhnK8KSzB7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uhnK8KSzB7 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhnK8KSzB7 .text-wrapper {
    text-align: center;
  }
  .cid-uhnK8KSzB7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uhnK8KSzB7 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uhnK8KSzB7 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhnK8KSzB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnK8KSzB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnK8KSzB7 .card-title,
.cid-uhnK8KSzB7 .icon_block {
  color: #4a4949;
}
.cid-uhnK8KSzB7 .mbr-text,
.cid-uhnK8KSzB7 .btn_link {
  color: #4a4949;
}
.cid-uiiB5yrBoC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uiiB5yrBoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiB5yrBoC .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-uiiB5yrBoC .container {
    padding: 0 20px;
  }
}
.cid-uiiB5yrBoC .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uiiB5yrBoC .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uiiB5yrBoC .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uiiB5yrBoC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiiB5yrBoC .mbr-section-title {
  color: #ffffff;
}
.cid-uiiB5yrBoC .mbr-section-title,
.cid-uiiB5yrBoC .mbr-section-btn,
.cid-uiiB5yrBoC .logo-wrap {
  text-align: left;
  color: #525252;
}
.cid-ueE6zL9YWm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueE6zL9YWm .container {
  max-width: 1400px;
}
.cid-ueE6zL9YWm img,
.cid-ueE6zL9YWm .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueE6zL9YWm img:before,
.cid-ueE6zL9YWm .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueE6zL9YWm img:hover:before,
.cid-ueE6zL9YWm .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueE6zL9YWm .item:focus,
.cid-ueE6zL9YWm span:focus {
  outline: none;
}
.cid-ueE6zL9YWm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueE6zL9YWm .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueE6zL9YWm .item-content {
  padding-top: 1.5rem;
}
.cid-ueE6zL9YWm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueE6zL9YWm .mbr-section-title {
  color: #4a4949;
  text-align: left;
}
.cid-ueE6zL9YWm .mbr-text,
.cid-ueE6zL9YWm .mbr-section-btn {
  color: #818181;
}
.cid-uhnBzD5Ysf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnBzD5Ysf .container {
  max-width: 1400px;
}
.cid-uhnBzD5Ysf img,
.cid-uhnBzD5Ysf .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnBzD5Ysf img:before,
.cid-uhnBzD5Ysf .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnBzD5Ysf img:hover:before,
.cid-uhnBzD5Ysf .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnBzD5Ysf .item:focus,
.cid-uhnBzD5Ysf span:focus {
  outline: none;
}
.cid-uhnBzD5Ysf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnBzD5Ysf .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnBzD5Ysf .item-content {
  padding-top: 1.5rem;
}
.cid-uhnBzD5Ysf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnBzD5Ysf .mbr-section-title {
  color: #4a4949;
  text-align: left;
}
.cid-uhnBzD5Ysf .mbr-text,
.cid-uhnBzD5Ysf .mbr-section-btn {
  color: #818181;
}
.cid-ueE7BCZf1I {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-ueE7BCZf1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueE7BCZf1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueE7BCZf1I .container-fluid {
  padding: 0;
}
.cid-ueE7BCZf1I .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueE7BCZf1I .row {
    padding: 0 12px;
  }
}
.cid-ueE7BCZf1I .container-wrapper {
  padding: 0;
}
.cid-ueE7BCZf1I .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueE7BCZf1I .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueE7BCZf1I .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7BCZf1I .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueE7BCZf1I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueE7BCZf1I .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueE7BCZf1I .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7BCZf1I .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueE7BCZf1I .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueE7BCZf1I .mbr-section-title {
  color: #1c314e;
}
.cid-ueE7BCZf1I .mbr-text {
  color: #1c314e;
}
.cid-ueJRqvuPIk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueJRqvuPIk .container {
  max-width: 1400px;
}
.cid-ueJRqvuPIk img,
.cid-ueJRqvuPIk .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueJRqvuPIk img:before,
.cid-ueJRqvuPIk .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueJRqvuPIk img:hover:before,
.cid-ueJRqvuPIk .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueJRqvuPIk .item:focus,
.cid-ueJRqvuPIk span:focus {
  outline: none;
}
.cid-ueJRqvuPIk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueJRqvuPIk .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJRqvuPIk .item-content {
  padding-top: 1.5rem;
}
.cid-ueJRqvuPIk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueJRqvuPIk .mbr-section-title {
  color: #4a4949;
  text-align: left;
}
.cid-ueJRqvuPIk .mbr-text,
.cid-ueJRqvuPIk .mbr-section-btn {
  color: #818181;
}
.cid-ueJRZGytIi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueJRZGytIi .container {
  max-width: 1400px;
}
.cid-ueJRZGytIi img,
.cid-ueJRZGytIi .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueJRZGytIi img:before,
.cid-ueJRZGytIi .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueJRZGytIi img:hover:before,
.cid-ueJRZGytIi .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueJRZGytIi .item:focus,
.cid-ueJRZGytIi span:focus {
  outline: none;
}
.cid-ueJRZGytIi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueJRZGytIi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJRZGytIi .item-content {
  padding-top: 1.5rem;
}
.cid-ueJRZGytIi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueJRZGytIi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ueJRZGytIi .mbr-text,
.cid-ueJRZGytIi .mbr-section-btn {
  color: #818181;
}
.cid-ueJS8JkmG2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueJS8JkmG2 .container {
  max-width: 1400px;
}
.cid-ueJS8JkmG2 img,
.cid-ueJS8JkmG2 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueJS8JkmG2 img:before,
.cid-ueJS8JkmG2 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueJS8JkmG2 img:hover:before,
.cid-ueJS8JkmG2 .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueJS8JkmG2 .item:focus,
.cid-ueJS8JkmG2 span:focus {
  outline: none;
}
.cid-ueJS8JkmG2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueJS8JkmG2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueJS8JkmG2 .item-content {
  padding-top: 1.5rem;
}
.cid-ueJS8JkmG2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueJS8JkmG2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ueJS8JkmG2 .mbr-text,
.cid-ueJS8JkmG2 .mbr-section-btn {
  color: #818181;
}
.cid-uhnCYwf39B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnCYwf39B .container {
  max-width: 1400px;
}
.cid-uhnCYwf39B img,
.cid-uhnCYwf39B .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnCYwf39B img:before,
.cid-uhnCYwf39B .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnCYwf39B img:hover:before,
.cid-uhnCYwf39B .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnCYwf39B .item:focus,
.cid-uhnCYwf39B span:focus {
  outline: none;
}
.cid-uhnCYwf39B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnCYwf39B .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnCYwf39B .item-content {
  padding-top: 1.5rem;
}
.cid-uhnCYwf39B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnCYwf39B .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnCYwf39B .mbr-text,
.cid-uhnCYwf39B .mbr-section-btn {
  color: #818181;
}
.cid-uhnD9sNteZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnD9sNteZ .container {
  max-width: 1400px;
}
.cid-uhnD9sNteZ img,
.cid-uhnD9sNteZ .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnD9sNteZ img:before,
.cid-uhnD9sNteZ .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnD9sNteZ img:hover:before,
.cid-uhnD9sNteZ .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnD9sNteZ .item:focus,
.cid-uhnD9sNteZ span:focus {
  outline: none;
}
.cid-uhnD9sNteZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnD9sNteZ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnD9sNteZ .item-content {
  padding-top: 1.5rem;
}
.cid-uhnD9sNteZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnD9sNteZ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnD9sNteZ .mbr-text,
.cid-uhnD9sNteZ .mbr-section-btn {
  color: #818181;
}
.cid-uhnFjpOd9f {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
}
.cid-uhnFjpOd9f .container {
  max-width: 1400px;
}
.cid-uhnFjpOd9f img,
.cid-uhnFjpOd9f .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnFjpOd9f img:before,
.cid-uhnFjpOd9f .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnFjpOd9f img:hover:before,
.cid-uhnFjpOd9f .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnFjpOd9f .item:focus,
.cid-uhnFjpOd9f span:focus {
  outline: none;
}
.cid-uhnFjpOd9f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnFjpOd9f .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnFjpOd9f .item-content {
  padding-top: 1.5rem;
}
.cid-uhnFjpOd9f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnFjpOd9f .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnFjpOd9f .mbr-text,
.cid-uhnFjpOd9f .mbr-section-btn {
  color: #818181;
}
.cid-uhnCvF325q {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-uhnCvF325q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnCvF325q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnCvF325q .container-fluid {
  padding: 0;
}
.cid-uhnCvF325q .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhnCvF325q .row {
    padding: 0 12px;
  }
}
.cid-uhnCvF325q .container-wrapper {
  padding: 0;
}
.cid-uhnCvF325q .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uhnCvF325q .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uhnCvF325q .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhnCvF325q .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uhnCvF325q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhnCvF325q .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uhnCvF325q .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhnCvF325q .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhnCvF325q .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uhnCvF325q .mbr-section-title {
  color: #1c314e;
}
.cid-uhnCvF325q .mbr-text {
  color: #1c314e;
}
.cid-ueDTnRHhKL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueDTnRHhKL .container {
  max-width: 1400px;
}
.cid-ueDTnRHhKL img,
.cid-ueDTnRHhKL .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueDTnRHhKL img:before,
.cid-ueDTnRHhKL .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueDTnRHhKL img:hover:before,
.cid-ueDTnRHhKL .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueDTnRHhKL .item:focus,
.cid-ueDTnRHhKL span:focus {
  outline: none;
}
.cid-ueDTnRHhKL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueDTnRHhKL .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueDTnRHhKL .item-content {
  padding-top: 1.5rem;
}
.cid-ueDTnRHhKL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueDTnRHhKL .mbr-section-title {
  color: #4a4949;
  text-align: left;
}
.cid-ueDTnRHhKL .mbr-text,
.cid-ueDTnRHhKL .mbr-section-btn {
  color: #818181;
}
.cid-uhnGBJ2L19 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnGBJ2L19 .container {
  max-width: 1400px;
}
.cid-uhnGBJ2L19 img,
.cid-uhnGBJ2L19 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnGBJ2L19 img:before,
.cid-uhnGBJ2L19 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnGBJ2L19 img:hover:before,
.cid-uhnGBJ2L19 .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnGBJ2L19 .item:focus,
.cid-uhnGBJ2L19 span:focus {
  outline: none;
}
.cid-uhnGBJ2L19 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnGBJ2L19 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnGBJ2L19 .item-content {
  padding-top: 1.5rem;
}
.cid-uhnGBJ2L19 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnGBJ2L19 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnGBJ2L19 .mbr-text,
.cid-uhnGBJ2L19 .mbr-section-btn {
  color: #818181;
}
.cid-ueDVL1KOik {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueDVL1KOik .container {
  max-width: 1400px;
}
.cid-ueDVL1KOik img,
.cid-ueDVL1KOik .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueDVL1KOik img:before,
.cid-ueDVL1KOik .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueDVL1KOik img:hover:before,
.cid-ueDVL1KOik .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueDVL1KOik .item:focus,
.cid-ueDVL1KOik span:focus {
  outline: none;
}
.cid-ueDVL1KOik .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueDVL1KOik .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueDVL1KOik .item-content {
  padding-top: 1.5rem;
}
.cid-ueDVL1KOik .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueDVL1KOik .mbr-section-title {
  color: #232323;
}
.cid-ueDVL1KOik .mbr-text,
.cid-ueDVL1KOik .mbr-section-btn {
  color: #818181;
}
.cid-uhnHcz36As {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnHcz36As .container {
  max-width: 1400px;
}
.cid-uhnHcz36As img,
.cid-uhnHcz36As .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnHcz36As img:before,
.cid-uhnHcz36As .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnHcz36As img:hover:before,
.cid-uhnHcz36As .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnHcz36As .item:focus,
.cid-uhnHcz36As span:focus {
  outline: none;
}
.cid-uhnHcz36As .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnHcz36As .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnHcz36As .item-content {
  padding-top: 1.5rem;
}
.cid-uhnHcz36As .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnHcz36As .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnHcz36As .mbr-text,
.cid-uhnHcz36As .mbr-section-btn {
  color: #818181;
}
.cid-uhnHpStcZw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhnHpStcZw .container {
  max-width: 1400px;
}
.cid-uhnHpStcZw img,
.cid-uhnHpStcZw .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnHpStcZw img:before,
.cid-uhnHpStcZw .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnHpStcZw img:hover:before,
.cid-uhnHpStcZw .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnHpStcZw .item:focus,
.cid-uhnHpStcZw span:focus {
  outline: none;
}
.cid-uhnHpStcZw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnHpStcZw .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnHpStcZw .item-content {
  padding-top: 1.5rem;
}
.cid-uhnHpStcZw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnHpStcZw .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnHpStcZw .mbr-text,
.cid-uhnHpStcZw .mbr-section-btn {
  color: #818181;
}
.cid-ueE7HvoC6Y {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-ueE7HvoC6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueE7HvoC6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueE7HvoC6Y .container-fluid {
  padding: 0;
}
.cid-ueE7HvoC6Y .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueE7HvoC6Y .row {
    padding: 0 12px;
  }
}
.cid-ueE7HvoC6Y .container-wrapper {
  padding: 0;
}
.cid-ueE7HvoC6Y .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueE7HvoC6Y .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueE7HvoC6Y .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7HvoC6Y .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueE7HvoC6Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueE7HvoC6Y .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueE7HvoC6Y .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueE7HvoC6Y .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueE7HvoC6Y .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueE7HvoC6Y .mbr-section-title {
  color: #1c314e;
}
.cid-ueE7HvoC6Y .mbr-text {
  color: #1c314e;
}
.cid-uhE1325EHU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uhE1325EHU .container {
  max-width: 1400px;
}
.cid-uhE1325EHU img,
.cid-uhE1325EHU .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhE1325EHU img:before,
.cid-uhE1325EHU .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhE1325EHU img:hover:before,
.cid-uhE1325EHU .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhE1325EHU .item:focus,
.cid-uhE1325EHU span:focus {
  outline: none;
}
.cid-uhE1325EHU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhE1325EHU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhE1325EHU .item-content {
  padding-top: 1.5rem;
}
.cid-uhE1325EHU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhE1325EHU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhE1325EHU .mbr-text,
.cid-uhE1325EHU .mbr-section-btn {
  color: #818181;
}
.cid-ueDXGi7ewx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueDXGi7ewx .container {
  max-width: 1400px;
}
.cid-ueDXGi7ewx img,
.cid-ueDXGi7ewx .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueDXGi7ewx img:before,
.cid-ueDXGi7ewx .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueDXGi7ewx img:hover:before,
.cid-ueDXGi7ewx .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueDXGi7ewx .item:focus,
.cid-ueDXGi7ewx span:focus {
  outline: none;
}
.cid-ueDXGi7ewx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueDXGi7ewx .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueDXGi7ewx .item-content {
  padding-top: 1.5rem;
}
.cid-ueDXGi7ewx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueDXGi7ewx .mbr-section-title {
  color: #4a4949;
  text-align: left;
}
.cid-ueDXGi7ewx .mbr-text,
.cid-ueDXGi7ewx .mbr-section-btn {
  color: #818181;
}
.cid-ueE301GhRf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueE301GhRf .container {
  max-width: 1400px;
}
.cid-ueE301GhRf img,
.cid-ueE301GhRf .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueE301GhRf img:before,
.cid-ueE301GhRf .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueE301GhRf img:hover:before,
.cid-ueE301GhRf .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueE301GhRf .item:focus,
.cid-ueE301GhRf span:focus {
  outline: none;
}
.cid-ueE301GhRf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueE301GhRf .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueE301GhRf .item-content {
  padding-top: 1.5rem;
}
.cid-ueE301GhRf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueE301GhRf .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ueE301GhRf .mbr-text,
.cid-ueE301GhRf .mbr-section-btn {
  color: #818181;
}
.cid-uhnIT81aez {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-uhnIT81aez .container {
  max-width: 1400px;
}
.cid-uhnIT81aez img,
.cid-uhnIT81aez .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnIT81aez img:before,
.cid-uhnIT81aez .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnIT81aez img:hover:before,
.cid-uhnIT81aez .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnIT81aez .item:focus,
.cid-uhnIT81aez span:focus {
  outline: none;
}
.cid-uhnIT81aez .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnIT81aez .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnIT81aez .item-content {
  padding-top: 1.5rem;
}
.cid-uhnIT81aez .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnIT81aez .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnIT81aez .mbr-text,
.cid-uhnIT81aez .mbr-section-btn {
  color: #818181;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-ucW7Mm9jGM {
  z-index: 1000;
  width: 100%;
}
.cid-ucW7Mm9jGM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ucW7Mm9jGM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ucW7Mm9jGM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucW7Mm9jGM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ucW7Mm9jGM .menu_box .navbar.opened,
  .cid-ucW7Mm9jGM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ucW7Mm9jGM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ucW7Mm9jGM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ucW7Mm9jGM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ucW7Mm9jGM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ucW7Mm9jGM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ucW7Mm9jGM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ucW7Mm9jGM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ucW7Mm9jGM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ucW7Mm9jGM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ucW7Mm9jGM .offcanvas-body .mbr-text,
  .cid-ucW7Mm9jGM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ucW7Mm9jGM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ucW7Mm9jGM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ucW7Mm9jGM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ucW7Mm9jGM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucW7Mm9jGM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ucW7Mm9jGM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ucW7Mm9jGM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ucW7Mm9jGM .lg_brand {
    margin: 0 1rem;
  }
  .cid-ucW7Mm9jGM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ucW7Mm9jGM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ucW7Mm9jGM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .nav-item {
    margin: 0 !important;
  }
}
.cid-ucW7Mm9jGM .nav-item .nav-link:hover,
.cid-ucW7Mm9jGM .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ucW7Mm9jGM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucW7Mm9jGM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ucW7Mm9jGM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ucW7Mm9jGM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ucW7Mm9jGM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ucW7Mm9jGM .offcanvas_box {
    display: none;
  }
}
.cid-ucW7Mm9jGM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ucW7Mm9jGM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ucW7Mm9jGM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ucW7Mm9jGM .container {
  display: flex;
  margin: auto;
}
.cid-ucW7Mm9jGM .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ucW7Mm9jGM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ucW7Mm9jGM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ucW7Mm9jGM .navbar-caption {
  color: #2b2b2b;
}
.cid-ucW7Mm9jGM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ucW7Mm9jGM .navbar-nav {
    margin: 0;
  }
}
.cid-ucW7Mm9jGM .dropdown-menu,
.cid-ucW7Mm9jGM .navbar.opened {
  background-color: false !important;
}
.cid-ucW7Mm9jGM .nav-item:focus,
.cid-ucW7Mm9jGM .nav-link:focus {
  outline: none;
}
.cid-ucW7Mm9jGM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucW7Mm9jGM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucW7Mm9jGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucW7Mm9jGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucW7Mm9jGM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucW7Mm9jGM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucW7Mm9jGM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ucW7Mm9jGM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ucW7Mm9jGM .navbar.opened {
  transition: all 0.3s;
}
.cid-ucW7Mm9jGM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ucW7Mm9jGM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ucW7Mm9jGM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ucW7Mm9jGM .navbar.collapsed {
  justify-content: center;
}
.cid-ucW7Mm9jGM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucW7Mm9jGM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucW7Mm9jGM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucW7Mm9jGM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucW7Mm9jGM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucW7Mm9jGM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ucW7Mm9jGM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucW7Mm9jGM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ucW7Mm9jGM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ucW7Mm9jGM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucW7Mm9jGM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucW7Mm9jGM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ucW7Mm9jGM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucW7Mm9jGM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ucW7Mm9jGM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucW7Mm9jGM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ucW7Mm9jGM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ucW7Mm9jGM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ucW7Mm9jGM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ucW7Mm9jGM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucW7Mm9jGM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ucW7Mm9jGM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucW7Mm9jGM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucW7Mm9jGM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucW7Mm9jGM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucW7Mm9jGM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ucW7Mm9jGM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucW7Mm9jGM .dropdown-item.active,
.cid-ucW7Mm9jGM .dropdown-item:active {
  background-color: transparent;
}
.cid-ucW7Mm9jGM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucW7Mm9jGM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucW7Mm9jGM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucW7Mm9jGM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucW7Mm9jGM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ucW7Mm9jGM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucW7Mm9jGM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ucW7Mm9jGM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ucW7Mm9jGM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucW7Mm9jGM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucW7Mm9jGM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucW7Mm9jGM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucW7Mm9jGM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucW7Mm9jGM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucW7Mm9jGM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucW7Mm9jGM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucW7Mm9jGM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ucW7Mm9jGM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucW7Mm9jGM .navbar {
    height: 70px;
  }
  .cid-ucW7Mm9jGM .navbar.opened {
    height: auto;
  }
  .cid-ucW7Mm9jGM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucW7Mm9jGM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ucW7Mm9jGM .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ucW7Mm9jGM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ucW7Mm9jGM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ucW7Mm9jGM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ucW7Mm9jGM .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ucW7Mm9jGM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ucW7Mm9jGM .text_widget {
  margin-bottom: 32px;
}
.cid-ucW7Mm9jGM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ucW7Mm9jGM .text_widget a:hover {
  opacity: .5;
}
.cid-ucW7Mm9jGM .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ucW7Mm9jGM .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ucW7Mm9jGM .mbr-section-subtitle,
.cid-ucW7Mm9jGM .text_widget,
.cid-ucW7Mm9jGM .mbr-section-btn {
  text-align: center;
}
.cid-ucW7Mm9jGM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueDI5nqngn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueDI5nqngn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueDI5nqngn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueDI5nqngn .container-fluid {
  padding: 0;
}
.cid-ueDI5nqngn .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueDI5nqngn .row {
    padding: 0 12px;
  }
}
.cid-ueDI5nqngn .container-wrapper {
  padding: 0;
}
.cid-ueDI5nqngn .border-wrapper {
  height: 2px;
  background-color: #000000;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueDI5nqngn .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueDI5nqngn .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueDI5nqngn .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueDI5nqngn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueDI5nqngn .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueDI5nqngn .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueDI5nqngn .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueDI5nqngn .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueDI5nqngn .mbr-section-title {
  color: #1c314e;
}
.cid-ueDI5nqngn .mbr-text {
  color: #1c314e;
}
.cid-ueZX0N1BIr {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZX0N1BIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZX0N1BIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZX0N1BIr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ueZX0N1BIr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ueZX0N1BIr .container {
    padding: 0 30px;
  }
}
.cid-ueZX0N1BIr .card {
  justify-content: center;
}
.cid-ueZX0N1BIr .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZX0N1BIr .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZX0N1BIr .content-wrapper {
    padding: 0;
  }
}
.cid-ueZX0N1BIr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZX0N1BIr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZX0N1BIr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZX0N1BIr .mbr-section-title {
  color: #ffffff;
}
.cid-ueZX0N1BIr .mbr-text {
  color: #ffffff;
}
.cid-ueZX0N1BIr .mbr-section-title,
.cid-ueZX0N1BIr .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZX5JNEBG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZX5JNEBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZX5JNEBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZX5JNEBG .container-fluid {
  padding: 0;
}
.cid-ueZX5JNEBG .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZX5JNEBG .row {
    padding: 0 12px;
  }
}
.cid-ueZX5JNEBG .container-wrapper {
  padding: 0;
}
.cid-ueZX5JNEBG .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZX5JNEBG .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZX5JNEBG .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZX5JNEBG .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZX5JNEBG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZX5JNEBG .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZX5JNEBG .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZX5JNEBG .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZX5JNEBG .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZX5JNEBG .mbr-section-title {
  color: #1c314e;
}
.cid-ueZX5JNEBG .mbr-text {
  color: #1c314e;
}
.cid-ucWEkxWSgl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ucWEkxWSgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWEkxWSgl .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-ucWEkxWSgl .container {
    padding: 0 30px;
  }
}
.cid-ucWEkxWSgl .card {
  justify-content: center;
}
.cid-ucWEkxWSgl .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ucWEkxWSgl .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucWEkxWSgl .content-wrapper {
    padding: 0;
  }
}
.cid-ucWEkxWSgl .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucWEkxWSgl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucWEkxWSgl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ucWEkxWSgl .mbr-section-title {
  color: #ffffff;
}
.cid-ucWEkxWSgl .mbr-text {
  color: #525252;
}
.cid-ucWEkxWSgl .mbr-section-title,
.cid-ucWEkxWSgl .mbr-section-btn {
  color: #4a4949;
}
.cid-ueZSsLC1sb {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-ueZSsLC1sb .container {
  max-width: 1400px;
}
.cid-ueZSsLC1sb img,
.cid-ueZSsLC1sb .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-ueZSsLC1sb img:before,
.cid-ueZSsLC1sb .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-ueZSsLC1sb img:hover:before,
.cid-ueZSsLC1sb .item-img:hover:before {
  opacity: 0.2;
}
.cid-ueZSsLC1sb .item:focus,
.cid-ueZSsLC1sb span:focus {
  outline: none;
}
.cid-ueZSsLC1sb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueZSsLC1sb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ueZSsLC1sb .item-content {
  padding-top: 1.5rem;
}
.cid-ueZSsLC1sb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueZSsLC1sb .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ueZSsLC1sb .mbr-text,
.cid-ueZSsLC1sb .mbr-section-btn {
  color: #818181;
}
.cid-uiiM3VLVzY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uiiM3VLVzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiM3VLVzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiM3VLVzY .container-fluid {
  padding: 0;
}
.cid-uiiM3VLVzY .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiiM3VLVzY .row {
    padding: 0 12px;
  }
}
.cid-uiiM3VLVzY .container-wrapper {
  padding: 0;
}
.cid-uiiM3VLVzY .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uiiM3VLVzY .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uiiM3VLVzY .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiM3VLVzY .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uiiM3VLVzY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiiM3VLVzY .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uiiM3VLVzY .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiM3VLVzY .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uiiM3VLVzY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uiiM3VLVzY .mbr-section-title {
  color: #1c314e;
}
.cid-uiiM3VLVzY .mbr-text {
  color: #1c314e;
}
.cid-uiiLVkdMNW {
  padding-top: 9rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uiiLVkdMNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiLVkdMNW .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-uiiLVkdMNW .container {
    padding: 0 30px;
  }
}
.cid-uiiLVkdMNW .card {
  justify-content: center;
}
.cid-uiiLVkdMNW .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uiiLVkdMNW .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiiLVkdMNW .content-wrapper {
    padding: 0;
  }
}
.cid-uiiLVkdMNW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiiLVkdMNW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiiLVkdMNW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uiiLVkdMNW .mbr-section-title {
  color: #ffffff;
}
.cid-uiiLVkdMNW .mbr-text {
  color: #525252;
}
.cid-uiiLVkdMNW .mbr-section-title,
.cid-uiiLVkdMNW .mbr-section-btn {
  color: #4a4949;
}
.cid-uiiLXQfnyf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uiiLXQfnyf .container {
  max-width: 1400px;
}
.cid-uiiLXQfnyf img,
.cid-uiiLXQfnyf .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uiiLXQfnyf img:before,
.cid-uiiLXQfnyf .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uiiLXQfnyf img:hover:before,
.cid-uiiLXQfnyf .item-img:hover:before {
  opacity: 0.2;
}
.cid-uiiLXQfnyf .item:focus,
.cid-uiiLXQfnyf span:focus {
  outline: none;
}
.cid-uiiLXQfnyf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiLXQfnyf .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiLXQfnyf .item-content {
  padding-top: 1.5rem;
}
.cid-uiiLXQfnyf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiLXQfnyf .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiiLXQfnyf .mbr-text,
.cid-uiiLXQfnyf .mbr-section-btn {
  color: #818181;
}
.cid-uiiOy77XXl {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-uiiOy77XXl .container {
  max-width: 1400px;
}
.cid-uiiOy77XXl img,
.cid-uiiOy77XXl .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uiiOy77XXl img:before,
.cid-uiiOy77XXl .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uiiOy77XXl img:hover:before,
.cid-uiiOy77XXl .item-img:hover:before {
  opacity: 0.2;
}
.cid-uiiOy77XXl .item:focus,
.cid-uiiOy77XXl span:focus {
  outline: none;
}
.cid-uiiOy77XXl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiOy77XXl .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiOy77XXl .item-content {
  padding-top: 1.5rem;
}
.cid-uiiOy77XXl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiOy77XXl .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiiOy77XXl .mbr-text,
.cid-uiiOy77XXl .mbr-section-btn {
  color: #818181;
}
.cid-uiiPhiTPf8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uiiPhiTPf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiPhiTPf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiPhiTPf8 .container-fluid {
  padding: 0;
}
.cid-uiiPhiTPf8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiiPhiTPf8 .row {
    padding: 0 12px;
  }
}
.cid-uiiPhiTPf8 .container-wrapper {
  padding: 0;
}
.cid-uiiPhiTPf8 .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uiiPhiTPf8 .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uiiPhiTPf8 .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiPhiTPf8 .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uiiPhiTPf8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiiPhiTPf8 .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uiiPhiTPf8 .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiPhiTPf8 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uiiPhiTPf8 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uiiPhiTPf8 .mbr-section-title {
  color: #1c314e;
}
.cid-uiiPhiTPf8 .mbr-text {
  color: #1c314e;
}
.cid-uiiPhUN18Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uiiPhUN18Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiPhUN18Q .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-uiiPhUN18Q .container {
    padding: 0 30px;
  }
}
.cid-uiiPhUN18Q .card {
  justify-content: center;
}
.cid-uiiPhUN18Q .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uiiPhUN18Q .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiiPhUN18Q .content-wrapper {
    padding: 0;
  }
}
.cid-uiiPhUN18Q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiiPhUN18Q .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiiPhUN18Q .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uiiPhUN18Q .mbr-section-title {
  color: #ffffff;
}
.cid-uiiPhUN18Q .mbr-text {
  color: #525252;
}
.cid-uiiPhUN18Q .mbr-section-title,
.cid-uiiPhUN18Q .mbr-section-btn {
  color: #4a4949;
}
.cid-uiiPiz5DX1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uiiPiz5DX1 .container {
  max-width: 1400px;
}
.cid-uiiPiz5DX1 img,
.cid-uiiPiz5DX1 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uiiPiz5DX1 img:before,
.cid-uiiPiz5DX1 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uiiPiz5DX1 img:hover:before,
.cid-uiiPiz5DX1 .item-img:hover:before {
  opacity: 0.2;
}
.cid-uiiPiz5DX1 .item:focus,
.cid-uiiPiz5DX1 span:focus {
  outline: none;
}
.cid-uiiPiz5DX1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiPiz5DX1 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiPiz5DX1 .item-content {
  padding-top: 1.5rem;
}
.cid-uiiPiz5DX1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiPiz5DX1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiiPiz5DX1 .mbr-text,
.cid-uiiPiz5DX1 .mbr-section-btn {
  color: #818181;
}
.cid-uiiRYi2mbi {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-uiiRYi2mbi .container {
  max-width: 1400px;
}
.cid-uiiRYi2mbi img,
.cid-uiiRYi2mbi .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uiiRYi2mbi img:before,
.cid-uiiRYi2mbi .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uiiRYi2mbi img:hover:before,
.cid-uiiRYi2mbi .item-img:hover:before {
  opacity: 0.2;
}
.cid-uiiRYi2mbi .item:focus,
.cid-uiiRYi2mbi span:focus {
  outline: none;
}
.cid-uiiRYi2mbi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiRYi2mbi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiRYi2mbi .item-content {
  padding-top: 1.5rem;
}
.cid-uiiRYi2mbi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiRYi2mbi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiiRYi2mbi .mbr-text,
.cid-uiiRYi2mbi .mbr-section-btn {
  color: #818181;
}
.cid-uiiSwuzgH8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-uiiSwuzgH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiSwuzgH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiSwuzgH8 .container-fluid {
  padding: 0;
}
.cid-uiiSwuzgH8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiiSwuzgH8 .row {
    padding: 0 12px;
  }
}
.cid-uiiSwuzgH8 .container-wrapper {
  padding: 0;
}
.cid-uiiSwuzgH8 .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uiiSwuzgH8 .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uiiSwuzgH8 .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiSwuzgH8 .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uiiSwuzgH8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiiSwuzgH8 .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uiiSwuzgH8 .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uiiSwuzgH8 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uiiSwuzgH8 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uiiSwuzgH8 .mbr-section-title {
  color: #1c314e;
}
.cid-uiiSwuzgH8 .mbr-text {
  color: #1c314e;
}
.cid-uiiSwXInXu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uiiSwXInXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiSwXInXu .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-uiiSwXInXu .container {
    padding: 0 30px;
  }
}
.cid-uiiSwXInXu .card {
  justify-content: center;
}
.cid-uiiSwXInXu .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uiiSwXInXu .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiiSwXInXu .content-wrapper {
    padding: 0;
  }
}
.cid-uiiSwXInXu .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiiSwXInXu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiiSwXInXu .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uiiSwXInXu .mbr-section-title {
  color: #ffffff;
}
.cid-uiiSwXInXu .mbr-text {
  color: #525252;
}
.cid-uiiSwXInXu .mbr-section-title,
.cid-uiiSwXInXu .mbr-section-btn {
  color: #4a4949;
}
.cid-uiiSxP9Qvr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uiiSxP9Qvr .container {
  max-width: 1400px;
}
.cid-uiiSxP9Qvr img,
.cid-uiiSxP9Qvr .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uiiSxP9Qvr img:before,
.cid-uiiSxP9Qvr .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uiiSxP9Qvr img:hover:before,
.cid-uiiSxP9Qvr .item-img:hover:before {
  opacity: 0.2;
}
.cid-uiiSxP9Qvr .item:focus,
.cid-uiiSxP9Qvr span:focus {
  outline: none;
}
.cid-uiiSxP9Qvr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiSxP9Qvr .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiSxP9Qvr .item-content {
  padding-top: 1.5rem;
}
.cid-uiiSxP9Qvr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiiSxP9Qvr .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiiSxP9Qvr .mbr-text,
.cid-uiiSxP9Qvr .mbr-section-btn {
  color: #818181;
}
.cid-uijfMJRNeV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uijfMJRNeV .container {
  max-width: 1400px;
}
.cid-uijfMJRNeV img,
.cid-uijfMJRNeV .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uijfMJRNeV img:before,
.cid-uijfMJRNeV .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uijfMJRNeV img:hover:before,
.cid-uijfMJRNeV .item-img:hover:before {
  opacity: 0.2;
}
.cid-uijfMJRNeV .item:focus,
.cid-uijfMJRNeV span:focus {
  outline: none;
}
.cid-uijfMJRNeV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijfMJRNeV .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijfMJRNeV .item-content {
  padding-top: 1.5rem;
}
.cid-uijfMJRNeV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uijfMJRNeV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uijfMJRNeV .mbr-text,
.cid-uijfMJRNeV .mbr-section-btn {
  color: #818181;
}
.cid-uijg0Hyblh {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-uijg0Hyblh .container {
  max-width: 1400px;
}
.cid-uijg0Hyblh img,
.cid-uijg0Hyblh .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uijg0Hyblh img:before,
.cid-uijg0Hyblh .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uijg0Hyblh img:hover:before,
.cid-uijg0Hyblh .item-img:hover:before {
  opacity: 0.2;
}
.cid-uijg0Hyblh .item:focus,
.cid-uijg0Hyblh span:focus {
  outline: none;
}
.cid-uijg0Hyblh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijg0Hyblh .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijg0Hyblh .item-content {
  padding-top: 1.5rem;
}
.cid-uijg0Hyblh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uijg0Hyblh .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uijg0Hyblh .mbr-text,
.cid-uijg0Hyblh .mbr-section-btn {
  color: #818181;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-uePua2Acsd {
  z-index: 1000;
  width: 100%;
}
.cid-uePua2Acsd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uePua2Acsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uePua2Acsd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uePua2Acsd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uePua2Acsd .menu_box .navbar.opened,
  .cid-uePua2Acsd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uePua2Acsd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uePua2Acsd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uePua2Acsd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uePua2Acsd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uePua2Acsd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uePua2Acsd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uePua2Acsd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uePua2Acsd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uePua2Acsd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uePua2Acsd .offcanvas-body .mbr-text,
  .cid-uePua2Acsd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uePua2Acsd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uePua2Acsd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uePua2Acsd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uePua2Acsd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uePua2Acsd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uePua2Acsd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uePua2Acsd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uePua2Acsd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uePua2Acsd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uePua2Acsd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uePua2Acsd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .nav-item {
    margin: 0 !important;
  }
}
.cid-uePua2Acsd .nav-item .nav-link:hover,
.cid-uePua2Acsd .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-uePua2Acsd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uePua2Acsd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uePua2Acsd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uePua2Acsd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uePua2Acsd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uePua2Acsd .offcanvas_box {
    display: none;
  }
}
.cid-uePua2Acsd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uePua2Acsd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uePua2Acsd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uePua2Acsd .container {
  display: flex;
  margin: auto;
}
.cid-uePua2Acsd .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uePua2Acsd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uePua2Acsd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uePua2Acsd .navbar-caption {
  color: #2b2b2b;
}
.cid-uePua2Acsd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uePua2Acsd .navbar-nav {
    margin: 0;
  }
}
.cid-uePua2Acsd .dropdown-menu,
.cid-uePua2Acsd .navbar.opened {
  background-color: false !important;
}
.cid-uePua2Acsd .nav-item:focus,
.cid-uePua2Acsd .nav-link:focus {
  outline: none;
}
.cid-uePua2Acsd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uePua2Acsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uePua2Acsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uePua2Acsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uePua2Acsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uePua2Acsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uePua2Acsd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uePua2Acsd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uePua2Acsd .navbar.opened {
  transition: all 0.3s;
}
.cid-uePua2Acsd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uePua2Acsd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uePua2Acsd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uePua2Acsd .navbar.collapsed {
  justify-content: center;
}
.cid-uePua2Acsd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uePua2Acsd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uePua2Acsd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uePua2Acsd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uePua2Acsd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uePua2Acsd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uePua2Acsd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uePua2Acsd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uePua2Acsd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uePua2Acsd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uePua2Acsd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uePua2Acsd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uePua2Acsd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uePua2Acsd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uePua2Acsd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uePua2Acsd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uePua2Acsd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uePua2Acsd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uePua2Acsd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uePua2Acsd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uePua2Acsd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uePua2Acsd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uePua2Acsd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uePua2Acsd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uePua2Acsd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uePua2Acsd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uePua2Acsd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uePua2Acsd .dropdown-item.active,
.cid-uePua2Acsd .dropdown-item:active {
  background-color: transparent;
}
.cid-uePua2Acsd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uePua2Acsd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uePua2Acsd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uePua2Acsd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uePua2Acsd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uePua2Acsd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uePua2Acsd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uePua2Acsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-uePua2Acsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uePua2Acsd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePua2Acsd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uePua2Acsd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uePua2Acsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePua2Acsd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uePua2Acsd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uePua2Acsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uePua2Acsd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uePua2Acsd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uePua2Acsd .navbar {
    height: 70px;
  }
  .cid-uePua2Acsd .navbar.opened {
    height: auto;
  }
  .cid-uePua2Acsd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uePua2Acsd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uePua2Acsd .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uePua2Acsd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uePua2Acsd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uePua2Acsd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uePua2Acsd .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-uePua2Acsd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uePua2Acsd .text_widget {
  margin-bottom: 32px;
}
.cid-uePua2Acsd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uePua2Acsd .text_widget a:hover {
  opacity: .5;
}
.cid-uePua2Acsd .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uePua2Acsd .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uePua2Acsd .mbr-section-subtitle,
.cid-uePua2Acsd .text_widget,
.cid-uePua2Acsd .mbr-section-btn {
  text-align: center;
}
.cid-uePua2Acsd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uePua3AGsX {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-uePua3AGsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePua3AGsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePua3AGsX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uePua3AGsX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uePua3AGsX .container {
    padding: 0 30px;
  }
}
.cid-uePua3AGsX .card {
  justify-content: center;
}
.cid-uePua3AGsX .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uePua3AGsX .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uePua3AGsX .content-wrapper {
    padding: 0;
  }
}
.cid-uePua3AGsX .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uePua3AGsX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uePua3AGsX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uePua3AGsX .mbr-section-title {
  color: #ffffff;
}
.cid-uePua3AGsX .mbr-text {
  color: #ffffff;
}
.cid-uePua3AGsX .mbr-section-title,
.cid-uePua3AGsX .mbr-section-btn {
  color: #525252;
  text-align: left;
}
.cid-uePua4jLuQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uePua4jLuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePua4jLuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePua4jLuQ .container-fluid {
  padding: 0;
}
.cid-uePua4jLuQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uePua4jLuQ .row {
    padding: 0 12px;
  }
}
.cid-uePua4jLuQ .container-wrapper {
  padding: 0;
}
.cid-uePua4jLuQ .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-uePua4jLuQ .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-uePua4jLuQ .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uePua4jLuQ .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-uePua4jLuQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uePua4jLuQ .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-uePua4jLuQ .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-uePua4jLuQ .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uePua4jLuQ .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uePua4jLuQ .mbr-section-title {
  color: #1c314e;
}
.cid-uePua4jLuQ .mbr-text {
  color: #1c314e;
}
.cid-ueZJX4PJeK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZJX4PJeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZJX4PJeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZJX4PJeK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ueZJX4PJeK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ueZJX4PJeK .container {
    padding: 0 30px;
  }
}
.cid-ueZJX4PJeK .card {
  justify-content: center;
}
.cid-ueZJX4PJeK .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZJX4PJeK .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZJX4PJeK .content-wrapper {
    padding: 0;
  }
}
.cid-ueZJX4PJeK .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZJX4PJeK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZJX4PJeK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZJX4PJeK .mbr-section-title {
  color: #ffffff;
}
.cid-ueZJX4PJeK .mbr-text {
  color: #232323;
}
.cid-ueZJX4PJeK .mbr-section-title,
.cid-ueZJX4PJeK .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZZjiAOuo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZZjiAOuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZZjiAOuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZZjiAOuo .container-fluid {
  padding: 0;
}
.cid-ueZZjiAOuo .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZZjiAOuo .row {
    padding: 0 12px;
  }
}
.cid-ueZZjiAOuo .container-wrapper {
  padding: 0;
}
.cid-ueZZjiAOuo .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZZjiAOuo .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZZjiAOuo .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZZjiAOuo .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZZjiAOuo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZZjiAOuo .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZZjiAOuo .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZZjiAOuo .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZZjiAOuo .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZZjiAOuo .mbr-section-title {
  color: #1c314e;
}
.cid-ueZZjiAOuo .mbr-text {
  color: #1c314e;
}
.cid-uhnLMVea65 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f4f4f4;
}
.cid-uhnLMVea65 .container {
  max-width: 1400px;
}
.cid-uhnLMVea65 img,
.cid-uhnLMVea65 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-uhnLMVea65 img:before,
.cid-uhnLMVea65 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
}
.cid-uhnLMVea65 img:hover:before,
.cid-uhnLMVea65 .item-img:hover:before {
  opacity: 0.2;
}
.cid-uhnLMVea65 .item:focus,
.cid-uhnLMVea65 span:focus {
  outline: none;
}
.cid-uhnLMVea65 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhnLMVea65 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uhnLMVea65 .item-content {
  padding-top: 1.5rem;
}
.cid-uhnLMVea65 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhnLMVea65 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uhnLMVea65 .mbr-text,
.cid-uhnLMVea65 .mbr-section-btn {
  color: #818181;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-ueV3NDNNPS {
  z-index: 1000;
  width: 100%;
}
.cid-ueV3NDNNPS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ueV3NDNNPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ueV3NDNNPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueV3NDNNPS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ueV3NDNNPS .menu_box .navbar.opened,
  .cid-ueV3NDNNPS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueV3NDNNPS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ueV3NDNNPS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueV3NDNNPS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueV3NDNNPS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueV3NDNNPS .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ueV3NDNNPS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueV3NDNNPS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueV3NDNNPS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueV3NDNNPS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueV3NDNNPS .offcanvas-body .mbr-text,
  .cid-ueV3NDNNPS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueV3NDNNPS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueV3NDNNPS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueV3NDNNPS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueV3NDNNPS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueV3NDNNPS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ueV3NDNNPS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueV3NDNNPS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ueV3NDNNPS .lg_brand {
    margin: 0 1rem;
  }
  .cid-ueV3NDNNPS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ueV3NDNNPS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueV3NDNNPS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .nav-item {
    margin: 0 !important;
  }
}
.cid-ueV3NDNNPS .nav-item .nav-link:hover,
.cid-ueV3NDNNPS .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ueV3NDNNPS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueV3NDNNPS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueV3NDNNPS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueV3NDNNPS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ueV3NDNNPS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueV3NDNNPS .offcanvas_box {
    display: none;
  }
}
.cid-ueV3NDNNPS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueV3NDNNPS .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueV3NDNNPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueV3NDNNPS .container {
  display: flex;
  margin: auto;
}
.cid-ueV3NDNNPS .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ueV3NDNNPS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueV3NDNNPS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueV3NDNNPS .navbar-caption {
  color: #2b2b2b;
}
.cid-ueV3NDNNPS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueV3NDNNPS .navbar-nav {
    margin: 0;
  }
}
.cid-ueV3NDNNPS .dropdown-menu,
.cid-ueV3NDNNPS .navbar.opened {
  background-color: false !important;
}
.cid-ueV3NDNNPS .nav-item:focus,
.cid-ueV3NDNNPS .nav-link:focus {
  outline: none;
}
.cid-ueV3NDNNPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueV3NDNNPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueV3NDNNPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueV3NDNNPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueV3NDNNPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueV3NDNNPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueV3NDNNPS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueV3NDNNPS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueV3NDNNPS .navbar.opened {
  transition: all 0.3s;
}
.cid-ueV3NDNNPS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueV3NDNNPS .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ueV3NDNNPS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ueV3NDNNPS .navbar.collapsed {
  justify-content: center;
}
.cid-ueV3NDNNPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueV3NDNNPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueV3NDNNPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueV3NDNNPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueV3NDNNPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueV3NDNNPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueV3NDNNPS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueV3NDNNPS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueV3NDNNPS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueV3NDNNPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueV3NDNNPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueV3NDNNPS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueV3NDNNPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueV3NDNNPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueV3NDNNPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueV3NDNNPS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueV3NDNNPS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueV3NDNNPS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueV3NDNNPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ueV3NDNNPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueV3NDNNPS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueV3NDNNPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueV3NDNNPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueV3NDNNPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueV3NDNNPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueV3NDNNPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ueV3NDNNPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueV3NDNNPS .dropdown-item.active,
.cid-ueV3NDNNPS .dropdown-item:active {
  background-color: transparent;
}
.cid-ueV3NDNNPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueV3NDNNPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueV3NDNNPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueV3NDNNPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueV3NDNNPS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueV3NDNNPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueV3NDNNPS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ueV3NDNNPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ueV3NDNNPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueV3NDNNPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueV3NDNNPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueV3NDNNPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueV3NDNNPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueV3NDNNPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueV3NDNNPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueV3NDNNPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueV3NDNNPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueV3NDNNPS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueV3NDNNPS .navbar {
    height: 70px;
  }
  .cid-ueV3NDNNPS .navbar.opened {
    height: auto;
  }
  .cid-ueV3NDNNPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueV3NDNNPS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ueV3NDNNPS .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ueV3NDNNPS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueV3NDNNPS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueV3NDNNPS .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ueV3NDNNPS .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ueV3NDNNPS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueV3NDNNPS .text_widget {
  margin-bottom: 32px;
}
.cid-ueV3NDNNPS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueV3NDNNPS .text_widget a:hover {
  opacity: .5;
}
.cid-ueV3NDNNPS .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ueV3NDNNPS .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ueV3NDNNPS .mbr-section-subtitle,
.cid-ueV3NDNNPS .text_widget,
.cid-ueV3NDNNPS .mbr-section-btn {
  text-align: center;
}
.cid-ueV3NDNNPS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueV3NEyJQQ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueV3NEyJQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueV3NEyJQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueV3NEyJQQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ueV3NEyJQQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ueV3NEyJQQ .container {
    padding: 0 30px;
  }
}
.cid-ueV3NEyJQQ .card {
  justify-content: center;
}
.cid-ueV3NEyJQQ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueV3NEyJQQ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueV3NEyJQQ .content-wrapper {
    padding: 0;
  }
}
.cid-ueV3NEyJQQ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueV3NEyJQQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueV3NEyJQQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueV3NEyJQQ .mbr-section-title {
  color: #ffffff;
}
.cid-ueV3NEyJQQ .mbr-text {
  color: #ffffff;
}
.cid-ueV3NEyJQQ .mbr-section-title,
.cid-ueV3NEyJQQ .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueV3NESZkw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueV3NESZkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueV3NESZkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueV3NESZkw .container-fluid {
  padding: 0;
}
.cid-ueV3NESZkw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueV3NESZkw .row {
    padding: 0 12px;
  }
}
.cid-ueV3NESZkw .container-wrapper {
  padding: 0;
}
.cid-ueV3NESZkw .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueV3NESZkw .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueV3NESZkw .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueV3NESZkw .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueV3NESZkw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueV3NESZkw .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueV3NESZkw .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueV3NESZkw .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueV3NESZkw .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueV3NESZkw .mbr-section-title {
  color: #1c314e;
}
.cid-ueV3NESZkw .mbr-text {
  color: #1c314e;
}
.cid-ueV5BH6GDc {
  padding-top: 7rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueV5BH6GDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueV5BH6GDc .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-ueV5BH6GDc .container {
    padding: 0 30px;
  }
}
.cid-ueV5BH6GDc .card {
  justify-content: center;
}
.cid-ueV5BH6GDc .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueV5BH6GDc .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueV5BH6GDc .content-wrapper {
    padding: 0;
  }
}
.cid-ueV5BH6GDc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueV5BH6GDc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueV5BH6GDc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueV5BH6GDc .mbr-section-title {
  color: #ffffff;
}
.cid-ueV5BH6GDc .mbr-text {
  color: #4a4949;
}
.cid-ueV5BH6GDc .mbr-section-title,
.cid-ueV5BH6GDc .mbr-section-btn {
  color: #000000;
}
.cid-ueZLuILorL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZLuILorL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZLuILorL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZLuILorL .container-fluid {
  padding: 0;
}
.cid-ueZLuILorL .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZLuILorL .row {
    padding: 0 12px;
  }
}
.cid-ueZLuILorL .container-wrapper {
  padding: 0;
}
.cid-ueZLuILorL .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZLuILorL .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZLuILorL .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZLuILorL .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZLuILorL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZLuILorL .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZLuILorL .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZLuILorL .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZLuILorL .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZLuILorL .mbr-section-title {
  color: #1c314e;
}
.cid-ueZLuILorL .mbr-text {
  color: #1c314e;
}
.cid-ueZLyc5jJd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZLyc5jJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZLyc5jJd .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-ueZLyc5jJd .container {
    padding: 0 30px;
  }
}
.cid-ueZLyc5jJd .card {
  justify-content: center;
}
.cid-ueZLyc5jJd .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZLyc5jJd .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZLyc5jJd .content-wrapper {
    padding: 0;
  }
}
.cid-ueZLyc5jJd .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZLyc5jJd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZLyc5jJd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZLyc5jJd .mbr-section-title {
  color: #ffffff;
}
.cid-ueZLyc5jJd .mbr-text {
  color: #4a4949;
}
.cid-ueZLyc5jJd .mbr-section-title,
.cid-ueZLyc5jJd .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
.cid-ueV40tYAXh {
  z-index: 1000;
  width: 100%;
}
.cid-ueV40tYAXh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ueV40tYAXh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-ueV40tYAXh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ueV40tYAXh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ueV40tYAXh .menu_box .navbar.opened,
  .cid-ueV40tYAXh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueV40tYAXh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ueV40tYAXh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueV40tYAXh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueV40tYAXh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueV40tYAXh .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-ueV40tYAXh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueV40tYAXh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueV40tYAXh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueV40tYAXh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueV40tYAXh .offcanvas-body .mbr-text,
  .cid-ueV40tYAXh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueV40tYAXh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueV40tYAXh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueV40tYAXh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueV40tYAXh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueV40tYAXh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ueV40tYAXh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueV40tYAXh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ueV40tYAXh .lg_brand {
    margin: 0 1rem;
  }
  .cid-ueV40tYAXh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-ueV40tYAXh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueV40tYAXh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .nav-item {
    margin: 0 !important;
  }
}
.cid-ueV40tYAXh .nav-item .nav-link:hover,
.cid-ueV40tYAXh .nav-item .nav-link:focus {
  opacity: 1;
  color: #97a879 !important;
}
.cid-ueV40tYAXh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueV40tYAXh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueV40tYAXh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueV40tYAXh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ueV40tYAXh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueV40tYAXh .offcanvas_box {
    display: none;
  }
}
.cid-ueV40tYAXh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueV40tYAXh .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueV40tYAXh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueV40tYAXh .container {
  display: flex;
  margin: auto;
}
.cid-ueV40tYAXh .iconfont-wrapper {
  color: #2b2b2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ueV40tYAXh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueV40tYAXh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueV40tYAXh .navbar-caption {
  color: #2b2b2b;
}
.cid-ueV40tYAXh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueV40tYAXh .navbar-nav {
    margin: 0;
  }
}
.cid-ueV40tYAXh .dropdown-menu,
.cid-ueV40tYAXh .navbar.opened {
  background-color: false !important;
}
.cid-ueV40tYAXh .nav-item:focus,
.cid-ueV40tYAXh .nav-link:focus {
  outline: none;
}
.cid-ueV40tYAXh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueV40tYAXh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueV40tYAXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueV40tYAXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueV40tYAXh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueV40tYAXh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueV40tYAXh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueV40tYAXh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueV40tYAXh .navbar.opened {
  transition: all 0.3s;
}
.cid-ueV40tYAXh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueV40tYAXh .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-ueV40tYAXh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-ueV40tYAXh .navbar.collapsed {
  justify-content: center;
}
.cid-ueV40tYAXh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueV40tYAXh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueV40tYAXh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueV40tYAXh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueV40tYAXh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueV40tYAXh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueV40tYAXh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueV40tYAXh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueV40tYAXh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueV40tYAXh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueV40tYAXh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueV40tYAXh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueV40tYAXh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueV40tYAXh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueV40tYAXh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueV40tYAXh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueV40tYAXh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueV40tYAXh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueV40tYAXh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ueV40tYAXh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueV40tYAXh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueV40tYAXh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueV40tYAXh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueV40tYAXh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueV40tYAXh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueV40tYAXh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ueV40tYAXh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueV40tYAXh .dropdown-item.active,
.cid-ueV40tYAXh .dropdown-item:active {
  background-color: transparent;
}
.cid-ueV40tYAXh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueV40tYAXh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueV40tYAXh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueV40tYAXh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueV40tYAXh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueV40tYAXh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueV40tYAXh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-ueV40tYAXh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-ueV40tYAXh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueV40tYAXh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueV40tYAXh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueV40tYAXh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueV40tYAXh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueV40tYAXh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueV40tYAXh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueV40tYAXh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueV40tYAXh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueV40tYAXh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueV40tYAXh .navbar {
    height: 70px;
  }
  .cid-ueV40tYAXh .navbar.opened {
    height: auto;
  }
  .cid-ueV40tYAXh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueV40tYAXh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ueV40tYAXh .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-ueV40tYAXh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueV40tYAXh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueV40tYAXh .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ueV40tYAXh .navbar-caption:hover {
  color: #97a879;
}
@media (min-width: 992px) {
  .cid-ueV40tYAXh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueV40tYAXh .text_widget {
  margin-bottom: 32px;
}
.cid-ueV40tYAXh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueV40tYAXh .text_widget a:hover {
  opacity: .5;
}
.cid-ueV40tYAXh .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-ueV40tYAXh .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-ueV40tYAXh .mbr-section-subtitle,
.cid-ueV40tYAXh .text_widget,
.cid-ueV40tYAXh .mbr-section-btn {
  text-align: center;
}
.cid-ueV40tYAXh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueV40uzwCx {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueV40uzwCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueV40uzwCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueV40uzwCx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ueV40uzwCx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ueV40uzwCx .container {
    padding: 0 30px;
  }
}
.cid-ueV40uzwCx .card {
  justify-content: center;
}
.cid-ueV40uzwCx .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueV40uzwCx .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueV40uzwCx .content-wrapper {
    padding: 0;
  }
}
.cid-ueV40uzwCx .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueV40uzwCx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueV40uzwCx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueV40uzwCx .mbr-section-title {
  color: #ffffff;
}
.cid-ueV40uzwCx .mbr-text {
  color: #ffffff;
}
.cid-ueV40uzwCx .mbr-section-title,
.cid-ueV40uzwCx .mbr-section-btn {
  color: #525252;
  text-align: left;
}
.cid-ueV40uWuR5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ueV40uWuR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueV40uWuR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueV40uWuR5 .container-fluid {
  padding: 0;
}
.cid-ueV40uWuR5 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueV40uWuR5 .row {
    padding: 0 12px;
  }
}
.cid-ueV40uWuR5 .container-wrapper {
  padding: 0;
}
.cid-ueV40uWuR5 .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueV40uWuR5 .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueV40uWuR5 .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueV40uWuR5 .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueV40uWuR5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueV40uWuR5 .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueV40uWuR5 .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueV40uWuR5 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueV40uWuR5 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueV40uWuR5 .mbr-section-title {
  color: #1c314e;
}
.cid-ueV40uWuR5 .mbr-text {
  color: #1c314e;
}
.cid-ueZNsPKpYU {
  padding-top: 7rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZNsPKpYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZNsPKpYU .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-ueZNsPKpYU .container {
    padding: 0 30px;
  }
}
.cid-ueZNsPKpYU .card {
  justify-content: center;
}
.cid-ueZNsPKpYU .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZNsPKpYU .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZNsPKpYU .content-wrapper {
    padding: 0;
  }
}
.cid-ueZNsPKpYU .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZNsPKpYU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZNsPKpYU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZNsPKpYU .mbr-section-title {
  color: #ffffff;
}
.cid-ueZNsPKpYU .mbr-text {
  color: #4a4949;
}
.cid-ueZNsPKpYU .mbr-section-title,
.cid-ueZNsPKpYU .mbr-section-btn {
  color: #4a4949;
}
.cid-ueZNuaCbzB {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZNuaCbzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZNuaCbzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZNuaCbzB .container-fluid {
  padding: 0;
}
.cid-ueZNuaCbzB .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZNuaCbzB .row {
    padding: 0 12px;
  }
}
.cid-ueZNuaCbzB .container-wrapper {
  padding: 0;
}
.cid-ueZNuaCbzB .border-wrapper {
  height: 2px;
  background-color: #525252;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZNuaCbzB .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZNuaCbzB .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZNuaCbzB .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZNuaCbzB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZNuaCbzB .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZNuaCbzB .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZNuaCbzB .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZNuaCbzB .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZNuaCbzB .mbr-section-title {
  color: #1c314e;
}
.cid-ueZNuaCbzB .mbr-text {
  color: #1c314e;
}
.cid-ueZNmnuRNP {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZNmnuRNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZNmnuRNP .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-ueZNmnuRNP .container {
    padding: 0 30px;
  }
}
.cid-ueZNmnuRNP .card {
  justify-content: center;
}
.cid-ueZNmnuRNP .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZNmnuRNP .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZNmnuRNP .content-wrapper {
    padding: 0;
  }
}
.cid-ueZNmnuRNP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZNmnuRNP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZNmnuRNP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZNmnuRNP .mbr-section-title {
  color: #ffffff;
}
.cid-ueZNmnuRNP .mbr-text {
  color: #4a4949;
}
.cid-ueZNmnuRNP .mbr-section-title,
.cid-ueZNmnuRNP .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZP10s7g8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZP10s7g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZP10s7g8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZP10s7g8 .container-fluid {
  padding: 0;
}
.cid-ueZP10s7g8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZP10s7g8 .row {
    padding: 0 12px;
  }
}
.cid-ueZP10s7g8 .container-wrapper {
  padding: 0;
}
.cid-ueZP10s7g8 .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZP10s7g8 .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZP10s7g8 .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZP10s7g8 .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZP10s7g8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZP10s7g8 .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZP10s7g8 .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZP10s7g8 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZP10s7g8 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZP10s7g8 .mbr-section-title {
  color: #1c314e;
}
.cid-ueZP10s7g8 .mbr-text {
  color: #1c314e;
}
.cid-ueZP4kGqZR {
  padding-top: 9rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZP4kGqZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZP4kGqZR .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-ueZP4kGqZR .container {
    padding: 0 30px;
  }
}
.cid-ueZP4kGqZR .card {
  justify-content: center;
}
.cid-ueZP4kGqZR .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZP4kGqZR .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZP4kGqZR .content-wrapper {
    padding: 0;
  }
}
.cid-ueZP4kGqZR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZP4kGqZR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZP4kGqZR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZP4kGqZR .mbr-section-title {
  color: #ffffff;
}
.cid-ueZP4kGqZR .mbr-text {
  color: #4a4949;
}
.cid-ueZP4kGqZR .mbr-section-title,
.cid-ueZP4kGqZR .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZPhaGNLi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZPhaGNLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPhaGNLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZPhaGNLi .container-fluid {
  padding: 0;
}
.cid-ueZPhaGNLi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZPhaGNLi .row {
    padding: 0 12px;
  }
}
.cid-ueZPhaGNLi .container-wrapper {
  padding: 0;
}
.cid-ueZPhaGNLi .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZPhaGNLi .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZPhaGNLi .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPhaGNLi .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZPhaGNLi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZPhaGNLi .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZPhaGNLi .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPhaGNLi .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZPhaGNLi .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZPhaGNLi .mbr-section-title {
  color: #1c314e;
}
.cid-ueZPhaGNLi .mbr-text {
  color: #1c314e;
}
.cid-ueZPhEy5MO {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZPhEy5MO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPhEy5MO .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-ueZPhEy5MO .container {
    padding: 0 30px;
  }
}
.cid-ueZPhEy5MO .card {
  justify-content: center;
}
.cid-ueZPhEy5MO .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZPhEy5MO .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZPhEy5MO .content-wrapper {
    padding: 0;
  }
}
.cid-ueZPhEy5MO .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZPhEy5MO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZPhEy5MO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZPhEy5MO .mbr-section-title {
  color: #ffffff;
}
.cid-ueZPhEy5MO .mbr-text {
  color: #4a4949;
}
.cid-ueZPhEy5MO .mbr-section-title,
.cid-ueZPhEy5MO .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZPLBrfVr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZPLBrfVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPLBrfVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZPLBrfVr .container-fluid {
  padding: 0;
}
.cid-ueZPLBrfVr .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZPLBrfVr .row {
    padding: 0 12px;
  }
}
.cid-ueZPLBrfVr .container-wrapper {
  padding: 0;
}
.cid-ueZPLBrfVr .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZPLBrfVr .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZPLBrfVr .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPLBrfVr .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZPLBrfVr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZPLBrfVr .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZPLBrfVr .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPLBrfVr .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZPLBrfVr .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZPLBrfVr .mbr-section-title {
  color: #1c314e;
}
.cid-ueZPLBrfVr .mbr-text {
  color: #1c314e;
}
.cid-ueZPOPoPKA {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZPOPoPKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPOPoPKA .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-ueZPOPoPKA .container {
    padding: 0 30px;
  }
}
.cid-ueZPOPoPKA .card {
  justify-content: center;
}
.cid-ueZPOPoPKA .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZPOPoPKA .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZPOPoPKA .content-wrapper {
    padding: 0;
  }
}
.cid-ueZPOPoPKA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZPOPoPKA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZPOPoPKA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZPOPoPKA .mbr-section-title {
  color: #ffffff;
}
.cid-ueZPOPoPKA .mbr-text {
  color: #4a4949;
}
.cid-ueZPOPoPKA .mbr-section-title,
.cid-ueZPOPoPKA .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZPT8myra {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.cid-ueZPT8myra .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPT8myra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZPT8myra .container-fluid {
  padding: 0;
}
.cid-ueZPT8myra .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ueZPT8myra .row {
    padding: 0 12px;
  }
}
.cid-ueZPT8myra .container-wrapper {
  padding: 0;
}
.cid-ueZPT8myra .border-wrapper {
  height: 2px;
  background-color: #4a4949;
  margin: 0 80px 64px;
}
@media (max-width: 992px) {
  .cid-ueZPT8myra .border-wrapper {
    margin: 0 1rem 29px;
  }
}
.cid-ueZPT8myra .title-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPT8myra .title-wrapper {
    padding: 0 1rem;
    margin-bottom: 29px;
  }
}
.cid-ueZPT8myra .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueZPT8myra .title-wrapper .mbr-section-title {
    margin-bottom: 29px;
  }
}
.cid-ueZPT8myra .text-wrapper {
  padding: 0 80px 0 6rem;
}
@media (max-width: 992px) {
  .cid-ueZPT8myra .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-ueZPT8myra .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ueZPT8myra .mbr-section-title {
  color: #1c314e;
}
.cid-ueZPT8myra .mbr-text {
  color: #1c314e;
}
.cid-ueZPTYyTDM {
  padding-top: 12rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #f4f4f4;
}
.cid-ueZPTYyTDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZPTYyTDM .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-ueZPTYyTDM .container {
    padding: 0 30px;
  }
}
.cid-ueZPTYyTDM .card {
  justify-content: center;
}
.cid-ueZPTYyTDM .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-ueZPTYyTDM .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ueZPTYyTDM .content-wrapper {
    padding: 0;
  }
}
.cid-ueZPTYyTDM .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueZPTYyTDM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueZPTYyTDM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ueZPTYyTDM .mbr-section-title {
  color: #ffffff;
}
.cid-ueZPTYyTDM .mbr-text {
  color: #4a4949;
}
.cid-ueZPTYyTDM .mbr-section-title,
.cid-ueZPTYyTDM .mbr-section-btn {
  color: #4a4949;
  text-align: left;
}
.cid-ueZXJYQnNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueZXJYQnNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZXJYQnNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZXJYQnNo .row {
  justify-content: space-between;
}
.cid-ueZXJYQnNo .mbr-section-title {
  margin: 0;
  color: #4a4949;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ueZXJYQnNo .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #232323;
}
.cid-ueZXJYQnNo .list li {
  margin-bottom: 25px;
}
.cid-ueZXJYQnNo .list li:last-child {
  margin-bottom: 0;
}
.cid-ueZXJYQnNo .mbr-desc {
  margin-bottom: 8px;
}
.cid-ueZXJYQnNo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXJYQnNo .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ueZXJYQnNo .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #f5d387;
}
.cid-ueZXJYQnNo .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #232323;
  transition: all .3s ease;
}
.cid-ueZXJYQnNo .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #4a4949;
  text-align: center;
}
.cid-ueZXJYQnNo .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #232323;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ueZXJYQnNo .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ueZXJYQnNo .mbr-desc,
.cid-ueZXJYQnNo .mbr-iconfont {
  color: #000000;
}
.cid-ueZXJYQnNo .mbr-text,
.cid-ueZXJYQnNo .mbr-section-btn {
  color: #232323;
}
