body {
  background-color: #f0f5ed;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.8rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.6rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.56rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #386641 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #386641 !important;
  border-color: #386641 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #192e1d !important;
  border-color: #192e1d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #192e1d !important;
  border-color: #192e1d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc4749 !important;
  border-color: #bc4749 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e2e2f !important;
  border-color: #7e2e2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e2e2f !important;
  border-color: #7e2e2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #386641;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #192e1d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #386641 !important;
  border-color: #386641 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc4749;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7e2e2f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc4749 !important;
  border-color: #bc4749 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #386641 !important;
}
.text-secondary {
  color: #bc4749 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #142417 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #732a2b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #386641;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #386641;
  border-color: #386641;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #386641;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6eaf7b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #386641 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #386641;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #386641;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #386641;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #386641;
  border-bottom-color: #386641;
}
.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: #386641 !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: #bc4749 !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='%23386641' %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 {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #386641 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #386641 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #bc4749 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #bc4749 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #20ac6b !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #20ac6b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #0aa3c2 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #cc9900 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #cc9900 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ae1e2c !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ae1e2c !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-uBUvRrgTAB .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uBUvRrgTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uBUvRrgTAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .menu_box .navbar.opened,
  .cid-uBUvRrgTAB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBUvRrgTAB .navbar-dropdown {
  position: relative !important;
}
.cid-uBUvRrgTAB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBUvRrgTAB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uBUvRrgTAB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uBUvRrgTAB .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uBUvRrgTAB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uBUvRrgTAB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uBUvRrgTAB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uBUvRrgTAB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uBUvRrgTAB .offcanvas-body .mbr-text,
  .cid-uBUvRrgTAB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uBUvRrgTAB .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uBUvRrgTAB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uBUvRrgTAB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uBUvRrgTAB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBUvRrgTAB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uBUvRrgTAB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uBUvRrgTAB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uBUvRrgTAB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uBUvRrgTAB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uBUvRrgTAB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uBUvRrgTAB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .nav-item {
    margin: 0 !important;
  }
}
.cid-uBUvRrgTAB .nav-item .nav-link {
  position: relative;
}
.cid-uBUvRrgTAB .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uBUvRrgTAB .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uBUvRrgTAB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBUvRrgTAB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBUvRrgTAB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBUvRrgTAB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uBUvRrgTAB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBUvRrgTAB .offcanvas_box {
    display: none;
  }
}
.cid-uBUvRrgTAB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBUvRrgTAB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBUvRrgTAB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBUvRrgTAB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBUvRrgTAB .container {
    flex-wrap: nowrap;
  }
}
.cid-uBUvRrgTAB .iconfont-wrapper {
  color: #000000;
  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-uBUvRrgTAB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBUvRrgTAB .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uBUvRrgTAB .navbar-caption {
  color: #000000;
}
.cid-uBUvRrgTAB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uBUvRrgTAB .navbar-nav {
    margin: 0;
  }
}
.cid-uBUvRrgTAB .dropdown-menu,
.cid-uBUvRrgTAB .navbar.opened {
  background-color: false !important;
}
.cid-uBUvRrgTAB .nav-item:focus,
.cid-uBUvRrgTAB .nav-link:focus {
  outline: none;
}
.cid-uBUvRrgTAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBUvRrgTAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBUvRrgTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBUvRrgTAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBUvRrgTAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBUvRrgTAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBUvRrgTAB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBUvRrgTAB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBUvRrgTAB .navbar.opened {
  transition: all 0.3s;
}
.cid-uBUvRrgTAB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBUvRrgTAB .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uBUvRrgTAB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBUvRrgTAB .navbar.collapsed {
  justify-content: center;
}
.cid-uBUvRrgTAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBUvRrgTAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBUvRrgTAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBUvRrgTAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBUvRrgTAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBUvRrgTAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBUvRrgTAB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBUvRrgTAB .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uBUvRrgTAB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uBUvRrgTAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBUvRrgTAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBUvRrgTAB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBUvRrgTAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBUvRrgTAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBUvRrgTAB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBUvRrgTAB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBUvRrgTAB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBUvRrgTAB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBUvRrgTAB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBUvRrgTAB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBUvRrgTAB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBUvRrgTAB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBUvRrgTAB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBUvRrgTAB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBUvRrgTAB .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-uBUvRrgTAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBUvRrgTAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBUvRrgTAB .dropdown-item.active,
.cid-uBUvRrgTAB .dropdown-item:active {
  background-color: transparent;
}
.cid-uBUvRrgTAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBUvRrgTAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBUvRrgTAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBUvRrgTAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBUvRrgTAB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBUvRrgTAB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBUvRrgTAB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uBUvRrgTAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBUvRrgTAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBUvRrgTAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBUvRrgTAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBUvRrgTAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBUvRrgTAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBUvRrgTAB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBUvRrgTAB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBUvRrgTAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBUvRrgTAB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBUvRrgTAB .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-uBUvRrgTAB .navbar {
    height: 70px;
  }
  .cid-uBUvRrgTAB .navbar.opened {
    height: auto;
  }
  .cid-uBUvRrgTAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBUvRrgTAB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uBUvRrgTAB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uBUvRrgTAB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uBUvRrgTAB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uBUvRrgTAB .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uBUvRrgTAB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBUvRrgTAB .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uBUvRrgTAB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBUvRrgTAB .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uBUvRrgTAB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uBUvRrgTAB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBUvRrgTAB .mbr-section-subtitle,
