.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 3.125rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((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: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #71eac6 !important;
}
.bg-danger {
  background-color: #fdf9d5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5f5f5f !important;
  border-color: #5f5f5f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
  color: #0c503c !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c503c !important;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fdf9d5 !important;
  border-color: #fdf9d5 !important;
  color: #c9b60a !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: #c9b60a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #454545;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent !important;
  border-color: #1a1a1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #71eac6;
  color: #71eac6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #25dfa8 !important;
  background-color: transparent !important;
  border-color: #25dfa8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c503c !important;
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fdf9d5;
  color: #fdf9d5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f9ed82 !important;
  background-color: transparent !important;
  border-color: #f9ed82 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c9b60a !important;
  background-color: #fdf9d5 !important;
  border-color: #fdf9d5 !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: #000000 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #71eac6 !important;
}
.text-danger {
  color: #fdf9d5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20d59f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f8eb74 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #71eac6;
}
.alert-danger {
  background-color: #fdf9d5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dad6de;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #454545 !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='%23000000' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #71eac6;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #000000 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #ffffff;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #454545;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #71eac6;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #fdf9d5;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.mbr-figure iframe {
  border-radius: 0 !important;
}
.cid-u3FZ1vgrNk {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3FZ1vgrNk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3FZ1vgrNk .menu_box .navbar.opened,
  .cid-u3FZ1vgrNk .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  position: relative !important;
}
.cid-u3FZ1vgrNk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-u3FZ1vgrNk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-u3FZ1vgrNk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3FZ1vgrNk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-text,
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3FZ1vgrNk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3FZ1vgrNk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3FZ1vgrNk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3FZ1vgrNk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3FZ1vgrNk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 0 !important;
  }
}
.cid-u3FZ1vgrNk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3FZ1vgrNk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover::before,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3FZ1vgrNk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box {
    display: none;
  }
}
.cid-u3FZ1vgrNk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .container {
  display: flex;
  margin: auto;
}
.cid-u3FZ1vgrNk .iconfont-wrapper {
  color: #fdf9d5;
  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-u3FZ1vgrNk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3FZ1vgrNk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3FZ1vgrNk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .navbar-nav {
    margin: 0;
  }
}
.cid-u3FZ1vgrNk .dropdown-menu,
.cid-u3FZ1vgrNk .navbar.opened {
  background-color: false !important;
}
.cid-u3FZ1vgrNk .nav-item:focus,
.cid-u3FZ1vgrNk .nav-link:focus {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3FZ1vgrNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3FZ1vgrNk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3FZ1vgrNk .navbar.opened {
  transition: all 0.3s;
}
.cid-u3FZ1vgrNk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3FZ1vgrNk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3FZ1vgrNk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3FZ1vgrNk .navbar.collapsed {
  justify-content: center;
}
.cid-u3FZ1vgrNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3FZ1vgrNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3FZ1vgrNk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3FZ1vgrNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3FZ1vgrNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3FZ1vgrNk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3FZ1vgrNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3FZ1vgrNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown-item.active,
.cid-u3FZ1vgrNk .dropdown-item:active {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3FZ1vgrNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3FZ1vgrNk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3FZ1vgrNk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar {
    height: 70px;
  }
  .cid-u3FZ1vgrNk .navbar.opened {
    height: auto;
  }
  .cid-u3FZ1vgrNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3FZ1vgrNk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3FZ1vgrNk .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3FZ1vgrNk .text_widget {
  margin-bottom: 32px;
}
.cid-u3FZ1vgrNk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3FZ1vgrNk .text_widget a:hover,
.cid-u3FZ1vgrNk .text_widget a:focus {
  opacity: .8;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3FZ1vgrNk .navbar-caption {
  color: #bee0d6;
}
.cid-u3FZ1vgrNk .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle,
.cid-u3FZ1vgrNk .text_widget,
.cid-u3FZ1vgrNk .mbr-section-btn {
  text-align: right;
}
.cid-u3FZ1vgrNk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY57XdqRge {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fdf9d5;
}
.cid-uY57XdqRge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY57XdqRge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY57XdqRge .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY57XdqRge .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uY57XdqRge .content-wrapper {
    width: 100%;
  }
}
.cid-uY57XdqRge .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uY57XdqRge .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uY57XdqRge .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uY57XdqRge .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY57XdqRge .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uY57XdqRge .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uY57XdqRge .mbr-label {
  color: #000000;
  text-align: left;
}
.cid-uY57XdqRge .mbr-section-title {
  color: #181824;
}
.cid-uY57XdqRge .mbr-section-title,
.cid-uY57XdqRge .mbr-section-btn,
.cid-uY57XdqRge .icon-wrapper {
  text-align: left;
}
.cid-uZq7ST8Rlx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fdf9d5;
}
@media (max-width: 992px) {
  .cid-uZq7ST8Rlx .container {
    padding: 0 20px;
  }
}
.cid-uZq7ST8Rlx .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uZq7ST8Rlx .row {
    padding: 46px 0;
  }
}
.cid-uZq7ST8Rlx .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uZq7ST8Rlx .content-wrapper {
    padding: 0;
  }
}
.cid-uZq7ST8Rlx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uZq7ST8Rlx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZq7ST8Rlx .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uZq7ST8Rlx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uZq7ST8Rlx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uZq7ST8Rlx .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uZq7ST8Rlx .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uZq7ST8Rlx .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uZq7ST8Rlx .embla__button--next,
.cid-uZq7ST8Rlx .embla__button--prev {
  display: flex;
}
.cid-uZq7ST8Rlx .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uZq7ST8Rlx .embla__button {
    top: 2.5rem;
  }
}
.cid-uZq7ST8Rlx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZq7ST8Rlx .embla__button:hover {
  opacity: 1 !important;
}
.cid-uZq7ST8Rlx .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uZq7ST8Rlx .embla__button.embla__button--next {
  right: 30px;
}
.cid-uZq7ST8Rlx .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uZq7ST8Rlx .embla {
    padding-top: 100px;
  }
}
.cid-uZq7ST8Rlx .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZq7ST8Rlx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZq7ST8Rlx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZq7ST8Rlx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZq7ST8Rlx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uZq7ST8Rlx .mbr-section-title {
  color: #000000;
}
.cid-uZq7ST8Rlx .item-name {
  color: #000000;
  text-align: center;
}
.cid-uZq7ST8Rlx .item-role {
  color: #000000;
  text-align: center;
}
.cid-uZq7ST8Rlx .list,
.cid-uZq7ST8Rlx .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZq7ST8Rlx .mbr-section-title,
.cid-uZq7ST8Rlx .mbr-section-btn-main {
  text-align: center;
  color: #000000;
}
.cid-uZq7ST8Rlx .item-name,
.cid-uZq7ST8Rlx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZYk29FpDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-uZYk29FpDi .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-uZYk29FpDi .item:focus,
.cid-uZYk29FpDi span:focus {
  outline: none;
}
.cid-uZYk29FpDi .container-fluid {
  padding: 0 15px;
}
.cid-uZYk29FpDi .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-uZYk29FpDi .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-uZYk29FpDi .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-uZYk29FpDi .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-uZYk29FpDi .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-uZYk29FpDi .item:hover img {
  transform: scale(1);
}
.cid-uZYk29FpDi .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-uZYk29FpDi .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-uZYk29FpDi .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uZYk29FpDi .item-content {
  margin-right: auto;
}
.cid-uZYk29FpDi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZYk29FpDi .mbr-section-title {
  color: #000000;
}
.cid-uZYk29FpDi .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uZYk29FpDi .mbr-text,
.cid-uZYk29FpDi .mbr-section-btn {
  text-align: left;
}
.cid-uZYk29FpDi .item-subtitle {
  text-align: center;
}
.cid-uZYk29FpDi .text-art,
.cid-uZYk29FpDi .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-uZYk29FpDi .item {
    border-right: none !important;
  }
  .cid-uZYk29FpDi .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-uZYk29FpDi .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uZYk29FpDi .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-uZYk29FpDi .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-uZYk29FpDi .underlined-link {
  background-size: 0 !important;
}
.cid-uZYk29FpDi .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-u3FZqqwm1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-u3FZqqwm1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FZqqwm1n .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-u3FZqqwm1n .container {
    padding: 0 30px;
  }
}
.cid-u3FZqqwm1n .row {
  justify-content: center;
}
.cid-u3FZqqwm1n .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u3FZqqwm1n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover::before,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u3FZqqwm1n .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .mbr-section-title {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3FZqqwm1n .list {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-address {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-copy {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .list,
.cid-u3FZqqwm1n .item-wrap,
.cid-u3FZqqwm1n .nav-wrapper {
  color: #fdf9d5;
}
.cid-uY5zCjZbWN {
  background-color: transparent;
}
.cid-uY5zCjZbWN .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uY5zCjZbWN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uY5zCjZbWN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY5zCjZbWN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY5zCjZbWN .menu_box .navbar.opened,
  .cid-uY5zCjZbWN .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY5zCjZbWN .navbar-dropdown {
  position: relative !important;
}
.cid-uY5zCjZbWN .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uY5zCjZbWN .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uY5zCjZbWN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uY5zCjZbWN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uY5zCjZbWN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uY5zCjZbWN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uY5zCjZbWN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uY5zCjZbWN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uY5zCjZbWN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uY5zCjZbWN .offcanvas-body .mbr-text,
  .cid-uY5zCjZbWN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uY5zCjZbWN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uY5zCjZbWN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uY5zCjZbWN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uY5zCjZbWN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5zCjZbWN .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-uY5zCjZbWN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uY5zCjZbWN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uY5zCjZbWN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uY5zCjZbWN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uY5zCjZbWN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uY5zCjZbWN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .nav-item {
    margin: 0 !important;
  }
}
.cid-uY5zCjZbWN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uY5zCjZbWN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uY5zCjZbWN .nav-item .nav-link:hover,
.cid-uY5zCjZbWN .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uY5zCjZbWN .nav-item .nav-link:hover::before,
.cid-uY5zCjZbWN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uY5zCjZbWN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY5zCjZbWN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY5zCjZbWN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5zCjZbWN .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-uY5zCjZbWN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY5zCjZbWN .offcanvas_box {
    display: none;
  }
}
.cid-uY5zCjZbWN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY5zCjZbWN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY5zCjZbWN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY5zCjZbWN .container {
  display: flex;
  margin: auto;
}
.cid-uY5zCjZbWN .iconfont-wrapper {
  color: #fdf9d5;
  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-uY5zCjZbWN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY5zCjZbWN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uY5zCjZbWN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uY5zCjZbWN .navbar-nav {
    margin: 0;
  }
}
.cid-uY5zCjZbWN .dropdown-menu,
.cid-uY5zCjZbWN .navbar.opened {
  background-color: false !important;
}
.cid-uY5zCjZbWN .nav-item:focus,
.cid-uY5zCjZbWN .nav-link:focus {
  outline: none;
}
.cid-uY5zCjZbWN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY5zCjZbWN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY5zCjZbWN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY5zCjZbWN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY5zCjZbWN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY5zCjZbWN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY5zCjZbWN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY5zCjZbWN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY5zCjZbWN .navbar.opened {
  transition: all 0.3s;
}
.cid-uY5zCjZbWN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY5zCjZbWN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uY5zCjZbWN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY5zCjZbWN .navbar.collapsed {
  justify-content: center;
}
.cid-uY5zCjZbWN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY5zCjZbWN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY5zCjZbWN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY5zCjZbWN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY5zCjZbWN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY5zCjZbWN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY5zCjZbWN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY5zCjZbWN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY5zCjZbWN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY5zCjZbWN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY5zCjZbWN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY5zCjZbWN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY5zCjZbWN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY5zCjZbWN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY5zCjZbWN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY5zCjZbWN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY5zCjZbWN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY5zCjZbWN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY5zCjZbWN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY5zCjZbWN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY5zCjZbWN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY5zCjZbWN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY5zCjZbWN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY5zCjZbWN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY5zCjZbWN .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-uY5zCjZbWN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY5zCjZbWN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY5zCjZbWN .dropdown-item.active,
.cid-uY5zCjZbWN .dropdown-item:active {
  background-color: transparent;
}
.cid-uY5zCjZbWN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uY5zCjZbWN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY5zCjZbWN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY5zCjZbWN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY5zCjZbWN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY5zCjZbWN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY5zCjZbWN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uY5zCjZbWN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uY5zCjZbWN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY5zCjZbWN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5zCjZbWN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5zCjZbWN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY5zCjZbWN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5zCjZbWN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY5zCjZbWN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY5zCjZbWN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5zCjZbWN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY5zCjZbWN .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-uY5zCjZbWN .navbar {
    height: 70px;
  }
  .cid-uY5zCjZbWN .navbar.opened {
    height: auto;
  }
  .cid-uY5zCjZbWN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY5zCjZbWN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uY5zCjZbWN .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uY5zCjZbWN .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uY5zCjZbWN .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uY5zCjZbWN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY5zCjZbWN .text_widget {
  margin-bottom: 32px;
}
.cid-uY5zCjZbWN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY5zCjZbWN .text_widget a:hover,
.cid-uY5zCjZbWN .text_widget a:focus {
  opacity: .8;
}
.cid-uY5zCjZbWN .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uY5zCjZbWN .navbar-caption {
  color: #bee0d6;
}
.cid-uY5zCjZbWN .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uY5zCjZbWN .mbr-section-subtitle,
.cid-uY5zCjZbWN .text_widget,
.cid-uY5zCjZbWN .mbr-section-btn {
  text-align: right;
}
.cid-uY5zCjZbWN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY5zCkATMR {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-20250923-wa0005-960x1280.jpeg");
}
.cid-uY5zCkATMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5zCkATMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5zCkATMR .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uY5zCkATMR .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uY5zCkATMR .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uY5zCkATMR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5zCkATMR .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uY5zCkATMR .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uY5zCkATMR .text-wrapper {
    padding-left: 0;
  }
}
.cid-uY5zCkATMR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uY5zCkATMR .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uY5zCkATMR .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uY5zCkATMR .mbr-label {
  color: #ffffff;
}
.cid-uY5zCkATMR .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uY5zCkATMR .mbr-text {
  color: #ffffff;
}
.cid-uY5zCkSGDX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uY5zCkSGDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5zCkSGDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5zCkSGDX .card {
  justify-content: flex-end;
}
.cid-uY5zCkSGDX .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uY5zCkSGDX .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uY5zCkSGDX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uY5zCkSGDX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY5zCkSGDX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY5zCkSGDX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY5zCkSGDX .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uY5zCkSGDX .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uY5zCkSGDX .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uY5zCkSGDX .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uY5zCkSGDX .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #f4f4f4;
}
.cid-uY5zCkSGDX .mbr-section-title {
  color: #093388;
}
.cid-uY5zCkSGDX .mbr-text {
  color: #58595b;
}
.cid-uY5zCkSGDX .mbr-text,
.cid-uY5zCkSGDX .text-wrapper {
  text-align: left;
}
.cid-uY5zCkSGDX .mbr-section-title,
.cid-uY5zCkSGDX .mbr-section-btn {
  color: #000000;
}
.cid-v1X4oJtFXA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v1X4oJtFXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1X4oJtFXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1X4oJtFXA .card-wrapper {
  width: 100%;
}
.cid-v1X4oJtFXA .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1X4oJtFXA .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1X4oJtFXA .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v1X4oJtFXA .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v1X4oJtFXA .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v1X4oJtFXA .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1X4oJtFXA .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v1X4oJtFXA .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v1X4oJtFXA .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v1X4oJtFXA .card-title {
    text-align: center !important;
  }
}
.cid-v1X4oJtFXA .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1X4oJtFXA .card-text {
    text-align: center !important;
  }
}
.cid-v1X4f117of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1X4f117of .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1X4f117of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1X4f117of .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1X4f117of .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1X4f117of .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1X4f117of .container {
    padding: 0 16px;
  }
}
.cid-v1X4f117of .row {
  justify-content: center;
}
.cid-v1X4f117of .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1X4f117of .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .card {
    flex-direction: column;
  }
}
.cid-v1X4f117of .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1X4f117of .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .image-wrapper img {
    height: 350px;
  }
}
.cid-v1X4f117of .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1X4f117of .content-wrapper {
    width: 100%;
  }
}
.cid-v1X4f117of .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1X4f117of .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1X4f117of .mbr-section-subtitle {
  color: #000000;
}
.cid-v1X4f117of .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1X4f117of .mbr-section-subtitle,
.cid-v1X4f117of .mbr-section-btn {
  text-align: center;
}
.cid-v1XgL5c8Ff {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1XgL5c8Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XgL5c8Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XgL5c8Ff .row {
  justify-content: center;
}
.cid-v1XgL5c8Ff .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1XgL5c8Ff .row {
    padding: 0 12px;
  }
}
.cid-v1XgL5c8Ff .item-wrap {
  z-index: 1;
}
.cid-v1XgL5c8Ff .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1XgL5c8Ff .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1XgL5c8Ff .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1XgL5c8Ff .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1XgL5c8Ff .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1XgL5c8Ff .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1XgL5c8Ff .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1XgL5c8Ff .mbr-section-title,
.cid-v1XgL5c8Ff .mbr-iconfont {
  color: #181818;
}
.cid-v1XgL5c8Ff .mbr-text {
  color: #181818;
}
.cid-v1X7uLU8cG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1X7uLU8cG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1X7uLU8cG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1X7uLU8cG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1X7uLU8cG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1X7uLU8cG .container {
    padding: 0 16px;
  }
}
.cid-v1X7uLU8cG .row {
  justify-content: center;
}
.cid-v1X7uLU8cG .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1X7uLU8cG .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .card {
    flex-direction: column;
  }
}
.cid-v1X7uLU8cG .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1X7uLU8cG .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .image-wrapper img {
    height: 350px;
  }
}
.cid-v1X7uLU8cG .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1X7uLU8cG .content-wrapper {
    width: 100%;
  }
}
.cid-v1X7uLU8cG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1X7uLU8cG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1X7uLU8cG .mbr-section-subtitle {
  color: #000000;
}
.cid-v1X7uLU8cG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1X7uLU8cG .mbr-section-subtitle,
.cid-v1X7uLU8cG .mbr-section-btn {
  text-align: center;
}
.cid-v1XgK06U8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1XgK06U8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XgK06U8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XgK06U8e .row {
  justify-content: center;
}
.cid-v1XgK06U8e .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1XgK06U8e .row {
    padding: 0 12px;
  }
}
.cid-v1XgK06U8e .item-wrap {
  z-index: 1;
}
.cid-v1XgK06U8e .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1XgK06U8e .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1XgK06U8e .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1XgK06U8e .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1XgK06U8e .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1XgK06U8e .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1XgK06U8e .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1XgK06U8e .mbr-section-title,
.cid-v1XgK06U8e .mbr-iconfont {
  color: #181818;
}
.cid-v1XgK06U8e .mbr-text {
  color: #181818;
}
.cid-v1Xa1fi0n0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1Xa1fi0n0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Xa1fi0n0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Xa1fi0n0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xa1fi0n0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xa1fi0n0 .container {
    padding: 0 16px;
  }
}
.cid-v1Xa1fi0n0 .row {
  justify-content: center;
}
.cid-v1Xa1fi0n0 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1Xa1fi0n0 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .card {
    flex-direction: column;
  }
}
.cid-v1Xa1fi0n0 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1Xa1fi0n0 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Xa1fi0n0 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xa1fi0n0 .content-wrapper {
    width: 100%;
  }
}
.cid-v1Xa1fi0n0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1Xa1fi0n0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1Xa1fi0n0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1Xa1fi0n0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1Xa1fi0n0 .mbr-section-subtitle,
.cid-v1Xa1fi0n0 .mbr-section-btn {
  text-align: center;
}
.cid-v1XgJc2C9e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1XgJc2C9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XgJc2C9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XgJc2C9e .row {
  justify-content: center;
}
.cid-v1XgJc2C9e .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1XgJc2C9e .row {
    padding: 0 12px;
  }
}
.cid-v1XgJc2C9e .item-wrap {
  z-index: 1;
}
.cid-v1XgJc2C9e .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1XgJc2C9e .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1XgJc2C9e .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1XgJc2C9e .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1XgJc2C9e .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1XgJc2C9e .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1XgJc2C9e .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1XgJc2C9e .mbr-section-title,
.cid-v1XgJc2C9e .mbr-iconfont {
  color: #181818;
}
.cid-v1XgJc2C9e .mbr-text {
  color: #181818;
}
.cid-v1XbikyOub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1XbikyOub .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XbikyOub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XbikyOub .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1XbikyOub .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1XbikyOub .container {
    padding: 0 16px;
  }
}
.cid-v1XbikyOub .row {
  justify-content: center;
}
.cid-v1XbikyOub .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1XbikyOub .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .card {
    flex-direction: column;
  }
}
.cid-v1XbikyOub .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1XbikyOub .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .image-wrapper img {
    height: 350px;
  }
}
.cid-v1XbikyOub .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1XbikyOub .content-wrapper {
    width: 100%;
  }
}
.cid-v1XbikyOub .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1XbikyOub .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1XbikyOub .mbr-section-subtitle {
  color: #000000;
}
.cid-v1XbikyOub .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1XbikyOub .mbr-section-subtitle,
.cid-v1XbikyOub .mbr-section-btn {
  text-align: center;
}
.cid-v1XgIvalMg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1XgIvalMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XgIvalMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XgIvalMg .row {
  justify-content: center;
}
.cid-v1XgIvalMg .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1XgIvalMg .row {
    padding: 0 12px;
  }
}
.cid-v1XgIvalMg .item-wrap {
  z-index: 1;
}
.cid-v1XgIvalMg .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1XgIvalMg .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1XgIvalMg .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1XgIvalMg .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1XgIvalMg .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1XgIvalMg .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1XgIvalMg .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1XgIvalMg .mbr-section-title,
.cid-v1XgIvalMg .mbr-iconfont {
  color: #181818;
}
.cid-v1XgIvalMg .mbr-text {
  color: #181818;
}
.cid-v1Xd7Uh533 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1Xd7Uh533 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Xd7Uh533 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Xd7Uh533 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xd7Uh533 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xd7Uh533 .container {
    padding: 0 16px;
  }
}
.cid-v1Xd7Uh533 .row {
  justify-content: center;
}
.cid-v1Xd7Uh533 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1Xd7Uh533 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .card {
    flex-direction: column;
  }
}
.cid-v1Xd7Uh533 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1Xd7Uh533 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Xd7Uh533 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xd7Uh533 .content-wrapper {
    width: 100%;
  }
}
.cid-v1Xd7Uh533 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1Xd7Uh533 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1Xd7Uh533 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1Xd7Uh533 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1Xd7Uh533 .mbr-section-subtitle,
.cid-v1Xd7Uh533 .mbr-section-btn {
  text-align: center;
}
.cid-v1XgHGqFJ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1XgHGqFJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XgHGqFJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XgHGqFJ5 .row {
  justify-content: center;
}
.cid-v1XgHGqFJ5 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v1XgHGqFJ5 .row {
    padding: 0 12px;
  }
}
.cid-v1XgHGqFJ5 .item-wrap {
  z-index: 1;
}
.cid-v1XgHGqFJ5 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1XgHGqFJ5 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1XgHGqFJ5 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1XgHGqFJ5 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1XgHGqFJ5 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1XgHGqFJ5 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1XgHGqFJ5 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1XgHGqFJ5 .mbr-section-title,
.cid-v1XgHGqFJ5 .mbr-iconfont {
  color: #181818;
}
.cid-v1XgHGqFJ5 .mbr-text {
  color: #181818;
}
.cid-v1Xe9qJPLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1Xe9qJPLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Xe9qJPLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Xe9qJPLi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xe9qJPLi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1Xe9qJPLi .container {
    padding: 0 16px;
  }
}
.cid-v1Xe9qJPLi .row {
  justify-content: center;
}
.cid-v1Xe9qJPLi .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1Xe9qJPLi .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .card {
    flex-direction: column;
  }
}
.cid-v1Xe9qJPLi .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1Xe9qJPLi .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Xe9qJPLi .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1Xe9qJPLi .content-wrapper {
    width: 100%;
  }
}
.cid-v1Xe9qJPLi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1Xe9qJPLi .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1Xe9qJPLi .mbr-section-subtitle {
  color: #000000;
}
.cid-v1Xe9qJPLi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1Xe9qJPLi .mbr-section-subtitle,
.cid-v1Xe9qJPLi .mbr-section-btn {
  text-align: center;
}
.cid-uY5zCmOIQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uY5zCmOIQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5zCmOIQQ .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-uY5zCmOIQQ .container {
    padding: 0 30px;
  }
}
.cid-uY5zCmOIQQ .row {
  justify-content: center;
}
.cid-uY5zCmOIQQ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uY5zCmOIQQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5zCmOIQQ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5zCmOIQQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap:hover,
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uY5zCmOIQQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5zCmOIQQ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5zCmOIQQ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5zCmOIQQ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uY5zCmOIQQ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5zCmOIQQ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uY5zCmOIQQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY5zCmOIQQ .mbr-section-title {
  color: #bee0d6;
}
.cid-uY5zCmOIQQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY5zCmOIQQ .list {
  color: #bee0d6;
}
.cid-uY5zCmOIQQ .mbr-address {
  color: #bee0d6;
}
.cid-uY5zCmOIQQ .mbr-copy {
  color: #bee0d6;
}
.cid-uY5zCmOIQQ .list,
.cid-uY5zCmOIQQ .item-wrap,
.cid-uY5zCmOIQQ .nav-wrapper {
  color: #fdf9d5;
}
.cid-uY5AiVcusH {
  background-color: transparent;
}
.cid-uY5AiVcusH .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uY5AiVcusH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uY5AiVcusH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY5AiVcusH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY5AiVcusH .menu_box .navbar.opened,
  .cid-uY5AiVcusH .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY5AiVcusH .navbar-dropdown {
  position: relative !important;
}
.cid-uY5AiVcusH .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uY5AiVcusH .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uY5AiVcusH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uY5AiVcusH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uY5AiVcusH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uY5AiVcusH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uY5AiVcusH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uY5AiVcusH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uY5AiVcusH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uY5AiVcusH .offcanvas-body .mbr-text,
  .cid-uY5AiVcusH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uY5AiVcusH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uY5AiVcusH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uY5AiVcusH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uY5AiVcusH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5AiVcusH .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-uY5AiVcusH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uY5AiVcusH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uY5AiVcusH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uY5AiVcusH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uY5AiVcusH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uY5AiVcusH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .nav-item {
    margin: 0 !important;
  }
}
.cid-uY5AiVcusH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uY5AiVcusH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uY5AiVcusH .nav-item .nav-link:hover,
.cid-uY5AiVcusH .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uY5AiVcusH .nav-item .nav-link:hover::before,
.cid-uY5AiVcusH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uY5AiVcusH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY5AiVcusH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY5AiVcusH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5AiVcusH .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-uY5AiVcusH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY5AiVcusH .offcanvas_box {
    display: none;
  }
}
.cid-uY5AiVcusH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY5AiVcusH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY5AiVcusH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY5AiVcusH .container {
  display: flex;
  margin: auto;
}
.cid-uY5AiVcusH .iconfont-wrapper {
  color: #fdf9d5;
  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-uY5AiVcusH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY5AiVcusH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uY5AiVcusH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uY5AiVcusH .navbar-nav {
    margin: 0;
  }
}
.cid-uY5AiVcusH .dropdown-menu,
.cid-uY5AiVcusH .navbar.opened {
  background-color: false !important;
}
.cid-uY5AiVcusH .nav-item:focus,
.cid-uY5AiVcusH .nav-link:focus {
  outline: none;
}
.cid-uY5AiVcusH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY5AiVcusH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY5AiVcusH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY5AiVcusH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY5AiVcusH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY5AiVcusH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY5AiVcusH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY5AiVcusH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY5AiVcusH .navbar.opened {
  transition: all 0.3s;
}
.cid-uY5AiVcusH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY5AiVcusH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uY5AiVcusH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY5AiVcusH .navbar.collapsed {
  justify-content: center;
}
.cid-uY5AiVcusH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY5AiVcusH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY5AiVcusH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY5AiVcusH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY5AiVcusH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY5AiVcusH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY5AiVcusH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY5AiVcusH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY5AiVcusH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY5AiVcusH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY5AiVcusH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY5AiVcusH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY5AiVcusH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY5AiVcusH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY5AiVcusH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY5AiVcusH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY5AiVcusH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY5AiVcusH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY5AiVcusH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY5AiVcusH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY5AiVcusH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY5AiVcusH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY5AiVcusH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY5AiVcusH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY5AiVcusH .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-uY5AiVcusH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY5AiVcusH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY5AiVcusH .dropdown-item.active,
.cid-uY5AiVcusH .dropdown-item:active {
  background-color: transparent;
}
.cid-uY5AiVcusH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uY5AiVcusH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY5AiVcusH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY5AiVcusH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY5AiVcusH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY5AiVcusH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY5AiVcusH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uY5AiVcusH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uY5AiVcusH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY5AiVcusH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5AiVcusH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5AiVcusH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY5AiVcusH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5AiVcusH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY5AiVcusH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY5AiVcusH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5AiVcusH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY5AiVcusH .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-uY5AiVcusH .navbar {
    height: 70px;
  }
  .cid-uY5AiVcusH .navbar.opened {
    height: auto;
  }
  .cid-uY5AiVcusH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY5AiVcusH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uY5AiVcusH .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uY5AiVcusH .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uY5AiVcusH .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uY5AiVcusH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY5AiVcusH .text_widget {
  margin-bottom: 32px;
}
.cid-uY5AiVcusH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY5AiVcusH .text_widget a:hover,
.cid-uY5AiVcusH .text_widget a:focus {
  opacity: .8;
}
.cid-uY5AiVcusH .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uY5AiVcusH .navbar-caption {
  color: #bee0d6;
}
.cid-uY5AiVcusH .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uY5AiVcusH .mbr-section-subtitle,
.cid-uY5AiVcusH .text_widget,
.cid-uY5AiVcusH .mbr-section-btn {
  text-align: right;
}
.cid-uY5AiVcusH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY5AiVCVrK {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/dsc-0045-2-1620x1080.jpeg");
}
.cid-uY5AiVCVrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5AiVCVrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5AiVCVrK .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uY5AiVCVrK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uY5AiVCVrK .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uY5AiVCVrK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5AiVCVrK .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uY5AiVCVrK .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uY5AiVCVrK .text-wrapper {
    padding-left: 0;
  }
}
.cid-uY5AiVCVrK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uY5AiVCVrK .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uY5AiVCVrK .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uY5AiVCVrK .mbr-label {
  color: #ffffff;
}
.cid-uY5AiVCVrK .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uY5AiVCVrK .mbr-text {
  color: #ffffff;
}
.cid-uY5AiVTOHu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uY5AiVTOHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5AiVTOHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5AiVTOHu .card {
  justify-content: flex-end;
}
.cid-uY5AiVTOHu .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uY5AiVTOHu .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uY5AiVTOHu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uY5AiVTOHu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY5AiVTOHu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY5AiVTOHu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY5AiVTOHu .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uY5AiVTOHu .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uY5AiVTOHu .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uY5AiVTOHu .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uY5AiVTOHu .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uY5AiVTOHu .mbr-section-title {
  color: #093388;
}
.cid-uY5AiVTOHu .mbr-text {
  color: #58595b;
}
.cid-uY5AiVTOHu .mbr-text,
.cid-uY5AiVTOHu .text-wrapper {
  text-align: left;
}
.cid-uY5AiVTOHu .mbr-section-title,
.cid-uY5AiVTOHu .mbr-section-btn {
  color: #000000;
}
.cid-v0InHrOy0U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v0InHrOy0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0InHrOy0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0InHrOy0U .card-wrapper {
  width: 100%;
}
.cid-v0InHrOy0U .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0InHrOy0U .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v0InHrOy0U .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v0InHrOy0U .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0InHrOy0U .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v0InHrOy0U .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0InHrOy0U .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v0InHrOy0U .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v0InHrOy0U .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v0InHrOy0U .card-title {
    text-align: center !important;
  }
}
.cid-v0InHrOy0U .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0InHrOy0U .card-text {
    text-align: center !important;
  }
}
.cid-v0InkMSo4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0InkMSo4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0InkMSo4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0InkMSo4i .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0InkMSo4i .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0InkMSo4i .container {
    padding: 0 16px;
  }
}
.cid-v0InkMSo4i .row {
  justify-content: center;
}
.cid-v0InkMSo4i .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0InkMSo4i .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .card {
    flex-direction: column;
  }
}
.cid-v0InkMSo4i .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0InkMSo4i .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .image-wrapper img {
    height: 350px;
  }
}
.cid-v0InkMSo4i .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0InkMSo4i .content-wrapper {
    width: 100%;
  }
}
.cid-v0InkMSo4i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0InkMSo4i .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0InkMSo4i .mbr-section-subtitle {
  color: #000000;
}
.cid-v0InkMSo4i .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0InkMSo4i .mbr-section-subtitle,
.cid-v0InkMSo4i .mbr-section-btn {
  text-align: center;
}
.cid-v0IuNxeGfl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuNxeGfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuNxeGfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuNxeGfl .row {
  justify-content: center;
}
.cid-v0IuNxeGfl .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuNxeGfl .row {
    padding: 0 12px;
  }
}
.cid-v0IuNxeGfl .item-wrap {
  z-index: 1;
}
.cid-v0IuNxeGfl .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuNxeGfl .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuNxeGfl .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuNxeGfl .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuNxeGfl .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuNxeGfl .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuNxeGfl .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuNxeGfl .mbr-section-title,
.cid-v0IuNxeGfl .mbr-iconfont {
  color: #181818;
}
.cid-v0IuNxeGfl .mbr-text {
  color: #181818;
}
.cid-v0Ip0ul4O1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0Ip0ul4O1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ip0ul4O1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Ip0ul4O1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ip0ul4O1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ip0ul4O1 .container {
    padding: 0 16px;
  }
}
.cid-v0Ip0ul4O1 .row {
  justify-content: center;
}
.cid-v0Ip0ul4O1 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0Ip0ul4O1 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .card {
    flex-direction: column;
  }
}
.cid-v0Ip0ul4O1 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0Ip0ul4O1 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0Ip0ul4O1 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ip0ul4O1 .content-wrapper {
    width: 100%;
  }
}
.cid-v0Ip0ul4O1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0Ip0ul4O1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0Ip0ul4O1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Ip0ul4O1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0Ip0ul4O1 .mbr-section-subtitle,
.cid-v0Ip0ul4O1 .mbr-section-btn {
  text-align: center;
}
.cid-v0IuOnvSLw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuOnvSLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuOnvSLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuOnvSLw .row {
  justify-content: center;
}
.cid-v0IuOnvSLw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuOnvSLw .row {
    padding: 0 12px;
  }
}
.cid-v0IuOnvSLw .item-wrap {
  z-index: 1;
}
.cid-v0IuOnvSLw .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuOnvSLw .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuOnvSLw .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuOnvSLw .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuOnvSLw .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuOnvSLw .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuOnvSLw .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuOnvSLw .mbr-section-title,
.cid-v0IuOnvSLw .mbr-iconfont {
  color: #181818;
}
.cid-v0IuOnvSLw .mbr-text {
  color: #181818;
}
.cid-v0IpW1KH8p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IpW1KH8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IpW1KH8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IpW1KH8p .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IpW1KH8p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IpW1KH8p .container {
    padding: 0 16px;
  }
}
.cid-v0IpW1KH8p .row {
  justify-content: center;
}
.cid-v0IpW1KH8p .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IpW1KH8p .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .card {
    flex-direction: column;
  }
}
.cid-v0IpW1KH8p .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IpW1KH8p .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IpW1KH8p .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IpW1KH8p .content-wrapper {
    width: 100%;
  }
}
.cid-v0IpW1KH8p .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IpW1KH8p .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IpW1KH8p .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IpW1KH8p .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IpW1KH8p .mbr-section-subtitle,
.cid-v0IpW1KH8p .mbr-section-btn {
  text-align: center;
}
.cid-v0IuPjKbKi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuPjKbKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuPjKbKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuPjKbKi .row {
  justify-content: center;
}
.cid-v0IuPjKbKi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuPjKbKi .row {
    padding: 0 12px;
  }
}
.cid-v0IuPjKbKi .item-wrap {
  z-index: 1;
}
.cid-v0IuPjKbKi .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuPjKbKi .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuPjKbKi .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuPjKbKi .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuPjKbKi .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuPjKbKi .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuPjKbKi .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuPjKbKi .mbr-section-title,
.cid-v0IuPjKbKi .mbr-iconfont {
  color: #181818;
}
.cid-v0IuPjKbKi .mbr-text {
  color: #181818;
}
.cid-v0Ir0BrOT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0Ir0BrOT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ir0BrOT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Ir0BrOT1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ir0BrOT1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ir0BrOT1 .container {
    padding: 0 16px;
  }
}
.cid-v0Ir0BrOT1 .row {
  justify-content: center;
}
.cid-v0Ir0BrOT1 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0Ir0BrOT1 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .card {
    flex-direction: column;
  }
}
.cid-v0Ir0BrOT1 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0Ir0BrOT1 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0Ir0BrOT1 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ir0BrOT1 .content-wrapper {
    width: 100%;
  }
}
.cid-v0Ir0BrOT1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0Ir0BrOT1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0Ir0BrOT1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Ir0BrOT1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0Ir0BrOT1 .mbr-section-subtitle,
.cid-v0Ir0BrOT1 .mbr-section-btn {
  text-align: center;
}
.cid-v0IuQ7CNbJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuQ7CNbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuQ7CNbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuQ7CNbJ .row {
  justify-content: center;
}
.cid-v0IuQ7CNbJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuQ7CNbJ .row {
    padding: 0 12px;
  }
}
.cid-v0IuQ7CNbJ .item-wrap {
  z-index: 1;
}
.cid-v0IuQ7CNbJ .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuQ7CNbJ .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuQ7CNbJ .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuQ7CNbJ .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuQ7CNbJ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuQ7CNbJ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuQ7CNbJ .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuQ7CNbJ .mbr-section-title,
.cid-v0IuQ7CNbJ .mbr-iconfont {
  color: #181818;
}
.cid-v0IuQ7CNbJ .mbr-text {
  color: #181818;
}
.cid-v0IrUFW5YU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IrUFW5YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IrUFW5YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IrUFW5YU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IrUFW5YU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IrUFW5YU .container {
    padding: 0 16px;
  }
}
.cid-v0IrUFW5YU .row {
  justify-content: center;
}
.cid-v0IrUFW5YU .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IrUFW5YU .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .card {
    flex-direction: column;
  }
}
.cid-v0IrUFW5YU .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IrUFW5YU .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IrUFW5YU .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IrUFW5YU .content-wrapper {
    width: 100%;
  }
}
.cid-v0IrUFW5YU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IrUFW5YU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IrUFW5YU .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IrUFW5YU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IrUFW5YU .mbr-section-subtitle,
.cid-v0IrUFW5YU .mbr-section-btn {
  text-align: center;
}
.cid-v0IuQYJxqA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuQYJxqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuQYJxqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuQYJxqA .row {
  justify-content: center;
}
.cid-v0IuQYJxqA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuQYJxqA .row {
    padding: 0 12px;
  }
}
.cid-v0IuQYJxqA .item-wrap {
  z-index: 1;
}
.cid-v0IuQYJxqA .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuQYJxqA .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuQYJxqA .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuQYJxqA .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuQYJxqA .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuQYJxqA .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuQYJxqA .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuQYJxqA .mbr-section-title,
.cid-v0IuQYJxqA .mbr-iconfont {
  color: #181818;
}
.cid-v0IuQYJxqA .mbr-text {
  color: #181818;
}
.cid-v0IsZRZ71a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IsZRZ71a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IsZRZ71a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IsZRZ71a .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IsZRZ71a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IsZRZ71a .container {
    padding: 0 16px;
  }
}
.cid-v0IsZRZ71a .row {
  justify-content: center;
}
.cid-v0IsZRZ71a .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IsZRZ71a .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .card {
    flex-direction: column;
  }
}
.cid-v0IsZRZ71a .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IsZRZ71a .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IsZRZ71a .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IsZRZ71a .content-wrapper {
    width: 100%;
  }
}
.cid-v0IsZRZ71a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IsZRZ71a .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IsZRZ71a .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IsZRZ71a .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IsZRZ71a .mbr-section-subtitle,
.cid-v0IsZRZ71a .mbr-section-btn {
  text-align: center;
}
.cid-v0IuRLRMbe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuRLRMbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuRLRMbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuRLRMbe .row {
  justify-content: center;
}
.cid-v0IuRLRMbe .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuRLRMbe .row {
    padding: 0 12px;
  }
}
.cid-v0IuRLRMbe .item-wrap {
  z-index: 1;
}
.cid-v0IuRLRMbe .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuRLRMbe .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuRLRMbe .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuRLRMbe .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuRLRMbe .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuRLRMbe .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuRLRMbe .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuRLRMbe .mbr-section-title,
.cid-v0IuRLRMbe .mbr-iconfont {
  color: #181818;
}
.cid-v0IuRLRMbe .mbr-text {
  color: #181818;
}
.cid-v0ItT2zlCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0ItT2zlCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ItT2zlCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ItT2zlCV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0ItT2zlCV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0ItT2zlCV .container {
    padding: 0 16px;
  }
}
.cid-v0ItT2zlCV .row {
  justify-content: center;
}
.cid-v0ItT2zlCV .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0ItT2zlCV .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .card {
    flex-direction: column;
  }
}
.cid-v0ItT2zlCV .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0ItT2zlCV .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .image-wrapper img {
    height: 350px;
  }
}
.cid-v0ItT2zlCV .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0ItT2zlCV .content-wrapper {
    width: 100%;
  }
}
.cid-v0ItT2zlCV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0ItT2zlCV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0ItT2zlCV .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ItT2zlCV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0ItT2zlCV .mbr-section-subtitle,
.cid-v0ItT2zlCV .mbr-section-btn {
  text-align: center;
}
.cid-v0IuSxsSwZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IuSxsSwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IuSxsSwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IuSxsSwZ .row {
  justify-content: center;
}
.cid-v0IuSxsSwZ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IuSxsSwZ .row {
    padding: 0 12px;
  }
}
.cid-v0IuSxsSwZ .item-wrap {
  z-index: 1;
}
.cid-v0IuSxsSwZ .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IuSxsSwZ .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IuSxsSwZ .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IuSxsSwZ .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IuSxsSwZ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IuSxsSwZ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IuSxsSwZ .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IuSxsSwZ .mbr-section-title,
.cid-v0IuSxsSwZ .mbr-iconfont {
  color: #181818;
}
.cid-v0IuSxsSwZ .mbr-text {
  color: #181818;
}
.cid-uYE8J7lMAZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf9d5;
}
.cid-uYE8J7lMAZ .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uYE8J7lMAZ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uYE8J7lMAZ .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uYE8J7lMAZ .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uYE8J7lMAZ .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uYE8J7lMAZ .timelines-container {
  margin-top: 60px;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #353535;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uYE8J7lMAZ .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uYE8J7lMAZ .container-fluid {
  padding: 0 2rem;
}
.cid-uYE8J7lMAZ .separline:before,
.cid-uYE8J7lMAZ .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #eade71;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uYE8J7lMAZ .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #eade71;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uYE8J7lMAZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uYE8J7lMAZ .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uYE8J7lMAZ .separline:before,
  .cid-uYE8J7lMAZ .first-separline:before {
    left: -10px !important;
  }
  .cid-uYE8J7lMAZ .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uYE8J7lMAZ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uYE8J7lMAZ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uYE8J7lMAZ .time-line-date-content p {
    float: left !important;
  }
  .cid-uYE8J7lMAZ .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uYE8J7lMAZ .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uYE8J7lMAZ .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uYE8J7lMAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYE8J7lMAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5AiXTKNe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uY5AiXTKNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5AiXTKNe .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-uY5AiXTKNe .container {
    padding: 0 30px;
  }
}
.cid-uY5AiXTKNe .row {
  justify-content: center;
}
.cid-uY5AiXTKNe .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uY5AiXTKNe .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5AiXTKNe .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5AiXTKNe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap:hover,
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap:hover::before,
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uY5AiXTKNe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5AiXTKNe .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5AiXTKNe .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5AiXTKNe .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uY5AiXTKNe .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5AiXTKNe .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uY5AiXTKNe .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY5AiXTKNe .mbr-section-title {
  color: #bee0d6;
}
.cid-uY5AiXTKNe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY5AiXTKNe .list {
  color: #bee0d6;
}
.cid-uY5AiXTKNe .mbr-address {
  color: #bee0d6;
}
.cid-uY5AiXTKNe .mbr-copy {
  color: #bee0d6;
}
.cid-uY5AiXTKNe .list,
.cid-uY5AiXTKNe .item-wrap,
.cid-uY5AiXTKNe .nav-wrapper {
  color: #fdf9d5;
}
.cid-uXr8ucLoyv {
  background-color: transparent;
}
.cid-uXr8ucLoyv .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uXr8ucLoyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uXr8ucLoyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXr8ucLoyv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uXr8ucLoyv .menu_box .navbar.opened,
  .cid-uXr8ucLoyv .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uXr8ucLoyv .navbar-dropdown {
  position: relative !important;
}
.cid-uXr8ucLoyv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uXr8ucLoyv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uXr8ucLoyv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uXr8ucLoyv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uXr8ucLoyv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uXr8ucLoyv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uXr8ucLoyv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uXr8ucLoyv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uXr8ucLoyv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uXr8ucLoyv .offcanvas-body .mbr-text,
  .cid-uXr8ucLoyv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uXr8ucLoyv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uXr8ucLoyv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uXr8ucLoyv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uXr8ucLoyv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXr8ucLoyv .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-uXr8ucLoyv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uXr8ucLoyv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uXr8ucLoyv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uXr8ucLoyv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uXr8ucLoyv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uXr8ucLoyv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .nav-item {
    margin: 0 !important;
  }
}
.cid-uXr8ucLoyv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uXr8ucLoyv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXr8ucLoyv .nav-item .nav-link:hover,
.cid-uXr8ucLoyv .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uXr8ucLoyv .nav-item .nav-link:hover::before,
.cid-uXr8ucLoyv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uXr8ucLoyv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uXr8ucLoyv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uXr8ucLoyv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXr8ucLoyv .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-uXr8ucLoyv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uXr8ucLoyv .offcanvas_box {
    display: none;
  }
}
.cid-uXr8ucLoyv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uXr8ucLoyv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uXr8ucLoyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uXr8ucLoyv .container {
  display: flex;
  margin: auto;
}
.cid-uXr8ucLoyv .iconfont-wrapper {
  color: #fdf9d5;
  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-uXr8ucLoyv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uXr8ucLoyv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXr8ucLoyv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uXr8ucLoyv .navbar-nav {
    margin: 0;
  }
}
.cid-uXr8ucLoyv .dropdown-menu,
.cid-uXr8ucLoyv .navbar.opened {
  background-color: false !important;
}
.cid-uXr8ucLoyv .nav-item:focus,
.cid-uXr8ucLoyv .nav-link:focus {
  outline: none;
}
.cid-uXr8ucLoyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXr8ucLoyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXr8ucLoyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXr8ucLoyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXr8ucLoyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXr8ucLoyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXr8ucLoyv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uXr8ucLoyv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uXr8ucLoyv .navbar.opened {
  transition: all 0.3s;
}
.cid-uXr8ucLoyv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uXr8ucLoyv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uXr8ucLoyv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXr8ucLoyv .navbar.collapsed {
  justify-content: center;
}
.cid-uXr8ucLoyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXr8ucLoyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXr8ucLoyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXr8ucLoyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXr8ucLoyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXr8ucLoyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uXr8ucLoyv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXr8ucLoyv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uXr8ucLoyv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uXr8ucLoyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXr8ucLoyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXr8ucLoyv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uXr8ucLoyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXr8ucLoyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uXr8ucLoyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXr8ucLoyv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uXr8ucLoyv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXr8ucLoyv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uXr8ucLoyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uXr8ucLoyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXr8ucLoyv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uXr8ucLoyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXr8ucLoyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXr8ucLoyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXr8ucLoyv .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-uXr8ucLoyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uXr8ucLoyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXr8ucLoyv .dropdown-item.active,
.cid-uXr8ucLoyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uXr8ucLoyv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uXr8ucLoyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXr8ucLoyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXr8ucLoyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXr8ucLoyv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uXr8ucLoyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXr8ucLoyv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uXr8ucLoyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uXr8ucLoyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXr8ucLoyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXr8ucLoyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXr8ucLoyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXr8ucLoyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXr8ucLoyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXr8ucLoyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXr8ucLoyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXr8ucLoyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uXr8ucLoyv .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-uXr8ucLoyv .navbar {
    height: 70px;
  }
  .cid-uXr8ucLoyv .navbar.opened {
    height: auto;
  }
  .cid-uXr8ucLoyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXr8ucLoyv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uXr8ucLoyv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uXr8ucLoyv .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uXr8ucLoyv .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uXr8ucLoyv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uXr8ucLoyv .text_widget {
  margin-bottom: 32px;
}
.cid-uXr8ucLoyv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uXr8ucLoyv .text_widget a:hover,
.cid-uXr8ucLoyv .text_widget a:focus {
  opacity: .8;
}
.cid-uXr8ucLoyv .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uXr8ucLoyv .navbar-caption {
  color: #bee0d6;
}
.cid-uXr8ucLoyv .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uXr8ucLoyv .mbr-section-subtitle,
.cid-uXr8ucLoyv .text_widget,
.cid-uXr8ucLoyv .mbr-section-btn {
  text-align: right;
}
.cid-uXr8ucLoyv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uXr8udrwgF {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-20251006-wa0016-2000x2667.jpeg");
}
.cid-uXr8udrwgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXr8udrwgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXr8udrwgF .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXr8udrwgF .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXr8udrwgF .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXr8udrwgF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXr8udrwgF .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uXr8udrwgF .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uXr8udrwgF .text-wrapper {
    padding-left: 0;
  }
}
.cid-uXr8udrwgF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXr8udrwgF .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uXr8udrwgF .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uXr8udrwgF .mbr-label {
  color: #ffffff;
}
.cid-uXr8udrwgF .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uXr8udrwgF .mbr-text {
  color: #ffffff;
}
.cid-uXr8udRt35 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uXr8udRt35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXr8udRt35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXr8udRt35 .card {
  justify-content: flex-end;
}
.cid-uXr8udRt35 .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uXr8udRt35 .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uXr8udRt35 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXr8udRt35 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXr8udRt35 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXr8udRt35 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXr8udRt35 .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXr8udRt35 .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uXr8udRt35 .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXr8udRt35 .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uXr8udRt35 .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uXr8udRt35 .mbr-section-title {
  color: #093388;
}
.cid-uXr8udRt35 .mbr-text {
  color: #58595b;
}
.cid-uXr8udRt35 .mbr-text,
.cid-uXr8udRt35 .text-wrapper {
  text-align: left;
}
.cid-uXr8udRt35 .mbr-section-title,
.cid-uXr8udRt35 .mbr-section-btn {
  color: #1d1626;
}
.cid-v0IvR2S6iR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v0IvR2S6iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IvR2S6iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IvR2S6iR .card-wrapper {
  width: 100%;
}
.cid-v0IvR2S6iR .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0IvR2S6iR .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v0IvR2S6iR .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v0IvR2S6iR .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0IvR2S6iR .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v0IvR2S6iR .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0IvR2S6iR .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v0IvR2S6iR .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v0IvR2S6iR .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v0IvR2S6iR .card-title {
    text-align: center !important;
  }
}
.cid-v0IvR2S6iR .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0IvR2S6iR .card-text {
    text-align: center !important;
  }
}
.cid-v0IvS7nNur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IvS7nNur .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IvS7nNur .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-v0IvS7nNur .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IvS7nNur .container {
    padding: 0 16px;
  }
}
.cid-v0IvS7nNur .row {
  justify-content: center;
}
.cid-v0IvS7nNur .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IvS7nNur .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IvS7nNur .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IvS7nNur .card {
    flex-direction: column;
  }
}
.cid-v0IvS7nNur .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IvS7nNur .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IvS7nNur .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IvS7nNur .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IvS7nNur .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IvS7nNur .content-wrapper {
    width: 100%;
  }
}
.cid-v0IvS7nNur .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IvS7nNur .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IvS7nNur .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IvS7nNur .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IvS7nNur .mbr-section-subtitle,
.cid-v0IvS7nNur .mbr-section-btn {
  text-align: center;
}
.cid-v0IBg0u2sv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IBg0u2sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IBg0u2sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IBg0u2sv .row {
  justify-content: center;
}
.cid-v0IBg0u2sv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IBg0u2sv .row {
    padding: 0 12px;
  }
}
.cid-v0IBg0u2sv .item-wrap {
  z-index: 1;
}
.cid-v0IBg0u2sv .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IBg0u2sv .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IBg0u2sv .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IBg0u2sv .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IBg0u2sv .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IBg0u2sv .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IBg0u2sv .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IBg0u2sv .mbr-section-title,
.cid-v0IBg0u2sv .mbr-iconfont {
  color: #181818;
}
.cid-v0IBg0u2sv .mbr-text {
  color: #181818;
}
.cid-v0IwvoMJcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IwvoMJcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IwvoMJcG .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-v0IwvoMJcG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IwvoMJcG .container {
    padding: 0 16px;
  }
}
.cid-v0IwvoMJcG .row {
  justify-content: center;
}
.cid-v0IwvoMJcG .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IwvoMJcG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IwvoMJcG .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IwvoMJcG .card {
    flex-direction: column;
  }
}
.cid-v0IwvoMJcG .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IwvoMJcG .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IwvoMJcG .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IwvoMJcG .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IwvoMJcG .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IwvoMJcG .content-wrapper {
    width: 100%;
  }
}
.cid-v0IwvoMJcG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IwvoMJcG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IwvoMJcG .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IwvoMJcG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IwvoMJcG .mbr-section-subtitle,
.cid-v0IwvoMJcG .mbr-section-btn {
  text-align: center;
}
.cid-v0IBhENuOT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IBhENuOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IBhENuOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IBhENuOT .row {
  justify-content: center;
}
.cid-v0IBhENuOT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IBhENuOT .row {
    padding: 0 12px;
  }
}
.cid-v0IBhENuOT .item-wrap {
  z-index: 1;
}
.cid-v0IBhENuOT .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IBhENuOT .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IBhENuOT .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IBhENuOT .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IBhENuOT .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IBhENuOT .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IBhENuOT .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IBhENuOT .mbr-section-title,
.cid-v0IBhENuOT .mbr-iconfont {
  color: #181818;
}
.cid-v0IBhENuOT .mbr-text {
  color: #181818;
}
.cid-v0IxTfcaDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IxTfcaDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IxTfcaDx .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-v0IxTfcaDx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IxTfcaDx .container {
    padding: 0 16px;
  }
}
.cid-v0IxTfcaDx .row {
  justify-content: center;
}
.cid-v0IxTfcaDx .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IxTfcaDx .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IxTfcaDx .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IxTfcaDx .card {
    flex-direction: column;
  }
}
.cid-v0IxTfcaDx .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IxTfcaDx .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IxTfcaDx .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IxTfcaDx .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IxTfcaDx .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IxTfcaDx .content-wrapper {
    width: 100%;
  }
}
.cid-v0IxTfcaDx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IxTfcaDx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IxTfcaDx .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IxTfcaDx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IxTfcaDx .mbr-section-subtitle,
.cid-v0IxTfcaDx .mbr-section-btn {
  text-align: center;
}
.cid-v0IBieZPIS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IBieZPIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IBieZPIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IBieZPIS .row {
  justify-content: center;
}
.cid-v0IBieZPIS .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IBieZPIS .row {
    padding: 0 12px;
  }
}
.cid-v0IBieZPIS .item-wrap {
  z-index: 1;
}
.cid-v0IBieZPIS .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IBieZPIS .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IBieZPIS .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IBieZPIS .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IBieZPIS .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IBieZPIS .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IBieZPIS .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IBieZPIS .mbr-section-title,
.cid-v0IBieZPIS .mbr-iconfont {
  color: #181818;
}
.cid-v0IBieZPIS .mbr-text {
  color: #181818;
}
.cid-v0IyyNgbb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IyyNgbb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IyyNgbb7 .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-v0IyyNgbb7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IyyNgbb7 .container {
    padding: 0 16px;
  }
}
.cid-v0IyyNgbb7 .row {
  justify-content: center;
}
.cid-v0IyyNgbb7 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IyyNgbb7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IyyNgbb7 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IyyNgbb7 .card {
    flex-direction: column;
  }
}
.cid-v0IyyNgbb7 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IyyNgbb7 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IyyNgbb7 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IyyNgbb7 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IyyNgbb7 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IyyNgbb7 .content-wrapper {
    width: 100%;
  }
}
.cid-v0IyyNgbb7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IyyNgbb7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IyyNgbb7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IyyNgbb7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IyyNgbb7 .mbr-section-subtitle,
.cid-v0IyyNgbb7 .mbr-section-btn {
  text-align: center;
}
.cid-v0ILSjYtqU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v0ILSjYtqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ILSjYtqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ILSjYtqU .card-wrapper {
  width: 100%;
}
.cid-v0ILSjYtqU .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0ILSjYtqU .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v0ILSjYtqU .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v0ILSjYtqU .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0ILSjYtqU .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v0ILSjYtqU .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0ILSjYtqU .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v0ILSjYtqU .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v0ILSjYtqU .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v0ILSjYtqU .card-title {
    text-align: center !important;
  }
}
.cid-v0ILSjYtqU .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0ILSjYtqU .card-text {
    text-align: center !important;
  }
}
.cid-v0ICt6yEmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0ICt6yEmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ICt6yEmk .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-v0ICt6yEmk .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0ICt6yEmk .container {
    padding: 0 16px;
  }
}
.cid-v0ICt6yEmk .row {
  justify-content: center;
}
.cid-v0ICt6yEmk .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0ICt6yEmk .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0ICt6yEmk .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0ICt6yEmk .card {
    flex-direction: column;
  }
}
.cid-v0ICt6yEmk .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0ICt6yEmk .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0ICt6yEmk .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0ICt6yEmk .image-wrapper img {
    height: 350px;
  }
}
.cid-v0ICt6yEmk .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0ICt6yEmk .content-wrapper {
    width: 100%;
  }
}
.cid-v0ICt6yEmk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0ICt6yEmk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0ICt6yEmk .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ICt6yEmk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0ICt6yEmk .mbr-section-subtitle,
.cid-v0ICt6yEmk .mbr-section-btn {
  text-align: center;
}
.cid-v0IMqySeSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IMqySeSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IMqySeSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IMqySeSr .row {
  justify-content: center;
}
.cid-v0IMqySeSr .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IMqySeSr .row {
    padding: 0 12px;
  }
}
.cid-v0IMqySeSr .item-wrap {
  z-index: 1;
}
.cid-v0IMqySeSr .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IMqySeSr .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IMqySeSr .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IMqySeSr .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IMqySeSr .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IMqySeSr .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IMqySeSr .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IMqySeSr .mbr-section-title,
.cid-v0IMqySeSr .mbr-iconfont {
  color: #181818;
}
.cid-v0IMqySeSr .mbr-text {
  color: #181818;
}
.cid-v0IEW5IC5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IEW5IC5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IEW5IC5j .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-v0IEW5IC5j .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IEW5IC5j .container {
    padding: 0 16px;
  }
}
.cid-v0IEW5IC5j .row {
  justify-content: center;
}
.cid-v0IEW5IC5j .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IEW5IC5j .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IEW5IC5j .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IEW5IC5j .card {
    flex-direction: column;
  }
}
.cid-v0IEW5IC5j .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IEW5IC5j .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IEW5IC5j .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IEW5IC5j .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IEW5IC5j .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IEW5IC5j .content-wrapper {
    width: 100%;
  }
}
.cid-v0IEW5IC5j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IEW5IC5j .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IEW5IC5j .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IEW5IC5j .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IEW5IC5j .mbr-section-subtitle,
.cid-v0IEW5IC5j .mbr-section-btn {
  text-align: center;
}
.cid-v0IMrqx0hu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IMrqx0hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IMrqx0hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IMrqx0hu .row {
  justify-content: center;
}
.cid-v0IMrqx0hu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IMrqx0hu .row {
    padding: 0 12px;
  }
}
.cid-v0IMrqx0hu .item-wrap {
  z-index: 1;
}
.cid-v0IMrqx0hu .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IMrqx0hu .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IMrqx0hu .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IMrqx0hu .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IMrqx0hu .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IMrqx0hu .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IMrqx0hu .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IMrqx0hu .mbr-section-title,
.cid-v0IMrqx0hu .mbr-iconfont {
  color: #181818;
}
.cid-v0IMrqx0hu .mbr-text {
  color: #181818;
}
.cid-v0IFEqf741 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IFEqf741 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IFEqf741 .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-v0IFEqf741 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IFEqf741 .container {
    padding: 0 16px;
  }
}
.cid-v0IFEqf741 .row {
  justify-content: center;
}
.cid-v0IFEqf741 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IFEqf741 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IFEqf741 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IFEqf741 .card {
    flex-direction: column;
  }
}
.cid-v0IFEqf741 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IFEqf741 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IFEqf741 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IFEqf741 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IFEqf741 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IFEqf741 .content-wrapper {
    width: 100%;
  }
}
.cid-v0IFEqf741 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IFEqf741 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IFEqf741 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IFEqf741 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IFEqf741 .mbr-section-subtitle,
.cid-v0IFEqf741 .mbr-section-btn {
  text-align: center;
}
.cid-v0IMsqqn9K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IMsqqn9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IMsqqn9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IMsqqn9K .row {
  justify-content: center;
}
.cid-v0IMsqqn9K .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IMsqqn9K .row {
    padding: 0 12px;
  }
}
.cid-v0IMsqqn9K .item-wrap {
  z-index: 1;
}
.cid-v0IMsqqn9K .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IMsqqn9K .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IMsqqn9K .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IMsqqn9K .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IMsqqn9K .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IMsqqn9K .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IMsqqn9K .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IMsqqn9K .mbr-section-title,
.cid-v0IMsqqn9K .mbr-iconfont {
  color: #181818;
}
.cid-v0IMsqqn9K .mbr-text {
  color: #181818;
}
.cid-v0IH44d8z7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IH44d8z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IH44d8z7 .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-v0IH44d8z7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IH44d8z7 .container {
    padding: 0 16px;
  }
}
.cid-v0IH44d8z7 .row {
  justify-content: center;
}
.cid-v0IH44d8z7 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IH44d8z7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IH44d8z7 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IH44d8z7 .card {
    flex-direction: column;
  }
}
.cid-v0IH44d8z7 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IH44d8z7 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IH44d8z7 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IH44d8z7 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IH44d8z7 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IH44d8z7 .content-wrapper {
    width: 100%;
  }
}
.cid-v0IH44d8z7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IH44d8z7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IH44d8z7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IH44d8z7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IH44d8z7 .mbr-section-subtitle,
.cid-v0IH44d8z7 .mbr-section-btn {
  text-align: center;
}
.cid-v2410uhH4Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v2410uhH4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2410uhH4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2410uhH4Y .row {
  justify-content: center;
}
.cid-v2410uhH4Y .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2410uhH4Y .row {
    padding: 0 12px;
  }
}
.cid-v2410uhH4Y .item-wrap {
  z-index: 1;
}
.cid-v2410uhH4Y .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v2410uhH4Y .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v2410uhH4Y .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v2410uhH4Y .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v2410uhH4Y .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v2410uhH4Y .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2410uhH4Y .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2410uhH4Y .mbr-section-title,
.cid-v2410uhH4Y .mbr-iconfont {
  color: #181818;
}
.cid-v2410uhH4Y .mbr-text {
  color: #181818;
}
.cid-v23Vp7H4Gz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23Vp7H4Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23Vp7H4Gz .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-v23Vp7H4Gz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23Vp7H4Gz .container {
    padding: 0 16px;
  }
}
.cid-v23Vp7H4Gz .row {
  justify-content: center;
}
.cid-v23Vp7H4Gz .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23Vp7H4Gz .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23Vp7H4Gz .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23Vp7H4Gz .card {
    flex-direction: column;
  }
}
.cid-v23Vp7H4Gz .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23Vp7H4Gz .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23Vp7H4Gz .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23Vp7H4Gz .image-wrapper img {
    height: 350px;
  }
}
.cid-v23Vp7H4Gz .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23Vp7H4Gz .content-wrapper {
    width: 100%;
  }
}
.cid-v23Vp7H4Gz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23Vp7H4Gz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23Vp7H4Gz .mbr-section-subtitle {
  color: #000000;
}
.cid-v23Vp7H4Gz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23Vp7H4Gz .mbr-section-subtitle,
.cid-v23Vp7H4Gz .mbr-section-btn {
  text-align: center;
}
.cid-v24114rmLr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v24114rmLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24114rmLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24114rmLr .row {
  justify-content: center;
}
.cid-v24114rmLr .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v24114rmLr .row {
    padding: 0 12px;
  }
}
.cid-v24114rmLr .item-wrap {
  z-index: 1;
}
.cid-v24114rmLr .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v24114rmLr .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v24114rmLr .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v24114rmLr .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v24114rmLr .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v24114rmLr .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v24114rmLr .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v24114rmLr .mbr-section-title,
.cid-v24114rmLr .mbr-iconfont {
  color: #181818;
}
.cid-v24114rmLr .mbr-text {
  color: #181818;
}
.cid-v24052anGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v24052anGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24052anGs .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-v24052anGs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v24052anGs .container {
    padding: 0 16px;
  }
}
.cid-v24052anGs .row {
  justify-content: center;
}
.cid-v24052anGs .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v24052anGs .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v24052anGs .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v24052anGs .card {
    flex-direction: column;
  }
}
.cid-v24052anGs .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v24052anGs .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v24052anGs .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v24052anGs .image-wrapper img {
    height: 350px;
  }
}
.cid-v24052anGs .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v24052anGs .content-wrapper {
    width: 100%;
  }
}
.cid-v24052anGs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v24052anGs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v24052anGs .mbr-section-subtitle {
  color: #000000;
}
.cid-v24052anGs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v24052anGs .mbr-section-subtitle,
.cid-v24052anGs .mbr-section-btn {
  text-align: center;
}
.cid-uXr8ugy6rW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uXr8ugy6rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXr8ugy6rW .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-uXr8ugy6rW .container {
    padding: 0 30px;
  }
}
.cid-uXr8ugy6rW .row {
  justify-content: center;
}
.cid-uXr8ugy6rW .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uXr8ugy6rW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXr8ugy6rW .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uXr8ugy6rW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap:hover,
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap:hover::before,
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uXr8ugy6rW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXr8ugy6rW .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uXr8ugy6rW .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXr8ugy6rW .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uXr8ugy6rW .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXr8ugy6rW .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uXr8ugy6rW .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uXr8ugy6rW .mbr-section-title {
  color: #bee0d6;
}
.cid-uXr8ugy6rW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXr8ugy6rW .list {
  color: #bee0d6;
}
.cid-uXr8ugy6rW .mbr-address {
  color: #bee0d6;
}
.cid-uXr8ugy6rW .mbr-copy {
  color: #bee0d6;
}
.cid-uXr8ugy6rW .list,
.cid-uXr8ugy6rW .item-wrap,
.cid-uXr8ugy6rW .nav-wrapper {
  color: #fdf9d5;
}
.cid-u3FZ1vgrNk {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3FZ1vgrNk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3FZ1vgrNk .menu_box .navbar.opened,
  .cid-u3FZ1vgrNk .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  position: relative !important;
}
.cid-u3FZ1vgrNk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-u3FZ1vgrNk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-u3FZ1vgrNk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3FZ1vgrNk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-text,
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3FZ1vgrNk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3FZ1vgrNk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3FZ1vgrNk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3FZ1vgrNk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3FZ1vgrNk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 0 !important;
  }
}
.cid-u3FZ1vgrNk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3FZ1vgrNk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover::before,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3FZ1vgrNk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box {
    display: none;
  }
}
.cid-u3FZ1vgrNk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .container {
  display: flex;
  margin: auto;
}
.cid-u3FZ1vgrNk .iconfont-wrapper {
  color: #fdf9d5;
  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-u3FZ1vgrNk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3FZ1vgrNk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3FZ1vgrNk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .navbar-nav {
    margin: 0;
  }
}
.cid-u3FZ1vgrNk .dropdown-menu,
.cid-u3FZ1vgrNk .navbar.opened {
  background-color: false !important;
}
.cid-u3FZ1vgrNk .nav-item:focus,
.cid-u3FZ1vgrNk .nav-link:focus {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3FZ1vgrNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3FZ1vgrNk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3FZ1vgrNk .navbar.opened {
  transition: all 0.3s;
}
.cid-u3FZ1vgrNk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3FZ1vgrNk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3FZ1vgrNk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3FZ1vgrNk .navbar.collapsed {
  justify-content: center;
}
.cid-u3FZ1vgrNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3FZ1vgrNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3FZ1vgrNk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3FZ1vgrNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3FZ1vgrNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3FZ1vgrNk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3FZ1vgrNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3FZ1vgrNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown-item.active,
.cid-u3FZ1vgrNk .dropdown-item:active {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3FZ1vgrNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3FZ1vgrNk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3FZ1vgrNk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar {
    height: 70px;
  }
  .cid-u3FZ1vgrNk .navbar.opened {
    height: auto;
  }
  .cid-u3FZ1vgrNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3FZ1vgrNk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3FZ1vgrNk .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3FZ1vgrNk .text_widget {
  margin-bottom: 32px;
}
.cid-u3FZ1vgrNk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3FZ1vgrNk .text_widget a:hover,
.cid-u3FZ1vgrNk .text_widget a:focus {
  opacity: .8;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3FZ1vgrNk .navbar-caption {
  color: #bee0d6;
}
.cid-u3FZ1vgrNk .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle,
.cid-u3FZ1vgrNk .text_widget,
.cid-u3FZ1vgrNk .mbr-section-btn {
  text-align: right;
}
.cid-u3FZ1vgrNk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uXpHNiirTB {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-1229-2000x1527.jpeg");
}
.cid-uXpHNiirTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpHNiirTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpHNiirTB .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXpHNiirTB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXpHNiirTB .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXpHNiirTB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXpHNiirTB .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uXpHNiirTB .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uXpHNiirTB .text-wrapper {
    padding-left: 0;
  }
}
.cid-uXpHNiirTB .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXpHNiirTB .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uXpHNiirTB .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uXpHNiirTB .mbr-label {
  color: #ffffff;
}
.cid-uXpHNiirTB .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uXpHNiirTB .mbr-text {
  color: #ffffff;
}
.cid-uXpIRfSlf0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uXpIRfSlf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpIRfSlf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpIRfSlf0 .card {
  justify-content: flex-end;
}
.cid-uXpIRfSlf0 .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uXpIRfSlf0 .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uXpIRfSlf0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXpIRfSlf0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXpIRfSlf0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXpIRfSlf0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXpIRfSlf0 .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXpIRfSlf0 .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uXpIRfSlf0 .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXpIRfSlf0 .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uXpIRfSlf0 .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uXpIRfSlf0 .mbr-section-title {
  color: #093388;
}
.cid-uXpIRfSlf0 .mbr-text {
  color: #58595b;
}
.cid-uXpIRfSlf0 .mbr-text,
.cid-uXpIRfSlf0 .text-wrapper {
  text-align: left;
}
.cid-uXpIRfSlf0 .mbr-section-title,
.cid-uXpIRfSlf0 .mbr-section-btn {
  color: #000000;
}
.cid-v22mUO9S4k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v22mUO9S4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22mUO9S4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22mUO9S4k .card-wrapper {
  width: 100%;
}
.cid-v22mUO9S4k .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v22mUO9S4k .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v22mUO9S4k .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v22mUO9S4k .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v22mUO9S4k .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v22mUO9S4k .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v22mUO9S4k .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v22mUO9S4k .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v22mUO9S4k .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v22mUO9S4k .card-title {
    text-align: center !important;
  }
}
.cid-v22mUO9S4k .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v22mUO9S4k .card-text {
    text-align: center !important;
  }
}
.cid-v22mXA47nZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22mXA47nZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22mXA47nZ .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-v22mXA47nZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22mXA47nZ .container {
    padding: 0 16px;
  }
}
.cid-v22mXA47nZ .row {
  justify-content: center;
}
.cid-v22mXA47nZ .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22mXA47nZ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22mXA47nZ .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22mXA47nZ .card {
    flex-direction: column;
  }
}
.cid-v22mXA47nZ .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22mXA47nZ .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22mXA47nZ .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22mXA47nZ .image-wrapper img {
    height: 350px;
  }
}
.cid-v22mXA47nZ .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22mXA47nZ .content-wrapper {
    width: 100%;
  }
}
.cid-v22mXA47nZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22mXA47nZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22mXA47nZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v22mXA47nZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22mXA47nZ .mbr-section-subtitle,
.cid-v22mXA47nZ .mbr-section-btn {
  text-align: center;
}
.cid-v23nXgid8O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nXgid8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nXgid8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nXgid8O .row {
  justify-content: center;
}
.cid-v23nXgid8O .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nXgid8O .row {
    padding: 0 12px;
  }
}
.cid-v23nXgid8O .item-wrap {
  z-index: 1;
}
.cid-v23nXgid8O .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nXgid8O .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nXgid8O .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nXgid8O .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nXgid8O .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nXgid8O .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nXgid8O .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nXgid8O .mbr-section-title,
.cid-v23nXgid8O .mbr-iconfont {
  color: #181818;
}
.cid-v23nXgid8O .mbr-text {
  color: #181818;
}
.cid-v22paDoVkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22paDoVkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22paDoVkF .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-v22paDoVkF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22paDoVkF .container {
    padding: 0 16px;
  }
}
.cid-v22paDoVkF .row {
  justify-content: center;
}
.cid-v22paDoVkF .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22paDoVkF .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22paDoVkF .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22paDoVkF .card {
    flex-direction: column;
  }
}
.cid-v22paDoVkF .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22paDoVkF .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22paDoVkF .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22paDoVkF .image-wrapper img {
    height: 350px;
  }
}
.cid-v22paDoVkF .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22paDoVkF .content-wrapper {
    width: 100%;
  }
}
.cid-v22paDoVkF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22paDoVkF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22paDoVkF .mbr-section-subtitle {
  color: #000000;
}
.cid-v22paDoVkF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22paDoVkF .mbr-section-subtitle,
.cid-v22paDoVkF .mbr-section-btn {
  text-align: center;
}
.cid-v23nXSgE9C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nXSgE9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nXSgE9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nXSgE9C .row {
  justify-content: center;
}
.cid-v23nXSgE9C .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nXSgE9C .row {
    padding: 0 12px;
  }
}
.cid-v23nXSgE9C .item-wrap {
  z-index: 1;
}
.cid-v23nXSgE9C .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nXSgE9C .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nXSgE9C .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nXSgE9C .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nXSgE9C .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nXSgE9C .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nXSgE9C .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nXSgE9C .mbr-section-title,
.cid-v23nXSgE9C .mbr-iconfont {
  color: #181818;
}
.cid-v23nXSgE9C .mbr-text {
  color: #181818;
}
.cid-v22q60JrSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22q60JrSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22q60JrSs .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-v22q60JrSs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22q60JrSs .container {
    padding: 0 16px;
  }
}
.cid-v22q60JrSs .row {
  justify-content: center;
}
.cid-v22q60JrSs .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22q60JrSs .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22q60JrSs .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22q60JrSs .card {
    flex-direction: column;
  }
}
.cid-v22q60JrSs .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22q60JrSs .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22q60JrSs .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22q60JrSs .image-wrapper img {
    height: 350px;
  }
}
.cid-v22q60JrSs .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22q60JrSs .content-wrapper {
    width: 100%;
  }
}
.cid-v22q60JrSs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22q60JrSs .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22q60JrSs .mbr-section-subtitle {
  color: #000000;
}
.cid-v22q60JrSs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22q60JrSs .mbr-section-subtitle,
.cid-v22q60JrSs .mbr-section-btn {
  text-align: center;
}
.cid-v23nVvNOTB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nVvNOTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nVvNOTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nVvNOTB .row {
  justify-content: center;
}
.cid-v23nVvNOTB .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nVvNOTB .row {
    padding: 0 12px;
  }
}
.cid-v23nVvNOTB .item-wrap {
  z-index: 1;
}
.cid-v23nVvNOTB .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nVvNOTB .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nVvNOTB .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nVvNOTB .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nVvNOTB .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nVvNOTB .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nVvNOTB .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nVvNOTB .mbr-section-title,
.cid-v23nVvNOTB .mbr-iconfont {
  color: #181818;
}
.cid-v23nVvNOTB .mbr-text {
  color: #181818;
}
.cid-v22rwLu4aB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22rwLu4aB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22rwLu4aB .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-v22rwLu4aB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22rwLu4aB .container {
    padding: 0 16px;
  }
}
.cid-v22rwLu4aB .row {
  justify-content: center;
}
.cid-v22rwLu4aB .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22rwLu4aB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22rwLu4aB .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22rwLu4aB .card {
    flex-direction: column;
  }
}
.cid-v22rwLu4aB .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22rwLu4aB .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22rwLu4aB .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22rwLu4aB .image-wrapper img {
    height: 350px;
  }
}
.cid-v22rwLu4aB .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22rwLu4aB .content-wrapper {
    width: 100%;
  }
}
.cid-v22rwLu4aB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22rwLu4aB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22rwLu4aB .mbr-section-subtitle {
  color: #000000;
}
.cid-v22rwLu4aB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22rwLu4aB .mbr-section-subtitle,
.cid-v22rwLu4aB .mbr-section-btn {
  text-align: center;
}
.cid-v23nW8wvJ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nW8wvJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nW8wvJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nW8wvJ3 .row {
  justify-content: center;
}
.cid-v23nW8wvJ3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nW8wvJ3 .row {
    padding: 0 12px;
  }
}
.cid-v23nW8wvJ3 .item-wrap {
  z-index: 1;
}
.cid-v23nW8wvJ3 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nW8wvJ3 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nW8wvJ3 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nW8wvJ3 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nW8wvJ3 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nW8wvJ3 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nW8wvJ3 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nW8wvJ3 .mbr-section-title,
.cid-v23nW8wvJ3 .mbr-iconfont {
  color: #181818;
}
.cid-v23nW8wvJ3 .mbr-text {
  color: #181818;
}
.cid-v22slIHEeE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22slIHEeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22slIHEeE .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-v22slIHEeE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22slIHEeE .container {
    padding: 0 16px;
  }
}
.cid-v22slIHEeE .row {
  justify-content: center;
}
.cid-v22slIHEeE .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22slIHEeE .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22slIHEeE .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22slIHEeE .card {
    flex-direction: column;
  }
}
.cid-v22slIHEeE .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22slIHEeE .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22slIHEeE .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22slIHEeE .image-wrapper img {
    height: 350px;
  }
}
.cid-v22slIHEeE .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22slIHEeE .content-wrapper {
    width: 100%;
  }
}
.cid-v22slIHEeE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22slIHEeE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22slIHEeE .mbr-section-subtitle {
  color: #000000;
}
.cid-v22slIHEeE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22slIHEeE .mbr-section-subtitle,
.cid-v22slIHEeE .mbr-section-btn {
  text-align: center;
}
.cid-v23nUcYPs9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nUcYPs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nUcYPs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nUcYPs9 .row {
  justify-content: center;
}
.cid-v23nUcYPs9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nUcYPs9 .row {
    padding: 0 12px;
  }
}
.cid-v23nUcYPs9 .item-wrap {
  z-index: 1;
}
.cid-v23nUcYPs9 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nUcYPs9 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nUcYPs9 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nUcYPs9 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nUcYPs9 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nUcYPs9 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nUcYPs9 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nUcYPs9 .mbr-section-title,
.cid-v23nUcYPs9 .mbr-iconfont {
  color: #181818;
}
.cid-v23nUcYPs9 .mbr-text {
  color: #181818;
}
.cid-v22tgU3Z3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22tgU3Z3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22tgU3Z3f .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-v22tgU3Z3f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22tgU3Z3f .container {
    padding: 0 16px;
  }
}
.cid-v22tgU3Z3f .row {
  justify-content: center;
}
.cid-v22tgU3Z3f .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22tgU3Z3f .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22tgU3Z3f .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22tgU3Z3f .card {
    flex-direction: column;
  }
}
.cid-v22tgU3Z3f .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22tgU3Z3f .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22tgU3Z3f .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22tgU3Z3f .image-wrapper img {
    height: 350px;
  }
}
.cid-v22tgU3Z3f .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22tgU3Z3f .content-wrapper {
    width: 100%;
  }
}
.cid-v22tgU3Z3f .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22tgU3Z3f .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22tgU3Z3f .mbr-section-subtitle {
  color: #000000;
}
.cid-v22tgU3Z3f .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22tgU3Z3f .mbr-section-subtitle,
.cid-v22tgU3Z3f .mbr-section-btn {
  text-align: center;
}
.cid-v23nSdj36V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nSdj36V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nSdj36V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nSdj36V .row {
  justify-content: center;
}
.cid-v23nSdj36V .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nSdj36V .row {
    padding: 0 12px;
  }
}
.cid-v23nSdj36V .item-wrap {
  z-index: 1;
}
.cid-v23nSdj36V .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nSdj36V .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nSdj36V .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nSdj36V .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nSdj36V .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nSdj36V .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nSdj36V .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nSdj36V .mbr-section-title,
.cid-v23nSdj36V .mbr-iconfont {
  color: #181818;
}
.cid-v23nSdj36V .mbr-text {
  color: #181818;
}
.cid-v22vNKB9Pl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22vNKB9Pl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22vNKB9Pl .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-v22vNKB9Pl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22vNKB9Pl .container {
    padding: 0 16px;
  }
}
.cid-v22vNKB9Pl .row {
  justify-content: center;
}
.cid-v22vNKB9Pl .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22vNKB9Pl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22vNKB9Pl .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22vNKB9Pl .card {
    flex-direction: column;
  }
}
.cid-v22vNKB9Pl .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22vNKB9Pl .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22vNKB9Pl .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22vNKB9Pl .image-wrapper img {
    height: 350px;
  }
}
.cid-v22vNKB9Pl .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22vNKB9Pl .content-wrapper {
    width: 100%;
  }
}
.cid-v22vNKB9Pl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22vNKB9Pl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22vNKB9Pl .mbr-section-subtitle {
  color: #000000;
}
.cid-v22vNKB9Pl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22vNKB9Pl .mbr-section-subtitle,
.cid-v22vNKB9Pl .mbr-section-btn {
  text-align: center;
}
.cid-v23nRcThK1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nRcThK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nRcThK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nRcThK1 .row {
  justify-content: center;
}
.cid-v23nRcThK1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nRcThK1 .row {
    padding: 0 12px;
  }
}
.cid-v23nRcThK1 .item-wrap {
  z-index: 1;
}
.cid-v23nRcThK1 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nRcThK1 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nRcThK1 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nRcThK1 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nRcThK1 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nRcThK1 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nRcThK1 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nRcThK1 .mbr-section-title,
.cid-v23nRcThK1 .mbr-iconfont {
  color: #181818;
}
.cid-v23nRcThK1 .mbr-text {
  color: #181818;
}
.cid-v22BBxp49k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22BBxp49k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22BBxp49k .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-v22BBxp49k .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22BBxp49k .container {
    padding: 0 16px;
  }
}
.cid-v22BBxp49k .row {
  justify-content: center;
}
.cid-v22BBxp49k .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22BBxp49k .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22BBxp49k .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22BBxp49k .card {
    flex-direction: column;
  }
}
.cid-v22BBxp49k .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22BBxp49k .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22BBxp49k .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22BBxp49k .image-wrapper img {
    height: 350px;
  }
}
.cid-v22BBxp49k .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22BBxp49k .content-wrapper {
    width: 100%;
  }
}
.cid-v22BBxp49k .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22BBxp49k .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22BBxp49k .mbr-section-subtitle {
  color: #000000;
}
.cid-v22BBxp49k .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22BBxp49k .mbr-section-subtitle,
.cid-v22BBxp49k .mbr-section-btn {
  text-align: center;
}
.cid-v23nQnV6pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nQnV6pu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nQnV6pu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nQnV6pu .row {
  justify-content: center;
}
.cid-v23nQnV6pu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nQnV6pu .row {
    padding: 0 12px;
  }
}
.cid-v23nQnV6pu .item-wrap {
  z-index: 1;
}
.cid-v23nQnV6pu .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nQnV6pu .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nQnV6pu .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nQnV6pu .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nQnV6pu .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nQnV6pu .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nQnV6pu .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nQnV6pu .mbr-section-title,
.cid-v23nQnV6pu .mbr-iconfont {
  color: #181818;
}
.cid-v23nQnV6pu .mbr-text {
  color: #181818;
}
.cid-v22A73Dl7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22A73Dl7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22A73Dl7I .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-v22A73Dl7I .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22A73Dl7I .container {
    padding: 0 16px;
  }
}
.cid-v22A73Dl7I .row {
  justify-content: center;
}
.cid-v22A73Dl7I .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22A73Dl7I .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22A73Dl7I .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22A73Dl7I .card {
    flex-direction: column;
  }
}
.cid-v22A73Dl7I .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22A73Dl7I .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22A73Dl7I .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22A73Dl7I .image-wrapper img {
    height: 350px;
  }
}
.cid-v22A73Dl7I .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22A73Dl7I .content-wrapper {
    width: 100%;
  }
}
.cid-v22A73Dl7I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22A73Dl7I .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22A73Dl7I .mbr-section-subtitle {
  color: #000000;
}
.cid-v22A73Dl7I .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22A73Dl7I .mbr-section-subtitle,
.cid-v22A73Dl7I .mbr-section-btn {
  text-align: center;
}
.cid-v23nPw27s9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nPw27s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nPw27s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nPw27s9 .row {
  justify-content: center;
}
.cid-v23nPw27s9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nPw27s9 .row {
    padding: 0 12px;
  }
}
.cid-v23nPw27s9 .item-wrap {
  z-index: 1;
}
.cid-v23nPw27s9 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nPw27s9 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nPw27s9 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nPw27s9 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nPw27s9 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nPw27s9 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nPw27s9 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nPw27s9 .mbr-section-title,
.cid-v23nPw27s9 .mbr-iconfont {
  color: #181818;
}
.cid-v23nPw27s9 .mbr-text {
  color: #181818;
}
.cid-v2372Cfj2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v2372Cfj2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2372Cfj2z .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-v2372Cfj2z .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v2372Cfj2z .container {
    padding: 0 16px;
  }
}
.cid-v2372Cfj2z .row {
  justify-content: center;
}
.cid-v2372Cfj2z .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2372Cfj2z .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2372Cfj2z .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2372Cfj2z .card {
    flex-direction: column;
  }
}
.cid-v2372Cfj2z .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v2372Cfj2z .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v2372Cfj2z .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v2372Cfj2z .image-wrapper img {
    height: 350px;
  }
}
.cid-v2372Cfj2z .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v2372Cfj2z .content-wrapper {
    width: 100%;
  }
}
.cid-v2372Cfj2z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v2372Cfj2z .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v2372Cfj2z .mbr-section-subtitle {
  color: #000000;
}
.cid-v2372Cfj2z .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v2372Cfj2z .mbr-section-subtitle,
.cid-v2372Cfj2z .mbr-section-btn {
  text-align: center;
}
.cid-v23nOyyiLl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nOyyiLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nOyyiLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nOyyiLl .row {
  justify-content: center;
}
.cid-v23nOyyiLl .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nOyyiLl .row {
    padding: 0 12px;
  }
}
.cid-v23nOyyiLl .item-wrap {
  z-index: 1;
}
.cid-v23nOyyiLl .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nOyyiLl .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nOyyiLl .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nOyyiLl .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nOyyiLl .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nOyyiLl .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nOyyiLl .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nOyyiLl .mbr-section-title,
.cid-v23nOyyiLl .mbr-iconfont {
  color: #181818;
}
.cid-v23nOyyiLl .mbr-text {
  color: #181818;
}
.cid-v23hpO23RG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23hpO23RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23hpO23RG .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-v23hpO23RG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23hpO23RG .container {
    padding: 0 16px;
  }
}
.cid-v23hpO23RG .row {
  justify-content: center;
}
.cid-v23hpO23RG .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23hpO23RG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23hpO23RG .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23hpO23RG .card {
    flex-direction: column;
  }
}
.cid-v23hpO23RG .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23hpO23RG .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23hpO23RG .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23hpO23RG .image-wrapper img {
    height: 350px;
  }
}
.cid-v23hpO23RG .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23hpO23RG .content-wrapper {
    width: 100%;
  }
}
.cid-v23hpO23RG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23hpO23RG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23hpO23RG .mbr-section-subtitle {
  color: #000000;
}
.cid-v23hpO23RG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23hpO23RG .mbr-section-subtitle,
.cid-v23hpO23RG .mbr-section-btn {
  text-align: center;
}
.cid-v23nNDgnrW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nNDgnrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nNDgnrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nNDgnrW .row {
  justify-content: center;
}
.cid-v23nNDgnrW .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nNDgnrW .row {
    padding: 0 12px;
  }
}
.cid-v23nNDgnrW .item-wrap {
  z-index: 1;
}
.cid-v23nNDgnrW .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nNDgnrW .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nNDgnrW .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nNDgnrW .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nNDgnrW .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nNDgnrW .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nNDgnrW .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nNDgnrW .mbr-section-title,
.cid-v23nNDgnrW .mbr-iconfont {
  color: #181818;
}
.cid-v23nNDgnrW .mbr-text {
  color: #181818;
}
.cid-v23j1fDif3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23j1fDif3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23j1fDif3 .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-v23j1fDif3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23j1fDif3 .container {
    padding: 0 16px;
  }
}
.cid-v23j1fDif3 .row {
  justify-content: center;
}
.cid-v23j1fDif3 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23j1fDif3 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23j1fDif3 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23j1fDif3 .card {
    flex-direction: column;
  }
}
.cid-v23j1fDif3 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23j1fDif3 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23j1fDif3 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23j1fDif3 .image-wrapper img {
    height: 350px;
  }
}
.cid-v23j1fDif3 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23j1fDif3 .content-wrapper {
    width: 100%;
  }
}
.cid-v23j1fDif3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23j1fDif3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23j1fDif3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v23j1fDif3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23j1fDif3 .mbr-section-subtitle,
.cid-v23j1fDif3 .mbr-section-btn {
  text-align: center;
}
.cid-v23nMDl2xB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nMDl2xB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nMDl2xB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nMDl2xB .row {
  justify-content: center;
}
.cid-v23nMDl2xB .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nMDl2xB .row {
    padding: 0 12px;
  }
}
.cid-v23nMDl2xB .item-wrap {
  z-index: 1;
}
.cid-v23nMDl2xB .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nMDl2xB .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nMDl2xB .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nMDl2xB .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nMDl2xB .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nMDl2xB .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nMDl2xB .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nMDl2xB .mbr-section-title,
.cid-v23nMDl2xB .mbr-iconfont {
  color: #181818;
}
.cid-v23nMDl2xB .mbr-text {
  color: #181818;
}
.cid-v23kCZV01l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23kCZV01l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23kCZV01l .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-v23kCZV01l .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23kCZV01l .container {
    padding: 0 16px;
  }
}
.cid-v23kCZV01l .row {
  justify-content: center;
}
.cid-v23kCZV01l .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23kCZV01l .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23kCZV01l .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23kCZV01l .card {
    flex-direction: column;
  }
}
.cid-v23kCZV01l .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23kCZV01l .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23kCZV01l .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23kCZV01l .image-wrapper img {
    height: 350px;
  }
}
.cid-v23kCZV01l .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23kCZV01l .content-wrapper {
    width: 100%;
  }
}
.cid-v23kCZV01l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23kCZV01l .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23kCZV01l .mbr-section-subtitle {
  color: #000000;
}
.cid-v23kCZV01l .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23kCZV01l .mbr-section-subtitle,
.cid-v23kCZV01l .mbr-section-btn {
  text-align: center;
}
.cid-v23lfKnewC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v23lfKnewC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23lfKnewC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23lfKnewC .card-wrapper {
  width: 100%;
}
.cid-v23lfKnewC .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v23lfKnewC .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v23lfKnewC .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v23lfKnewC .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v23lfKnewC .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v23lfKnewC .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v23lfKnewC .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v23lfKnewC .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v23lfKnewC .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v23lfKnewC .card-title {
    text-align: center !important;
  }
}
.cid-v23lfKnewC .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v23lfKnewC .card-text {
    text-align: center !important;
  }
}
.cid-v23ldJQg7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23ldJQg7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23ldJQg7K .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-v23ldJQg7K .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23ldJQg7K .container {
    padding: 0 16px;
  }
}
.cid-v23ldJQg7K .row {
  justify-content: center;
}
.cid-v23ldJQg7K .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23ldJQg7K .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23ldJQg7K .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23ldJQg7K .card {
    flex-direction: column;
  }
}
.cid-v23ldJQg7K .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23ldJQg7K .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23ldJQg7K .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23ldJQg7K .image-wrapper img {
    height: 350px;
  }
}
.cid-v23ldJQg7K .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23ldJQg7K .content-wrapper {
    width: 100%;
  }
}
.cid-v23ldJQg7K .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23ldJQg7K .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23ldJQg7K .mbr-section-subtitle {
  color: #000000;
}
.cid-v23ldJQg7K .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23ldJQg7K .mbr-section-subtitle,
.cid-v23ldJQg7K .mbr-section-btn {
  text-align: center;
}
.cid-v23nL4jEGI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nL4jEGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nL4jEGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nL4jEGI .row {
  justify-content: center;
}
.cid-v23nL4jEGI .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nL4jEGI .row {
    padding: 0 12px;
  }
}
.cid-v23nL4jEGI .item-wrap {
  z-index: 1;
}
.cid-v23nL4jEGI .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nL4jEGI .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nL4jEGI .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nL4jEGI .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nL4jEGI .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nL4jEGI .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nL4jEGI .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nL4jEGI .mbr-section-title,
.cid-v23nL4jEGI .mbr-iconfont {
  color: #181818;
}
.cid-v23nL4jEGI .mbr-text {
  color: #181818;
}
.cid-v23n7Hij1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23n7Hij1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23n7Hij1D .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-v23n7Hij1D .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23n7Hij1D .container {
    padding: 0 16px;
  }
}
.cid-v23n7Hij1D .row {
  justify-content: center;
}
.cid-v23n7Hij1D .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23n7Hij1D .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23n7Hij1D .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23n7Hij1D .card {
    flex-direction: column;
  }
}
.cid-v23n7Hij1D .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23n7Hij1D .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23n7Hij1D .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23n7Hij1D .image-wrapper img {
    height: 350px;
  }
}
.cid-v23n7Hij1D .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23n7Hij1D .content-wrapper {
    width: 100%;
  }
}
.cid-v23n7Hij1D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23n7Hij1D .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23n7Hij1D .mbr-section-subtitle {
  color: #000000;
}
.cid-v23n7Hij1D .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23n7Hij1D .mbr-section-subtitle,
.cid-v23n7Hij1D .mbr-section-btn {
  text-align: center;
}
.cid-v23nKyXCK7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v23nKyXCK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nKyXCK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nKyXCK7 .row {
  justify-content: center;
}
.cid-v23nKyXCK7 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v23nKyXCK7 .row {
    padding: 0 12px;
  }
}
.cid-v23nKyXCK7 .item-wrap {
  z-index: 1;
}
.cid-v23nKyXCK7 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v23nKyXCK7 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v23nKyXCK7 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v23nKyXCK7 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v23nKyXCK7 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v23nKyXCK7 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v23nKyXCK7 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v23nKyXCK7 .mbr-section-title,
.cid-v23nKyXCK7 .mbr-iconfont {
  color: #181818;
}
.cid-v23nKyXCK7 .mbr-text {
  color: #181818;
}
.cid-v23npIB8TH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v23npIB8TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23npIB8TH .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-v23npIB8TH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v23npIB8TH .container {
    padding: 0 16px;
  }
}
.cid-v23npIB8TH .row {
  justify-content: center;
}
.cid-v23npIB8TH .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v23npIB8TH .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v23npIB8TH .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v23npIB8TH .card {
    flex-direction: column;
  }
}
.cid-v23npIB8TH .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23npIB8TH .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v23npIB8TH .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v23npIB8TH .image-wrapper img {
    height: 350px;
  }
}
.cid-v23npIB8TH .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v23npIB8TH .content-wrapper {
    width: 100%;
  }
}
.cid-v23npIB8TH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v23npIB8TH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v23npIB8TH .mbr-section-subtitle {
  color: #000000;
}
.cid-v23npIB8TH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v23npIB8TH .mbr-section-subtitle,
.cid-v23npIB8TH .mbr-section-btn {
  text-align: center;
}
.cid-u3FZqqwm1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-u3FZqqwm1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FZqqwm1n .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-u3FZqqwm1n .container {
    padding: 0 30px;
  }
}
.cid-u3FZqqwm1n .row {
  justify-content: center;
}
.cid-u3FZqqwm1n .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u3FZqqwm1n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover::before,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u3FZqqwm1n .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .mbr-section-title {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3FZqqwm1n .list {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-address {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-copy {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .list,
.cid-u3FZqqwm1n .item-wrap,
.cid-u3FZqqwm1n .nav-wrapper {
  color: #fdf9d5;
}
.cid-u3FZ1vgrNk {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-u3FZ1vgrNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3FZ1vgrNk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u3FZ1vgrNk .menu_box .navbar.opened,
  .cid-u3FZ1vgrNk .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown {
  position: relative !important;
}
.cid-u3FZ1vgrNk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-u3FZ1vgrNk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-u3FZ1vgrNk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u3FZ1vgrNk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-text,
  .cid-u3FZ1vgrNk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u3FZ1vgrNk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u3FZ1vgrNk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u3FZ1vgrNk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u3FZ1vgrNk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u3FZ1vgrNk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u3FZ1vgrNk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .nav-item {
    margin: 0 !important;
  }
}
.cid-u3FZ1vgrNk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u3FZ1vgrNk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-u3FZ1vgrNk .nav-item .nav-link:hover::before,
.cid-u3FZ1vgrNk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u3FZ1vgrNk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u3FZ1vgrNk .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-u3FZ1vgrNk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u3FZ1vgrNk .offcanvas_box {
    display: none;
  }
}
.cid-u3FZ1vgrNk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u3FZ1vgrNk .container {
  display: flex;
  margin: auto;
}
.cid-u3FZ1vgrNk .iconfont-wrapper {
  color: #fdf9d5;
  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-u3FZ1vgrNk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u3FZ1vgrNk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u3FZ1vgrNk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .navbar-nav {
    margin: 0;
  }
}
.cid-u3FZ1vgrNk .dropdown-menu,
.cid-u3FZ1vgrNk .navbar.opened {
  background-color: false !important;
}
.cid-u3FZ1vgrNk .nav-item:focus,
.cid-u3FZ1vgrNk .nav-link:focus {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3FZ1vgrNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3FZ1vgrNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3FZ1vgrNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3FZ1vgrNk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u3FZ1vgrNk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u3FZ1vgrNk .navbar.opened {
  transition: all 0.3s;
}
.cid-u3FZ1vgrNk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u3FZ1vgrNk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u3FZ1vgrNk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3FZ1vgrNk .navbar.collapsed {
  justify-content: center;
}
.cid-u3FZ1vgrNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3FZ1vgrNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3FZ1vgrNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u3FZ1vgrNk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u3FZ1vgrNk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u3FZ1vgrNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3FZ1vgrNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u3FZ1vgrNk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u3FZ1vgrNk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u3FZ1vgrNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3FZ1vgrNk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u3FZ1vgrNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3FZ1vgrNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u3FZ1vgrNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3FZ1vgrNk .dropdown-item.active,
.cid-u3FZ1vgrNk .dropdown-item:active {
  background-color: transparent;
}
.cid-u3FZ1vgrNk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3FZ1vgrNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3FZ1vgrNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3FZ1vgrNk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u3FZ1vgrNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3FZ1vgrNk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3FZ1vgrNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3FZ1vgrNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3FZ1vgrNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u3FZ1vgrNk .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-u3FZ1vgrNk .navbar {
    height: 70px;
  }
  .cid-u3FZ1vgrNk .navbar.opened {
    height: auto;
  }
  .cid-u3FZ1vgrNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3FZ1vgrNk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u3FZ1vgrNk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u3FZ1vgrNk .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-u3FZ1vgrNk .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-u3FZ1vgrNk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u3FZ1vgrNk .text_widget {
  margin-bottom: 32px;
}
.cid-u3FZ1vgrNk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u3FZ1vgrNk .text_widget a:hover,
.cid-u3FZ1vgrNk .text_widget a:focus {
  opacity: .8;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-u3FZ1vgrNk .navbar-caption {
  color: #bee0d6;
}
.cid-u3FZ1vgrNk .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-u3FZ1vgrNk .mbr-section-subtitle,
.cid-u3FZ1vgrNk .text_widget,
.cid-u3FZ1vgrNk .mbr-section-btn {
  text-align: right;
}
.cid-u3FZ1vgrNk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uXpuNEfVEf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uXpuNEfVEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpuNEfVEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpuNEfVEf .card {
  justify-content: flex-end;
}
.cid-uXpuNEfVEf .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uXpuNEfVEf .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uXpuNEfVEf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uXpuNEfVEf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXpuNEfVEf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXpuNEfVEf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXpuNEfVEf .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXpuNEfVEf .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uXpuNEfVEf .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXpuNEfVEf .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uXpuNEfVEf .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uXpuNEfVEf .mbr-section-title {
  color: #093388;
}
.cid-uXpuNEfVEf .mbr-text {
  color: #58595b;
}
.cid-uXpuNEfVEf .mbr-section-title,
.cid-uXpuNEfVEf .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uXpuNEfVEf .mbr-text,
.cid-uXpuNEfVEf .text-wrapper {
  text-align: right;
  color: #1d1626;
}
.cid-uXpxVvlnvS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fdf9d5;
}
.cid-uXpxVvlnvS .mbr-text {
  color: #1d1626;
}
.cid-uZYVCxHQFh {
  background-image: url("../../../assets/images/img-20251008-134332-2000x1500.jpeg");
}
.cid-uZYVCxHQFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYVCxHQFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYVCxHQFh .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZYVCxHQFh .image-wrap {
    height: 350px;
  }
}
.cid-uZYUrO4s34 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-uZYUrO4s34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYUrO4s34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYUrO4s34 .row {
  margin: 0 -45px;
}
.cid-uZYUrO4s34 .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uZYUrO4s34 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uZYUrO4s34 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZYUrO4s34 .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZYUrO4s34 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uZYUrO4s34 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uZYUrO4s34 .image-wrapper img {
    height: 300px;
  }
}
.cid-uZYUrO4s34 .content-wrapper {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-uZYUrO4s34 .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZYUrO4s34 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZYUrO4s34 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uZYUrO4s34 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uZYUrO4s34 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uZYUrO4s34 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZYUrO4s34 .mbr-label {
  color: #3a001d;
}
.cid-uZYUrO4s34 .mbr-section-title {
  color: #3a001d;
}
.cid-uZYUrO4s34 .mbr-text {
  color: #3a001d;
}
.cid-uZYYpkjE8M {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-uZYYpkjE8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYYpkjE8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYYpkjE8M .row {
  margin: 0 -45px;
}
.cid-uZYYpkjE8M .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uZYYpkjE8M .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZYYpkjE8M .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZYYpkjE8M .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uZYYpkjE8M .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uZYYpkjE8M .image-wrapper img {
    height: 300px;
  }
}
.cid-uZYYpkjE8M .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uZYYpkjE8M .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZYYpkjE8M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZYYpkjE8M .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uZYYpkjE8M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uZYYpkjE8M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uZYYpkjE8M .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZYYpkjE8M .mbr-label {
  color: #3a001d;
}
.cid-uZYYpkjE8M .mbr-section-title {
  color: #3a001d;
}
.cid-uZYYpkjE8M .mbr-text {
  color: #3a001d;
}
.cid-u3FZqqwm1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-u3FZqqwm1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FZqqwm1n .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-u3FZqqwm1n .container {
    padding: 0 30px;
  }
}
.cid-u3FZqqwm1n .row {
  justify-content: center;
}
.cid-u3FZqqwm1n .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u3FZqqwm1n .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:hover::before,
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u3FZqqwm1n .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u3FZqqwm1n .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3FZqqwm1n .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u3FZqqwm1n .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u3FZqqwm1n .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u3FZqqwm1n .mbr-section-title {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3FZqqwm1n .list {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-address {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .mbr-copy {
  color: #bee0d6;
}
.cid-u3FZqqwm1n .list,
.cid-u3FZqqwm1n .item-wrap,
.cid-u3FZqqwm1n .nav-wrapper {
  color: #fdf9d5;
}
.cid-uYJNM6RyNi {
  background-color: transparent;
}
.cid-uYJNM6RyNi .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uYJNM6RyNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uYJNM6RyNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYJNM6RyNi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYJNM6RyNi .menu_box .navbar.opened,
  .cid-uYJNM6RyNi .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYJNM6RyNi .navbar-dropdown {
  position: relative !important;
}
.cid-uYJNM6RyNi .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYJNM6RyNi .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYJNM6RyNi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYJNM6RyNi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYJNM6RyNi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uYJNM6RyNi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYJNM6RyNi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYJNM6RyNi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYJNM6RyNi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYJNM6RyNi .offcanvas-body .mbr-text,
  .cid-uYJNM6RyNi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYJNM6RyNi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYJNM6RyNi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYJNM6RyNi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYJNM6RyNi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYJNM6RyNi .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-uYJNM6RyNi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYJNM6RyNi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYJNM6RyNi .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYJNM6RyNi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYJNM6RyNi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYJNM6RyNi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .nav-item {
    margin: 0 !important;
  }
}
.cid-uYJNM6RyNi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uYJNM6RyNi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYJNM6RyNi .nav-item .nav-link:hover,
.cid-uYJNM6RyNi .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uYJNM6RyNi .nav-item .nav-link:hover::before,
.cid-uYJNM6RyNi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYJNM6RyNi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYJNM6RyNi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYJNM6RyNi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYJNM6RyNi .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-uYJNM6RyNi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYJNM6RyNi .offcanvas_box {
    display: none;
  }
}
.cid-uYJNM6RyNi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYJNM6RyNi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYJNM6RyNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYJNM6RyNi .container {
  display: flex;
  margin: auto;
}
.cid-uYJNM6RyNi .iconfont-wrapper {
  color: #fdf9d5;
  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-uYJNM6RyNi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYJNM6RyNi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYJNM6RyNi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYJNM6RyNi .navbar-nav {
    margin: 0;
  }
}
.cid-uYJNM6RyNi .dropdown-menu,
.cid-uYJNM6RyNi .navbar.opened {
  background-color: false !important;
}
.cid-uYJNM6RyNi .nav-item:focus,
.cid-uYJNM6RyNi .nav-link:focus {
  outline: none;
}
.cid-uYJNM6RyNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYJNM6RyNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYJNM6RyNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYJNM6RyNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYJNM6RyNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYJNM6RyNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYJNM6RyNi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYJNM6RyNi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYJNM6RyNi .navbar.opened {
  transition: all 0.3s;
}
.cid-uYJNM6RyNi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYJNM6RyNi .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYJNM6RyNi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYJNM6RyNi .navbar.collapsed {
  justify-content: center;
}
.cid-uYJNM6RyNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYJNM6RyNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYJNM6RyNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYJNM6RyNi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYJNM6RyNi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYJNM6RyNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYJNM6RyNi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYJNM6RyNi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYJNM6RyNi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYJNM6RyNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYJNM6RyNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYJNM6RyNi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYJNM6RyNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYJNM6RyNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYJNM6RyNi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYJNM6RyNi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYJNM6RyNi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYJNM6RyNi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYJNM6RyNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYJNM6RyNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYJNM6RyNi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYJNM6RyNi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYJNM6RyNi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYJNM6RyNi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYJNM6RyNi .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-uYJNM6RyNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYJNM6RyNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYJNM6RyNi .dropdown-item.active,
.cid-uYJNM6RyNi .dropdown-item:active {
  background-color: transparent;
}
.cid-uYJNM6RyNi .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYJNM6RyNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYJNM6RyNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYJNM6RyNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYJNM6RyNi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYJNM6RyNi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYJNM6RyNi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uYJNM6RyNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uYJNM6RyNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYJNM6RyNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYJNM6RyNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYJNM6RyNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYJNM6RyNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYJNM6RyNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYJNM6RyNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYJNM6RyNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYJNM6RyNi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYJNM6RyNi .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-uYJNM6RyNi .navbar {
    height: 70px;
  }
  .cid-uYJNM6RyNi .navbar.opened {
    height: auto;
  }
  .cid-uYJNM6RyNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYJNM6RyNi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYJNM6RyNi .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uYJNM6RyNi .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uYJNM6RyNi .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uYJNM6RyNi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYJNM6RyNi .text_widget {
  margin-bottom: 32px;
}
.cid-uYJNM6RyNi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYJNM6RyNi .text_widget a:hover,
.cid-uYJNM6RyNi .text_widget a:focus {
  opacity: .8;
}
.cid-uYJNM6RyNi .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uYJNM6RyNi .navbar-caption {
  color: #bee0d6;
}
.cid-uYJNM6RyNi .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uYJNM6RyNi .mbr-section-subtitle,
.cid-uYJNM6RyNi .text_widget,
.cid-uYJNM6RyNi .mbr-section-btn {
  text-align: right;
}
.cid-uYJNM6RyNi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v03H9LdPzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03H9LdPzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03H9LdPzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03H9LdPzx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03H9LdPzx img {
  border-radius: 2rem;
}
.cid-v03H9LdPzx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03H9LdPzx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03H9LdPzx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03H9LdPzx .mbr-section-title {
  color: #000000;
}
.cid-v03H9LdPzx .mbr-text,
.cid-v03H9LdPzx .mbr-section-btn {
  color: #000000;
}
.cid-uZYOQTM6Oy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-uZYOQTM6Oy .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-uZYOQTM6Oy .item:focus,
.cid-uZYOQTM6Oy span:focus {
  outline: none;
}
.cid-uZYOQTM6Oy .container-fluid {
  padding: 0 15px;
}
.cid-uZYOQTM6Oy .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-uZYOQTM6Oy .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-uZYOQTM6Oy .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-uZYOQTM6Oy .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-uZYOQTM6Oy .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-uZYOQTM6Oy .item:hover img {
  transform: scale(1);
}
.cid-uZYOQTM6Oy .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-uZYOQTM6Oy .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-uZYOQTM6Oy .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uZYOQTM6Oy .item-content {
  margin-right: auto;
}
.cid-uZYOQTM6Oy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZYOQTM6Oy .mbr-section-title {
  color: #000000;
}
.cid-uZYOQTM6Oy .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uZYOQTM6Oy .mbr-text,
.cid-uZYOQTM6Oy .mbr-section-btn {
  text-align: left;
}
.cid-uZYOQTM6Oy .item-subtitle {
  text-align: center;
}
.cid-uZYOQTM6Oy .text-art,
.cid-uZYOQTM6Oy .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-uZYOQTM6Oy .item {
    border-right: none !important;
  }
  .cid-uZYOQTM6Oy .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-uZYOQTM6Oy .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uZYOQTM6Oy .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-uZYOQTM6Oy .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-uZYOQTM6Oy .underlined-link {
  background-size: 0 !important;
}
.cid-uZYOQTM6Oy .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-uZYOQTM6Oy .text-art {
  text-align: center;
}
.cid-v03IBQHkFG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03IBQHkFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03IBQHkFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03IBQHkFG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03IBQHkFG img {
  border-radius: 2rem;
}
.cid-v03IBQHkFG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03IBQHkFG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03IBQHkFG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03IBQHkFG .mbr-section-title {
  color: #000000;
}
.cid-v03IBQHkFG .mbr-text,
.cid-v03IBQHkFG .mbr-section-btn {
  color: #000000;
}
.cid-v03JjXSRzG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03JjXSRzG .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03JjXSRzG .item:focus,
.cid-v03JjXSRzG span:focus {
  outline: none;
}
.cid-v03JjXSRzG .container-fluid {
  padding: 0 15px;
}
.cid-v03JjXSRzG .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03JjXSRzG .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03JjXSRzG .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03JjXSRzG .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03JjXSRzG .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03JjXSRzG .item:hover img {
  transform: scale(1);
}
.cid-v03JjXSRzG .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03JjXSRzG .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03JjXSRzG .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03JjXSRzG .item-content {
  margin-right: auto;
}
.cid-v03JjXSRzG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03JjXSRzG .mbr-section-title {
  color: #000000;
}
.cid-v03JjXSRzG .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03JjXSRzG .mbr-text,
.cid-v03JjXSRzG .mbr-section-btn {
  text-align: left;
}
.cid-v03JjXSRzG .item-subtitle {
  text-align: center;
}
.cid-v03JjXSRzG .text-art,
.cid-v03JjXSRzG .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03JjXSRzG .item {
    border-right: none !important;
  }
  .cid-v03JjXSRzG .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03JjXSRzG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03JjXSRzG .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03JjXSRzG .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03JjXSRzG .underlined-link {
  background-size: 0 !important;
}
.cid-v03JjXSRzG .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03JjXSRzG .text-art {
  text-align: center;
}
.cid-v03KdicHNR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03KdicHNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03KdicHNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03KdicHNR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03KdicHNR img {
  border-radius: 2rem;
}
.cid-v03KdicHNR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03KdicHNR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03KdicHNR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03KdicHNR .mbr-section-title {
  color: #000000;
}
.cid-v03KdicHNR .mbr-text,
.cid-v03KdicHNR .mbr-section-btn {
  color: #000000;
}
.cid-v03K3gGCn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03K3gGCn3 .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03K3gGCn3 .item:focus,
.cid-v03K3gGCn3 span:focus {
  outline: none;
}
.cid-v03K3gGCn3 .container-fluid {
  padding: 0 15px;
}
.cid-v03K3gGCn3 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03K3gGCn3 .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03K3gGCn3 .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03K3gGCn3 .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03K3gGCn3 .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03K3gGCn3 .item:hover img {
  transform: scale(1);
}
.cid-v03K3gGCn3 .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03K3gGCn3 .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03K3gGCn3 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03K3gGCn3 .item-content {
  margin-right: auto;
}
.cid-v03K3gGCn3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03K3gGCn3 .mbr-section-title {
  color: #000000;
}
.cid-v03K3gGCn3 .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03K3gGCn3 .mbr-text,
.cid-v03K3gGCn3 .mbr-section-btn {
  text-align: left;
}
.cid-v03K3gGCn3 .item-subtitle {
  text-align: center;
}
.cid-v03K3gGCn3 .text-art,
.cid-v03K3gGCn3 .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03K3gGCn3 .item {
    border-right: none !important;
  }
  .cid-v03K3gGCn3 .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03K3gGCn3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03K3gGCn3 .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03K3gGCn3 .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03K3gGCn3 .underlined-link {
  background-size: 0 !important;
}
.cid-v03K3gGCn3 .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03K3gGCn3 .text-art {
  text-align: center;
}
.cid-v03Tzdipem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03Tzdipem .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03Tzdipem .item:focus,
.cid-v03Tzdipem span:focus {
  outline: none;
}
.cid-v03Tzdipem .container-fluid {
  padding: 0 15px;
}
.cid-v03Tzdipem .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03Tzdipem .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03Tzdipem .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03Tzdipem .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03Tzdipem .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03Tzdipem .item:hover img {
  transform: scale(1);
}
.cid-v03Tzdipem .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03Tzdipem .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03Tzdipem .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03Tzdipem .item-content {
  margin-right: auto;
}
.cid-v03Tzdipem .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03Tzdipem .mbr-section-title {
  color: #000000;
}
.cid-v03Tzdipem .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03Tzdipem .mbr-text,
.cid-v03Tzdipem .mbr-section-btn {
  text-align: left;
}
.cid-v03Tzdipem .item-subtitle {
  text-align: center;
}
.cid-v03Tzdipem .text-art,
.cid-v03Tzdipem .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03Tzdipem .item {
    border-right: none !important;
  }
  .cid-v03Tzdipem .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03Tzdipem .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03Tzdipem .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03Tzdipem .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03Tzdipem .underlined-link {
  background-size: 0 !important;
}
.cid-v03Tzdipem .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03Tzdipem .text-art {
  text-align: center;
}
.cid-v03JzmFN1w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03JzmFN1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03JzmFN1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03JzmFN1w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03JzmFN1w img {
  border-radius: 2rem;
}
.cid-v03JzmFN1w .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03JzmFN1w .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03JzmFN1w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03JzmFN1w .mbr-section-title {
  color: #000000;
}
.cid-v03JzmFN1w .mbr-text,
.cid-v03JzmFN1w .mbr-section-btn {
  color: #000000;
}
.cid-v03L3SFxhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03L3SFxhd .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03L3SFxhd .item:focus,
.cid-v03L3SFxhd span:focus {
  outline: none;
}
.cid-v03L3SFxhd .container-fluid {
  padding: 0 15px;
}
.cid-v03L3SFxhd .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03L3SFxhd .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03L3SFxhd .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03L3SFxhd .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03L3SFxhd .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03L3SFxhd .item:hover img {
  transform: scale(1);
}
.cid-v03L3SFxhd .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03L3SFxhd .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03L3SFxhd .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03L3SFxhd .item-content {
  margin-right: auto;
}
.cid-v03L3SFxhd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03L3SFxhd .mbr-section-title {
  color: #000000;
}
.cid-v03L3SFxhd .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03L3SFxhd .mbr-text,
.cid-v03L3SFxhd .mbr-section-btn {
  text-align: left;
}
.cid-v03L3SFxhd .item-subtitle {
  text-align: center;
}
.cid-v03L3SFxhd .text-art,
.cid-v03L3SFxhd .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03L3SFxhd .item {
    border-right: none !important;
  }
  .cid-v03L3SFxhd .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03L3SFxhd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03L3SFxhd .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03L3SFxhd .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03L3SFxhd .underlined-link {
  background-size: 0 !important;
}
.cid-v03L3SFxhd .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03L3SFxhd .text-art {
  text-align: center;
}
.cid-v0DJeZdboy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0DJeZdboy .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v0DJeZdboy .item:focus,
.cid-v0DJeZdboy span:focus {
  outline: none;
}
.cid-v0DJeZdboy .container-fluid {
  padding: 0 15px;
}
.cid-v0DJeZdboy .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v0DJeZdboy .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v0DJeZdboy .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v0DJeZdboy .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v0DJeZdboy .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v0DJeZdboy .item:hover img {
  transform: scale(1);
}
.cid-v0DJeZdboy .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v0DJeZdboy .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v0DJeZdboy .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v0DJeZdboy .item-content {
  margin-right: auto;
}
.cid-v0DJeZdboy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0DJeZdboy .mbr-section-title {
  color: #000000;
}
.cid-v0DJeZdboy .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v0DJeZdboy .mbr-text,
.cid-v0DJeZdboy .mbr-section-btn {
  text-align: left;
}
.cid-v0DJeZdboy .item-subtitle {
  text-align: center;
}
.cid-v0DJeZdboy .text-art,
.cid-v0DJeZdboy .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v0DJeZdboy .item {
    border-right: none !important;
  }
  .cid-v0DJeZdboy .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v0DJeZdboy .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v0DJeZdboy .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v0DJeZdboy .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v0DJeZdboy .underlined-link {
  background-size: 0 !important;
}
.cid-v0DJeZdboy .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v0DJeZdboy .text-art {
  text-align: center;
}
.cid-v03L7SkA7P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03L7SkA7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03L7SkA7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03L7SkA7P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03L7SkA7P img {
  border-radius: 2rem;
}
.cid-v03L7SkA7P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03L7SkA7P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03L7SkA7P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03L7SkA7P .mbr-section-title {
  color: #000000;
}
.cid-v03L7SkA7P .mbr-text,
.cid-v03L7SkA7P .mbr-section-btn {
  color: #000000;
}
.cid-v03NJPM7xK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03NJPM7xK .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03NJPM7xK .item:focus,
.cid-v03NJPM7xK span:focus {
  outline: none;
}
.cid-v03NJPM7xK .container-fluid {
  padding: 0 15px;
}
.cid-v03NJPM7xK .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03NJPM7xK .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03NJPM7xK .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03NJPM7xK .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03NJPM7xK .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03NJPM7xK .item:hover img {
  transform: scale(1);
}
.cid-v03NJPM7xK .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03NJPM7xK .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03NJPM7xK .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03NJPM7xK .item-content {
  margin-right: auto;
}
.cid-v03NJPM7xK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03NJPM7xK .mbr-section-title {
  color: #000000;
}
.cid-v03NJPM7xK .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03NJPM7xK .mbr-text,
.cid-v03NJPM7xK .mbr-section-btn {
  text-align: left;
}
.cid-v03NJPM7xK .item-subtitle {
  text-align: center;
}
.cid-v03NJPM7xK .text-art,
.cid-v03NJPM7xK .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03NJPM7xK .item {
    border-right: none !important;
  }
  .cid-v03NJPM7xK .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03NJPM7xK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03NJPM7xK .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03NJPM7xK .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03NJPM7xK .underlined-link {
  background-size: 0 !important;
}
.cid-v03NJPM7xK .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03NJPM7xK .text-art {
  text-align: center;
}
.cid-v0CY6Ajqjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0CY6Ajqjc .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v0CY6Ajqjc .item:focus,
.cid-v0CY6Ajqjc span:focus {
  outline: none;
}
.cid-v0CY6Ajqjc .container-fluid {
  padding: 0 15px;
}
.cid-v0CY6Ajqjc .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v0CY6Ajqjc .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v0CY6Ajqjc .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v0CY6Ajqjc .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v0CY6Ajqjc .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v0CY6Ajqjc .item:hover img {
  transform: scale(1);
}
.cid-v0CY6Ajqjc .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v0CY6Ajqjc .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v0CY6Ajqjc .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v0CY6Ajqjc .item-content {
  margin-right: auto;
}
.cid-v0CY6Ajqjc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0CY6Ajqjc .mbr-section-title {
  color: #000000;
}
.cid-v0CY6Ajqjc .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v0CY6Ajqjc .mbr-text,
.cid-v0CY6Ajqjc .mbr-section-btn {
  text-align: left;
}
.cid-v0CY6Ajqjc .item-subtitle {
  text-align: center;
}
.cid-v0CY6Ajqjc .text-art,
.cid-v0CY6Ajqjc .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v0CY6Ajqjc .item {
    border-right: none !important;
  }
  .cid-v0CY6Ajqjc .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v0CY6Ajqjc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v0CY6Ajqjc .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v0CY6Ajqjc .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v0CY6Ajqjc .underlined-link {
  background-size: 0 !important;
}
.cid-v0CY6Ajqjc .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v0CY6Ajqjc .text-art {
  text-align: center;
}
.cid-v03OJmtfWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eade71;
}
.cid-v03OJmtfWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03OJmtfWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v03OJmtfWZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v03OJmtfWZ img {
  border-radius: 2rem;
}
.cid-v03OJmtfWZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v03OJmtfWZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v03OJmtfWZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v03OJmtfWZ .mbr-section-title {
  color: #000000;
}
.cid-v03OJmtfWZ .mbr-text,
.cid-v03OJmtfWZ .mbr-section-btn {
  color: #000000;
}
.cid-v03P7QSTLE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v03P7QSTLE .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v03P7QSTLE .item:focus,
.cid-v03P7QSTLE span:focus {
  outline: none;
}
.cid-v03P7QSTLE .container-fluid {
  padding: 0 15px;
}
.cid-v03P7QSTLE .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v03P7QSTLE .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v03P7QSTLE .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v03P7QSTLE .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v03P7QSTLE .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v03P7QSTLE .item:hover img {
  transform: scale(1);
}
.cid-v03P7QSTLE .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v03P7QSTLE .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v03P7QSTLE .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v03P7QSTLE .item-content {
  margin-right: auto;
}
.cid-v03P7QSTLE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v03P7QSTLE .mbr-section-title {
  color: #000000;
}
.cid-v03P7QSTLE .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v03P7QSTLE .mbr-text,
.cid-v03P7QSTLE .mbr-section-btn {
  text-align: left;
}
.cid-v03P7QSTLE .item-subtitle {
  text-align: center;
}
.cid-v03P7QSTLE .text-art,
.cid-v03P7QSTLE .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v03P7QSTLE .item {
    border-right: none !important;
  }
  .cid-v03P7QSTLE .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v03P7QSTLE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v03P7QSTLE .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v03P7QSTLE .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v03P7QSTLE .underlined-link {
  background-size: 0 !important;
}
.cid-v03P7QSTLE .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v03P7QSTLE .text-art {
  text-align: center;
}
.cid-v0E2mN4A5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0E2mN4A5y .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-v0E2mN4A5y .item:focus,
.cid-v0E2mN4A5y span:focus {
  outline: none;
}
.cid-v0E2mN4A5y .container-fluid {
  padding: 0 15px;
}
.cid-v0E2mN4A5y .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 21% 22% 16%;
  margin: -1px 0 0;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
}
@media (min-width: 576px) {
  .cid-v0E2mN4A5y .item {
    padding: 21% 33% 16%;
  }
}
@media (min-width: 768px) {
  .cid-v0E2mN4A5y .item {
    padding: 10.5% 13.5% 8%;
  }
}
@media (min-width: 1200px) {
  .cid-v0E2mN4A5y .item {
    padding: 7% 9.66666667% 5.33333333%;
  }
}
@media (min-width: 1400px) {
  .cid-v0E2mN4A5y .item {
    padding: 7% 10.33333333% 5.33333333%;
  }
}
.cid-v0E2mN4A5y .item:hover img {
  transform: scale(1);
}
.cid-v0E2mN4A5y .item-img {
  display: flex;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-v0E2mN4A5y .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  max-height: 300px;
  transform-style: preserve-3d;
}
.cid-v0E2mN4A5y .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-v0E2mN4A5y .item-content {
  margin-right: auto;
}
.cid-v0E2mN4A5y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v0E2mN4A5y .mbr-section-title {
  color: #000000;
}
.cid-v0E2mN4A5y .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-v0E2mN4A5y .mbr-text,
.cid-v0E2mN4A5y .mbr-section-btn {
  text-align: left;
}
.cid-v0E2mN4A5y .item-subtitle {
  text-align: center;
}
.cid-v0E2mN4A5y .text-art,
.cid-v0E2mN4A5y .text-client {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-v0E2mN4A5y .item {
    border-right: none !important;
  }
  .cid-v0E2mN4A5y .item:not(:last-child) {
    border-bottom: 1px solid #7f8678;
  }
  .cid-v0E2mN4A5y .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v0E2mN4A5y .item:not(:nth-child(2n)) {
    border-right: 1px solid #7f8678;
  }
}
@media (min-width: 1200px) {
  .cid-v0E2mN4A5y .item:not(:nth-child(3n)) {
    border-right: 1px solid #7f8678;
  }
}
.cid-v0E2mN4A5y .underlined-link {
  background-size: 0 !important;
}
.cid-v0E2mN4A5y .underlined-link:hover {
  background-size: 0 !important;
  text-decoration: none;
}
.cid-v0E2mN4A5y .text-art {
  text-align: center;
}
.cid-uYJNM8NzUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uYJNM8NzUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYJNM8NzUh .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-uYJNM8NzUh .container {
    padding: 0 30px;
  }
}
.cid-uYJNM8NzUh .row {
  justify-content: center;
}
.cid-uYJNM8NzUh .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uYJNM8NzUh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYJNM8NzUh .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uYJNM8NzUh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap:hover,
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap:hover::before,
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uYJNM8NzUh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYJNM8NzUh .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uYJNM8NzUh .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYJNM8NzUh .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uYJNM8NzUh .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYJNM8NzUh .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uYJNM8NzUh .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uYJNM8NzUh .mbr-section-title {
  color: #bee0d6;
}
.cid-uYJNM8NzUh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYJNM8NzUh .list {
  color: #bee0d6;
}
.cid-uYJNM8NzUh .mbr-address {
  color: #bee0d6;
}
.cid-uYJNM8NzUh .mbr-copy {
  color: #bee0d6;
}
.cid-uYJNM8NzUh .list,
.cid-uYJNM8NzUh .item-wrap,
.cid-uYJNM8NzUh .nav-wrapper {
  color: #fdf9d5;
}
.cid-uY5H3ma2Yv {
  background-color: transparent;
}
.cid-uY5H3ma2Yv .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uY5H3ma2Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uY5H3ma2Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY5H3ma2Yv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uY5H3ma2Yv .menu_box .navbar.opened,
  .cid-uY5H3ma2Yv .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uY5H3ma2Yv .navbar-dropdown {
  position: relative !important;
}
.cid-uY5H3ma2Yv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uY5H3ma2Yv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uY5H3ma2Yv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uY5H3ma2Yv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uY5H3ma2Yv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uY5H3ma2Yv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uY5H3ma2Yv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uY5H3ma2Yv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uY5H3ma2Yv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uY5H3ma2Yv .offcanvas-body .mbr-text,
  .cid-uY5H3ma2Yv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uY5H3ma2Yv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uY5H3ma2Yv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uY5H3ma2Yv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uY5H3ma2Yv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5H3ma2Yv .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-uY5H3ma2Yv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uY5H3ma2Yv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uY5H3ma2Yv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uY5H3ma2Yv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uY5H3ma2Yv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uY5H3ma2Yv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .nav-item {
    margin: 0 !important;
  }
}
.cid-uY5H3ma2Yv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uY5H3ma2Yv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uY5H3ma2Yv .nav-item .nav-link:hover,
.cid-uY5H3ma2Yv .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uY5H3ma2Yv .nav-item .nav-link:hover::before,
.cid-uY5H3ma2Yv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uY5H3ma2Yv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uY5H3ma2Yv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uY5H3ma2Yv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uY5H3ma2Yv .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-uY5H3ma2Yv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uY5H3ma2Yv .offcanvas_box {
    display: none;
  }
}
.cid-uY5H3ma2Yv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uY5H3ma2Yv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uY5H3ma2Yv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uY5H3ma2Yv .container {
  display: flex;
  margin: auto;
}
.cid-uY5H3ma2Yv .iconfont-wrapper {
  color: #fdf9d5;
  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-uY5H3ma2Yv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uY5H3ma2Yv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uY5H3ma2Yv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uY5H3ma2Yv .navbar-nav {
    margin: 0;
  }
}
.cid-uY5H3ma2Yv .dropdown-menu,
.cid-uY5H3ma2Yv .navbar.opened {
  background-color: false !important;
}
.cid-uY5H3ma2Yv .nav-item:focus,
.cid-uY5H3ma2Yv .nav-link:focus {
  outline: none;
}
.cid-uY5H3ma2Yv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY5H3ma2Yv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY5H3ma2Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY5H3ma2Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY5H3ma2Yv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY5H3ma2Yv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY5H3ma2Yv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uY5H3ma2Yv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uY5H3ma2Yv .navbar.opened {
  transition: all 0.3s;
}
.cid-uY5H3ma2Yv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uY5H3ma2Yv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uY5H3ma2Yv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY5H3ma2Yv .navbar.collapsed {
  justify-content: center;
}
.cid-uY5H3ma2Yv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY5H3ma2Yv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uY5H3ma2Yv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY5H3ma2Yv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY5H3ma2Yv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY5H3ma2Yv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uY5H3ma2Yv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uY5H3ma2Yv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uY5H3ma2Yv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uY5H3ma2Yv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY5H3ma2Yv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY5H3ma2Yv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uY5H3ma2Yv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY5H3ma2Yv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uY5H3ma2Yv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY5H3ma2Yv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uY5H3ma2Yv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uY5H3ma2Yv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uY5H3ma2Yv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uY5H3ma2Yv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY5H3ma2Yv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uY5H3ma2Yv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY5H3ma2Yv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY5H3ma2Yv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY5H3ma2Yv .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-uY5H3ma2Yv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uY5H3ma2Yv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY5H3ma2Yv .dropdown-item.active,
.cid-uY5H3ma2Yv .dropdown-item:active {
  background-color: transparent;
}
.cid-uY5H3ma2Yv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uY5H3ma2Yv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY5H3ma2Yv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY5H3ma2Yv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY5H3ma2Yv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uY5H3ma2Yv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY5H3ma2Yv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uY5H3ma2Yv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uY5H3ma2Yv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY5H3ma2Yv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5H3ma2Yv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5H3ma2Yv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY5H3ma2Yv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5H3ma2Yv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY5H3ma2Yv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY5H3ma2Yv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5H3ma2Yv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uY5H3ma2Yv .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-uY5H3ma2Yv .navbar {
    height: 70px;
  }
  .cid-uY5H3ma2Yv .navbar.opened {
    height: auto;
  }
  .cid-uY5H3ma2Yv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY5H3ma2Yv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uY5H3ma2Yv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uY5H3ma2Yv .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uY5H3ma2Yv .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uY5H3ma2Yv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uY5H3ma2Yv .text_widget {
  margin-bottom: 32px;
}
.cid-uY5H3ma2Yv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uY5H3ma2Yv .text_widget a:hover,
.cid-uY5H3ma2Yv .text_widget a:focus {
  opacity: .8;
}
.cid-uY5H3ma2Yv .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uY5H3ma2Yv .navbar-caption {
  color: #bee0d6;
}
.cid-uY5H3ma2Yv .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uY5H3ma2Yv .mbr-section-subtitle,
.cid-uY5H3ma2Yv .text_widget,
.cid-uY5H3ma2Yv .mbr-section-btn {
  text-align: right;
}
.cid-uY5H3ma2Yv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uY5H3mCo0M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uY5H3mCo0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5H3mCo0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY5H3mCo0M .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY5H3mCo0M .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uY5H3mCo0M .content-wrapper {
    width: 100%;
  }
}
.cid-uY5H3mCo0M .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uY5H3mCo0M .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uY5H3mCo0M .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uY5H3mCo0M .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5H3mCo0M .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uY5H3mCo0M .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uY5H3mCo0M .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uY5H3mCo0M .mbr-section-title {
  color: #181824;
}
.cid-uY5H3mCo0M .mbr-section-title,
.cid-uY5H3mCo0M .mbr-section-btn,
.cid-uY5H3mCo0M .icon-wrapper {
  text-align: left;
}
.cid-uY5H3oTyic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uY5H3oTyic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY5H3oTyic .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-uY5H3oTyic .container {
    padding: 0 30px;
  }
}
.cid-uY5H3oTyic .row {
  justify-content: center;
}
.cid-uY5H3oTyic .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uY5H3oTyic .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY5H3oTyic .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5H3oTyic .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap:hover,
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap:hover::before,
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uY5H3oTyic .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5H3oTyic .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uY5H3oTyic .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY5H3oTyic .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uY5H3oTyic .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uY5H3oTyic .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uY5H3oTyic .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY5H3oTyic .mbr-section-title {
  color: #bee0d6;
}
.cid-uY5H3oTyic .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uY5H3oTyic .list {
  color: #bee0d6;
}
.cid-uY5H3oTyic .mbr-address {
  color: #bee0d6;
}
.cid-uY5H3oTyic .mbr-copy {
  color: #bee0d6;
}
.cid-uY5H3oTyic .list,
.cid-uY5H3oTyic .item-wrap,
.cid-uY5H3oTyic .nav-wrapper {
  color: #fdf9d5;
}
.cid-uYKBi6J2ZZ {
  background-color: transparent;
}
.cid-uYKBi6J2ZZ .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uYKBi6J2ZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uYKBi6J2ZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYKBi6J2ZZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYKBi6J2ZZ .menu_box .navbar.opened,
  .cid-uYKBi6J2ZZ .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYKBi6J2ZZ .navbar-dropdown {
  position: relative !important;
}
.cid-uYKBi6J2ZZ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uYKBi6J2ZZ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uYKBi6J2ZZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYKBi6J2ZZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYKBi6J2ZZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uYKBi6J2ZZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYKBi6J2ZZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYKBi6J2ZZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYKBi6J2ZZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYKBi6J2ZZ .offcanvas-body .mbr-text,
  .cid-uYKBi6J2ZZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYKBi6J2ZZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYKBi6J2ZZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYKBi6J2ZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYKBi6J2ZZ .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-uYKBi6J2ZZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYKBi6J2ZZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYKBi6J2ZZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYKBi6J2ZZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYKBi6J2ZZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYKBi6J2ZZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uYKBi6J2ZZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uYKBi6J2ZZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYKBi6J2ZZ .nav-item .nav-link:hover,
