.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #8cb963 !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8cb963 !important;
  border-color: #8cb963 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a6c986 !important;
  border-color: #a6c986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a6c986 !important;
  border-color: #a6c986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #851523 !important;
  border-color: #851523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8cb963;
  color: #8cb963;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #61883d !important;
  background-color: transparent !important;
  border-color: #61883d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8cb963 !important;
  border-color: #8cb963 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #851523;
  color: #851523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a090f !important;
  background-color: transparent !important;
  border-color: #3a090f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #851523 !important;
  border-color: #851523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8cb963 !important;
}
.text-secondary {
  color: #851523 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #597e38 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #8cb963;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8cb963;
  border-color: #8cb963;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8cb963;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cde0bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1fc7a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4a2c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #8cb963 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #8cb963;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8cb963;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8cb963;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8cb963;
  border-bottom-color: #8cb963;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8cb963 !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: #851523 !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='%238cb963' %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 {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  margin: 0 16px 0 0;
}
.cid-uDeNKzjTHF {
  background-color: transparent;
}
.cid-uDeNKzjTHF .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDeNKzjTHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDeNKzjTHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDeNKzjTHF .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDeNKzjTHF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDeNKzjTHF .navbar.opened {
  transition: all 0.3s;
}
.cid-uDeNKzjTHF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDeNKzjTHF .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDeNKzjTHF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDeNKzjTHF .navbar.collapsed {
  justify-content: center;
}
.cid-uDeNKzjTHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDeNKzjTHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDeNKzjTHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDeNKzjTHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDeNKzjTHF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDeNKzjTHF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDeNKzjTHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDeNKzjTHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDeNKzjTHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDeNKzjTHF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDeNKzjTHF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDeNKzjTHF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDeNKzjTHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDeNKzjTHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDeNKzjTHF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDeNKzjTHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDeNKzjTHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDeNKzjTHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDeNKzjTHF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDeNKzjTHF .menu_box .navbar.opened,
  .cid-uDeNKzjTHF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDeNKzjTHF .navbar-dropdown {
  position: relative !important;
}
.cid-uDeNKzjTHF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDeNKzjTHF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDeNKzjTHF .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDeNKzjTHF .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .nav-item {
    margin: 0 !important;
  }
}
.cid-uDeNKzjTHF .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDeNKzjTHF .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDeNKzjTHF .nav-item .nav-link:hover,
.cid-uDeNKzjTHF .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDeNKzjTHF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDeNKzjTHF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDeNKzjTHF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDeNKzjTHF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDeNKzjTHF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDeNKzjTHF .offcanvas_box {
    display: none;
  }
}
.cid-uDeNKzjTHF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDeNKzjTHF .container {
  display: flex;
  margin: auto;
}
.cid-uDeNKzjTHF .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDeNKzjTHF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDeNKzjTHF .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .navbar-nav {
    margin: 0;
  }
}
.cid-uDeNKzjTHF .dropdown-menu,
.cid-uDeNKzjTHF .navbar.opened {
  background-color: false !important;
}
.cid-uDeNKzjTHF .nav-item:focus,
.cid-uDeNKzjTHF .nav-link:focus {
  outline: none;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDeNKzjTHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDeNKzjTHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDeNKzjTHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDeNKzjTHF .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-uDeNKzjTHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDeNKzjTHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDeNKzjTHF .dropdown-item.active,
.cid-uDeNKzjTHF .dropdown-item:active {
  background-color: transparent;
}
.cid-uDeNKzjTHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDeNKzjTHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDeNKzjTHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDeNKzjTHF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDeNKzjTHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDeNKzjTHF 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: #ff9063;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeNKzjTHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDeNKzjTHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeNKzjTHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDeNKzjTHF .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-uDeNKzjTHF .navbar {
    height: 70px;
  }
  .cid-uDeNKzjTHF .navbar.opened {
    height: auto;
  }
  .cid-uDeNKzjTHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDeNKzjTHF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDeNKzjTHF .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDeNKzjTHF .text_widget {
  margin-bottom: 32px;
}
.cid-uDeNKzjTHF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDeNKzjTHF .text_widget a:hover,
.cid-uDeNKzjTHF .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDeNKzjTHF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDeNKzjTHF .navbar-caption {
  color: #050f0f;
}
.cid-uDeNKzjTHF .mbr-section-subtitle,
.cid-uDeNKzjTHF .text_widget,
.cid-uDeNKzjTHF .mbr-section-btn {
  text-align: center;
}
.cid-uDeNKzjTHF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDeLew2erN {
  position: relative;
  background-color: #ffffff;
}
.cid-uDeLew2erN .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDeLew2erN .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDeLew2erN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeLew2erN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeLew2erN .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDeLew2erN .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDeLew2erN .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDeLew2erN .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDeLew2erN .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDeLew2erN .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDeLew2erN .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDeLew2erN .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDeLew2erN .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDeLew2erN .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDeLew2erN .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDeLew2erN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDeLew2erN .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDeLew2erN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDeLew2erN .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDeLew2erN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDeLew2erN .mbr-section-title {
  color: #191c25;
}
.cid-uDeLew2erN .mbr-text,
.cid-uDeLew2erN .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDeLew2erN .mbr-section-title,
.cid-uDeLew2erN .mbr-section-btn,
.cid-uDeLew2erN .social-wrapper {
  text-align: right;
}
.cid-uD9S7SS4LS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD9S7SS4LS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9S7SS4LS .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-uD9S7SS4LS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uD9S7SS4LS .container {
    padding: 0 12px;
  }
}
.cid-uD9S7SS4LS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uD9S7SS4LS .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uD9S7SS4LS .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uD9S7SS4LS .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3f897b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uD9S7SS4LS .mbr-section-title {
  color: #222222;
}
.cid-uDeLsC7RHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeLsC7RHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeLsC7RHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeLsC7RHC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDeLsC7RHC .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDeLsC7RHC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDeLsC7RHC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDeLsC7RHC .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDeLsC7RHC .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDeLsC7RHC .mbr-section-title {
  color: #ffffff;
}
.cid-uDeLsC7RHC .mbr-text,
.cid-uDeLsC7RHC .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDeLsC7RHC .mbr-section-title,
.cid-uDeLsC7RHC .mbr-section-btn {
  text-align: center;
}
.cid-uDeLJBeiVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeLJBeiVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeLJBeiVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeLJBeiVD .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDeLJBeiVD .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeLJBeiVD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDeLJBeiVD .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uDeLJBeiVD .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDeLJBeiVD .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeLJBeiVD .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uDeLJBeiVD .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDeLJBeiVD .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeLJBeiVD .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDeLJBeiVD .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uDeLJBeiVD .mbr-section-title {
  color: #000000;
}
.cid-uDeLJBeiVD .mbr-desc {
  color: #000000;
}
.cid-uDeLJBeiVD .mbr-text {
  color: #000000;
}
.cid-uDeOuf7xPH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeOuf7xPH .mbr-text {
  color: #000000;
}
.cid-uDeOuf7xPH .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeOuf7xPH .mbr-section-title {
  color: #000000;
}
.cid-uDeOuf7xPH .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeOuf7xPH a {
  text-decoration: underline;
}
.cid-uDeOuf7xPH p {
  line-height: 1.2;
}
.cid-uD9UmxhnZc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uD9UmxhnZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9UmxhnZc .col-12 {
  padding: 0;
}
.cid-uD9UmxhnZc .row {
  margin: 0;
}
.cid-uD9UmxhnZc .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uD9UmxhnZc .card-margin {
    margin-top: -1px;
  }
}
.cid-uD9UmxhnZc .card-wrapper {
  min-height: 500px;
  border: 1px solid #8cb963;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uD9UmxhnZc .card-wrapper {
    padding: 1rem;
  }
}
.cid-uD9UmxhnZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9UmxhnZc .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uD9UmxhnZc .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uD9UmxhnZc .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uD9UmxhnZc .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uD9UmxhnZc .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uD9UmxhnZc .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9UmxhnZc .image-wrapper {
    padding: 1rem;
  }
}
.cid-uD9UmxhnZc .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uD9UmxhnZc .mbr-text,
.cid-uD9UmxhnZc .mbr-section-btn {
  color: #221b35;
}
.cid-uDeOj7nUNB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDeOj7nUNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeOj7nUNB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDeOj7nUNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeOj7nUNB h1 {
  max-width: 800px;
}
.cid-uDeOj7nUNB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDeOj7nUNB {
    align-items: center;
  }
  .cid-uDeOj7nUNB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDeOj7nUNB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDeOj7nUNB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDeOj7nUNB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDeOj7nUNB .content-wrap {
    width: 100%;
  }
}
.cid-uDeOj7nUNB .mbr-section-subtitle,
.cid-uDeOj7nUNB .line {
  color: #291f1e;
}
.cid-uDeOj7nUNB .mbr-text,
.cid-uDeOj7nUNB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDeOj7nUNB .mbr-section-title {
  color: #291f1e;
}
.cid-uDePpuYIYh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDePpuYIYh .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uDePpuYIYh .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDePpuYIYh .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-uDePpuYIYh .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uDePpuYIYh .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uDePpuYIYh .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-uDePpuYIYh .mbr-text,
.cid-uDePpuYIYh .social-row {
  text-align: left;
}
.cid-uDeOqBWNl8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeOqBWNl8 .mbr-text {
  color: #000000;
}
.cid-uDeOqBWNl8 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeOqBWNl8 .mbr-section-title {
  color: #000000;
}
.cid-uDeOqBWNl8 .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeOqBWNl8 a {
  text-decoration: underline;
}
.cid-uDeOqBWNl8 p {
  line-height: 1.2;
}
.cid-uD8RMgfEZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD8RMgfEZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD8RMgfEZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD8RMgfEZa .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uD8RMgfEZa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uD8RMgfEZa .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uD8RMgfEZa .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uD8RMgfEZa .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uD8RMgfEZa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD8RMgfEZa .item-number {
  color: #bcfe1e;
}
.cid-uD8RMgfEZa .item-title {
  color: #000000;
  text-align: center;
}
.cid-uD8RMgfEZa .item-text {
  color: #bbbbbb;
}
.cid-uDeOrQEa7q {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeOrQEa7q .mbr-text {
  color: #000000;
}
.cid-uDeOrQEa7q .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeOrQEa7q .mbr-section-title {
  color: #000000;
}
.cid-uDeOrQEa7q .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeOrQEa7q a {
  text-decoration: underline;
}
.cid-uDeOrQEa7q p {
  line-height: 1.2;
}
.cid-uD8VZLI4hw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uD8VZLI4hw .container {
    padding: 0 25px;
  }
}
.cid-uD8VZLI4hw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uD8VZLI4hw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uD8VZLI4hw .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uD8VZLI4hw .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uD8VZLI4hw .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uD8VZLI4hw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uD8VZLI4hw .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uD8VZLI4hw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uD8VZLI4hw .mbr-section-title {
  color: #000000;
}
.cid-uD8VZLI4hw .panel-title-edit {
  color: #000000;
}
.cid-uD8VZLI4hw .panel-text {
  color: #000000;
}
.cid-uDeOI0UnF7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDeOI0UnF7 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-uDeOI0UnF7 .title-wrapper {
  padding: 0 12px;
}
.cid-uDeOI0UnF7 .text-block {
  padding: 48px 24px;
}
.cid-uDeOI0UnF7 .video-wrapper iframe {
  width: 100%;
}
.cid-uDeOI0UnF7 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-uDeOI0UnF7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDeOI0UnF7 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-uDeOI0UnF7 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-uDeOI0UnF7 .mbr-text,
.cid-uDeOI0UnF7 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uDeOI0UnF7 .video-block {
    border-left: none;
  }
  .cid-uDeOI0UnF7 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-uDeOI0UnF7 .title-wrapper {
    padding: 0 48px;
  }
  .cid-uDeOI0UnF7 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-uDeOI0UnF7 .mbr-text {
  color: #000000;
}
.cid-uD9joXzmhm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uD9joXzmhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9joXzmhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9joXzmhm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uD9joXzmhm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uD9joXzmhm .container {
    padding: 0 14px;
  }
}
.cid-uD9joXzmhm .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uD9joXzmhm .google-map iframe {
    height: 300px;
  }
}
.cid-uD8WQv2tZY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD8WQv2tZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD8WQv2tZY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uD8WQv2tZY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD8WQv2tZY .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uD8WQv2tZY a {
  font-weight: 600;
}
.cid-uD8WQv2tZY a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uD8WQv2tZY .col-lg-3,
  .cid-uD8WQv2tZY .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uD8WQv2tZY .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uD8WQv2tZY .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uD8WQv2tZY h5 {
  margin: 0;
}
.cid-uD8WQv2tZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD8WQv2tZY .iconfont-wrapper {
  position: relative;
}
.cid-uD8WQv2tZY .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uD8WQv2tZY .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uD8WQv2tZY .sociconfont-wrapper {
  display: flex;
}
.cid-uD8WQv2tZY .card-title,
.cid-uD8WQv2tZY .iconfont-wrapper {
  color: #000000;
}
.cid-uD8WQv2tZY .card-text {
  color: #000000;
}
.cid-uD8WQv2tZY .mbr-section-title {
  color: #000000;
}
.cid-uD8WQv2tZY .main-title,
.cid-uD8WQv2tZY .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uD9XRiNpT0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uD9XRiNpT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9XRiNpT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9XRiNpT0 .col-title {
  margin-bottom: 32px;
}
.cid-uD9XRiNpT0 .mbr-section-title {
  color: #24262b;
}
.cid-uD9XRiNpT0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uD9XRiNpT0 .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uD9XRiNpT0 .cards-row {
  row-gap: 32px;
}
.cid-uD9XRiNpT0 .card {
  border-radius: 0;
}
.cid-uD9XRiNpT0 .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uD9XRiNpT0 .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uD9XRiNpT0 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uD9XRiNpT0 .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uD9XRiNpT0 .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-tTSJvi1C2b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTSJvi1C2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTSJvi1C2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTSJvi1C2b .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTSJvi1C2b .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTSJvi1C2b .container {
    padding: 0 14px;
  }
}
.cid-tTSJvi1C2b .row {
  justify-content: center;
}
.cid-tTSJvi1C2b .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-tTSJvi1C2b .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-tTSJvi1C2b .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap:hover,
.cid-tTSJvi1C2b .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-tTSJvi1C2b .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tTSJvi1C2b .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTSJvi1C2b .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-tTSJvi1C2b .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJvi1C2b .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-tTSJvi1C2b .mbr-text,
.cid-tTSJvi1C2b .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-tTSJvi1C2b .mbr-list-title {
  color: #ffffff;
}
.cid-tTSJvi1C2b .list {
  color: #ffffff;
}
.cid-tTSJvi1C2b .mbr-contact {
  color: #ffffff;
}
.cid-uDf2GhMeos {
  background-color: transparent;
}
.cid-uDf2GhMeos .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDf2GhMeos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDf2GhMeos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDf2GhMeos .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDf2GhMeos .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDf2GhMeos .navbar.opened {
  transition: all 0.3s;
}
.cid-uDf2GhMeos .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDf2GhMeos .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDf2GhMeos .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDf2GhMeos .navbar.collapsed {
  justify-content: center;
}
.cid-uDf2GhMeos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDf2GhMeos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDf2GhMeos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDf2GhMeos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDf2GhMeos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDf2GhMeos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDf2GhMeos .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDf2GhMeos .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDf2GhMeos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDf2GhMeos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDf2GhMeos .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDf2GhMeos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDf2GhMeos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDf2GhMeos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDf2GhMeos .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDf2GhMeos .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDf2GhMeos .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDf2GhMeos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDf2GhMeos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDf2GhMeos .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDf2GhMeos .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDf2GhMeos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDf2GhMeos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDf2GhMeos .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDf2GhMeos .menu_box .navbar.opened,
  .cid-uDf2GhMeos .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDf2GhMeos .navbar-dropdown {
  position: relative !important;
}
.cid-uDf2GhMeos .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDf2GhMeos .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDf2GhMeos .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDf2GhMeos .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .nav-item {
    margin: 0 !important;
  }
}
.cid-uDf2GhMeos .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDf2GhMeos .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDf2GhMeos .nav-item .nav-link:hover,
.cid-uDf2GhMeos .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDf2GhMeos .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDf2GhMeos .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDf2GhMeos .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDf2GhMeos .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDf2GhMeos .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDf2GhMeos .offcanvas_box {
    display: none;
  }
}
.cid-uDf2GhMeos .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDf2GhMeos .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDf2GhMeos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDf2GhMeos .container {
  display: flex;
  margin: auto;
}
.cid-uDf2GhMeos .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2GhMeos .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDf2GhMeos .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .navbar-nav {
    margin: 0;
  }
}
.cid-uDf2GhMeos .dropdown-menu,
.cid-uDf2GhMeos .navbar.opened {
  background-color: false !important;
}
.cid-uDf2GhMeos .nav-item:focus,
.cid-uDf2GhMeos .nav-link:focus {
  outline: none;
}
.cid-uDf2GhMeos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDf2GhMeos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDf2GhMeos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDf2GhMeos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDf2GhMeos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDf2GhMeos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDf2GhMeos .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-uDf2GhMeos .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDf2GhMeos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDf2GhMeos .dropdown-item.active,
.cid-uDf2GhMeos .dropdown-item:active {
  background-color: transparent;
}
.cid-uDf2GhMeos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDf2GhMeos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDf2GhMeos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDf2GhMeos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDf2GhMeos ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDf2GhMeos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDf2GhMeos 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: #ff9063;
}
.cid-uDf2GhMeos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDf2GhMeos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDf2GhMeos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf2GhMeos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf2GhMeos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDf2GhMeos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf2GhMeos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDf2GhMeos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDf2GhMeos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf2GhMeos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDf2GhMeos .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-uDf2GhMeos .navbar {
    height: 70px;
  }
  .cid-uDf2GhMeos .navbar.opened {
    height: auto;
  }
  .cid-uDf2GhMeos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDf2GhMeos .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDf2GhMeos .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDf2GhMeos .text_widget {
  margin-bottom: 32px;
}
.cid-uDf2GhMeos .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDf2GhMeos .text_widget a:hover,
.cid-uDf2GhMeos .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDf2GhMeos .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDf2GhMeos .navbar-caption {
  color: #050f0f;
}
.cid-uDf2GhMeos .mbr-section-subtitle,
.cid-uDf2GhMeos .text_widget,
.cid-uDf2GhMeos .mbr-section-btn {
  text-align: center;
}
.cid-uDf2GhMeos a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDf2Gj7g54 {
  position: relative;
  background-color: #ffffff;
}
.cid-uDf2Gj7g54 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDf2Gj7g54 .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDf2Gj7g54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2Gj7g54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2Gj7g54 .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDf2Gj7g54 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDf2Gj7g54 .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDf2Gj7g54 .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDf2Gj7g54 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDf2Gj7g54 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDf2Gj7g54 .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf2Gj7g54 .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDf2Gj7g54 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDf2Gj7g54 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDf2Gj7g54 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2Gj7g54 .mbr-section-title {
  color: #191c25;
}
.cid-uDf2Gj7g54 .mbr-text,
.cid-uDf2Gj7g54 .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDf2Gj7g54 .mbr-section-title,
.cid-uDf2Gj7g54 .mbr-section-btn,
.cid-uDf2Gj7g54 .social-wrapper {
  text-align: right;
}
.cid-uDf2Glsp7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf2Glsp7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2Glsp7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2Glsp7O .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf2Glsp7O .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf2Glsp7O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf2Glsp7O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf2Glsp7O .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDf2Glsp7O .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf2Glsp7O .mbr-section-title {
  color: #ffffff;
}
.cid-uDf2Glsp7O .mbr-text,
.cid-uDf2Glsp7O .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDf2Glsp7O .mbr-section-title,
.cid-uDf2Glsp7O .mbr-section-btn {
  text-align: center;
}
.cid-uDf2GyIp01 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uDf2GyIp01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2GyIp01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2GyIp01 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDf2GyIp01 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2GyIp01 .container {
    padding: 0 14px;
  }
}
.cid-uDf2GyIp01 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uDf2GyIp01 .google-map iframe {
    height: 300px;
  }
}
.cid-uDf2GA4B2C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf2GA4B2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2GA4B2C .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDf2GA4B2C .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDf2GA4B2C .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDf2GA4B2C a {
  font-weight: 600;
}
.cid-uDf2GA4B2C a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDf2GA4B2C .col-lg-3,
  .cid-uDf2GA4B2C .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDf2GA4B2C .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDf2GA4B2C .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDf2GA4B2C h5 {
  margin: 0;
}
.cid-uDf2GA4B2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2GA4B2C .iconfont-wrapper {
  position: relative;
}
.cid-uDf2GA4B2C .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDf2GA4B2C .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDf2GA4B2C .sociconfont-wrapper {
  display: flex;
}
.cid-uDf2GA4B2C .card-title,
.cid-uDf2GA4B2C .iconfont-wrapper {
  color: #000000;
}
.cid-uDf2GA4B2C .card-text {
  color: #000000;
}
.cid-uDf2GA4B2C .mbr-section-title {
  color: #000000;
}
.cid-uDf2GA4B2C .main-title,
.cid-uDf2GA4B2C .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDf2GBEioE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf2GBEioE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2GBEioE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2GBEioE .col-title {
  margin-bottom: 32px;
}
.cid-uDf2GBEioE .mbr-section-title {
  color: #24262b;
}
.cid-uDf2GBEioE .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDf2GBEioE .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uDf2GBEioE .cards-row {
  row-gap: 32px;
}
.cid-uDf2GBEioE .card {
  border-radius: 0;
}
.cid-uDf2GBEioE .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uDf2GBEioE .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uDf2GBEioE .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDf2GBEioE .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uDf2GBEioE .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uDf2GD0UZx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDf2GD0UZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2GD0UZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2GD0UZx .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDf2GD0UZx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2GD0UZx .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDf2GD0UZx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2GD0UZx .container {
    padding: 0 14px;
  }
}
.cid-uDf2GD0UZx .row {
  justify-content: center;
}
.cid-uDf2GD0UZx .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2GD0UZx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2GD0UZx .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDf2GD0UZx .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2GD0UZx .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2GD0UZx .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf2GD0UZx .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDf2GD0UZx .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2GD0UZx .nav-wrapper .list .item-wrap:hover,
.cid-uDf2GD0UZx .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDf2GD0UZx .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2GD0UZx .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2GD0UZx .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDf2GD0UZx .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2GD0UZx .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-uDf2GD0UZx .mbr-text,
.cid-uDf2GD0UZx .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDf2GD0UZx .mbr-list-title {
  color: #ffffff;
}
.cid-uDf2GD0UZx .list {
  color: #ffffff;
}
.cid-uDf2GD0UZx .mbr-contact {
  color: #ffffff;
}
.cid-uDf2VhthcJ {
  background-color: transparent;
}
.cid-uDf2VhthcJ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDf2VhthcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDf2VhthcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDf2VhthcJ .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDf2VhthcJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDf2VhthcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uDf2VhthcJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDf2VhthcJ .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDf2VhthcJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDf2VhthcJ .navbar.collapsed {
  justify-content: center;
}
.cid-uDf2VhthcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDf2VhthcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDf2VhthcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDf2VhthcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDf2VhthcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDf2VhthcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDf2VhthcJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDf2VhthcJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDf2VhthcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDf2VhthcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDf2VhthcJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDf2VhthcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDf2VhthcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDf2VhthcJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDf2VhthcJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDf2VhthcJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDf2VhthcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDf2VhthcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDf2VhthcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDf2VhthcJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDf2VhthcJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDf2VhthcJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDf2VhthcJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDf2VhthcJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDf2VhthcJ .menu_box .navbar.opened,
  .cid-uDf2VhthcJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDf2VhthcJ .navbar-dropdown {
  position: relative !important;
}
.cid-uDf2VhthcJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDf2VhthcJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDf2VhthcJ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDf2VhthcJ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uDf2VhthcJ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDf2VhthcJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDf2VhthcJ .nav-item .nav-link:hover,
.cid-uDf2VhthcJ .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDf2VhthcJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDf2VhthcJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDf2VhthcJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDf2VhthcJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDf2VhthcJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDf2VhthcJ .offcanvas_box {
    display: none;
  }
}
.cid-uDf2VhthcJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDf2VhthcJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDf2VhthcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDf2VhthcJ .container {
  display: flex;
  margin: auto;
}
.cid-uDf2VhthcJ .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2VhthcJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDf2VhthcJ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .navbar-nav {
    margin: 0;
  }
}
.cid-uDf2VhthcJ .dropdown-menu,
.cid-uDf2VhthcJ .navbar.opened {
  background-color: false !important;
}
.cid-uDf2VhthcJ .nav-item:focus,
.cid-uDf2VhthcJ .nav-link:focus {
  outline: none;
}
.cid-uDf2VhthcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDf2VhthcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDf2VhthcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDf2VhthcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDf2VhthcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDf2VhthcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDf2VhthcJ .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-uDf2VhthcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDf2VhthcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDf2VhthcJ .dropdown-item.active,
.cid-uDf2VhthcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDf2VhthcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDf2VhthcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDf2VhthcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDf2VhthcJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDf2VhthcJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDf2VhthcJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDf2VhthcJ 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: #ff9063;
}
.cid-uDf2VhthcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDf2VhthcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDf2VhthcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf2VhthcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf2VhthcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDf2VhthcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf2VhthcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDf2VhthcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDf2VhthcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf2VhthcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDf2VhthcJ .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-uDf2VhthcJ .navbar {
    height: 70px;
  }
  .cid-uDf2VhthcJ .navbar.opened {
    height: auto;
  }
  .cid-uDf2VhthcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDf2VhthcJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDf2VhthcJ .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDf2VhthcJ .text_widget {
  margin-bottom: 32px;
}
.cid-uDf2VhthcJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDf2VhthcJ .text_widget a:hover,
.cid-uDf2VhthcJ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDf2VhthcJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDf2VhthcJ .navbar-caption {
  color: #050f0f;
}
.cid-uDf2VhthcJ .mbr-section-subtitle,
.cid-uDf2VhthcJ .text_widget,
.cid-uDf2VhthcJ .mbr-section-btn {
  text-align: center;
}
.cid-uDf2VhthcJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDf2Vj33yS {
  position: relative;
  background-color: #ffffff;
}
.cid-uDf2Vj33yS .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDf2Vj33yS .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDf2Vj33yS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2Vj33yS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2Vj33yS .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDf2Vj33yS .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDf2Vj33yS .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDf2Vj33yS .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDf2Vj33yS .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDf2Vj33yS .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDf2Vj33yS .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf2Vj33yS .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDf2Vj33yS .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDf2Vj33yS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDf2Vj33yS .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDf2Vj33yS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDf2Vj33yS .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDf2Vj33yS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDf2Vj33yS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDf2Vj33yS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2Vj33yS .mbr-section-title {
  color: #191c25;
}
.cid-uDf2Vj33yS .mbr-text,
.cid-uDf2Vj33yS .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDf2Vj33yS .mbr-section-title,
.cid-uDf2Vj33yS .mbr-section-btn,
.cid-uDf2Vj33yS .social-wrapper {
  text-align: right;
}
.cid-uDf2Vkqx9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf2Vkqx9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2Vkqx9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2Vkqx9o .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf2Vkqx9o .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf2Vkqx9o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf2Vkqx9o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf2Vkqx9o .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDf2Vkqx9o .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf2Vkqx9o .mbr-section-title {
  color: #ffffff;
}
.cid-uDf2Vkqx9o .mbr-text,
.cid-uDf2Vkqx9o .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDf2Vkqx9o .mbr-section-title,
.cid-uDf2Vkqx9o .mbr-section-btn {
  text-align: center;
}
.cid-uDf2VmmJQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uDf2VmmJQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2VmmJQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2VmmJQB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDf2VmmJQB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2VmmJQB .container {
    padding: 0 14px;
  }
}
.cid-uDf2VmmJQB .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uDf2VmmJQB .google-map iframe {
    height: 300px;
  }
}
.cid-uDf2VnVobU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf2VnVobU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2VnVobU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDf2VnVobU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDf2VnVobU .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDf2VnVobU a {
  font-weight: 600;
}
.cid-uDf2VnVobU a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDf2VnVobU .col-lg-3,
  .cid-uDf2VnVobU .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDf2VnVobU .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDf2VnVobU .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDf2VnVobU h5 {
  margin: 0;
}
.cid-uDf2VnVobU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2VnVobU .iconfont-wrapper {
  position: relative;
}
.cid-uDf2VnVobU .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDf2VnVobU .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDf2VnVobU .sociconfont-wrapper {
  display: flex;
}
.cid-uDf2VnVobU .card-title,
.cid-uDf2VnVobU .iconfont-wrapper {
  color: #000000;
}
.cid-uDf2VnVobU .card-text {
  color: #000000;
}
.cid-uDf2VnVobU .mbr-section-title {
  color: #000000;
}
.cid-uDf2VnVobU .main-title,
.cid-uDf2VnVobU .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDf2VqchSP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf2VqchSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2VqchSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2VqchSP .col-title {
  margin-bottom: 32px;
}
.cid-uDf2VqchSP .mbr-section-title {
  color: #24262b;
}
.cid-uDf2VqchSP .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDf2VqchSP .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uDf2VqchSP .cards-row {
  row-gap: 32px;
}
.cid-uDf2VqchSP .card {
  border-radius: 0;
}
.cid-uDf2VqchSP .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uDf2VqchSP .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uDf2VqchSP .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDf2VqchSP .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uDf2VqchSP .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uDf2Vt8PaP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDf2Vt8PaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf2Vt8PaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf2Vt8PaP .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDf2Vt8PaP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2Vt8PaP .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDf2Vt8PaP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf2Vt8PaP .container {
    padding: 0 14px;
  }
}
.cid-uDf2Vt8PaP .row {
  justify-content: center;
}
.cid-uDf2Vt8PaP .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2Vt8PaP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2Vt8PaP .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDf2Vt8PaP .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2Vt8PaP .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2Vt8PaP .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf2Vt8PaP .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDf2Vt8PaP .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2Vt8PaP .nav-wrapper .list .item-wrap:hover,
.cid-uDf2Vt8PaP .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDf2Vt8PaP .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf2Vt8PaP .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf2Vt8PaP .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDf2Vt8PaP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDf2Vt8PaP .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-uDf2Vt8PaP .mbr-text,
.cid-uDf2Vt8PaP .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDf2Vt8PaP .mbr-list-title {
  color: #ffffff;
}
.cid-uDf2Vt8PaP .list {
  color: #ffffff;
}
.cid-uDf2Vt8PaP .mbr-contact {
  color: #ffffff;
}
.cid-uDf1RtuLbQ {
  background-color: transparent;
}
.cid-uDf1RtuLbQ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDf1RtuLbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDf1RtuLbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDf1RtuLbQ .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDf1RtuLbQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDf1RtuLbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uDf1RtuLbQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDf1RtuLbQ .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDf1RtuLbQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDf1RtuLbQ .navbar.collapsed {
  justify-content: center;
}
.cid-uDf1RtuLbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDf1RtuLbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDf1RtuLbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDf1RtuLbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDf1RtuLbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDf1RtuLbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDf1RtuLbQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDf1RtuLbQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDf1RtuLbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDf1RtuLbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDf1RtuLbQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDf1RtuLbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDf1RtuLbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDf1RtuLbQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDf1RtuLbQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDf1RtuLbQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDf1RtuLbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDf1RtuLbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDf1RtuLbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDf1RtuLbQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDf1RtuLbQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDf1RtuLbQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDf1RtuLbQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDf1RtuLbQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDf1RtuLbQ .menu_box .navbar.opened,
  .cid-uDf1RtuLbQ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDf1RtuLbQ .navbar-dropdown {
  position: relative !important;
}
.cid-uDf1RtuLbQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDf1RtuLbQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDf1RtuLbQ .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDf1RtuLbQ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uDf1RtuLbQ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDf1RtuLbQ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDf1RtuLbQ .nav-item .nav-link:hover,
.cid-uDf1RtuLbQ .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDf1RtuLbQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDf1RtuLbQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDf1RtuLbQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDf1RtuLbQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDf1RtuLbQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDf1RtuLbQ .offcanvas_box {
    display: none;
  }
}
.cid-uDf1RtuLbQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDf1RtuLbQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDf1RtuLbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDf1RtuLbQ .container {
  display: flex;
  margin: auto;
}
.cid-uDf1RtuLbQ .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf1RtuLbQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDf1RtuLbQ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .navbar-nav {
    margin: 0;
  }
}
.cid-uDf1RtuLbQ .dropdown-menu,
.cid-uDf1RtuLbQ .navbar.opened {
  background-color: false !important;
}
.cid-uDf1RtuLbQ .nav-item:focus,
.cid-uDf1RtuLbQ .nav-link:focus {
  outline: none;
}
.cid-uDf1RtuLbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDf1RtuLbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDf1RtuLbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDf1RtuLbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDf1RtuLbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDf1RtuLbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDf1RtuLbQ .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-uDf1RtuLbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDf1RtuLbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDf1RtuLbQ .dropdown-item.active,
.cid-uDf1RtuLbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDf1RtuLbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDf1RtuLbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDf1RtuLbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDf1RtuLbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDf1RtuLbQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDf1RtuLbQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDf1RtuLbQ 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: #ff9063;
}
.cid-uDf1RtuLbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDf1RtuLbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDf1RtuLbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf1RtuLbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf1RtuLbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDf1RtuLbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf1RtuLbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDf1RtuLbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDf1RtuLbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf1RtuLbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDf1RtuLbQ .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-uDf1RtuLbQ .navbar {
    height: 70px;
  }
  .cid-uDf1RtuLbQ .navbar.opened {
    height: auto;
  }
  .cid-uDf1RtuLbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDf1RtuLbQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDf1RtuLbQ .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDf1RtuLbQ .text_widget {
  margin-bottom: 32px;
}
.cid-uDf1RtuLbQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDf1RtuLbQ .text_widget a:hover,
.cid-uDf1RtuLbQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDf1RtuLbQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDf1RtuLbQ .navbar-caption {
  color: #050f0f;
}
.cid-uDf1RtuLbQ .mbr-section-subtitle,
.cid-uDf1RtuLbQ .text_widget,
.cid-uDf1RtuLbQ .mbr-section-btn {
  text-align: center;
}
.cid-uDf1RtuLbQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDf1RuMUlE {
  position: relative;
  background-color: #ffffff;
}
.cid-uDf1RuMUlE .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDf1RuMUlE .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDf1RuMUlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RuMUlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RuMUlE .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDf1RuMUlE .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDf1RuMUlE .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDf1RuMUlE .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDf1RuMUlE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDf1RuMUlE .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDf1RuMUlE .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf1RuMUlE .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDf1RuMUlE .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDf1RuMUlE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDf1RuMUlE .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDf1RuMUlE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDf1RuMUlE .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDf1RuMUlE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDf1RuMUlE .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDf1RuMUlE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDf1RuMUlE .mbr-section-title {
  color: #191c25;
}
.cid-uDf1RuMUlE .mbr-text,
.cid-uDf1RuMUlE .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDf1RuMUlE .mbr-section-title,
.cid-uDf1RuMUlE .mbr-section-btn,
.cid-uDf1RuMUlE .social-wrapper {
  text-align: right;
}
.cid-uDf1Rw17i9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf1Rw17i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1Rw17i9 .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-uDf1Rw17i9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf1Rw17i9 .container {
    padding: 0 12px;
  }
}
.cid-uDf1Rw17i9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDf1Rw17i9 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDf1Rw17i9 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDf1Rw17i9 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3f897b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDf1Rw17i9 .mbr-section-title {
  color: #222222;
}
.cid-uDf1RxbjLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf1RxbjLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RxbjLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RxbjLW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf1RxbjLW .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf1RxbjLW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf1RxbjLW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf1RxbjLW .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDf1RxbjLW .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf1RxbjLW .mbr-section-title {
  color: #ffffff;
}
.cid-uDf1RxbjLW .mbr-text,
.cid-uDf1RxbjLW .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDf1RxbjLW .mbr-section-title,
.cid-uDf1RxbjLW .mbr-section-btn {
  text-align: center;
}
.cid-uDf1Ry5HY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf1Ry5HY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1Ry5HY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1Ry5HY5 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDf1Ry5HY5 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf1Ry5HY5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDf1Ry5HY5 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uDf1Ry5HY5 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDf1Ry5HY5 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf1Ry5HY5 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uDf1Ry5HY5 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDf1Ry5HY5 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf1Ry5HY5 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDf1Ry5HY5 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uDf1Ry5HY5 .mbr-section-title {
  color: #000000;
}
.cid-uDf1Ry5HY5 .mbr-desc {
  color: #000000;
}
.cid-uDf1Ry5HY5 .mbr-text {
  color: #000000;
}
.cid-uDf1Rz1n9i {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf1Rz1n9i .mbr-text {
  color: #000000;
}
.cid-uDf1Rz1n9i .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf1Rz1n9i .mbr-section-title {
  color: #000000;
}
.cid-uDf1Rz1n9i .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf1Rz1n9i a {
  text-decoration: underline;
}
.cid-uDf1Rz1n9i p {
  line-height: 1.2;
}
.cid-uDf1RzYpNj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDf1RzYpNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RzYpNj .col-12 {
  padding: 0;
}
.cid-uDf1RzYpNj .row {
  margin: 0;
}
.cid-uDf1RzYpNj .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDf1RzYpNj .card-margin {
    margin-top: -1px;
  }
}
.cid-uDf1RzYpNj .card-wrapper {
  min-height: 500px;
  border: 1px solid #8cb963;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDf1RzYpNj .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDf1RzYpNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RzYpNj .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDf1RzYpNj .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDf1RzYpNj .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDf1RzYpNj .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDf1RzYpNj .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uDf1RzYpNj .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf1RzYpNj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDf1RzYpNj .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uDf1RzYpNj .mbr-text,
.cid-uDf1RzYpNj .mbr-section-btn {
  color: #221b35;
}
.cid-uDf1RBhPKN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf1RBhPKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RBhPKN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDf1RBhPKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RBhPKN h1 {
  max-width: 800px;
}
.cid-uDf1RBhPKN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDf1RBhPKN {
    align-items: center;
  }
  .cid-uDf1RBhPKN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDf1RBhPKN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDf1RBhPKN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDf1RBhPKN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDf1RBhPKN .content-wrap {
    width: 100%;
  }
}
.cid-uDf1RBhPKN .mbr-section-subtitle,
.cid-uDf1RBhPKN .line {
  color: #291f1e;
}
.cid-uDf1RBhPKN .mbr-text,
.cid-uDf1RBhPKN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDf1RBhPKN .mbr-section-title {
  color: #291f1e;
}
.cid-uDf1RCid8n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDf1RCid8n .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uDf1RCid8n .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf1RCid8n .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-uDf1RCid8n .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uDf1RCid8n .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uDf1RCid8n .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-uDf1RCid8n .mbr-text,
.cid-uDf1RCid8n .social-row {
  text-align: left;
}
.cid-uDf1RDo7dn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf1RDo7dn .mbr-text {
  color: #000000;
}
.cid-uDf1RDo7dn .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf1RDo7dn .mbr-section-title {
  color: #000000;
}
.cid-uDf1RDo7dn .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf1RDo7dn a {
  text-decoration: underline;
}
.cid-uDf1RDo7dn p {
  line-height: 1.2;
}
.cid-uDf1REldD3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf1REldD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1REldD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1REldD3 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf1REldD3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDf1REldD3 .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uDf1REldD3 .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDf1REldD3 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uDf1REldD3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDf1REldD3 .item-number {
  color: #bcfe1e;
}
.cid-uDf1REldD3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDf1REldD3 .item-text {
  color: #bbbbbb;
}
.cid-uDf1RFqYxr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf1RFqYxr .mbr-text {
  color: #000000;
}
.cid-uDf1RFqYxr .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf1RFqYxr .mbr-section-title {
  color: #000000;
}
.cid-uDf1RFqYxr .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf1RFqYxr a {
  text-decoration: underline;
}
.cid-uDf1RFqYxr p {
  line-height: 1.2;
}
.cid-uDf1RGmjQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDf1RGmjQp .container {
    padding: 0 25px;
  }
}
.cid-uDf1RGmjQp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDf1RGmjQp .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDf1RGmjQp .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uDf1RGmjQp .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDf1RGmjQp .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDf1RGmjQp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDf1RGmjQp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDf1RGmjQp .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDf1RGmjQp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDf1RGmjQp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf1RGmjQp .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDf1RGmjQp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDf1RGmjQp .mbr-section-title {
  color: #000000;
}
.cid-uDf1RGmjQp .panel-title-edit {
  color: #000000;
}
.cid-uDf1RGmjQp .panel-text {
  color: #000000;
}
.cid-uDf1RIz7c2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf1RIz7c2 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-uDf1RIz7c2 .title-wrapper {
  padding: 0 12px;
}
.cid-uDf1RIz7c2 .text-block {
  padding: 48px 24px;
}
.cid-uDf1RIz7c2 .video-wrapper iframe {
  width: 100%;
}
.cid-uDf1RIz7c2 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-uDf1RIz7c2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDf1RIz7c2 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-uDf1RIz7c2 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-uDf1RIz7c2 .mbr-text,
.cid-uDf1RIz7c2 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uDf1RIz7c2 .video-block {
    border-left: none;
  }
  .cid-uDf1RIz7c2 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-uDf1RIz7c2 .title-wrapper {
    padding: 0 48px;
  }
  .cid-uDf1RIz7c2 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-uDf1RIz7c2 .mbr-text {
  color: #000000;
}
.cid-uDf67YjVwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf67YjVwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf67YjVwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf67YjVwE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDf67YjVwE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf67YjVwE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDf67YjVwE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf67YjVwE .container {
    padding: 0 24px;
  }
}
.cid-uDf67YjVwE .row {
  justify-content: center;
}
.cid-uDf67YjVwE .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDf67YjVwE .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf67YjVwE .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDf67YjVwE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uDf67YjVwE .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uDf67YjVwE .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uDf67YjVwE .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uDf67YjVwE .mbr-desc,
.cid-uDf67YjVwE .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uDf67YjVwE .panel-title-edit {
  color: #18212d;
}
.cid-uDf67YjVwE .panel-text {
  color: #18212d;
}
.cid-uDf1RMnNLD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uDf1RMnNLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RMnNLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RMnNLD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDf1RMnNLD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf1RMnNLD .container {
    padding: 0 14px;
  }
}
.cid-uDf1RMnNLD .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uDf1RMnNLD .google-map iframe {
    height: 300px;
  }
}
.cid-uDf1RNANO0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf1RNANO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RNANO0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDf1RNANO0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDf1RNANO0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDf1RNANO0 a {
  font-weight: 600;
}
.cid-uDf1RNANO0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDf1RNANO0 .col-lg-3,
  .cid-uDf1RNANO0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDf1RNANO0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDf1RNANO0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDf1RNANO0 h5 {
  margin: 0;
}
.cid-uDf1RNANO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RNANO0 .iconfont-wrapper {
  position: relative;
}
.cid-uDf1RNANO0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDf1RNANO0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDf1RNANO0 .sociconfont-wrapper {
  display: flex;
}
.cid-uDf1RNANO0 .card-title,
.cid-uDf1RNANO0 .iconfont-wrapper {
  color: #000000;
}
.cid-uDf1RNANO0 .card-text {
  color: #000000;
}
.cid-uDf1RNANO0 .mbr-section-title {
  color: #000000;
}
.cid-uDf1RNANO0 .main-title,
.cid-uDf1RNANO0 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDf1RPbsPy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf1RPbsPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RPbsPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RPbsPy .col-title {
  margin-bottom: 32px;
}
.cid-uDf1RPbsPy .mbr-section-title {
  color: #24262b;
}
.cid-uDf1RPbsPy .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDf1RPbsPy .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uDf1RPbsPy .cards-row {
  row-gap: 32px;
}
.cid-uDf1RPbsPy .card {
  border-radius: 0;
}
.cid-uDf1RPbsPy .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uDf1RPbsPy .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uDf1RPbsPy .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDf1RPbsPy .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uDf1RPbsPy .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uDf1RR4KxA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDf1RR4KxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf1RR4KxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf1RR4KxA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDf1RR4KxA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf1RR4KxA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDf1RR4KxA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf1RR4KxA .container {
    padding: 0 14px;
  }
}
.cid-uDf1RR4KxA .row {
  justify-content: center;
}
.cid-uDf1RR4KxA .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf1RR4KxA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf1RR4KxA .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDf1RR4KxA .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf1RR4KxA .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf1RR4KxA .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf1RR4KxA .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDf1RR4KxA .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf1RR4KxA .nav-wrapper .list .item-wrap:hover,
.cid-uDf1RR4KxA .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDf1RR4KxA .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf1RR4KxA .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf1RR4KxA .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDf1RR4KxA .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDf1RR4KxA .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-uDf1RR4KxA .mbr-text,
.cid-uDf1RR4KxA .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDf1RR4KxA .mbr-list-title {
  color: #ffffff;
}
.cid-uDf1RR4KxA .list {
  color: #ffffff;
}
.cid-uDf1RR4KxA .mbr-contact {
  color: #ffffff;
}
.cid-uDf0uoTBAM {
  background-color: transparent;
}
.cid-uDf0uoTBAM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDf0uoTBAM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDf0uoTBAM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDf0uoTBAM .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDf0uoTBAM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDf0uoTBAM .navbar.opened {
  transition: all 0.3s;
}
.cid-uDf0uoTBAM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDf0uoTBAM .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDf0uoTBAM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDf0uoTBAM .navbar.collapsed {
  justify-content: center;
}
.cid-uDf0uoTBAM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDf0uoTBAM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDf0uoTBAM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDf0uoTBAM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDf0uoTBAM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDf0uoTBAM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDf0uoTBAM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDf0uoTBAM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDf0uoTBAM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDf0uoTBAM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDf0uoTBAM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDf0uoTBAM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDf0uoTBAM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDf0uoTBAM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDf0uoTBAM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDf0uoTBAM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDf0uoTBAM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDf0uoTBAM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDf0uoTBAM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDf0uoTBAM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDf0uoTBAM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDf0uoTBAM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDf0uoTBAM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDf0uoTBAM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDf0uoTBAM .menu_box .navbar.opened,
  .cid-uDf0uoTBAM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDf0uoTBAM .navbar-dropdown {
  position: relative !important;
}
.cid-uDf0uoTBAM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDf0uoTBAM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDf0uoTBAM .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDf0uoTBAM .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .nav-item {
    margin: 0 !important;
  }
}
.cid-uDf0uoTBAM .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDf0uoTBAM .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDf0uoTBAM .nav-item .nav-link:hover,
.cid-uDf0uoTBAM .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDf0uoTBAM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDf0uoTBAM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDf0uoTBAM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDf0uoTBAM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDf0uoTBAM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDf0uoTBAM .offcanvas_box {
    display: none;
  }
}
.cid-uDf0uoTBAM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDf0uoTBAM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDf0uoTBAM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDf0uoTBAM .container {
  display: flex;
  margin: auto;
}
.cid-uDf0uoTBAM .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf0uoTBAM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDf0uoTBAM .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .navbar-nav {
    margin: 0;
  }
}
.cid-uDf0uoTBAM .dropdown-menu,
.cid-uDf0uoTBAM .navbar.opened {
  background-color: false !important;
}
.cid-uDf0uoTBAM .nav-item:focus,
.cid-uDf0uoTBAM .nav-link:focus {
  outline: none;
}
.cid-uDf0uoTBAM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDf0uoTBAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDf0uoTBAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDf0uoTBAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDf0uoTBAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDf0uoTBAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDf0uoTBAM .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-uDf0uoTBAM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDf0uoTBAM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDf0uoTBAM .dropdown-item.active,
.cid-uDf0uoTBAM .dropdown-item:active {
  background-color: transparent;
}
.cid-uDf0uoTBAM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDf0uoTBAM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDf0uoTBAM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDf0uoTBAM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDf0uoTBAM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDf0uoTBAM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDf0uoTBAM 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: #ff9063;
}
.cid-uDf0uoTBAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDf0uoTBAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDf0uoTBAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf0uoTBAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDf0uoTBAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDf0uoTBAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf0uoTBAM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDf0uoTBAM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDf0uoTBAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDf0uoTBAM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDf0uoTBAM .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-uDf0uoTBAM .navbar {
    height: 70px;
  }
  .cid-uDf0uoTBAM .navbar.opened {
    height: auto;
  }
  .cid-uDf0uoTBAM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDf0uoTBAM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDf0uoTBAM .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDf0uoTBAM .text_widget {
  margin-bottom: 32px;
}
.cid-uDf0uoTBAM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDf0uoTBAM .text_widget a:hover,
.cid-uDf0uoTBAM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDf0uoTBAM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDf0uoTBAM .navbar-caption {
  color: #050f0f;
}
.cid-uDf0uoTBAM .mbr-section-subtitle,
.cid-uDf0uoTBAM .text_widget,
.cid-uDf0uoTBAM .mbr-section-btn {
  text-align: center;
}
.cid-uDf0uoTBAM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDf0uvHCYo {
  position: relative;
  background-color: #ffffff;
}
.cid-uDf0uvHCYo .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDf0uvHCYo .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDf0uvHCYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uvHCYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0uvHCYo .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDf0uvHCYo .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDf0uvHCYo .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDf0uvHCYo .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDf0uvHCYo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDf0uvHCYo .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDf0uvHCYo .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf0uvHCYo .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDf0uvHCYo .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDf0uvHCYo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDf0uvHCYo .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDf0uvHCYo .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDf0uvHCYo .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDf0uvHCYo .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDf0uvHCYo .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDf0uvHCYo .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDf0uvHCYo .mbr-section-title {
  color: #191c25;
}
.cid-uDf0uvHCYo .mbr-text,
.cid-uDf0uvHCYo .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDf0uvHCYo .mbr-section-title,
.cid-uDf0uvHCYo .mbr-section-btn,
.cid-uDf0uvHCYo .social-wrapper {
  text-align: right;
}
.cid-uDf0uyo95I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf0uyo95I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uyo95I .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-uDf0uyo95I .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf0uyo95I .container {
    padding: 0 12px;
  }
}
.cid-uDf0uyo95I .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDf0uyo95I .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDf0uyo95I .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDf0uyo95I .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3f897b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDf0uyo95I .mbr-section-title {
  color: #222222;
}
.cid-uDf0uzUr9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf0uzUr9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uzUr9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0uzUr9K .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf0uzUr9K .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf0uzUr9K .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf0uzUr9K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf0uzUr9K .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDf0uzUr9K .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf0uzUr9K .mbr-section-title {
  color: #ffffff;
}
.cid-uDf0uzUr9K .mbr-text,
.cid-uDf0uzUr9K .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDf0uzUr9K .mbr-section-title,
.cid-uDf0uzUr9K .mbr-section-btn {
  text-align: center;
}
.cid-uDf0uBCjoV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf0uBCjoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uBCjoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0uBCjoV .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDf0uBCjoV .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf0uBCjoV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDf0uBCjoV .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uDf0uBCjoV .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDf0uBCjoV .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf0uBCjoV .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uDf0uBCjoV .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDf0uBCjoV .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDf0uBCjoV .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDf0uBCjoV .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uDf0uBCjoV .mbr-section-title {
  color: #000000;
}
.cid-uDf0uBCjoV .mbr-desc {
  color: #000000;
}
.cid-uDf0uBCjoV .mbr-text {
  color: #000000;
}
.cid-uDf0uFtLWV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf0uFtLWV .mbr-text {
  color: #000000;
}
.cid-uDf0uFtLWV .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf0uFtLWV .mbr-section-title {
  color: #000000;
}
.cid-uDf0uFtLWV .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf0uFtLWV a {
  text-decoration: underline;
}
.cid-uDf0uFtLWV p {
  line-height: 1.2;
}
.cid-uDf0uHPyFg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDf0uHPyFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uHPyFg .col-12 {
  padding: 0;
}
.cid-uDf0uHPyFg .row {
  margin: 0;
}
.cid-uDf0uHPyFg .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDf0uHPyFg .card-margin {
    margin-top: -1px;
  }
}
.cid-uDf0uHPyFg .card-wrapper {
  min-height: 500px;
  border: 1px solid #8cb963;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDf0uHPyFg .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDf0uHPyFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0uHPyFg .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDf0uHPyFg .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDf0uHPyFg .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDf0uHPyFg .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDf0uHPyFg .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uDf0uHPyFg .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDf0uHPyFg .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDf0uHPyFg .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uDf0uHPyFg .mbr-text,
.cid-uDf0uHPyFg .mbr-section-btn {
  color: #221b35;
}
.cid-uDf0uSGFPx {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf0uSGFPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0uSGFPx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDf0uSGFPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0uSGFPx h1 {
  max-width: 800px;
}
.cid-uDf0uSGFPx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDf0uSGFPx {
    align-items: center;
  }
  .cid-uDf0uSGFPx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDf0uSGFPx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDf0uSGFPx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDf0uSGFPx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDf0uSGFPx .content-wrap {
    width: 100%;
  }
}
.cid-uDf0uSGFPx .mbr-section-subtitle,
.cid-uDf0uSGFPx .line {
  color: #291f1e;
}
.cid-uDf0uSGFPx .mbr-text,
.cid-uDf0uSGFPx .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDf0uSGFPx .mbr-section-title {
  color: #291f1e;
}
.cid-uDf0uVJUaX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDf0uVJUaX .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uDf0uVJUaX .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDf0uVJUaX .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-uDf0uVJUaX .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uDf0uVJUaX .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uDf0uVJUaX .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-uDf0uVJUaX .mbr-text,
.cid-uDf0uVJUaX .social-row {
  text-align: left;
}
.cid-uDf0vkuNtP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf0vkuNtP .mbr-text {
  color: #000000;
}
.cid-uDf0vkuNtP .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf0vkuNtP .mbr-section-title {
  color: #000000;
}
.cid-uDf0vkuNtP .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf0vkuNtP a {
  text-decoration: underline;
}
.cid-uDf0vkuNtP p {
  line-height: 1.2;
}
.cid-uDf0vnMpIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf0vnMpIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0vnMpIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0vnMpIY .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf0vnMpIY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDf0vnMpIY .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uDf0vnMpIY .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDf0vnMpIY .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uDf0vnMpIY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDf0vnMpIY .item-number {
  color: #bcfe1e;
}
.cid-uDf0vnMpIY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDf0vnMpIY .item-text {
  color: #bbbbbb;
}
.cid-uDf0vq1GWG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDf0vq1GWG .mbr-text {
  color: #000000;
}
.cid-uDf0vq1GWG .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDf0vq1GWG .mbr-section-title {
  color: #000000;
}
.cid-uDf0vq1GWG .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDf0vq1GWG a {
  text-decoration: underline;
}
.cid-uDf0vq1GWG p {
  line-height: 1.2;
}
.cid-uDf0vsig4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDf0vsig4H .container {
    padding: 0 25px;
  }
}
.cid-uDf0vsig4H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDf0vsig4H .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDf0vsig4H .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uDf0vsig4H .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDf0vsig4H .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDf0vsig4H .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDf0vsig4H .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDf0vsig4H .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDf0vsig4H .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDf0vsig4H .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf0vsig4H .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDf0vsig4H .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDf0vsig4H .mbr-section-title {
  color: #000000;
}
.cid-uDf0vsig4H .panel-title-edit {
  color: #000000;
}
.cid-uDf0vsig4H .panel-text {
  color: #000000;
}
.cid-uDf0vvjuyF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf0vvjuyF .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-uDf0vvjuyF .title-wrapper {
  padding: 0 12px;
}
.cid-uDf0vvjuyF .text-block {
  padding: 48px 24px;
}
.cid-uDf0vvjuyF .video-wrapper iframe {
  width: 100%;
}
.cid-uDf0vvjuyF .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-uDf0vvjuyF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDf0vvjuyF .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-uDf0vvjuyF .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-uDf0vvjuyF .mbr-text,
.cid-uDf0vvjuyF .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uDf0vvjuyF .video-block {
    border-left: none;
  }
  .cid-uDf0vvjuyF .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-uDf0vvjuyF .title-wrapper {
    padding: 0 48px;
  }
  .cid-uDf0vvjuyF .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-uDf0vvjuyF .mbr-text {
  color: #000000;
}
.cid-uDf5JiwmX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf5JiwmX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf5JiwmX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf5JiwmX8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDf5JiwmX8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf5JiwmX8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDf5JiwmX8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf5JiwmX8 .container {
    padding: 0 24px;
  }
}
.cid-uDf5JiwmX8 .row {
  justify-content: center;
}
.cid-uDf5JiwmX8 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDf5JiwmX8 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf5JiwmX8 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDf5JiwmX8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uDf5JiwmX8 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uDf5JiwmX8 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uDf5JiwmX8 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uDf5JiwmX8 .mbr-desc,
.cid-uDf5JiwmX8 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uDf5JiwmX8 .panel-title-edit {
  color: #18212d;
}
.cid-uDf5JiwmX8 .panel-text {
  color: #18212d;
}
.cid-uDf0vy5nbj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uDf0vy5nbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0vy5nbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0vy5nbj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDf0vy5nbj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf0vy5nbj .container {
    padding: 0 14px;
  }
}
.cid-uDf0vy5nbj .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uDf0vy5nbj .google-map iframe {
    height: 300px;
  }
}
.cid-uDf0vB3I7C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf0vB3I7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0vB3I7C .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDf0vB3I7C .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDf0vB3I7C .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDf0vB3I7C a {
  font-weight: 600;
}
.cid-uDf0vB3I7C a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDf0vB3I7C .col-lg-3,
  .cid-uDf0vB3I7C .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDf0vB3I7C .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDf0vB3I7C .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDf0vB3I7C h5 {
  margin: 0;
}
.cid-uDf0vB3I7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0vB3I7C .iconfont-wrapper {
  position: relative;
}
.cid-uDf0vB3I7C .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDf0vB3I7C .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDf0vB3I7C .sociconfont-wrapper {
  display: flex;
}
.cid-uDf0vB3I7C .card-title,
.cid-uDf0vB3I7C .iconfont-wrapper {
  color: #000000;
}
.cid-uDf0vB3I7C .card-text {
  color: #000000;
}
.cid-uDf0vB3I7C .mbr-section-title {
  color: #000000;
}
.cid-uDf0vB3I7C .main-title,
.cid-uDf0vB3I7C .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDf0vDb3LL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDf0vDb3LL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0vDb3LL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0vDb3LL .col-title {
  margin-bottom: 32px;
}
.cid-uDf0vDb3LL .mbr-section-title {
  color: #24262b;
}
.cid-uDf0vDb3LL .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDf0vDb3LL .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uDf0vDb3LL .cards-row {
  row-gap: 32px;
}
.cid-uDf0vDb3LL .card {
  border-radius: 0;
}
.cid-uDf0vDb3LL .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uDf0vDb3LL .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uDf0vDb3LL .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDf0vDb3LL .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uDf0vDb3LL .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uDf0vFgsqd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDf0vFgsqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf0vFgsqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf0vFgsqd .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDf0vFgsqd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf0vFgsqd .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDf0vFgsqd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDf0vFgsqd .container {
    padding: 0 14px;
  }
}
.cid-uDf0vFgsqd .row {
  justify-content: center;
}
.cid-uDf0vFgsqd .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf0vFgsqd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf0vFgsqd .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDf0vFgsqd .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf0vFgsqd .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf0vFgsqd .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf0vFgsqd .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDf0vFgsqd .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDf0vFgsqd .nav-wrapper .list .item-wrap:hover,
.cid-uDf0vFgsqd .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDf0vFgsqd .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDf0vFgsqd .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf0vFgsqd .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDf0vFgsqd .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDf0vFgsqd .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-uDf0vFgsqd .mbr-text,
.cid-uDf0vFgsqd .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDf0vFgsqd .mbr-list-title {
  color: #ffffff;
}
.cid-uDf0vFgsqd .list {
  color: #ffffff;
}
.cid-uDf0vFgsqd .mbr-contact {
  color: #ffffff;
}
.cid-uDeZf3aFhz {
  background-color: transparent;
}
.cid-uDeZf3aFhz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uDeZf3aFhz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uDeZf3aFhz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDeZf3aFhz .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDeZf3aFhz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDeZf3aFhz .navbar.opened {
  transition: all 0.3s;
}
.cid-uDeZf3aFhz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDeZf3aFhz .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uDeZf3aFhz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDeZf3aFhz .navbar.collapsed {
  justify-content: center;
}
.cid-uDeZf3aFhz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDeZf3aFhz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDeZf3aFhz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDeZf3aFhz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDeZf3aFhz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDeZf3aFhz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDeZf3aFhz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDeZf3aFhz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDeZf3aFhz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDeZf3aFhz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDeZf3aFhz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDeZf3aFhz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDeZf3aFhz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDeZf3aFhz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDeZf3aFhz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDeZf3aFhz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDeZf3aFhz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDeZf3aFhz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDeZf3aFhz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDeZf3aFhz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDeZf3aFhz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDeZf3aFhz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDeZf3aFhz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDeZf3aFhz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDeZf3aFhz .menu_box .navbar.opened,
  .cid-uDeZf3aFhz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDeZf3aFhz .navbar-dropdown {
  position: relative !important;
}
.cid-uDeZf3aFhz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uDeZf3aFhz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uDeZf3aFhz .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uDeZf3aFhz .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .nav-item {
    margin: 0 !important;
  }
}
.cid-uDeZf3aFhz .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uDeZf3aFhz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uDeZf3aFhz .nav-item .nav-link:hover,
.cid-uDeZf3aFhz .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uDeZf3aFhz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDeZf3aFhz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDeZf3aFhz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDeZf3aFhz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uDeZf3aFhz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDeZf3aFhz .offcanvas_box {
    display: none;
  }
}
.cid-uDeZf3aFhz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDeZf3aFhz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDeZf3aFhz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDeZf3aFhz .container {
  display: flex;
  margin: auto;
}
.cid-uDeZf3aFhz .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uDeZf3aFhz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDeZf3aFhz .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .navbar-nav {
    margin: 0;
  }
}
.cid-uDeZf3aFhz .dropdown-menu,
.cid-uDeZf3aFhz .navbar.opened {
  background-color: false !important;
}
.cid-uDeZf3aFhz .nav-item:focus,
.cid-uDeZf3aFhz .nav-link:focus {
  outline: none;
}
.cid-uDeZf3aFhz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDeZf3aFhz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDeZf3aFhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDeZf3aFhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDeZf3aFhz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDeZf3aFhz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDeZf3aFhz .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-uDeZf3aFhz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDeZf3aFhz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDeZf3aFhz .dropdown-item.active,
.cid-uDeZf3aFhz .dropdown-item:active {
  background-color: transparent;
}
.cid-uDeZf3aFhz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uDeZf3aFhz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDeZf3aFhz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDeZf3aFhz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDeZf3aFhz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDeZf3aFhz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDeZf3aFhz 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: #ff9063;
}
.cid-uDeZf3aFhz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uDeZf3aFhz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDeZf3aFhz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeZf3aFhz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDeZf3aFhz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDeZf3aFhz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeZf3aFhz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDeZf3aFhz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDeZf3aFhz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDeZf3aFhz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDeZf3aFhz .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-uDeZf3aFhz .navbar {
    height: 70px;
  }
  .cid-uDeZf3aFhz .navbar.opened {
    height: auto;
  }
  .cid-uDeZf3aFhz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDeZf3aFhz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uDeZf3aFhz .navbar-caption:hover {
  color: #8cb963;
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDeZf3aFhz .text_widget {
  margin-bottom: 32px;
}
.cid-uDeZf3aFhz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDeZf3aFhz .text_widget a:hover,
.cid-uDeZf3aFhz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDeZf3aFhz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uDeZf3aFhz .navbar-caption {
  color: #050f0f;
}
.cid-uDeZf3aFhz .mbr-section-subtitle,
.cid-uDeZf3aFhz .text_widget,
.cid-uDeZf3aFhz .mbr-section-btn {
  text-align: center;
}
.cid-uDeZf3aFhz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDeZf5nQPM {
  position: relative;
  background-color: #ffffff;
}
.cid-uDeZf5nQPM .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uDeZf5nQPM .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uDeZf5nQPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZf5nQPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZf5nQPM .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uDeZf5nQPM .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uDeZf5nQPM .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uDeZf5nQPM .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uDeZf5nQPM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8cb963;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uDeZf5nQPM .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uDeZf5nQPM .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDeZf5nQPM .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDeZf5nQPM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uDeZf5nQPM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDeZf5nQPM .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uDeZf5nQPM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDeZf5nQPM .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uDeZf5nQPM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDeZf5nQPM .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uDeZf5nQPM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDeZf5nQPM .mbr-section-title {
  color: #191c25;
}
.cid-uDeZf5nQPM .mbr-text,
.cid-uDeZf5nQPM .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uDeZf5nQPM .mbr-section-title,
.cid-uDeZf5nQPM .mbr-section-btn,
.cid-uDeZf5nQPM .social-wrapper {
  text-align: right;
}
.cid-uDeZf7pTPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeZf7pTPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZf7pTPZ .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-uDeZf7pTPZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDeZf7pTPZ .container {
    padding: 0 12px;
  }
}
.cid-uDeZf7pTPZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDeZf7pTPZ .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uDeZf7pTPZ .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uDeZf7pTPZ .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3f897b;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uDeZf7pTPZ .mbr-section-title {
  color: #222222;
}
.cid-uDeZf9kQiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeZf9kQiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZf9kQiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZf9kQiC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDeZf9kQiC .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDeZf9kQiC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDeZf9kQiC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDeZf9kQiC .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDeZf9kQiC .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDeZf9kQiC .mbr-section-title {
  color: #ffffff;
}
.cid-uDeZf9kQiC .mbr-text,
.cid-uDeZf9kQiC .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uDeZf9kQiC .mbr-section-title,
.cid-uDeZf9kQiC .mbr-section-btn {
  text-align: center;
}
.cid-uDeZfcsW4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeZfcsW4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZfcsW4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZfcsW4k .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDeZfcsW4k .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeZfcsW4k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDeZfcsW4k .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uDeZfcsW4k .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDeZfcsW4k .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeZfcsW4k .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uDeZfcsW4k .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uDeZfcsW4k .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uDeZfcsW4k .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uDeZfcsW4k .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uDeZfcsW4k .mbr-section-title {
  color: #000000;
}
.cid-uDeZfcsW4k .mbr-desc {
  color: #000000;
}
.cid-uDeZfcsW4k .mbr-text {
  color: #000000;
}
.cid-uDeZfg2ov5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeZfg2ov5 .mbr-text {
  color: #000000;
}
.cid-uDeZfg2ov5 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeZfg2ov5 .mbr-section-title {
  color: #000000;
}
.cid-uDeZfg2ov5 .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeZfg2ov5 a {
  text-decoration: underline;
}
.cid-uDeZfg2ov5 p {
  line-height: 1.2;
}
.cid-uDeZfkrlte {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDeZfkrlte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZfkrlte .col-12 {
  padding: 0;
}
.cid-uDeZfkrlte .row {
  margin: 0;
}
.cid-uDeZfkrlte .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDeZfkrlte .card-margin {
    margin-top: -1px;
  }
}
.cid-uDeZfkrlte .card-wrapper {
  min-height: 500px;
  border: 1px solid #8cb963;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDeZfkrlte .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDeZfkrlte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZfkrlte .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDeZfkrlte .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDeZfkrlte .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDeZfkrlte .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDeZfkrlte .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uDeZfkrlte .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDeZfkrlte .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDeZfkrlte .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uDeZfkrlte .mbr-text,
.cid-uDeZfkrlte .mbr-section-btn {
  color: #221b35;
}
.cid-uDeZfCarni {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDeZfCarni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZfCarni .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDeZfCarni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZfCarni h1 {
  max-width: 800px;
}
.cid-uDeZfCarni p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uDeZfCarni {
    align-items: center;
  }
  .cid-uDeZfCarni .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDeZfCarni .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDeZfCarni {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDeZfCarni .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDeZfCarni .content-wrap {
    width: 100%;
  }
}
.cid-uDeZfCarni .mbr-section-subtitle,
.cid-uDeZfCarni .line {
  color: #291f1e;
}
.cid-uDeZfCarni .mbr-text,
.cid-uDeZfCarni .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uDeZfCarni .mbr-section-title {
  color: #291f1e;
}
.cid-uDeZfEyruC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDeZfEyruC .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uDeZfEyruC .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uDeZfEyruC .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-uDeZfEyruC .wrapper {
  height: 100%;
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uDeZfEyruC .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uDeZfEyruC .image-wrapper img {
  border: 2px solid #51add0;
  background-color: #51add0;
}
.cid-uDeZfEyruC .mbr-text,
.cid-uDeZfEyruC .social-row {
  text-align: left;
}
.cid-uDeZfJhBqu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeZfJhBqu .mbr-text {
  color: #000000;
}
.cid-uDeZfJhBqu .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeZfJhBqu .mbr-section-title {
  color: #000000;
}
.cid-uDeZfJhBqu .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeZfJhBqu a {
  text-decoration: underline;
}
.cid-uDeZfJhBqu p {
  line-height: 1.2;
}
.cid-uDeZfUIi7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDeZfUIi7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZfUIi7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZfUIi7R .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDeZfUIi7R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDeZfUIi7R .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uDeZfUIi7R .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uDeZfUIi7R .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uDeZfUIi7R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDeZfUIi7R .item-number {
  color: #bcfe1e;
}
.cid-uDeZfUIi7R .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDeZfUIi7R .item-text {
  color: #bbbbbb;
}
.cid-uDeZfZqPYT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDeZfZqPYT .mbr-text {
  color: #000000;
}
.cid-uDeZfZqPYT .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uDeZfZqPYT .mbr-section-title {
  color: #000000;
}
.cid-uDeZfZqPYT .mbr-text2 {
  color: #f3f6f9;
}
.cid-uDeZfZqPYT a {
  text-decoration: underline;
}
.cid-uDeZfZqPYT p {
  line-height: 1.2;
}
.cid-uDeZg3kpnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDeZg3kpnn .container {
    padding: 0 25px;
  }
}
.cid-uDeZg3kpnn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDeZg3kpnn .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uDeZg3kpnn .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uDeZg3kpnn .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uDeZg3kpnn .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uDeZg3kpnn .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDeZg3kpnn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDeZg3kpnn .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uDeZg3kpnn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDeZg3kpnn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uDeZg3kpnn .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uDeZg3kpnn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uDeZg3kpnn .mbr-section-title {
  color: #000000;
}
.cid-uDeZg3kpnn .panel-title-edit {
  color: #000000;
}
.cid-uDeZg3kpnn .panel-text {
  color: #000000;
}
.cid-uDeZg6y2Tk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDeZg6y2Tk .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-uDeZg6y2Tk .title-wrapper {
  padding: 0 12px;
}
.cid-uDeZg6y2Tk .text-block {
  padding: 48px 24px;
}
.cid-uDeZg6y2Tk .video-wrapper iframe {
  width: 100%;
}
.cid-uDeZg6y2Tk .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-uDeZg6y2Tk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDeZg6y2Tk .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-uDeZg6y2Tk .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-uDeZg6y2Tk .mbr-text,
.cid-uDeZg6y2Tk .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uDeZg6y2Tk .video-block {
    border-left: none;
  }
  .cid-uDeZg6y2Tk .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-uDeZg6y2Tk .title-wrapper {
    padding: 0 48px;
  }
  .cid-uDeZg6y2Tk .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-uDeZg6y2Tk .mbr-text {
  color: #000000;
}
.cid-uDf59VDx8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf59VDx8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf59VDx8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf59VDx8U .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDf59VDx8U .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf59VDx8U .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDf59VDx8U .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDf59VDx8U .container {
    padding: 0 24px;
  }
}
.cid-uDf59VDx8U .row {
  justify-content: center;
}
.cid-uDf59VDx8U .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDf59VDx8U .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDf59VDx8U .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uDf59VDx8U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uDf59VDx8U .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uDf59VDx8U .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uDf59VDx8U .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uDf59VDx8U .mbr-desc,
.cid-uDf59VDx8U .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uDf59VDx8U .panel-title-edit {
  color: #18212d;
}
.cid-uDf59VDx8U .panel-text {
  color: #18212d;
}
.cid-uDeZg8YH1Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-uDeZg8YH1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZg8YH1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZg8YH1Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDeZg8YH1Q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDeZg8YH1Q .container {
    padding: 0 14px;
  }
}
.cid-uDeZg8YH1Q .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uDeZg8YH1Q .google-map iframe {
    height: 300px;
  }
}
.cid-uDeZgbsMCX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDeZgbsMCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZgbsMCX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uDeZgbsMCX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDeZgbsMCX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uDeZgbsMCX a {
  font-weight: 600;
}
.cid-uDeZgbsMCX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uDeZgbsMCX .col-lg-3,
  .cid-uDeZgbsMCX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uDeZgbsMCX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uDeZgbsMCX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDeZgbsMCX h5 {
  margin: 0;
}
.cid-uDeZgbsMCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZgbsMCX .iconfont-wrapper {
  position: relative;
}
.cid-uDeZgbsMCX .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uDeZgbsMCX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uDeZgbsMCX .sociconfont-wrapper {
  display: flex;
}
.cid-uDeZgbsMCX .card-title,
.cid-uDeZgbsMCX .iconfont-wrapper {
  color: #000000;
}
.cid-uDeZgbsMCX .card-text {
  color: #000000;
}
.cid-uDeZgbsMCX .mbr-section-title {
  color: #000000;
}
.cid-uDeZgbsMCX .main-title,
.cid-uDeZgbsMCX .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uDeZge59By {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDeZge59By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZge59By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZge59By .col-title {
  margin-bottom: 32px;
}
.cid-uDeZge59By .mbr-section-title {
  color: #24262b;
}
.cid-uDeZge59By .mbr-section-subtitle {
  color: #24262b;
}
.cid-uDeZge59By .border-item {
  width: 100%;
  height: 1px;
  background: #8cb963;
  margin-bottom: 2rem;
}
.cid-uDeZge59By .cards-row {
  row-gap: 32px;
}
.cid-uDeZge59By .card {
  border-radius: 0;
}
.cid-uDeZge59By .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #e3253c;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uDeZge59By .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uDeZge59By .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDeZge59By .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uDeZge59By .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uDeZggLhtw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDeZggLhtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZggLhtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDeZggLhtw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uDeZggLhtw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDeZggLhtw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uDeZggLhtw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uDeZggLhtw .container {
    padding: 0 14px;
  }
}
.cid-uDeZggLhtw .row {
  justify-content: center;
}
.cid-uDeZggLhtw .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDeZggLhtw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDeZggLhtw .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uDeZggLhtw .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDeZggLhtw .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDeZggLhtw .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDeZggLhtw .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDeZggLhtw .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uDeZggLhtw .nav-wrapper .list .item-wrap:hover,
.cid-uDeZggLhtw .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uDeZggLhtw .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDeZggLhtw .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDeZggLhtw .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uDeZggLhtw .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDeZggLhtw .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #232323;
  text-align: right;
}
.cid-uDeZggLhtw .mbr-text,
.cid-uDeZggLhtw .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uDeZggLhtw .mbr-list-title {
  color: #ffffff;
}
.cid-uDeZggLhtw .list {
  color: #ffffff;
}
.cid-uDeZggLhtw .mbr-contact {
  color: #ffffff;
}