.cid-uBUvRrgTAB .text_widget,
.cid-uBUvRrgTAB .mbr-section-btn {
  text-align: left;
}
.cid-uBUvRrgTAB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBUvRrjPMu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-uBUvRrjPMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUvRrjPMu .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-uBUvRrjPMu .container {
    padding: 0 30px;
  }
}
.cid-uBUvRrjPMu .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-uBUvRrjPMu .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uBUvRrjPMu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBUvRrjPMu .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBUvRrjPMu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUvRrjPMu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCmcMiH3D1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fdfcfa;
}
.cid-uCmcMiH3D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmcMiH3D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmcMiH3D1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmcMiH3D1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmcMiH3D1 .container {
    padding: 0;
  }
}
.cid-uCmcMiH3D1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmcMiH3D1 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmcMiH3D1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmcMiH3D1 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmcMiH3D1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmcMiH3D1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uClAFwpiBT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fdfcfa;
}
.cid-uClAFwpiBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClAFwpiBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClAFwpiBT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClAFwpiBT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClAFwpiBT .container {
    padding: 0;
  }
}
.cid-uClAFwpiBT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClAFwpiBT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClAFwpiBT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClAFwpiBT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClAFwpiBT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uClAFwpiBT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCmelVpEIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmelVpEIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmelVpEIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmelVpEIm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmelVpEIm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmelVpEIm .container {
    padding: 0;
  }
}
.cid-uCmelVpEIm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmelVpEIm .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmelVpEIm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmelVpEIm .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmelVpEIm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmelVpEIm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCmemM3HLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmemM3HLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmemM3HLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmemM3HLI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmemM3HLI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmemM3HLI .container {
    padding: 0;
  }
}
.cid-uCmemM3HLI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmemM3HLI .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmemM3HLI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmemM3HLI .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmemM3HLI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmemM3HLI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uBUvRrmyh5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: #ffffff;
}
.cid-uBUvRrmyh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUvRrmyh5 .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-uBUvRrmyh5 .container {
    padding: 0 30px;
  }
}
.cid-uBUvRrmyh5 .row {
  position: relative;
}
.cid-uBUvRrmyh5 .row::before {
  content: '';
  position: absolute;
  bottom: -15rem;
  left: -15rem;
  transform: rotate(-10deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  border: 2px solid #6a994e;
}
@media (max-width: 992px) {
  .cid-uBUvRrmyh5 .row::before {
    display: none;
  }
}
.cid-uBUvRrmyh5 .title-wrapper {
  margin-bottom: 55px;
}
.cid-uBUvRrmyh5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBUvRrmyh5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBUvRrmyh5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 768px) {
  .cid-uBUvRrmyh5 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .rating-wrapper {
  margin-bottom: 30px;
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .rating-wrapper .rating-wrap .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  margin-right: 5px;
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 38px;
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0.3rem;
}
.cid-uBUvRrmyh5 .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uBUvRrmyh5 .embla__button--next,
.cid-uBUvRrmyh5 .embla__button--prev {
  display: flex;
}
.cid-uBUvRrmyh5 .embla__button {
  bottom: -4rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #386641;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBUvRrmyh5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBUvRrmyh5 .embla__button:hover {
  background: transparent;
  color: #bc4749;
}
.cid-uBUvRrmyh5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBUvRrmyh5 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uBUvRrmyh5 .embla__button {
    top: auto;
  }
}
.cid-uBUvRrmyh5 .slider-wrap {
  display: flex;
  align-items: center;
}
.cid-uBUvRrmyh5 .embla {
  position: relative;
  width: 100%;
}
.cid-uBUvRrmyh5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBUvRrmyh5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBUvRrmyh5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBUvRrmyh5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBUvRrmyh5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUvRrmyh5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBUvRrmyh5 .mbr-card-text {
  color: #000000;
}
.cid-uBUvRrmyh5 .mbr-name {
  color: #000000;
}
.cid-uBUvRrmyh5 .mbr-role {
  color: #a8a8a8;
}
.cid-uCmrD3Lgps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrD3Lgps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrD3Lgps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrD3Lgps .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrD3Lgps .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrD3Lgps .container {
    padding: 0;
  }
}
.cid-uCmrD3Lgps .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrD3Lgps .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrD3Lgps .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrD3Lgps .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrD3Lgps .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrD3Lgps .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn2qAMRbZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uCn2qAMRbZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uCn2qAMRbZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .menu_box .navbar.opened,
  .cid-uCn2qAMRbZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCn2qAMRbZ .navbar-dropdown {
  position: relative !important;
}
.cid-uCn2qAMRbZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCn2qAMRbZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCn2qAMRbZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCn2qAMRbZ .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uCn2qAMRbZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCn2qAMRbZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCn2qAMRbZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCn2qAMRbZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCn2qAMRbZ .offcanvas-body .mbr-text,
  .cid-uCn2qAMRbZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uCn2qAMRbZ .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCn2qAMRbZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCn2qAMRbZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCn2qAMRbZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn2qAMRbZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uCn2qAMRbZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCn2qAMRbZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCn2qAMRbZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCn2qAMRbZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uCn2qAMRbZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCn2qAMRbZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uCn2qAMRbZ .nav-item .nav-link {
  position: relative;
}
.cid-uCn2qAMRbZ .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uCn2qAMRbZ .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uCn2qAMRbZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCn2qAMRbZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCn2qAMRbZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn2qAMRbZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uCn2qAMRbZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCn2qAMRbZ .offcanvas_box {
    display: none;
  }
}
.cid-uCn2qAMRbZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCn2qAMRbZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCn2qAMRbZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCn2qAMRbZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCn2qAMRbZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uCn2qAMRbZ .iconfont-wrapper {
  color: #000000;
  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-uCn2qAMRbZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCn2qAMRbZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uCn2qAMRbZ .navbar-caption {
  color: #000000;
}
.cid-uCn2qAMRbZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCn2qAMRbZ .navbar-nav {
    margin: 0;
  }
}
.cid-uCn2qAMRbZ .dropdown-menu,
.cid-uCn2qAMRbZ .navbar.opened {
  background-color: false !important;
}
.cid-uCn2qAMRbZ .nav-item:focus,
.cid-uCn2qAMRbZ .nav-link:focus {
  outline: none;
}
.cid-uCn2qAMRbZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCn2qAMRbZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCn2qAMRbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCn2qAMRbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCn2qAMRbZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCn2qAMRbZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCn2qAMRbZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCn2qAMRbZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCn2qAMRbZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uCn2qAMRbZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCn2qAMRbZ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uCn2qAMRbZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCn2qAMRbZ .navbar.collapsed {
  justify-content: center;
}
.cid-uCn2qAMRbZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCn2qAMRbZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCn2qAMRbZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCn2qAMRbZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCn2qAMRbZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCn2qAMRbZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCn2qAMRbZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCn2qAMRbZ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uCn2qAMRbZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCn2qAMRbZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCn2qAMRbZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCn2qAMRbZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCn2qAMRbZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCn2qAMRbZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCn2qAMRbZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCn2qAMRbZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCn2qAMRbZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCn2qAMRbZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCn2qAMRbZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCn2qAMRbZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCn2qAMRbZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCn2qAMRbZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCn2qAMRbZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCn2qAMRbZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCn2qAMRbZ .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-uCn2qAMRbZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCn2qAMRbZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCn2qAMRbZ .dropdown-item.active,
.cid-uCn2qAMRbZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uCn2qAMRbZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCn2qAMRbZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCn2qAMRbZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCn2qAMRbZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCn2qAMRbZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCn2qAMRbZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCn2qAMRbZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uCn2qAMRbZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCn2qAMRbZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCn2qAMRbZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn2qAMRbZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn2qAMRbZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCn2qAMRbZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn2qAMRbZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCn2qAMRbZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCn2qAMRbZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn2qAMRbZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCn2qAMRbZ .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-uCn2qAMRbZ .navbar {
    height: 70px;
  }
  .cid-uCn2qAMRbZ .navbar.opened {
    height: auto;
  }
  .cid-uCn2qAMRbZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCn2qAMRbZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uCn2qAMRbZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCn2qAMRbZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCn2qAMRbZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCn2qAMRbZ .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uCn2qAMRbZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCn2qAMRbZ .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uCn2qAMRbZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCn2qAMRbZ .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uCn2qAMRbZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCn2qAMRbZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn2qAMRbZ .mbr-section-subtitle,