.cid-uYKBi6J2ZZ .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uYKBi6J2ZZ .nav-item .nav-link:hover::before,
.cid-uYKBi6J2ZZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYKBi6J2ZZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYKBi6J2ZZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYKBi6J2ZZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYKBi6J2ZZ .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-uYKBi6J2ZZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYKBi6J2ZZ .offcanvas_box {
    display: none;
  }
}
.cid-uYKBi6J2ZZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYKBi6J2ZZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYKBi6J2ZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYKBi6J2ZZ .container {
  display: flex;
  margin: auto;
}
.cid-uYKBi6J2ZZ .iconfont-wrapper {
  color: #fdf9d5;
  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-uYKBi6J2ZZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYKBi6J2ZZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKBi6J2ZZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYKBi6J2ZZ .navbar-nav {
    margin: 0;
  }
}
.cid-uYKBi6J2ZZ .dropdown-menu,
.cid-uYKBi6J2ZZ .navbar.opened {
  background-color: false !important;
}
.cid-uYKBi6J2ZZ .nav-item:focus,
.cid-uYKBi6J2ZZ .nav-link:focus {
  outline: none;
}
.cid-uYKBi6J2ZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKBi6J2ZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYKBi6J2ZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKBi6J2ZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKBi6J2ZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKBi6J2ZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKBi6J2ZZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYKBi6J2ZZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYKBi6J2ZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKBi6J2ZZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYKBi6J2ZZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uYKBi6J2ZZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKBi6J2ZZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYKBi6J2ZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKBi6J2ZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYKBi6J2ZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKBi6J2ZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKBi6J2ZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKBi6J2ZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYKBi6J2ZZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYKBi6J2ZZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYKBi6J2ZZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYKBi6J2ZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKBi6J2ZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKBi6J2ZZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYKBi6J2ZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKBi6J2ZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYKBi6J2ZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKBi6J2ZZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYKBi6J2ZZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYKBi6J2ZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYKBi6J2ZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYKBi6J2ZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKBi6J2ZZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYKBi6J2ZZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYKBi6J2ZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYKBi6J2ZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYKBi6J2ZZ .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-uYKBi6J2ZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYKBi6J2ZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKBi6J2ZZ .dropdown-item.active,
.cid-uYKBi6J2ZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKBi6J2ZZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYKBi6J2ZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKBi6J2ZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKBi6J2ZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKBi6J2ZZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYKBi6J2ZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYKBi6J2ZZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uYKBi6J2ZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uYKBi6J2ZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYKBi6J2ZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKBi6J2ZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKBi6J2ZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYKBi6J2ZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKBi6J2ZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKBi6J2ZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKBi6J2ZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKBi6J2ZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYKBi6J2ZZ .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-uYKBi6J2ZZ .navbar {
    height: 70px;
  }
  .cid-uYKBi6J2ZZ .navbar.opened {
    height: auto;
  }
  .cid-uYKBi6J2ZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKBi6J2ZZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYKBi6J2ZZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uYKBi6J2ZZ .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uYKBi6J2ZZ .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uYKBi6J2ZZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYKBi6J2ZZ .text_widget {
  margin-bottom: 32px;
}
.cid-uYKBi6J2ZZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYKBi6J2ZZ .text_widget a:hover,
.cid-uYKBi6J2ZZ .text_widget a:focus {
  opacity: .8;
}
.cid-uYKBi6J2ZZ .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uYKBi6J2ZZ .navbar-caption {
  color: #bee0d6;
}
.cid-uYKBi6J2ZZ .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uYKBi6J2ZZ .mbr-section-subtitle,
.cid-uYKBi6J2ZZ .text_widget,
.cid-uYKBi6J2ZZ .mbr-section-btn {
  text-align: right;
}
.cid-uYKBi6J2ZZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYKCOCnJmp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fdf9d5;
}
.cid-uYKCOCnJmp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYKBi9cnGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uYKBi9cnGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKBi9cnGi .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-uYKBi9cnGi .container {
    padding: 0 30px;
  }
}
.cid-uYKBi9cnGi .row {
  justify-content: center;
}
.cid-uYKBi9cnGi .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uYKBi9cnGi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYKBi9cnGi .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uYKBi9cnGi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap:hover,
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap:hover::before,
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uYKBi9cnGi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYKBi9cnGi .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uYKBi9cnGi .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYKBi9cnGi .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uYKBi9cnGi .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYKBi9cnGi .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uYKBi9cnGi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uYKBi9cnGi .mbr-section-title {
  color: #bee0d6;
}
.cid-uYKBi9cnGi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYKBi9cnGi .list {
  color: #bee0d6;
}
.cid-uYKBi9cnGi .mbr-address {
  color: #bee0d6;
}
.cid-uYKBi9cnGi .mbr-copy {
  color: #bee0d6;
}
.cid-uYKBi9cnGi .list,
.cid-uYKBi9cnGi .item-wrap,
.cid-uYKBi9cnGi .nav-wrapper {
  color: #fdf9d5;
}
.cid-uZirEXvErJ {
  background-color: transparent;
}
.cid-uZirEXvErJ .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uZirEXvErJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uZirEXvErJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZirEXvErJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZirEXvErJ .menu_box .navbar.opened,
  .cid-uZirEXvErJ .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZirEXvErJ .navbar-dropdown {
  position: relative !important;
}
.cid-uZirEXvErJ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uZirEXvErJ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uZirEXvErJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZirEXvErJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZirEXvErJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uZirEXvErJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZirEXvErJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZirEXvErJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZirEXvErJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZirEXvErJ .offcanvas-body .mbr-text,
  .cid-uZirEXvErJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZirEXvErJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZirEXvErJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZirEXvErJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZirEXvErJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZirEXvErJ .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-uZirEXvErJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZirEXvErJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZirEXvErJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZirEXvErJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uZirEXvErJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZirEXvErJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uZirEXvErJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZirEXvErJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZirEXvErJ .nav-item .nav-link:hover,