.cid-uCn2qAMRbZ .text_widget,
.cid-uCn2qAMRbZ .mbr-section-btn {
  text-align: left;
}
.cid-uCn2qAMRbZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uClcRw7L66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uClcRw7L66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcRw7L66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcRw7L66 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcRw7L66 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcRw7L66 .container {
    padding: 0;
  }
}
.cid-uClcRw7L66 .row {
  justify-content: center;
}
.cid-uClcRw7L66 .title-wrapper {
  padding: 0 16px;
}
.cid-uClcRw7L66 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcRw7L66 .mbr-section-title {
  color: #000000;
}
.cid-uClcRwqS6a {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uClcRwqS6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcRwqS6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcRwqS6a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .container {
    padding: 0;
  }
}
.cid-uClcRwqS6a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .row {
    margin: 0;
  }
}
.cid-uClcRwqS6a .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .card {
    padding: 0 16px;
  }
}
.cid-uClcRwqS6a .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uClcRwqS6a .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uClcRwqS6a .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uClcRwqS6a .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uClcRwqS6a .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uClcRwqS6a .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .card .row.cards .image {
    padding: 0;
  }
}
.cid-uClcRwqS6a .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uClcRwqS6a .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uClcRwqS6a .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uClcRwqS6a .mbr-section-title {
  color: #000000;
}
.cid-uClcRwqS6a .mbr-text {
  color: #000000;
}
.cid-uClcRwLdDZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uClcRwLdDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcRwLdDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcRwLdDZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcRwLdDZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcRwLdDZ .container {
    padding: 0;
  }
}
.cid-uClcRwLdDZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcRwLdDZ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClcRwLdDZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcRwLdDZ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClcRwLdDZ .mbr-section-title {
  color: #000000;
}
.cid-uClcRwLdDZ .mbr-text {
  color: #000000;
}
.cid-uClcRybRRp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uClcRybRRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcRybRRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcRybRRp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcRybRRp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcRybRRp .container {
    padding: 0;
  }
}
.cid-uClcRybRRp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcRybRRp .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClcRybRRp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcRybRRp .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClcRybRRp .mbr-section-title {
  color: #000000;
}
.cid-uClcRybRRp .mbr-text {
  color: #000000;
}
.cid-uCliwuMlzv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uCliwuMlzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCliwuMlzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCliwuMlzv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCliwuMlzv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCliwuMlzv .container {
    padding: 0;
  }
}
.cid-uCliwuMlzv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCliwuMlzv .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCliwuMlzv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCliwuMlzv .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCliwuMlzv .mbr-section-title {
  color: #000000;
}
.cid-uCliwuMlzv .mbr-text {
  color: #263652;
}
.cid-uClcRyxF8b {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdfcfa;
}
.cid-uClcRyxF8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcRyxF8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcRyxF8b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcRyxF8b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcRyxF8b .container {
    padding: 0;
  }
}
.cid-uClcRyxF8b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcRyxF8b .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClcRyxF8b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcRyxF8b .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClcRyxF8b .mbr-section-title {
  color: #000000;
}
.cid-uClcRyxF8b .mbr-text {
  color: #000000;
}
.cid-uClgObCjHF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uClgObCjHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClgObCjHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClgObCjHF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClgObCjHF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClgObCjHF .container {
    padding: 0;
  }
}
.cid-uClgObCjHF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClgObCjHF .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClgObCjHF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClgObCjHF .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClgObCjHF .mbr-section-title {
  color: #000000;
}
.cid-uClgObCjHF .mbr-text {
  color: #263652;
}
.cid-uClwLgL8Uu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-uClwLgL8Uu .mbr-media {
  position: relative;
}
.cid-uClwLgL8Uu .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uClwLgL8Uu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.cid-uClwLgL8Uu .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1rem;
  border-radius: 50%;
}
.cid-uClwLgL8Uu a {
  background-image: none !important;
}
.cid-uClwLgL8Uu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uClwLgL8Uu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uClwLgL8Uu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uClwLgL8Uu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uClwLgL8Uu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uClwLgL8Uu .mbr-section-title {
  color: #000000;
}
.cid-uCmrMEtNS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrMEtNS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrMEtNS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrMEtNS3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrMEtNS3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrMEtNS3 .container {
    padding: 0;
  }
}
.cid-uCmrMEtNS3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrMEtNS3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrMEtNS3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrMEtNS3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrMEtNS3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrMEtNS3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn28bUnl9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uCn28bUnl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uCn28bUnl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .menu_box .navbar.opened,
  .cid-uCn28bUnl9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCn28bUnl9 .navbar-dropdown {
  position: relative !important;
}
.cid-uCn28bUnl9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCn28bUnl9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCn28bUnl9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCn28bUnl9 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uCn28bUnl9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCn28bUnl9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCn28bUnl9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCn28bUnl9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCn28bUnl9 .offcanvas-body .mbr-text,
  .cid-uCn28bUnl9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uCn28bUnl9 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCn28bUnl9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCn28bUnl9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCn28bUnl9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn28bUnl9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uCn28bUnl9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCn28bUnl9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCn28bUnl9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCn28bUnl9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uCn28bUnl9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCn28bUnl9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCn28bUnl9 .nav-item .nav-link {
  position: relative;
}
.cid-uCn28bUnl9 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uCn28bUnl9 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uCn28bUnl9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCn28bUnl9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCn28bUnl9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn28bUnl9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uCn28bUnl9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCn28bUnl9 .offcanvas_box {
    display: none;
  }
}
.cid-uCn28bUnl9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCn28bUnl9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCn28bUnl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCn28bUnl9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCn28bUnl9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uCn28bUnl9 .iconfont-wrapper {
  color: #000000;
  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-uCn28bUnl9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCn28bUnl9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uCn28bUnl9 .navbar-caption {
  color: #000000;
}
.cid-uCn28bUnl9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCn28bUnl9 .navbar-nav {
    margin: 0;
  }
}
.cid-uCn28bUnl9 .dropdown-menu,
.cid-uCn28bUnl9 .navbar.opened {
  background-color: false !important;
}
.cid-uCn28bUnl9 .nav-item:focus,
.cid-uCn28bUnl9 .nav-link:focus {
  outline: none;
}
.cid-uCn28bUnl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCn28bUnl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCn28bUnl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCn28bUnl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCn28bUnl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCn28bUnl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCn28bUnl9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCn28bUnl9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCn28bUnl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCn28bUnl9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCn28bUnl9 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uCn28bUnl9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCn28bUnl9 .navbar.collapsed {
  justify-content: center;
}
.cid-uCn28bUnl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCn28bUnl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCn28bUnl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCn28bUnl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCn28bUnl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCn28bUnl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCn28bUnl9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCn28bUnl9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uCn28bUnl9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCn28bUnl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCn28bUnl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCn28bUnl9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCn28bUnl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCn28bUnl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCn28bUnl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCn28bUnl9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCn28bUnl9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCn28bUnl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCn28bUnl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCn28bUnl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCn28bUnl9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCn28bUnl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCn28bUnl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCn28bUnl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCn28bUnl9 .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-uCn28bUnl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCn28bUnl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCn28bUnl9 .dropdown-item.active,
.cid-uCn28bUnl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCn28bUnl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCn28bUnl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCn28bUnl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCn28bUnl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCn28bUnl9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCn28bUnl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCn28bUnl9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uCn28bUnl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCn28bUnl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCn28bUnl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn28bUnl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn28bUnl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCn28bUnl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn28bUnl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCn28bUnl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCn28bUnl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn28bUnl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCn28bUnl9 .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-uCn28bUnl9 .navbar {
    height: 70px;
  }
  .cid-uCn28bUnl9 .navbar.opened {
    height: auto;
  }
  .cid-uCn28bUnl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCn28bUnl9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uCn28bUnl9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCn28bUnl9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCn28bUnl9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCn28bUnl9 .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uCn28bUnl9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCn28bUnl9 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uCn28bUnl9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCn28bUnl9 .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uCn28bUnl9 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCn28bUnl9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn28bUnl9 .mbr-section-subtitle,