.cid-uZirEXvErJ .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uZirEXvErJ .nav-item .nav-link:hover::before,
.cid-uZirEXvErJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZirEXvErJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZirEXvErJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZirEXvErJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZirEXvErJ .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-uZirEXvErJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZirEXvErJ .offcanvas_box {
    display: none;
  }
}
.cid-uZirEXvErJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZirEXvErJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZirEXvErJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZirEXvErJ .container {
  display: flex;
  margin: auto;
}
.cid-uZirEXvErJ .iconfont-wrapper {
  color: #fdf9d5;
  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-uZirEXvErJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZirEXvErJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZirEXvErJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZirEXvErJ .navbar-nav {
    margin: 0;
  }
}
.cid-uZirEXvErJ .dropdown-menu,
.cid-uZirEXvErJ .navbar.opened {
  background-color: false !important;
}
.cid-uZirEXvErJ .nav-item:focus,
.cid-uZirEXvErJ .nav-link:focus {
  outline: none;
}
.cid-uZirEXvErJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZirEXvErJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZirEXvErJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZirEXvErJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZirEXvErJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZirEXvErJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZirEXvErJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZirEXvErJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZirEXvErJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZirEXvErJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZirEXvErJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZirEXvErJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZirEXvErJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZirEXvErJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZirEXvErJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZirEXvErJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZirEXvErJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZirEXvErJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZirEXvErJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZirEXvErJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZirEXvErJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZirEXvErJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZirEXvErJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZirEXvErJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZirEXvErJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZirEXvErJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZirEXvErJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZirEXvErJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZirEXvErJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZirEXvErJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZirEXvErJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZirEXvErJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZirEXvErJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZirEXvErJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZirEXvErJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZirEXvErJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZirEXvErJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZirEXvErJ .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-uZirEXvErJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZirEXvErJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZirEXvErJ .dropdown-item.active,
.cid-uZirEXvErJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZirEXvErJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZirEXvErJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZirEXvErJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZirEXvErJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZirEXvErJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZirEXvErJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZirEXvErJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uZirEXvErJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uZirEXvErJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZirEXvErJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZirEXvErJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZirEXvErJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZirEXvErJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZirEXvErJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZirEXvErJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZirEXvErJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZirEXvErJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZirEXvErJ .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-uZirEXvErJ .navbar {
    height: 70px;
  }
  .cid-uZirEXvErJ .navbar.opened {
    height: auto;
  }
  .cid-uZirEXvErJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZirEXvErJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZirEXvErJ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZirEXvErJ .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uZirEXvErJ .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uZirEXvErJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZirEXvErJ .text_widget {
  margin-bottom: 32px;
}
.cid-uZirEXvErJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZirEXvErJ .text_widget a:hover,
.cid-uZirEXvErJ .text_widget a:focus {
  opacity: .8;
}
.cid-uZirEXvErJ .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uZirEXvErJ .navbar-caption {
  color: #bee0d6;
}
.cid-uZirEXvErJ .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uZirEXvErJ .mbr-section-subtitle,
.cid-uZirEXvErJ .text_widget,
.cid-uZirEXvErJ .mbr-section-btn {
  text-align: right;
}
.cid-uZirEXvErJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZirEYRLH2 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/screenshot202025-10-1120090021-696x867.png");
}
.cid-uZirEYRLH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZirEYRLH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZirEYRLH2 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZirEYRLH2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZirEYRLH2 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZirEYRLH2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZirEYRLH2 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uZirEYRLH2 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZirEYRLH2 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uZirEYRLH2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZirEYRLH2 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZirEYRLH2 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZirEYRLH2 .mbr-label {
  color: #ffffff;
}
.cid-uZirEYRLH2 .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uZirEYRLH2 .mbr-text {
  color: #ffffff;
}
.cid-uZirEZLc4I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uZirEZLc4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZirEZLc4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZirEZLc4I .card {
  justify-content: flex-end;
}
.cid-uZirEZLc4I .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uZirEZLc4I .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uZirEZLc4I .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZirEZLc4I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZirEZLc4I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZirEZLc4I .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZirEZLc4I .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZirEZLc4I .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uZirEZLc4I .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZirEZLc4I .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uZirEZLc4I .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZirEZLc4I .mbr-section-title {
  color: #093388;
}
.cid-uZirEZLc4I .mbr-text {
  color: #58595b;
}
.cid-uZirEZLc4I .mbr-text,
.cid-uZirEZLc4I .text-wrapper {
  text-align: left;
}
.cid-uZirEZLc4I .mbr-section-title,
.cid-uZirEZLc4I .mbr-section-btn {
  color: #1d1626;
}
.cid-v0Icmcjk8X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v0Icmcjk8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Icmcjk8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Icmcjk8X .card-wrapper {
  width: 100%;
}
.cid-v0Icmcjk8X .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0Icmcjk8X .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v0Icmcjk8X .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v0Icmcjk8X .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0Icmcjk8X .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v0Icmcjk8X .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0Icmcjk8X .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v0Icmcjk8X .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v0Icmcjk8X .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v0Icmcjk8X .card-title {
    text-align: center !important;
  }
}
.cid-v0Icmcjk8X .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v0Icmcjk8X .card-text {
    text-align: center !important;
  }
}
.cid-v0Ie7wTB74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0Ie7wTB74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ie7wTB74 .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-v0Ie7wTB74 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ie7wTB74 .container {
    padding: 0 16px;
  }
}
.cid-v0Ie7wTB74 .row {
  justify-content: center;
}
.cid-v0Ie7wTB74 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Ie7wTB74 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0Ie7wTB74 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0Ie7wTB74 .card {
    flex-direction: column;
  }
}
.cid-v0Ie7wTB74 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ie7wTB74 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0Ie7wTB74 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0Ie7wTB74 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0Ie7wTB74 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ie7wTB74 .content-wrapper {
    width: 100%;
  }
}
.cid-v0Ie7wTB74 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0Ie7wTB74 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0Ie7wTB74 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Ie7wTB74 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0Ie7wTB74 .mbr-section-subtitle,
.cid-v0Ie7wTB74 .mbr-section-btn {
  text-align: center;
}
.cid-v0IeEFepwJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0IeEFepwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IeEFepwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IeEFepwJ .row {
  justify-content: center;
}
.cid-v0IeEFepwJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IeEFepwJ .row {
    padding: 0 12px;
  }
}
.cid-v0IeEFepwJ .item-wrap {
  z-index: 1;
}
.cid-v0IeEFepwJ .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IeEFepwJ .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IeEFepwJ .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IeEFepwJ .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IeEFepwJ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IeEFepwJ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IeEFepwJ .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IeEFepwJ .mbr-section-title,
.cid-v0IeEFepwJ .mbr-iconfont {
  color: #181818;
}
.cid-v0IeEFepwJ .mbr-text {
  color: #181818;
}
.cid-v0Ihv6m0GB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0Ihv6m0GB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ihv6m0GB .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-v0Ihv6m0GB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ihv6m0GB .container {
    padding: 0 16px;
  }
}
.cid-v0Ihv6m0GB .row {
  justify-content: center;
}
.cid-v0Ihv6m0GB .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Ihv6m0GB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0Ihv6m0GB .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0Ihv6m0GB .card {
    flex-direction: column;
  }
}
.cid-v0Ihv6m0GB .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ihv6m0GB .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0Ihv6m0GB .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0Ihv6m0GB .image-wrapper img {
    height: 350px;
  }
}
.cid-v0Ihv6m0GB .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ihv6m0GB .content-wrapper {
    width: 100%;
  }
}
.cid-v0Ihv6m0GB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0Ihv6m0GB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0Ihv6m0GB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Ihv6m0GB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0Ihv6m0GB .mbr-section-subtitle,
.cid-v0Ihv6m0GB .mbr-section-btn {
  text-align: center;
}
.cid-v0Ii11YypB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0Ii11YypB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ii11YypB .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-v0Ii11YypB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0Ii11YypB .container {
    padding: 0 16px;
  }
}
.cid-v0Ii11YypB .row {
  justify-content: center;
}
.cid-v0Ii11YypB .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Ii11YypB .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0Ii11YypB .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0Ii11YypB .card {
    flex-direction: column;
  }
}
.cid-v0Ii11YypB .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ii11YypB .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0Ii11YypB .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0Ii11YypB .image-wrapper img {
    height: 350px;
  }
}
.cid-v0Ii11YypB .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0Ii11YypB .content-wrapper {
    width: 100%;
  }
}
.cid-v0Ii11YypB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0Ii11YypB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0Ii11YypB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0Ii11YypB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0Ii11YypB .mbr-section-subtitle,
.cid-v0Ii11YypB .mbr-section-btn {
  text-align: center;
}
.cid-v0Igr5FTli {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0Igr5FTli .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Igr5FTli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Igr5FTli .row {
  justify-content: center;
}
.cid-v0Igr5FTli .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0Igr5FTli .row {
    padding: 0 12px;
  }
}
.cid-v0Igr5FTli .item-wrap {
  z-index: 1;
}
.cid-v0Igr5FTli .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0Igr5FTli .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0Igr5FTli .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0Igr5FTli .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0Igr5FTli .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0Igr5FTli .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0Igr5FTli .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0Igr5FTli .mbr-section-title,
.cid-v0Igr5FTli .mbr-iconfont {
  color: #181818;
}
.cid-v0Igr5FTli .mbr-text {
  color: #181818;
}
.cid-v0IfG5pBTo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IfG5pBTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IfG5pBTo .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-v0IfG5pBTo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IfG5pBTo .container {
    padding: 0 16px;
  }
}
.cid-v0IfG5pBTo .row {
  justify-content: center;
}
.cid-v0IfG5pBTo .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IfG5pBTo .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IfG5pBTo .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IfG5pBTo .card {
    flex-direction: column;
  }
}
.cid-v0IfG5pBTo .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IfG5pBTo .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IfG5pBTo .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IfG5pBTo .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IfG5pBTo .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IfG5pBTo .content-wrapper {
    width: 100%;
  }
}
.cid-v0IfG5pBTo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IfG5pBTo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IfG5pBTo .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IfG5pBTo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IfG5pBTo .mbr-section-subtitle,
.cid-v0IfG5pBTo .mbr-section-btn {
  text-align: center;
}
.cid-v0IiPZBRvd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IiPZBRvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IiPZBRvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IiPZBRvd .row {
  justify-content: center;
}
.cid-v0IiPZBRvd .item-wrap {
  z-index: 1;
}
.cid-v0IiPZBRvd .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IiPZBRvd .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IiPZBRvd .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IiPZBRvd .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IiPZBRvd .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IiPZBRvd .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IiPZBRvd .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IiPZBRvd .mbr-section-title,
.cid-v0IiPZBRvd .mbr-iconfont {
  color: #181818;
}
.cid-v0IiPZBRvd .mbr-text {
  color: #181818;
}
.cid-v0IfzCuhAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IfzCuhAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IfzCuhAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IfzCuhAo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IfzCuhAo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IfzCuhAo .container {
    padding: 0 16px;
  }
}
.cid-v0IfzCuhAo .row {
  justify-content: center;
}
.cid-v0IfzCuhAo .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IfzCuhAo .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .card {
    flex-direction: column;
  }
}
.cid-v0IfzCuhAo .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IfzCuhAo .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IfzCuhAo .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IfzCuhAo .content-wrapper {
    width: 100%;
  }
}
.cid-v0IfzCuhAo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IfzCuhAo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IfzCuhAo .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IfzCuhAo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IfzCuhAo .mbr-section-subtitle,
.cid-v0IfzCuhAo .mbr-section-btn {
  text-align: center;
}
.cid-v0Ifv7bXz8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf9d5;
}
.cid-v0Ifv7bXz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Ifv7bXz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Ifv7bXz8 .row {
  justify-content: center;
}
.cid-v0Ifv7bXz8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0Ifv7bXz8 .row {
    padding: 0 12px;
  }
}
.cid-v0Ifv7bXz8 .item-wrap {
  z-index: 1;
}
.cid-v0Ifv7bXz8 .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0Ifv7bXz8 .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0Ifv7bXz8 .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0Ifv7bXz8 .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0Ifv7bXz8 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0Ifv7bXz8 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0Ifv7bXz8 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0Ifv7bXz8 .mbr-section-title,
.cid-v0Ifv7bXz8 .mbr-iconfont {
  color: #181818;
}
.cid-v0Ifv7bXz8 .mbr-text {
  color: #181818;
}
.cid-v0IjPTMvu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IjPTMvu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IjPTMvu4 .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-v0IjPTMvu4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IjPTMvu4 .container {
    padding: 0 16px;
  }
}
.cid-v0IjPTMvu4 .row {
  justify-content: center;
}
.cid-v0IjPTMvu4 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IjPTMvu4 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IjPTMvu4 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IjPTMvu4 .card {
    flex-direction: column;
  }
}
.cid-v0IjPTMvu4 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IjPTMvu4 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IjPTMvu4 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IjPTMvu4 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IjPTMvu4 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IjPTMvu4 .content-wrapper {
    width: 100%;
  }
}
.cid-v0IjPTMvu4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IjPTMvu4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IjPTMvu4 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IjPTMvu4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IjPTMvu4 .mbr-section-subtitle,
.cid-v0IjPTMvu4 .mbr-section-btn {
  text-align: center;
}
.cid-v0IcfOCzJy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v0IcfOCzJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IcfOCzJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0IcfOCzJy .row {
  justify-content: center;
}
.cid-v0IcfOCzJy .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v0IcfOCzJy .row {
    padding: 0 12px;
  }
}
.cid-v0IcfOCzJy .item-wrap {
  z-index: 1;
}
.cid-v0IcfOCzJy .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v0IcfOCzJy .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v0IcfOCzJy .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v0IcfOCzJy .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v0IcfOCzJy .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v0IcfOCzJy .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0IcfOCzJy .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v0IcfOCzJy .mbr-section-title,
.cid-v0IcfOCzJy .mbr-iconfont {
  color: #181818;
}
.cid-v0IcfOCzJy .mbr-text {
  color: #181818;
}
.cid-v0IkhK3t50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v0IkhK3t50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0IkhK3t50 .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-v0IkhK3t50 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v0IkhK3t50 .container {
    padding: 0 16px;
  }
}
.cid-v0IkhK3t50 .row {
  justify-content: center;
}
.cid-v0IkhK3t50 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0IkhK3t50 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0IkhK3t50 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0IkhK3t50 .card {
    flex-direction: column;
  }
}
.cid-v0IkhK3t50 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IkhK3t50 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v0IkhK3t50 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v0IkhK3t50 .image-wrapper img {
    height: 350px;
  }
}
.cid-v0IkhK3t50 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v0IkhK3t50 .content-wrapper {
    width: 100%;
  }
}
.cid-v0IkhK3t50 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0IkhK3t50 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v0IkhK3t50 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0IkhK3t50 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0IkhK3t50 .mbr-section-subtitle,
.cid-v0IkhK3t50 .mbr-section-btn {
  text-align: center;
}
.cid-uZirF3XKsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uZirF3XKsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZirF3XKsX .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-uZirF3XKsX .container {
    padding: 0 30px;
  }
}
.cid-uZirF3XKsX .row {
  justify-content: center;
}
.cid-uZirF3XKsX .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uZirF3XKsX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZirF3XKsX .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZirF3XKsX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap:hover,
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap:hover::before,
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uZirF3XKsX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZirF3XKsX .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uZirF3XKsX .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZirF3XKsX .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uZirF3XKsX .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZirF3XKsX .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uZirF3XKsX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZirF3XKsX .mbr-section-title {
  color: #bee0d6;
}
.cid-uZirF3XKsX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZirF3XKsX .list {
  color: #bee0d6;
}
.cid-uZirF3XKsX .mbr-address {
  color: #bee0d6;
}
.cid-uZirF3XKsX .mbr-copy {
  color: #bee0d6;
}
.cid-uZirF3XKsX .list,
.cid-uZirF3XKsX .item-wrap,
.cid-uZirF3XKsX .nav-wrapper {
  color: #fdf9d5;
}
.cid-uZ8cpsfO9R {
  background-color: transparent;
}
.cid-uZ8cpsfO9R .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-uZ8cpsfO9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-uZ8cpsfO9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ8cpsfO9R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ8cpsfO9R .menu_box .navbar.opened,
  .cid-uZ8cpsfO9R .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ8cpsfO9R .navbar-dropdown {
  position: relative !important;
}
.cid-uZ8cpsfO9R .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uZ8cpsfO9R .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uZ8cpsfO9R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ8cpsfO9R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ8cpsfO9R .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-uZ8cpsfO9R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ8cpsfO9R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ8cpsfO9R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ8cpsfO9R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ8cpsfO9R .offcanvas-body .mbr-text,
  .cid-uZ8cpsfO9R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ8cpsfO9R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ8cpsfO9R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ8cpsfO9R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ8cpsfO9R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ8cpsfO9R .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-uZ8cpsfO9R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ8cpsfO9R li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ8cpsfO9R .lg_brand {
    margin: 0 1rem;
  }
  .cid-uZ8cpsfO9R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uZ8cpsfO9R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ8cpsfO9R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ8cpsfO9R .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ8cpsfO9R .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZ8cpsfO9R .nav-item .nav-link:hover,