.cid-uCn28bUnl9 .text_widget,
.cid-uCn28bUnl9 .mbr-section-btn {
  text-align: left;
}
.cid-uCn28bUnl9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCkAlDJk9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCkAlDJk9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkAlDJk9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkAlDJk9Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCkAlDJk9Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCkAlDJk9Q .container {
    padding: 0;
  }
}
.cid-uCkAlDJk9Q .row {
  justify-content: center;
}
.cid-uCkAlDJk9Q .title-wrapper {
  padding: 0 16px;
}
.cid-uCkAlDJk9Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCkAlDJk9Q .mbr-section-title {
  color: #000000;
}
.cid-uCkA31897c {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uCkA31897c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkA31897c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkA31897c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCkA31897c .container {
    padding: 0;
  }
}
.cid-uCkA31897c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .row {
    margin: 0;
  }
}
.cid-uCkA31897c .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .card {
    padding: 0 16px;
  }
}
.cid-uCkA31897c .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uCkA31897c .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uCkA31897c .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uCkA31897c .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCkA31897c .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCkA31897c .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .card .row.cards .image {
    padding: 0;
  }
}
.cid-uCkA31897c .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCkA31897c .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCkA31897c .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uCkA31897c .mbr-section-title {
  color: #000000;
}
.cid-uCkA31897c .mbr-text {
  color: #000000;
}
.cid-uCkB4o3ubm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uCkB4o3ubm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkB4o3ubm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkB4o3ubm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCkB4o3ubm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCkB4o3ubm .container {
    padding: 0;
  }
}
.cid-uCkB4o3ubm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCkB4o3ubm .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCkB4o3ubm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCkB4o3ubm .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCkB4o3ubm .mbr-section-title {
  color: #000000;
}
.cid-uCkB4o3ubm .mbr-text {
  color: #000000;
}
.cid-uCkCcCfNdC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uCkCcCfNdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkCcCfNdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkCcCfNdC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .container {
    padding: 0;
  }
}
.cid-uCkCcCfNdC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .row {
    margin: 0;
  }
}
.cid-uCkCcCfNdC .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .card {
    padding: 0 16px;
  }
}
.cid-uCkCcCfNdC .card .row.cards {
  position: relative;
}
.cid-uCkCcCfNdC .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uCkCcCfNdC .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uCkCcCfNdC .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCkCcCfNdC .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCkCcCfNdC .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .card .row.cards .image {
    padding: 0;
  }
}
.cid-uCkCcCfNdC .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCkCcCfNdC .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCkCcCfNdC .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uCkCcCfNdC .mbr-section-title {
  color: #000000;
}
.cid-uCkCcCfNdC .mbr-text {
  color: #000000;
}
.cid-uCDF5mbzdP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uCDF5mbzdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCDF5mbzdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCDF5mbzdP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .container {
    padding: 0;
  }
}
.cid-uCDF5mbzdP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .row {
    margin: 0;
  }
}
.cid-uCDF5mbzdP .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .card {
    padding: 0 16px;
  }
}
.cid-uCDF5mbzdP .card .row.cards {
  position: relative;
}
.cid-uCDF5mbzdP .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uCDF5mbzdP .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uCDF5mbzdP .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCDF5mbzdP .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCDF5mbzdP .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .card .row.cards .image {
    padding: 0;
  }
}
.cid-uCDF5mbzdP .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCDF5mbzdP .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCDF5mbzdP .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uCDF5mbzdP .mbr-section-title {
  color: #263652;
}
.cid-uCDF5mbzdP .mbr-text {
  color: #000000;
}
.cid-uCDF8thf3F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uCDF8thf3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCDF8thf3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCDF8thf3F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .container {
    padding: 0;
  }
}
.cid-uCDF8thf3F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .row {
    margin: 0;
  }
}
.cid-uCDF8thf3F .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .card {
    padding: 0 16px;
  }
}
.cid-uCDF8thf3F .card .row.cards {
  position: relative;
}
.cid-uCDF8thf3F .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uCDF8thf3F .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uCDF8thf3F .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCDF8thf3F .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCDF8thf3F .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .card .row.cards .image {
    padding: 0;
  }
}
.cid-uCDF8thf3F .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCDF8thf3F .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCDF8thf3F .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uCDF8thf3F .mbr-section-title {
  color: #263652;
}
.cid-uCDF8thf3F .mbr-text {
  color: #000000;
}
.cid-uCDF9GKUqn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uCDF9GKUqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCDF9GKUqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCDF9GKUqn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .container {
    padding: 0;
  }
}
.cid-uCDF9GKUqn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .row {
    margin: 0;
  }
}
.cid-uCDF9GKUqn .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .card {
    padding: 0 16px;
  }
}
.cid-uCDF9GKUqn .card .row.cards {
  position: relative;
}
.cid-uCDF9GKUqn .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uCDF9GKUqn .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uCDF9GKUqn .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uCDF9GKUqn .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCDF9GKUqn .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .card .row.cards .image {
    padding: 0;
  }
}
.cid-uCDF9GKUqn .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uCDF9GKUqn .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCDF9GKUqn .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uCDF9GKUqn .mbr-section-title {
  color: #263652;
}
.cid-uCDF9GKUqn .mbr-text {
  color: #000000;
}
.cid-uCkBUAUuYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCkBUAUuYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCkBUAUuYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCkBUAUuYn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCkBUAUuYn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCkBUAUuYn .container {
    padding: 0;
  }
}
.cid-uCkBUAUuYn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCkBUAUuYn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCkBUAUuYn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCkBUAUuYn .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCkBUAUuYn .mbr-section-title {
  color: #000000;
}
.cid-uCkBUAUuYn .mbr-text {
  color: #000000;
}
.cid-uCmrIIIQCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrIIIQCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrIIIQCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrIIIQCm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrIIIQCm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrIIIQCm .container {
    padding: 0;
  }
}
.cid-uCmrIIIQCm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrIIIQCm .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrIIIQCm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrIIIQCm .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrIIIQCm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrIIIQCm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uClcMCoGk5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uClcMCoGk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uClcMCoGk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .menu_box .navbar.opened,
  .cid-uClcMCoGk5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uClcMCoGk5 .navbar-dropdown {
  position: relative !important;
}
.cid-uClcMCoGk5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uClcMCoGk5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uClcMCoGk5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uClcMCoGk5 .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uClcMCoGk5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uClcMCoGk5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uClcMCoGk5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uClcMCoGk5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uClcMCoGk5 .offcanvas-body .mbr-text,
  .cid-uClcMCoGk5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uClcMCoGk5 .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uClcMCoGk5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uClcMCoGk5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uClcMCoGk5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uClcMCoGk5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uClcMCoGk5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uClcMCoGk5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uClcMCoGk5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uClcMCoGk5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uClcMCoGk5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uClcMCoGk5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uClcMCoGk5 .nav-item .nav-link {
  position: relative;
}
.cid-uClcMCoGk5 .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uClcMCoGk5 .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uClcMCoGk5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uClcMCoGk5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uClcMCoGk5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uClcMCoGk5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uClcMCoGk5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uClcMCoGk5 .offcanvas_box {
    display: none;
  }
}
.cid-uClcMCoGk5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uClcMCoGk5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uClcMCoGk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uClcMCoGk5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uClcMCoGk5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uClcMCoGk5 .iconfont-wrapper {
  color: #000000;
  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-uClcMCoGk5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uClcMCoGk5 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uClcMCoGk5 .navbar-caption {
  color: #000000;
}
.cid-uClcMCoGk5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uClcMCoGk5 .navbar-nav {
    margin: 0;
  }
}
.cid-uClcMCoGk5 .dropdown-menu,
.cid-uClcMCoGk5 .navbar.opened {
  background-color: false !important;
}
.cid-uClcMCoGk5 .nav-item:focus,
.cid-uClcMCoGk5 .nav-link:focus {
  outline: none;
}
.cid-uClcMCoGk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uClcMCoGk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uClcMCoGk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uClcMCoGk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uClcMCoGk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uClcMCoGk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uClcMCoGk5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uClcMCoGk5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uClcMCoGk5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uClcMCoGk5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uClcMCoGk5 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uClcMCoGk5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uClcMCoGk5 .navbar.collapsed {
  justify-content: center;
}
.cid-uClcMCoGk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uClcMCoGk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uClcMCoGk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uClcMCoGk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uClcMCoGk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uClcMCoGk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uClcMCoGk5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uClcMCoGk5 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uClcMCoGk5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uClcMCoGk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uClcMCoGk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uClcMCoGk5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uClcMCoGk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uClcMCoGk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uClcMCoGk5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uClcMCoGk5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uClcMCoGk5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uClcMCoGk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uClcMCoGk5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uClcMCoGk5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uClcMCoGk5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uClcMCoGk5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uClcMCoGk5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uClcMCoGk5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uClcMCoGk5 .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-uClcMCoGk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uClcMCoGk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uClcMCoGk5 .dropdown-item.active,
.cid-uClcMCoGk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uClcMCoGk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uClcMCoGk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uClcMCoGk5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uClcMCoGk5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uClcMCoGk5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uClcMCoGk5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uClcMCoGk5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uClcMCoGk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uClcMCoGk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uClcMCoGk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uClcMCoGk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uClcMCoGk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uClcMCoGk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uClcMCoGk5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uClcMCoGk5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uClcMCoGk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uClcMCoGk5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uClcMCoGk5 .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-uClcMCoGk5 .navbar {
    height: 70px;
  }
  .cid-uClcMCoGk5 .navbar.opened {
    height: auto;
  }
  .cid-uClcMCoGk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uClcMCoGk5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uClcMCoGk5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uClcMCoGk5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uClcMCoGk5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uClcMCoGk5 .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uClcMCoGk5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uClcMCoGk5 .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uClcMCoGk5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uClcMCoGk5 .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uClcMCoGk5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uClcMCoGk5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uClcMCoGk5 .mbr-section-subtitle,
.cid-uClcMCoGk5 .text_widget,
.cid-uClcMCoGk5 .mbr-section-btn {
  text-align: left;
}
.cid-uClcMCoGk5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uClcMCQVlI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uClcMCQVlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcMCQVlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcMCQVlI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcMCQVlI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcMCQVlI .container {
    padding: 0;
  }
}
.cid-uClcMCQVlI .row {
  justify-content: center;
}
.cid-uClcMCQVlI .title-wrapper {
  padding: 0 16px;
}
.cid-uClcMCQVlI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcMCQVlI .mbr-section-title {
  color: #000000;
}
.cid-uClcMDbWx1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uClcMDbWx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcMDbWx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcMDbWx1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .container {
    padding: 0;
  }
}
.cid-uClcMDbWx1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .row {
    margin: 0;
  }
}
.cid-uClcMDbWx1 .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .card {
    padding: 0 16px;
  }
}
.cid-uClcMDbWx1 .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uClcMDbWx1 .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uClcMDbWx1 .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uClcMDbWx1 .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uClcMDbWx1 .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uClcMDbWx1 .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .card .row.cards .image {
    padding: 0;
  }
}
.cid-uClcMDbWx1 .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uClcMDbWx1 .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uClcMDbWx1 .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uClcMDbWx1 .mbr-section-title {
  color: #000000;
}
.cid-uClcMDbWx1 .mbr-text {
  color: #000000;
}
.cid-uCmn3O7C1Q {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmn3O7C1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmn3O7C1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmn3O7C1Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmn3O7C1Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmn3O7C1Q .container {
    padding: 0;
  }
}
.cid-uCmn3O7C1Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmn3O7C1Q .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmn3O7C1Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmn3O7C1Q .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmn3O7C1Q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmn3O7C1Q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCmrV76ZtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrV76ZtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrV76ZtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrV76ZtI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrV76ZtI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrV76ZtI .container {
    padding: 0;
  }
}
.cid-uCmrV76ZtI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrV76ZtI .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrV76ZtI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrV76ZtI .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrV76ZtI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrV76ZtI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn2gzPDrI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uCn2gzPDrI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uCn2gzPDrI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .menu_box .navbar.opened,
  .cid-uCn2gzPDrI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCn2gzPDrI .navbar-dropdown {
  position: relative !important;
}
.cid-uCn2gzPDrI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCn2gzPDrI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCn2gzPDrI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCn2gzPDrI .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uCn2gzPDrI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCn2gzPDrI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCn2gzPDrI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCn2gzPDrI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCn2gzPDrI .offcanvas-body .mbr-text,
  .cid-uCn2gzPDrI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uCn2gzPDrI .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCn2gzPDrI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCn2gzPDrI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCn2gzPDrI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn2gzPDrI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uCn2gzPDrI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCn2gzPDrI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCn2gzPDrI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCn2gzPDrI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uCn2gzPDrI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCn2gzPDrI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .nav-item {
    margin: 0 !important;
  }
}
.cid-uCn2gzPDrI .nav-item .nav-link {
  position: relative;
}
.cid-uCn2gzPDrI .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uCn2gzPDrI .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uCn2gzPDrI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCn2gzPDrI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCn2gzPDrI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCn2gzPDrI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uCn2gzPDrI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCn2gzPDrI .offcanvas_box {
    display: none;
  }
}
.cid-uCn2gzPDrI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCn2gzPDrI .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCn2gzPDrI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCn2gzPDrI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCn2gzPDrI .container {
    flex-wrap: nowrap;
  }
}
.cid-uCn2gzPDrI .iconfont-wrapper {
  color: #000000;
  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-uCn2gzPDrI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCn2gzPDrI .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uCn2gzPDrI .navbar-caption {
  color: #000000;
}
.cid-uCn2gzPDrI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCn2gzPDrI .navbar-nav {
    margin: 0;
  }
}
.cid-uCn2gzPDrI .dropdown-menu,
.cid-uCn2gzPDrI .navbar.opened {
  background-color: false !important;
}
.cid-uCn2gzPDrI .nav-item:focus,
.cid-uCn2gzPDrI .nav-link:focus {
  outline: none;
}
.cid-uCn2gzPDrI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCn2gzPDrI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCn2gzPDrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCn2gzPDrI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCn2gzPDrI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCn2gzPDrI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCn2gzPDrI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCn2gzPDrI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCn2gzPDrI .navbar.opened {
  transition: all 0.3s;
}
.cid-uCn2gzPDrI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCn2gzPDrI .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uCn2gzPDrI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uCn2gzPDrI .navbar.collapsed {
  justify-content: center;
}
.cid-uCn2gzPDrI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCn2gzPDrI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCn2gzPDrI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCn2gzPDrI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCn2gzPDrI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCn2gzPDrI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCn2gzPDrI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCn2gzPDrI .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uCn2gzPDrI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCn2gzPDrI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCn2gzPDrI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCn2gzPDrI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCn2gzPDrI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCn2gzPDrI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCn2gzPDrI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCn2gzPDrI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCn2gzPDrI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCn2gzPDrI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCn2gzPDrI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCn2gzPDrI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCn2gzPDrI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCn2gzPDrI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCn2gzPDrI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCn2gzPDrI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCn2gzPDrI .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-uCn2gzPDrI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uCn2gzPDrI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCn2gzPDrI .dropdown-item.active,
.cid-uCn2gzPDrI .dropdown-item:active {
  background-color: transparent;
}
.cid-uCn2gzPDrI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCn2gzPDrI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCn2gzPDrI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCn2gzPDrI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCn2gzPDrI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCn2gzPDrI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCn2gzPDrI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uCn2gzPDrI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCn2gzPDrI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCn2gzPDrI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn2gzPDrI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCn2gzPDrI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCn2gzPDrI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn2gzPDrI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCn2gzPDrI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCn2gzPDrI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCn2gzPDrI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCn2gzPDrI .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-uCn2gzPDrI .navbar {
    height: 70px;
  }
  .cid-uCn2gzPDrI .navbar.opened {
    height: auto;
  }
  .cid-uCn2gzPDrI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCn2gzPDrI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uCn2gzPDrI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCn2gzPDrI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCn2gzPDrI .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCn2gzPDrI .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uCn2gzPDrI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCn2gzPDrI .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uCn2gzPDrI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCn2gzPDrI .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uCn2gzPDrI .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uCn2gzPDrI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCn2gzPDrI .mbr-section-subtitle,