.cid-uZ8cpsfO9R .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uZ8cpsfO9R .nav-item .nav-link:hover::before,
.cid-uZ8cpsfO9R .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ8cpsfO9R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ8cpsfO9R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ8cpsfO9R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ8cpsfO9R .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-uZ8cpsfO9R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ8cpsfO9R .offcanvas_box {
    display: none;
  }
}
.cid-uZ8cpsfO9R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ8cpsfO9R .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ8cpsfO9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ8cpsfO9R .container {
  display: flex;
  margin: auto;
}
.cid-uZ8cpsfO9R .iconfont-wrapper {
  color: #fdf9d5;
  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-uZ8cpsfO9R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ8cpsfO9R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ8cpsfO9R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ8cpsfO9R .navbar-nav {
    margin: 0;
  }
}
.cid-uZ8cpsfO9R .dropdown-menu,
.cid-uZ8cpsfO9R .navbar.opened {
  background-color: false !important;
}
.cid-uZ8cpsfO9R .nav-item:focus,
.cid-uZ8cpsfO9R .nav-link:focus {
  outline: none;
}
.cid-uZ8cpsfO9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ8cpsfO9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ8cpsfO9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ8cpsfO9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ8cpsfO9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ8cpsfO9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ8cpsfO9R .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ8cpsfO9R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ8cpsfO9R .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ8cpsfO9R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ8cpsfO9R .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uZ8cpsfO9R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ8cpsfO9R .navbar.collapsed {
  justify-content: center;
}
.cid-uZ8cpsfO9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ8cpsfO9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ8cpsfO9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ8cpsfO9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ8cpsfO9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ8cpsfO9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ8cpsfO9R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ8cpsfO9R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ8cpsfO9R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ8cpsfO9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ8cpsfO9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ8cpsfO9R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ8cpsfO9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ8cpsfO9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ8cpsfO9R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ8cpsfO9R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ8cpsfO9R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ8cpsfO9R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ8cpsfO9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ8cpsfO9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ8cpsfO9R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ8cpsfO9R .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ8cpsfO9R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ8cpsfO9R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ8cpsfO9R .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-uZ8cpsfO9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZ8cpsfO9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ8cpsfO9R .dropdown-item.active,
.cid-uZ8cpsfO9R .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ8cpsfO9R .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ8cpsfO9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ8cpsfO9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ8cpsfO9R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ8cpsfO9R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ8cpsfO9R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ8cpsfO9R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-uZ8cpsfO9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-uZ8cpsfO9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ8cpsfO9R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ8cpsfO9R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ8cpsfO9R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ8cpsfO9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ8cpsfO9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ8cpsfO9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ8cpsfO9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ8cpsfO9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ8cpsfO9R .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-uZ8cpsfO9R .navbar {
    height: 70px;
  }
  .cid-uZ8cpsfO9R .navbar.opened {
    height: auto;
  }
  .cid-uZ8cpsfO9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ8cpsfO9R .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ8cpsfO9R .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uZ8cpsfO9R .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uZ8cpsfO9R .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-uZ8cpsfO9R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ8cpsfO9R .text_widget {
  margin-bottom: 32px;
}
.cid-uZ8cpsfO9R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ8cpsfO9R .text_widget a:hover,
.cid-uZ8cpsfO9R .text_widget a:focus {
  opacity: .8;
}
.cid-uZ8cpsfO9R .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uZ8cpsfO9R .navbar-caption {
  color: #bee0d6;
}
.cid-uZ8cpsfO9R .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-uZ8cpsfO9R .mbr-section-subtitle,
.cid-uZ8cpsfO9R .text_widget,
.cid-uZ8cpsfO9R .mbr-section-btn {
  text-align: right;
}
.cid-uZ8cpsfO9R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ8cpsNsNg {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1000225161-1600x1200.jpeg");
}
.cid-uZ8cpsNsNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8cpsNsNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8cpsNsNg .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZ8cpsNsNg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ8cpsNsNg .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ8cpsNsNg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8cpsNsNg .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uZ8cpsNsNg .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8cpsNsNg .text-wrapper {
    padding-left: 0;
  }
}
.cid-uZ8cpsNsNg .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ8cpsNsNg .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uZ8cpsNsNg .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZ8cpsNsNg .mbr-label {
  color: #ffffff;
}
.cid-uZ8cpsNsNg .mbr-section-title {
  color: #1d1626;
  text-align: left;
}
.cid-uZ8cpsNsNg .mbr-text {
  color: #ffffff;
}
.cid-uZ8cpt5YR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #fdf9d5;
}
.cid-uZ8cpt5YR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8cpt5YR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8cpt5YR9 .card {
  justify-content: flex-end;
}
.cid-uZ8cpt5YR9 .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uZ8cpt5YR9 .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.cid-uZ8cpt5YR9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZ8cpt5YR9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8cpt5YR9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ8cpt5YR9 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8cpt5YR9 .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZ8cpt5YR9 .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.cid-uZ8cpt5YR9 .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZ8cpt5YR9 .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uZ8cpt5YR9 .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ8cpt5YR9 .mbr-section-title {
  color: #093388;
}
.cid-uZ8cpt5YR9 .mbr-text {
  color: #58595b;
}
.cid-uZ8cpt5YR9 .mbr-text,
.cid-uZ8cpt5YR9 .text-wrapper {
  text-align: left;
}
.cid-uZ8cpt5YR9 .mbr-section-title,
.cid-uZ8cpt5YR9 .mbr-section-btn {
  color: #000000;
}
.cid-v1YkJtmsrD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-v1YkJtmsrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1YkJtmsrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1YkJtmsrD .card-wrapper {
  width: 100%;
}
.cid-v1YkJtmsrD .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1YkJtmsrD .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v1YkJtmsrD .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-v1YkJtmsrD .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v1YkJtmsrD .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-v1YkJtmsrD .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1YkJtmsrD .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-v1YkJtmsrD .text-wrap {
    padding: 8px 16px;
  }
}
.cid-v1YkJtmsrD .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v1YkJtmsrD .card-title {
    text-align: center !important;
  }
}
.cid-v1YkJtmsrD .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1YkJtmsrD .card-text {
    text-align: center !important;
  }
}
.cid-v1YkPK5r51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v1YkPK5r51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1YkPK5r51 .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-v1YkPK5r51 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v1YkPK5r51 .container {
    padding: 0 16px;
  }
}
.cid-v1YkPK5r51 .row {
  justify-content: center;
}
.cid-v1YkPK5r51 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1YkPK5r51 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1YkPK5r51 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v1YkPK5r51 .card {
    flex-direction: column;
  }
}
.cid-v1YkPK5r51 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1YkPK5r51 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1YkPK5r51 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v1YkPK5r51 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1YkPK5r51 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v1YkPK5r51 .content-wrapper {
    width: 100%;
  }
}
.cid-v1YkPK5r51 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1YkPK5r51 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v1YkPK5r51 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1YkPK5r51 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v1YkPK5r51 .mbr-section-subtitle,
.cid-v1YkPK5r51 .mbr-section-btn {
  text-align: center;
}
.cid-v22jUkiXGA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v22jUkiXGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22jUkiXGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22jUkiXGA .row {
  justify-content: center;
}
.cid-v22jUkiXGA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v22jUkiXGA .row {
    padding: 0 12px;
  }
}
.cid-v22jUkiXGA .item-wrap {
  z-index: 1;
}
.cid-v22jUkiXGA .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v22jUkiXGA .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v22jUkiXGA .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v22jUkiXGA .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v22jUkiXGA .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v22jUkiXGA .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v22jUkiXGA .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v22jUkiXGA .mbr-section-title,
.cid-v22jUkiXGA .mbr-iconfont {
  color: #181818;
}
.cid-v22jUkiXGA .mbr-text {
  color: #181818;
}
.cid-v22fxkTKqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22fxkTKqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22fxkTKqr .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-v22fxkTKqr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22fxkTKqr .container {
    padding: 0 16px;
  }
}
.cid-v22fxkTKqr .row {
  justify-content: center;
}
.cid-v22fxkTKqr .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22fxkTKqr .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22fxkTKqr .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22fxkTKqr .card {
    flex-direction: column;
  }
}
.cid-v22fxkTKqr .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22fxkTKqr .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22fxkTKqr .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22fxkTKqr .image-wrapper img {
    height: 350px;
  }
}
.cid-v22fxkTKqr .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22fxkTKqr .content-wrapper {
    width: 100%;
  }
}
.cid-v22fxkTKqr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22fxkTKqr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22fxkTKqr .mbr-section-subtitle {
  color: #000000;
}
.cid-v22fxkTKqr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22fxkTKqr .mbr-section-subtitle,
.cid-v22fxkTKqr .mbr-section-btn {
  text-align: center;
}
.cid-v22jUPvLsw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v22jUPvLsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22jUPvLsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22jUPvLsw .row {
  justify-content: center;
}
.cid-v22jUPvLsw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v22jUPvLsw .row {
    padding: 0 12px;
  }
}
.cid-v22jUPvLsw .item-wrap {
  z-index: 1;
}
.cid-v22jUPvLsw .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v22jUPvLsw .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v22jUPvLsw .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v22jUPvLsw .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v22jUPvLsw .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v22jUPvLsw .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v22jUPvLsw .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v22jUPvLsw .mbr-section-title,
.cid-v22jUPvLsw .mbr-iconfont {
  color: #181818;
}
.cid-v22jUPvLsw .mbr-text {
  color: #181818;
}
.cid-v22geWhX21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22geWhX21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22geWhX21 .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-v22geWhX21 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22geWhX21 .container {
    padding: 0 16px;
  }
}
.cid-v22geWhX21 .row {
  justify-content: center;
}
.cid-v22geWhX21 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22geWhX21 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22geWhX21 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22geWhX21 .card {
    flex-direction: column;
  }
}
.cid-v22geWhX21 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22geWhX21 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22geWhX21 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22geWhX21 .image-wrapper img {
    height: 350px;
  }
}
.cid-v22geWhX21 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22geWhX21 .content-wrapper {
    width: 100%;
  }
}
.cid-v22geWhX21 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22geWhX21 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22geWhX21 .mbr-section-subtitle {
  color: #000000;
}
.cid-v22geWhX21 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22geWhX21 .mbr-section-subtitle,
.cid-v22geWhX21 .mbr-section-btn {
  text-align: center;
}
.cid-v22jVvZ0iM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v22jVvZ0iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22jVvZ0iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22jVvZ0iM .row {
  justify-content: center;
}
.cid-v22jVvZ0iM .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v22jVvZ0iM .row {
    padding: 0 12px;
  }
}
.cid-v22jVvZ0iM .item-wrap {
  z-index: 1;
}
.cid-v22jVvZ0iM .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v22jVvZ0iM .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v22jVvZ0iM .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v22jVvZ0iM .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v22jVvZ0iM .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v22jVvZ0iM .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v22jVvZ0iM .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v22jVvZ0iM .mbr-section-title,
.cid-v22jVvZ0iM .mbr-iconfont {
  color: #181818;
}
.cid-v22jVvZ0iM .mbr-text {
  color: #181818;
}
.cid-v22h8BaOdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22h8BaOdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22h8BaOdl .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-v22h8BaOdl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22h8BaOdl .container {
    padding: 0 16px;
  }
}
.cid-v22h8BaOdl .row {
  justify-content: center;
}
.cid-v22h8BaOdl .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22h8BaOdl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22h8BaOdl .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22h8BaOdl .card {
    flex-direction: column;
  }
}
.cid-v22h8BaOdl .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22h8BaOdl .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22h8BaOdl .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22h8BaOdl .image-wrapper img {
    height: 350px;
  }
}
.cid-v22h8BaOdl .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22h8BaOdl .content-wrapper {
    width: 100%;
  }
}
.cid-v22h8BaOdl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22h8BaOdl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22h8BaOdl .mbr-section-subtitle {
  color: #000000;
}
.cid-v22h8BaOdl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22h8BaOdl .mbr-section-subtitle,
.cid-v22h8BaOdl .mbr-section-btn {
  text-align: center;
}
.cid-v22jW5FpNB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v22jW5FpNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22jW5FpNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22jW5FpNB .row {
  justify-content: center;
}
.cid-v22jW5FpNB .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v22jW5FpNB .row {
    padding: 0 12px;
  }
}
.cid-v22jW5FpNB .item-wrap {
  z-index: 1;
}
.cid-v22jW5FpNB .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v22jW5FpNB .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v22jW5FpNB .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v22jW5FpNB .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v22jW5FpNB .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v22jW5FpNB .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v22jW5FpNB .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v22jW5FpNB .mbr-section-title,
.cid-v22jW5FpNB .mbr-iconfont {
  color: #181818;
}
.cid-v22jW5FpNB .mbr-text {
  color: #181818;
}
.cid-v22i1HJQB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22i1HJQB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22i1HJQB9 .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-v22i1HJQB9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22i1HJQB9 .container {
    padding: 0 16px;
  }
}
.cid-v22i1HJQB9 .row {
  justify-content: center;
}
.cid-v22i1HJQB9 .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22i1HJQB9 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22i1HJQB9 .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22i1HJQB9 .card {
    flex-direction: column;
  }
}
.cid-v22i1HJQB9 .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22i1HJQB9 .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22i1HJQB9 .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22i1HJQB9 .image-wrapper img {
    height: 350px;
  }
}
.cid-v22i1HJQB9 .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22i1HJQB9 .content-wrapper {
    width: 100%;
  }
}
.cid-v22i1HJQB9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22i1HJQB9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22i1HJQB9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v22i1HJQB9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22i1HJQB9 .mbr-section-subtitle,
.cid-v22i1HJQB9 .mbr-section-btn {
  text-align: center;
}
.cid-v22jWLAnry {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v22jWLAnry .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22jWLAnry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22jWLAnry .row {
  justify-content: center;
}
.cid-v22jWLAnry .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v22jWLAnry .row {
    padding: 0 12px;
  }
}
.cid-v22jWLAnry .item-wrap {
  z-index: 1;
}
.cid-v22jWLAnry .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v22jWLAnry .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v22jWLAnry .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v22jWLAnry .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v22jWLAnry .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v22jWLAnry .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v22jWLAnry .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v22jWLAnry .mbr-section-title,
.cid-v22jWLAnry .mbr-iconfont {
  color: #181818;
}
.cid-v22jWLAnry .mbr-text {
  color: #181818;
}
.cid-v22j0Qd4yG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
  overflow: hidden;
}
.cid-v22j0Qd4yG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22j0Qd4yG .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-v22j0Qd4yG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v22j0Qd4yG .container {
    padding: 0 16px;
  }
}
.cid-v22j0Qd4yG .row {
  justify-content: center;
}
.cid-v22j0Qd4yG .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v22j0Qd4yG .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v22j0Qd4yG .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v22j0Qd4yG .card {
    flex-direction: column;
  }
}
.cid-v22j0Qd4yG .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22j0Qd4yG .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v22j0Qd4yG .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v22j0Qd4yG .image-wrapper img {
    height: 350px;
  }
}
.cid-v22j0Qd4yG .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v22j0Qd4yG .content-wrapper {
    width: 100%;
  }
}
.cid-v22j0Qd4yG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v22j0Qd4yG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v22j0Qd4yG .mbr-section-subtitle {
  color: #000000;
}
.cid-v22j0Qd4yG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v22j0Qd4yG .mbr-section-subtitle,
.cid-v22j0Qd4yG .mbr-section-btn {
  text-align: center;
}
.cid-uZ8cpuYEbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-uZ8cpuYEbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8cpuYEbs .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-uZ8cpuYEbs .container {
    padding: 0 30px;
  }
}
.cid-uZ8cpuYEbs .row {
  justify-content: center;
}
.cid-uZ8cpuYEbs .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uZ8cpuYEbs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8cpuYEbs .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZ8cpuYEbs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap:hover,
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap:hover::before,
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uZ8cpuYEbs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ8cpuYEbs .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uZ8cpuYEbs .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ8cpuYEbs .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uZ8cpuYEbs .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8cpuYEbs .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uZ8cpuYEbs .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uZ8cpuYEbs .mbr-section-title {
  color: #bee0d6;
}
.cid-uZ8cpuYEbs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZ8cpuYEbs .list {
  color: #bee0d6;
}
.cid-uZ8cpuYEbs .mbr-address {
  color: #bee0d6;
}
.cid-uZ8cpuYEbs .mbr-copy {
  color: #bee0d6;
}
.cid-uZ8cpuYEbs .list,
.cid-uZ8cpuYEbs .item-wrap,
.cid-uZ8cpuYEbs .nav-wrapper {
  color: #fdf9d5;
}
.cid-v1WDvLPKUA {
  background-color: transparent;
}
.cid-v1WDvLPKUA .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-v1WDvLPKUA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-v1WDvLPKUA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1WDvLPKUA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v1WDvLPKUA .menu_box .navbar.opened,
  .cid-v1WDvLPKUA .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1WDvLPKUA .navbar-dropdown {
  position: relative !important;
}
.cid-v1WDvLPKUA .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v1WDvLPKUA .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v1WDvLPKUA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1WDvLPKUA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1WDvLPKUA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-v1WDvLPKUA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1WDvLPKUA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1WDvLPKUA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1WDvLPKUA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1WDvLPKUA .offcanvas-body .mbr-text,
  .cid-v1WDvLPKUA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v1WDvLPKUA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1WDvLPKUA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1WDvLPKUA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1WDvLPKUA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1WDvLPKUA .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-v1WDvLPKUA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1WDvLPKUA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v1WDvLPKUA .lg_brand {
    margin: 0 1rem;
  }
  .cid-v1WDvLPKUA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-v1WDvLPKUA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1WDvLPKUA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .nav-item {
    margin: 0 !important;
  }
}
.cid-v1WDvLPKUA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v1WDvLPKUA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1WDvLPKUA .nav-item .nav-link:hover,
.cid-v1WDvLPKUA .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-v1WDvLPKUA .nav-item .nav-link:hover::before,
.cid-v1WDvLPKUA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v1WDvLPKUA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1WDvLPKUA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v1WDvLPKUA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1WDvLPKUA .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-v1WDvLPKUA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1WDvLPKUA .offcanvas_box {
    display: none;
  }
}
.cid-v1WDvLPKUA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v1WDvLPKUA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1WDvLPKUA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1WDvLPKUA .container {
  display: flex;
  margin: auto;
}
.cid-v1WDvLPKUA .iconfont-wrapper {
  color: #fdf9d5;
  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-v1WDvLPKUA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1WDvLPKUA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1WDvLPKUA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1WDvLPKUA .navbar-nav {
    margin: 0;
  }
}
.cid-v1WDvLPKUA .dropdown-menu,
.cid-v1WDvLPKUA .navbar.opened {
  background-color: false !important;
}
.cid-v1WDvLPKUA .nav-item:focus,
.cid-v1WDvLPKUA .nav-link:focus {
  outline: none;
}
.cid-v1WDvLPKUA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1WDvLPKUA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1WDvLPKUA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1WDvLPKUA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1WDvLPKUA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1WDvLPKUA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1WDvLPKUA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v1WDvLPKUA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v1WDvLPKUA .navbar.opened {
  transition: all 0.3s;
}
.cid-v1WDvLPKUA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1WDvLPKUA .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v1WDvLPKUA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1WDvLPKUA .navbar.collapsed {
  justify-content: center;
}
.cid-v1WDvLPKUA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1WDvLPKUA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1WDvLPKUA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1WDvLPKUA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1WDvLPKUA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1WDvLPKUA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1WDvLPKUA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1WDvLPKUA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1WDvLPKUA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v1WDvLPKUA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1WDvLPKUA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1WDvLPKUA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1WDvLPKUA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1WDvLPKUA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v1WDvLPKUA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1WDvLPKUA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1WDvLPKUA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1WDvLPKUA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1WDvLPKUA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v1WDvLPKUA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1WDvLPKUA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1WDvLPKUA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1WDvLPKUA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1WDvLPKUA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1WDvLPKUA .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-v1WDvLPKUA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1WDvLPKUA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1WDvLPKUA .dropdown-item.active,
.cid-v1WDvLPKUA .dropdown-item:active {
  background-color: transparent;
}
.cid-v1WDvLPKUA .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v1WDvLPKUA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1WDvLPKUA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1WDvLPKUA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1WDvLPKUA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v1WDvLPKUA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1WDvLPKUA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-v1WDvLPKUA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-v1WDvLPKUA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1WDvLPKUA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1WDvLPKUA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1WDvLPKUA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1WDvLPKUA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1WDvLPKUA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1WDvLPKUA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1WDvLPKUA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1WDvLPKUA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1WDvLPKUA .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-v1WDvLPKUA .navbar {
    height: 70px;
  }
  .cid-v1WDvLPKUA .navbar.opened {
    height: auto;
  }
  .cid-v1WDvLPKUA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1WDvLPKUA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v1WDvLPKUA .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1WDvLPKUA .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-v1WDvLPKUA .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-v1WDvLPKUA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v1WDvLPKUA .text_widget {
  margin-bottom: 32px;
}
.cid-v1WDvLPKUA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v1WDvLPKUA .text_widget a:hover,
.cid-v1WDvLPKUA .text_widget a:focus {
  opacity: .8;
}
.cid-v1WDvLPKUA .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-v1WDvLPKUA .navbar-caption {
  color: #bee0d6;
}
.cid-v1WDvLPKUA .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-v1WDvLPKUA .mbr-section-subtitle,
.cid-v1WDvLPKUA .text_widget,
.cid-v1WDvLPKUA .mbr-section-btn {
  text-align: right;
}
.cid-v1WDvLPKUA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1WDvMk805 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1WDvMk805 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WDvMk805 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WDvMk805 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v1WDvMk805 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v1WDvMk805 .content-wrapper {
    width: 100%;
  }
}
.cid-v1WDvMk805 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v1WDvMk805 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v1WDvMk805 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v1WDvMk805 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WDvMk805 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1WDvMk805 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1WDvMk805 .mbr-label {
  color: #000000;
  text-align: left;
}
.cid-v1WDvMk805 .mbr-section-title {
  color: #181824;
}
.cid-v1WDvMk805 .mbr-section-title,
.cid-v1WDvMk805 .mbr-section-btn,
.cid-v1WDvMk805 .icon-wrapper {
  text-align: left;
}
.cid-v1WDvMBtrM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-v1WDvMBtrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WDvMBtrM .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-v1WDvMBtrM .container {
    padding: 0 30px;
  }
}
.cid-v1WDvMBtrM .row {
  justify-content: center;
}
.cid-v1WDvMBtrM .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v1WDvMBtrM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WDvMBtrM .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v1WDvMBtrM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap:hover,
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap:hover::before,
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v1WDvMBtrM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1WDvMBtrM .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v1WDvMBtrM .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1WDvMBtrM .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v1WDvMBtrM .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WDvMBtrM .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v1WDvMBtrM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1WDvMBtrM .mbr-section-title {
  color: #bee0d6;
}
.cid-v1WDvMBtrM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1WDvMBtrM .list {
  color: #bee0d6;
}
.cid-v1WDvMBtrM .mbr-address {
  color: #bee0d6;
}
.cid-v1WDvMBtrM .mbr-copy {
  color: #bee0d6;
}
.cid-v1WDvMBtrM .list,
.cid-v1WDvMBtrM .item-wrap,
.cid-v1WDvMBtrM .nav-wrapper {
  color: #fdf9d5;
}
.cid-v1WGEonaTj {
  background-color: transparent;
}
.cid-v1WGEonaTj .navbar-dropdown {
  background-color: #454545 !important;
  padding: 0;
}
.cid-v1WGEonaTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #454545 !important;
  background: #454545;
}
.cid-v1WGEonaTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1WGEonaTj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v1WGEonaTj .menu_box .navbar.opened,
  .cid-v1WGEonaTj .menu_box .navbar-collapse {
    background-color: #454545 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1WGEonaTj .navbar-dropdown {
  position: relative !important;
}
.cid-v1WGEonaTj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v1WGEonaTj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v1WGEonaTj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1WGEonaTj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1WGEonaTj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fdf9d5;
  }
  .cid-v1WGEonaTj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1WGEonaTj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1WGEonaTj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1WGEonaTj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1WGEonaTj .offcanvas-body .mbr-text,
  .cid-v1WGEonaTj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v1WGEonaTj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #454545;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1WGEonaTj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1WGEonaTj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1WGEonaTj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1WGEonaTj .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-v1WGEonaTj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1WGEonaTj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v1WGEonaTj .lg_brand {
    margin: 0 1rem;
  }
  .cid-v1WGEonaTj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-v1WGEonaTj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1WGEonaTj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .nav-item {
    margin: 0 !important;
  }
}
.cid-v1WGEonaTj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v1WGEonaTj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1WGEonaTj .nav-item .nav-link:hover,
.cid-v1WGEonaTj .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-v1WGEonaTj .nav-item .nav-link:hover::before,
.cid-v1WGEonaTj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v1WGEonaTj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1WGEonaTj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v1WGEonaTj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1WGEonaTj .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-v1WGEonaTj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1WGEonaTj .offcanvas_box {
    display: none;
  }
}
.cid-v1WGEonaTj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v1WGEonaTj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1WGEonaTj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1WGEonaTj .container {
  display: flex;
  margin: auto;
}
.cid-v1WGEonaTj .iconfont-wrapper {
  color: #fdf9d5;
  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-v1WGEonaTj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1WGEonaTj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1WGEonaTj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1WGEonaTj .navbar-nav {
    margin: 0;
  }
}
.cid-v1WGEonaTj .dropdown-menu,
.cid-v1WGEonaTj .navbar.opened {
  background-color: false !important;
}
.cid-v1WGEonaTj .nav-item:focus,
.cid-v1WGEonaTj .nav-link:focus {
  outline: none;
}
.cid-v1WGEonaTj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1WGEonaTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1WGEonaTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1WGEonaTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1WGEonaTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1WGEonaTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1WGEonaTj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v1WGEonaTj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v1WGEonaTj .navbar.opened {
  transition: all 0.3s;
}
.cid-v1WGEonaTj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1WGEonaTj .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v1WGEonaTj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1WGEonaTj .navbar.collapsed {
  justify-content: center;
}
.cid-v1WGEonaTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1WGEonaTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1WGEonaTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1WGEonaTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1WGEonaTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1WGEonaTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1WGEonaTj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1WGEonaTj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1WGEonaTj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v1WGEonaTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1WGEonaTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1WGEonaTj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1WGEonaTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1WGEonaTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v1WGEonaTj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1WGEonaTj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1WGEonaTj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1WGEonaTj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1WGEonaTj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v1WGEonaTj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1WGEonaTj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1WGEonaTj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1WGEonaTj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1WGEonaTj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1WGEonaTj .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-v1WGEonaTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1WGEonaTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1WGEonaTj .dropdown-item.active,
.cid-v1WGEonaTj .dropdown-item:active {
  background-color: transparent;
}
.cid-v1WGEonaTj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v1WGEonaTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1WGEonaTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1WGEonaTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1WGEonaTj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v1WGEonaTj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1WGEonaTj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #454545;
  background: #fdf9d5;
}
.cid-v1WGEonaTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #454545;
}
.cid-v1WGEonaTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1WGEonaTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1WGEonaTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1WGEonaTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1WGEonaTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1WGEonaTj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1WGEonaTj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1WGEonaTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1WGEonaTj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1WGEonaTj .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-v1WGEonaTj .navbar {
    height: 70px;
  }
  .cid-v1WGEonaTj .navbar.opened {
    height: auto;
  }
  .cid-v1WGEonaTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1WGEonaTj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v1WGEonaTj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v1WGEonaTj .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-v1WGEonaTj .navbar-caption:hover {
  color: #454545;
}
@media (min-width: 992px) {
  .cid-v1WGEonaTj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v1WGEonaTj .text_widget {
  margin-bottom: 32px;
}
.cid-v1WGEonaTj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v1WGEonaTj .text_widget a:hover,
.cid-v1WGEonaTj .text_widget a:focus {
  opacity: .8;
}
.cid-v1WGEonaTj .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-v1WGEonaTj .navbar-caption {
  color: #bee0d6;
}
.cid-v1WGEonaTj .mbr-text {
  color: #254b45;
  text-align: right;
}
.cid-v1WGEonaTj .mbr-section-subtitle,
.cid-v1WGEonaTj .text_widget,
.cid-v1WGEonaTj .mbr-section-btn {
  text-align: right;
}
.cid-v1WGEonaTj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1WHagmdZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf9d5;
}
.cid-v1WHagmdZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WHagmdZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WHagmdZn .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v1WHagmdZn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1WHagmdZn .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v1WHagmdZn .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v1WHagmdZn .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v1WHagmdZn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v1WHagmdZn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #efefef, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1WHagmdZn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1WHagmdZn .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-v1WHagmdZn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1WHagmdZn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v1WHagmdZn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1WHagmdZn .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-v1WHagmdZn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v1WHagmdZn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v1WHagmdZn .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-v1WHagmdZn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v1WHagmdZn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v1WHagmdZn .mbr-label,
.cid-v1WHagmdZn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1WHagmdZn .mbr-section-title,
.cid-v1WHagmdZn .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1WHagmdZn .mbr-text,
.cid-v1WHagmdZn .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v1WHagmdZn .panel-title-edit {
  color: #000000;
}
.cid-v1WHagmdZn .panel-text {
  color: #515151;
}
.cid-v1WHagmdZn .panel-text,
.cid-v1WHagmdZn .panel-body {
  color: #000c3f;
}
.cid-v1WJTRJU2O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fdf9d5;
}
.cid-v1WJTRJU2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WJTRJU2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WJTRJU2O .row {
  justify-content: center;
}
.cid-v1WJTRJU2O .item-wrap {
  z-index: 1;
}
.cid-v1WJTRJU2O .card {
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-v1WJTRJU2O .card {
    margin-bottom: 2rem;
    justify-content: center;
  }
}
.cid-v1WJTRJU2O .card .mbr-iconfont {
  font-size: 24px;
  display: block;
  margin-right: 1rem;
  padding-top: 6px;
}
.cid-v1WJTRJU2O .card .text-wrapper .mbr-section-title {
  margin-bottom: 4px;
}
.cid-v1WJTRJU2O .card .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-v1WJTRJU2O .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #454545;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1WJTRJU2O .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v1WJTRJU2O .mbr-section-title,
.cid-v1WJTRJU2O .mbr-iconfont {
  color: #181818;
}
.cid-v1WJTRJU2O .mbr-text {
  color: #181818;
}
.cid-v1WGEp8uOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
  overflow: hidden;
}
.cid-v1WGEp8uOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WGEp8uOE .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-v1WGEp8uOE .container {
    padding: 0 30px;
  }
}
.cid-v1WGEp8uOE .row {
  justify-content: center;
}
.cid-v1WGEp8uOE .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-v1WGEp8uOE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WGEp8uOE .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v1WGEp8uOE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap:hover,
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap:hover::before,
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-v1WGEp8uOE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1WGEp8uOE .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-v1WGEp8uOE .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1WGEp8uOE .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-v1WGEp8uOE .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1WGEp8uOE .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-v1WGEp8uOE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1WGEp8uOE .mbr-section-title {
  color: #bee0d6;
}
.cid-v1WGEp8uOE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1WGEp8uOE .list {
  color: #bee0d6;
}
.cid-v1WGEp8uOE .mbr-address {
  color: #bee0d6;
}
.cid-v1WGEp8uOE .mbr-copy {
  color: #bee0d6;
}
.cid-v1WGEp8uOE .list,
.cid-v1WGEp8uOE .item-wrap,
.cid-v1WGEp8uOE .nav-wrapper {
  color: #fdf9d5;
}