.cid-uCn2gzPDrI .text_widget,
.cid-uCn2gzPDrI .mbr-section-btn {
  text-align: left;
}
.cid-uCn2gzPDrI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uClcKLzV1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uClcKLzV1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcKLzV1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcKLzV1g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcKLzV1g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcKLzV1g .container {
    padding: 0;
  }
}
.cid-uClcKLzV1g .row {
  justify-content: center;
}
.cid-uClcKLzV1g .title-wrapper {
  padding: 0 16px;
}
.cid-uClcKLzV1g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcKLzV1g .mbr-section-title {
  color: #000000;
}
.cid-uClcKLMcnj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-uClcKLMcnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcKLMcnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcKLMcnj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .container {
    padding: 0;
  }
}
.cid-uClcKLMcnj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .row {
    margin: 0;
  }
}
.cid-uClcKLMcnj .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .card {
    padding: 0 16px;
  }
}
.cid-uClcKLMcnj .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uClcKLMcnj .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uClcKLMcnj .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uClcKLMcnj .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uClcKLMcnj .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uClcKLMcnj .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .card .row.cards .image {
    padding: 0;
  }
}
.cid-uClcKLMcnj .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uClcKLMcnj .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uClcKLMcnj .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uClcKLMcnj .mbr-section-title {
  color: #000000;
}
.cid-uClcKLMcnj .mbr-text {
  color: #000000;
}
.cid-uCmrchd3Y5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrchd3Y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrchd3Y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrchd3Y5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrchd3Y5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrchd3Y5 .container {
    padding: 0;
  }
}
.cid-uCmrchd3Y5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrchd3Y5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrchd3Y5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrchd3Y5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrchd3Y5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrchd3Y5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uClcQ5jNtb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uClcQ5jNtb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uClcQ5jNtb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .menu_box .navbar.opened,
  .cid-uClcQ5jNtb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uClcQ5jNtb .navbar-dropdown {
  position: relative !important;
}
.cid-uClcQ5jNtb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uClcQ5jNtb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uClcQ5jNtb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uClcQ5jNtb .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uClcQ5jNtb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uClcQ5jNtb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uClcQ5jNtb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uClcQ5jNtb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uClcQ5jNtb .offcanvas-body .mbr-text,
  .cid-uClcQ5jNtb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uClcQ5jNtb .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uClcQ5jNtb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uClcQ5jNtb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uClcQ5jNtb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uClcQ5jNtb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uClcQ5jNtb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uClcQ5jNtb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uClcQ5jNtb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uClcQ5jNtb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uClcQ5jNtb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uClcQ5jNtb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .nav-item {
    margin: 0 !important;
  }
}
.cid-uClcQ5jNtb .nav-item .nav-link {
  position: relative;
}
.cid-uClcQ5jNtb .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #386641;
  transition: all 0.3s ease-out;
}
.cid-uClcQ5jNtb .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uClcQ5jNtb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uClcQ5jNtb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uClcQ5jNtb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uClcQ5jNtb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uClcQ5jNtb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uClcQ5jNtb .offcanvas_box {
    display: none;
  }
}
.cid-uClcQ5jNtb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uClcQ5jNtb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uClcQ5jNtb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uClcQ5jNtb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uClcQ5jNtb .container {
    flex-wrap: nowrap;
  }
}
.cid-uClcQ5jNtb .iconfont-wrapper {
  color: #000000;
  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-uClcQ5jNtb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uClcQ5jNtb .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uClcQ5jNtb .navbar-caption {
  color: #000000;
}
.cid-uClcQ5jNtb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uClcQ5jNtb .navbar-nav {
    margin: 0;
  }
}
.cid-uClcQ5jNtb .dropdown-menu,
.cid-uClcQ5jNtb .navbar.opened {
  background-color: false !important;
}
.cid-uClcQ5jNtb .nav-item:focus,
.cid-uClcQ5jNtb .nav-link:focus {
  outline: none;
}
.cid-uClcQ5jNtb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uClcQ5jNtb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uClcQ5jNtb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uClcQ5jNtb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uClcQ5jNtb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uClcQ5jNtb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uClcQ5jNtb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uClcQ5jNtb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uClcQ5jNtb .navbar.opened {
  transition: all 0.3s;
}
.cid-uClcQ5jNtb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uClcQ5jNtb .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uClcQ5jNtb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uClcQ5jNtb .navbar.collapsed {
  justify-content: center;
}
.cid-uClcQ5jNtb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uClcQ5jNtb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uClcQ5jNtb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uClcQ5jNtb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uClcQ5jNtb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uClcQ5jNtb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uClcQ5jNtb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uClcQ5jNtb .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uClcQ5jNtb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uClcQ5jNtb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uClcQ5jNtb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uClcQ5jNtb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uClcQ5jNtb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uClcQ5jNtb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uClcQ5jNtb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uClcQ5jNtb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uClcQ5jNtb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uClcQ5jNtb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uClcQ5jNtb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uClcQ5jNtb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uClcQ5jNtb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uClcQ5jNtb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uClcQ5jNtb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uClcQ5jNtb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uClcQ5jNtb .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-uClcQ5jNtb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uClcQ5jNtb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uClcQ5jNtb .dropdown-item.active,
.cid-uClcQ5jNtb .dropdown-item:active {
  background-color: transparent;
}
.cid-uClcQ5jNtb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uClcQ5jNtb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uClcQ5jNtb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uClcQ5jNtb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uClcQ5jNtb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uClcQ5jNtb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uClcQ5jNtb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uClcQ5jNtb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uClcQ5jNtb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uClcQ5jNtb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uClcQ5jNtb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uClcQ5jNtb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uClcQ5jNtb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uClcQ5jNtb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uClcQ5jNtb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uClcQ5jNtb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uClcQ5jNtb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uClcQ5jNtb .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-uClcQ5jNtb .navbar {
    height: 70px;
  }
  .cid-uClcQ5jNtb .navbar.opened {
    height: auto;
  }
  .cid-uClcQ5jNtb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uClcQ5jNtb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uClcQ5jNtb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uClcQ5jNtb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uClcQ5jNtb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uClcQ5jNtb .navbar-caption:hover {
  color: #386641;
}
@media (min-width: 992px) {
  .cid-uClcQ5jNtb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uClcQ5jNtb .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uClcQ5jNtb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uClcQ5jNtb .text_widget a:hover {
  color: #bc4749 !important;
}
.cid-uClcQ5jNtb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uClcQ5jNtb .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uClcQ5jNtb .mbr-section-subtitle,
.cid-uClcQ5jNtb .text_widget,
.cid-uClcQ5jNtb .mbr-section-btn {
  text-align: left;
}
.cid-uClcQ5jNtb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uClcQ5GEjs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fdfcfa;
}
.cid-uClcQ5GEjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcQ5GEjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcQ5GEjs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcQ5GEjs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcQ5GEjs .container {
    padding: 0;
  }
}
.cid-uClcQ5GEjs .row {
  justify-content: center;
}
.cid-uClcQ5GEjs .title-wrapper {
  padding: 0 16px;
}
.cid-uClcQ5GEjs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcQ5GEjs .mbr-section-title {
  color: #000000;
}
.cid-uCloKoIpbG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCloKoIpbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCloKoIpbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCloKoIpbG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCloKoIpbG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCloKoIpbG .container {
    padding: 0;
  }
}
.cid-uCloKoIpbG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCloKoIpbG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCloKoIpbG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCloKoIpbG .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCloKoIpbG .mbr-section-title {
  color: #000000;
}
.cid-uCloKoIpbG .mbr-text {
  color: #000000;
}
.cid-uClcQ74out {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uClcQ74out .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcQ74out .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcQ74out .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcQ74out .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcQ74out .container {
    padding: 0;
  }
}
.cid-uClcQ74out .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcQ74out .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClcQ74out .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcQ74out .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClcQ74out .mbr-section-title {
  color: #000000;
}
.cid-uClcQ74out .mbr-text {
  color: #000000;
}
.cid-uClcQ7kNz3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fdfcfa;
}
.cid-uClcQ7kNz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClcQ7kNz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClcQ7kNz3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uClcQ7kNz3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uClcQ7kNz3 .container {
    padding: 0;
  }
}
.cid-uClcQ7kNz3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uClcQ7kNz3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uClcQ7kNz3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClcQ7kNz3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uClcQ7kNz3 .mbr-section-title {
  color: #000000;
}
.cid-uClcQ7kNz3 .mbr-text {
  color: #000000;
}
.cid-uCmzEAnf4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmzEAnf4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmzEAnf4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmzEAnf4D .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmzEAnf4D .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmzEAnf4D .container {
    padding: 0;
  }
}
.cid-uCmzEAnf4D .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmzEAnf4D .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmzEAnf4D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmzEAnf4D .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmzEAnf4D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmzEAnf4D .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCloJiNngq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fdfcfa;
}
.cid-uCloJiNngq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCloJiNngq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCloJiNngq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCloJiNngq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCloJiNngq .container {
    padding: 0;
  }
}
.cid-uCloJiNngq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCloJiNngq .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCloJiNngq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCloJiNngq .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCloJiNngq .mbr-section-title {
  color: #000000;
}
.cid-uCloJiNngq .mbr-text {
  color: #000000;
}
.cid-uCmrRaLMRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uCmrRaLMRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCmrRaLMRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCmrRaLMRS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCmrRaLMRS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCmrRaLMRS .container {
    padding: 0;
  }
}
.cid-uCmrRaLMRS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCmrRaLMRS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uCmrRaLMRS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCmrRaLMRS .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uCmrRaLMRS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uCmrRaLMRS .mbr-text {
  color: #000000;
  text-align: left;
}
