body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.4rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.375rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.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: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #1c314e !important;
}
.bg-success {
  background-color: #da1818 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #434165 !important;
}
.bg-danger {
  background-color: #cdc2be !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c314e !important;
  border-color: #1c314e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeced !important;
  border-color: #ebeced !important;
  color: #676d72 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676d72 !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #da1818 !important;
  border-color: #da1818 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8c0f0f !important;
  border-color: #8c0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8c0f0f !important;
  border-color: #8c0f0f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #434165 !important;
  border-color: #434165 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c314e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05090e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c314e !important;
  border-color: #1c314e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeced;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bdc1c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676d72 !important;
  background-color: #ebeced !important;
  border-color: #ebeced !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da1818;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8c0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #da1818 !important;
  border-color: #da1818 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #434165;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #201f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #434165 !important;
  border-color: #434165 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdc2be;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a7948d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c314e !important;
}
.text-secondary {
  color: #ebeced !important;
}
.text-success {
  color: #da1818 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #434165 !important;
}
.text-danger {
  color: #cdc2be !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b5b9bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7e0e0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1a1927 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a18c84 !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: #1c314e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #434165;
}
.alert-danger {
  background-color: #cdc2be;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c314e;
  border-color: #1c314e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c314e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fa1d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9c5c5;
}
.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: #7e7baa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1c314e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1c314e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c314e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c314e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c314e;
  border-bottom-color: #1c314e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1c314e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ebeced !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='%231c314e' %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 {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #1c314e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #da1818 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #ebeced;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #da1818 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #da1818;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #1c314e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #da1818 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #434165;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #da1818 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #cdc2be;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #da1818 !important;
}
.cid-uzpELbwGp8 .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uzpELbwGp8 .nav-item {
  list-style: none;
}
.cid-uzpELbwGp8 .nav-item:focus,
.cid-uzpELbwGp8 .nav-link:focus {
  outline: none;
}
.cid-uzpELbwGp8 .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uzpELbwGp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzpELbwGp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzpELbwGp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzpELbwGp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzpELbwGp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzpELbwGp8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uzpELbwGp8 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uzpELbwGp8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uzpELbwGp8 .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uzpELbwGp8 .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uzpELbwGp8 .navbar .navbar-collapse.show,
.cid-uzpELbwGp8 .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uzpELbwGp8 .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uzpELbwGp8 .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uzpELbwGp8 .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uzpELbwGp8 .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uzpELbwGp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzpELbwGp8 .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uzpELbwGp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzpELbwGp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzpELbwGp8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uzpELbwGp8 .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uzpELbwGp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uzpELbwGp8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uzpELbwGp8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uzpELbwGp8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzpELbwGp8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzpELbwGp8 .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzpELbwGp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzpELbwGp8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzpELbwGp8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzpELbwGp8 .dropdown-item.active,
.cid-uzpELbwGp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzpELbwGp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzpELbwGp8 .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uzpELbwGp8 .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uzpELbwGp8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uzpELbwGp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzpELbwGp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzpELbwGp8 .socicon {
  transition: color 0.3s;
}
.cid-uzpELbwGp8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzpELbwGp8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzpELbwGp8 .navbar-buttons {
  text-align: inherit;
}
.cid-uzpELbwGp8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpELbwGp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uzpELbwGp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzpELbwGp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpELbwGp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzpELbwGp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzpELbwGp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpELbwGp8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzpELbwGp8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzpELbwGp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzpELbwGp8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzpELbwGp8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzpELbwGp8 .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uzpELbwGp8 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uzpELbwGp8 .nav-link:hover,
.cid-uzpELbwGp8 .dropdown-item:hover,
.cid-uzpELbwGp8 .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzpELbwGp8 .navbar {
    height: 77px;
  }
  .cid-uzpELbwGp8 .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uzpELbwGp8 .navbar-collapse .img-column {
    display: none;
  }
  .cid-uzpELbwGp8 .icons-menu,
  .cid-uzpELbwGp8 .navbar-buttons,
  .cid-uzpELbwGp8 .contact-block,
  .cid-uzpELbwGp8 .text-column {
    text-align: center !important;
  }
}
.cid-uzpELbwGp8 h6.mbr-fonts-style {
  padding: 0;
}
.cid-uzpELbwGp8 .collapsing {
  transition: 0s;
}
.cid-uzpELbwGp8 .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uzpELbwGp8 .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uzpELbwGp8 .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uzpELbwGp8 .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uzpELbwGp8 .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uzpELbwGp8 .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uzpELbwGp8 .contact-block {
    margin-left: 20px;
  }
  .cid-uzpELbwGp8 .contact-block ul li {
    text-align: left;
  }
  .cid-uzpELbwGp8 ul.col {
    padding: 0;
  }
  .cid-uzpELbwGp8 .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uzpELbwGp8 .icons-menu,
.cid-uzpELbwGp8 .navbar-buttons,
.cid-uzpELbwGp8 .contact-block,
.cid-uzpELbwGp8 .text-column {
  color: #000000;
}
.cid-uzpELbwGp8 .icons-menu a span {
  color: #000000;
}
.cid-uzpELbwGp8 H6 {
  color: #232323;
  text-align: left;
}
.cid-tnJqMtvPYF {
  background-color: #ebeced;
}
.cid-tnJqMtvPYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJqMtvPYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJqMtvPYF .container-fluid {
  padding: 0;
}
.cid-tnJqMtvPYF .row {
  padding: 0;
}
.cid-tnJqMtvPYF .title-wrapper {
  padding: 0 2rem;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnJqMtvPYF .mbr-text {
  color: #da1818;
  text-align: center;
}
.cid-tnJqMtvPYF .mbr-section-title,
.cid-tnJqMtvPYF .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uC4yoQkddU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fffefd;
}
.cid-uC4yoQkddU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4yoQkddU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4yoQkddU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uC4yoQkddU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uC4yoQkddU .embla__slide .slide-content {
  width: 100%;
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #da1818;
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uC4yoQkddU .embla__button--next,
.cid-uC4yoQkddU .embla__button--prev {
  display: flex;
}
.cid-uC4yoQkddU .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #fffefd !important;
  color: #da1818 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla__button {
    bottom: 0;
  }
}
.cid-uC4yoQkddU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC4yoQkddU .embla__button:hover {
  background-color: #d8dadb !important;
}
.cid-uC4yoQkddU .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uC4yoQkddU .embla__button.embla__button--next {
  right: 30px;
}
.cid-uC4yoQkddU .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uC4yoQkddU .embla {
    padding-bottom: 4rem;
  }
}
.cid-uC4yoQkddU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #ebeced;
}
.cid-uC4yoQkddU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC4yoQkddU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC4yoQkddU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC4yoQkddU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uC4yoQkddU .mbr-section-title {
  color: #404349;
}
.cid-uC4yoQkddU .mbr-text {
  color: #404349;
}
.cid-uC4yoQkddU .mbr-desc {
  color: #404349;
}
.cid-uC5ccmY9NZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC5ccmY9NZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5ccmY9NZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5ccmY9NZ .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fffefd;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #da1818;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uC5ccmY9NZ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fffefd;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uC5ccmY9NZ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #da1818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uC5ccmY9NZ .mbr-section-title {
  color: #404349;
}
.cid-uC5ccmY9NZ .mbr-desc {
  color: #b19a7c;
}
.cid-uC5ccmY9NZ .mbr-text {
  color: #404349;
}
.cid-uC5ccmY9NZ .list {
  color: #404349;
}
.cid-uC5ccmY9NZ .soc-desc {
  color: #404349;
}
.cid-uC5ccmY9NZ label {
  color: #404349;
}
.cid-uC5ccmY9NZ .mbr-desc,
.cid-uC5ccmY9NZ .desc-wrapper {
  color: #da1818;
}
.cid-tnJrOZ7jrK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tnJrOZ7jrK .container-fluid {
  padding: 0;
}
.cid-tnJrOZ7jrK .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .row {
    padding: 0 12px;
  }
}
.cid-tnJrOZ7jrK .container-wrapper {
  padding: 0;
}
.cid-tnJrOZ7jrK .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tnJrOZ7jrK .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper {
    display: block;
  }
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-tnJrOZ7jrK .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-tnJrOZ7jrK .mbr-contact {
  color: #1c314e;
}
.cid-uC4wN9PVf1 .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uC4wN9PVf1 .nav-item {
  list-style: none;
}
.cid-uC4wN9PVf1 .nav-item:focus,
.cid-uC4wN9PVf1 .nav-link:focus {
  outline: none;
}
.cid-uC4wN9PVf1 .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uC4wN9PVf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4wN9PVf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC4wN9PVf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC4wN9PVf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4wN9PVf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC4wN9PVf1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uC4wN9PVf1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC4wN9PVf1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse.show,
.cid-uC4wN9PVf1 .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uC4wN9PVf1 .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uC4wN9PVf1 .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uC4wN9PVf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC4wN9PVf1 .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uC4wN9PVf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC4wN9PVf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC4wN9PVf1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC4wN9PVf1 .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uC4wN9PVf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uC4wN9PVf1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uC4wN9PVf1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uC4wN9PVf1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uC4wN9PVf1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC4wN9PVf1 .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC4wN9PVf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC4wN9PVf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC4wN9PVf1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uC4wN9PVf1 .dropdown-item.active,
.cid-uC4wN9PVf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uC4wN9PVf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC4wN9PVf1 .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uC4wN9PVf1 .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uC4wN9PVf1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uC4wN9PVf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC4wN9PVf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC4wN9PVf1 .socicon {
  transition: color 0.3s;
}
.cid-uC4wN9PVf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC4wN9PVf1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC4wN9PVf1 .navbar-buttons {
  text-align: inherit;
}
.cid-uC4wN9PVf1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC4wN9PVf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC4wN9PVf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC4wN9PVf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4wN9PVf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4wN9PVf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC4wN9PVf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4wN9PVf1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC4wN9PVf1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC4wN9PVf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4wN9PVf1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC4wN9PVf1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC4wN9PVf1 .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uC4wN9PVf1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uC4wN9PVf1 .nav-link:hover,
.cid-uC4wN9PVf1 .dropdown-item:hover,
.cid-uC4wN9PVf1 .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC4wN9PVf1 .navbar {
    height: 77px;
  }
  .cid-uC4wN9PVf1 .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uC4wN9PVf1 .navbar-collapse .img-column {
    display: none;
  }
  .cid-uC4wN9PVf1 .icons-menu,
  .cid-uC4wN9PVf1 .navbar-buttons,
  .cid-uC4wN9PVf1 .contact-block,
  .cid-uC4wN9PVf1 .text-column {
    text-align: center !important;
  }
}
.cid-uC4wN9PVf1 h6.mbr-fonts-style {
  padding: 0;
}
.cid-uC4wN9PVf1 .collapsing {
  transition: 0s;
}
.cid-uC4wN9PVf1 .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uC4wN9PVf1 .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4wN9PVf1 .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uC4wN9PVf1 .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uC4wN9PVf1 .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4wN9PVf1 .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uC4wN9PVf1 .contact-block {
    margin-left: 20px;
  }
  .cid-uC4wN9PVf1 .contact-block ul li {
    text-align: left;
  }
  .cid-uC4wN9PVf1 ul.col {
    padding: 0;
  }
  .cid-uC4wN9PVf1 .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uC4wN9PVf1 .icons-menu,
.cid-uC4wN9PVf1 .navbar-buttons,
.cid-uC4wN9PVf1 .contact-block,
.cid-uC4wN9PVf1 .text-column {
  color: #000000;
}
.cid-uC4wN9PVf1 .icons-menu a span {
  color: #000000;
}
.cid-uC4wN9PVf1 H6 {
  color: #232323;
  text-align: left;
}
.cid-uC4FolloUE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-720x480.jpg");
}
.cid-uC4FolloUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4FolloUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uC4FolloUE .container {
    padding: 0 24px;
  }
}
.cid-uC4FolloUE .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uC4FolloUE .content-wrapper {
    padding: 24px;
  }
}
.cid-uC4FolloUE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC4FolloUE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC4FolloUE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uC4FolloUE .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uC4FolloUE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uC4FolloUE .mbr-text {
  color: #F9F6E0;
}
.cid-uC4FolloUE .mbr-section-title,
.cid-uC4FolloUE .mbr-section-btn {
  color: #ffffff;
}
.cid-uC4wNaYn5Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4wNaYn5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4wNaYn5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4wNaYn5Y .container-fluid {
  padding: 0;
}
.cid-uC4wNaYn5Y .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4wNaYn5Y .row {
    padding: 0 12px;
  }
}
.cid-uC4wNaYn5Y .row {
  justify-content: center;
}
.cid-uC4wNaYn5Y .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uC4wNaYn5Y .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uC4wNaYn5Y .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uC4wNaYn5Y .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC4wNaYn5Y .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #ff3737;
}
.cid-uC4wNaYn5Y .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-uC4wNaYn5Y .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-uC4wNaYn5Y .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uC4wNaYn5Y .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-uC4wNaYn5Y .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uC4wNaYn5Y .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uC4wNaYn5Y .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uC4wNaYn5Y .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uC4wNaYn5Y .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4wNaYn5Y .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-uC4wNaYn5Y .mbr-number {
  color: #1c314e;
}
.cid-uC4wNaYn5Y .mbr-section-title,
.cid-uC4wNaYn5Y .mbr-iconfont {
  color: #1c314e;
}
.cid-uC4wNaYn5Y .mbr-text {
  color: #1c314e;
}
.cid-uC4wNaYn5Y .mbr-section-title,
.cid-uC4wNaYn5Y .icon-wrapper,
.cid-uC4wNaYn5Y .mbr-iconfont {
  color: #da1818;
}
.cid-uC4wNbuh9z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4wNbuh9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4wNbuh9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4wNbuh9z .container-fluid {
  padding: 0;
}
.cid-uC4wNbuh9z .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4wNbuh9z .row {
    padding: 0 12px;
  }
}
.cid-uC4wNbuh9z .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #da1818;
}
.cid-uC4wNbuh9z .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uC4wNbuh9z .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uC4wNbuh9z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uC4wNbuh9z .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC4wNbuh9z .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uC4wNbuh9z .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4wNbuh9z .image-wrapper .img {
    height: 300px;
  }
}
.cid-uC4wNbuh9z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uC4wNc7ZOl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uC4wNc7ZOl .container-fluid {
  padding: 0;
}
.cid-uC4wNc7ZOl .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4wNc7ZOl .row {
    padding: 0 12px;
  }
}
.cid-uC4wNc7ZOl .container-wrapper {
  padding: 0;
}
.cid-uC4wNc7ZOl .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC4wNc7ZOl .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uC4wNc7ZOl .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uC4wNc7ZOl .contacts-wrapper {
    display: block;
  }
}
.cid-uC4wNc7ZOl .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uC4wNc7ZOl .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-uC4wNc7ZOl .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uC4wNc7ZOl .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC4wNc7ZOl .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uC4wNc7ZOl .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-uC4wNc7ZOl .mbr-contact {
  color: #1c314e;
}
.cid-uC4wTVx16w .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uC4wTVx16w .nav-item {
  list-style: none;
}
.cid-uC4wTVx16w .nav-item:focus,
.cid-uC4wTVx16w .nav-link:focus {
  outline: none;
}
.cid-uC4wTVx16w .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uC4wTVx16w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4wTVx16w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC4wTVx16w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC4wTVx16w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4wTVx16w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC4wTVx16w .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uC4wTVx16w .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC4wTVx16w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC4wTVx16w .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uC4wTVx16w .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uC4wTVx16w .navbar .navbar-collapse.show,
.cid-uC4wTVx16w .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uC4wTVx16w .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uC4wTVx16w .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uC4wTVx16w .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uC4wTVx16w .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uC4wTVx16w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC4wTVx16w .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uC4wTVx16w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC4wTVx16w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC4wTVx16w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC4wTVx16w .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uC4wTVx16w .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uC4wTVx16w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uC4wTVx16w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uC4wTVx16w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uC4wTVx16w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC4wTVx16w .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC4wTVx16w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC4wTVx16w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC4wTVx16w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uC4wTVx16w .dropdown-item.active,
.cid-uC4wTVx16w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC4wTVx16w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC4wTVx16w .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uC4wTVx16w .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uC4wTVx16w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uC4wTVx16w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC4wTVx16w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC4wTVx16w .socicon {
  transition: color 0.3s;
}
.cid-uC4wTVx16w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC4wTVx16w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC4wTVx16w .navbar-buttons {
  text-align: inherit;
}
.cid-uC4wTVx16w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC4wTVx16w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC4wTVx16w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC4wTVx16w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4wTVx16w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4wTVx16w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC4wTVx16w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4wTVx16w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC4wTVx16w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC4wTVx16w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4wTVx16w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC4wTVx16w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC4wTVx16w .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uC4wTVx16w .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uC4wTVx16w .nav-link:hover,
.cid-uC4wTVx16w .dropdown-item:hover,
.cid-uC4wTVx16w .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC4wTVx16w .navbar {
    height: 77px;
  }
  .cid-uC4wTVx16w .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uC4wTVx16w .navbar-collapse .img-column {
    display: none;
  }
  .cid-uC4wTVx16w .icons-menu,
  .cid-uC4wTVx16w .navbar-buttons,
  .cid-uC4wTVx16w .contact-block,
  .cid-uC4wTVx16w .text-column {
    text-align: center !important;
  }
}
.cid-uC4wTVx16w h6.mbr-fonts-style {
  padding: 0;
}
.cid-uC4wTVx16w .collapsing {
  transition: 0s;
}
.cid-uC4wTVx16w .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uC4wTVx16w .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4wTVx16w .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uC4wTVx16w .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uC4wTVx16w .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4wTVx16w .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uC4wTVx16w .contact-block {
    margin-left: 20px;
  }
  .cid-uC4wTVx16w .contact-block ul li {
    text-align: left;
  }
  .cid-uC4wTVx16w ul.col {
    padding: 0;
  }
  .cid-uC4wTVx16w .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uC4wTVx16w .icons-menu,
.cid-uC4wTVx16w .navbar-buttons,
.cid-uC4wTVx16w .contact-block,
.cid-uC4wTVx16w .text-column {
  color: #000000;
}
.cid-uC4wTVx16w .icons-menu a span {
  color: #000000;
}
.cid-uC4wTVx16w H6 {
  color: #232323;
  text-align: left;
}
.cid-uC4HPSuRcN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-755x584.jpg");
}
.cid-uC4HPSuRcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4HPSuRcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4HPSuRcN .mbr-section-title {
  color: #FFFFFF;
}
.cid-uC4HPSuRcN .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uC4HPSuRcN .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uC4HPSuRcN .mbr-section-btn {
  margin-top: 18px;
}
.cid-uC4HPSuRcN .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-uC4HPSuRcN .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-uC4wTWfRVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4wTWfRVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4wTWfRVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4wTWfRVv .container-fluid {
  padding: 0;
}
.cid-uC4wTWfRVv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4wTWfRVv .row {
    padding: 0 12px;
  }
}
.cid-uC4wTWfRVv .row {
  justify-content: center;
}
.cid-uC4wTWfRVv .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uC4wTWfRVv .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #ebeced;
}
@media (max-width: 992px) {
  .cid-uC4wTWfRVv .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uC4wTWfRVv .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC4wTWfRVv .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #ff3737;
}
.cid-uC4wTWfRVv .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-uC4wTWfRVv .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-uC4wTWfRVv .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uC4wTWfRVv .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-uC4wTWfRVv .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uC4wTWfRVv .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uC4wTWfRVv .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uC4wTWfRVv .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uC4wTWfRVv .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4wTWfRVv .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-uC4wTWfRVv .mbr-number {
  color: #1c314e;
}
.cid-uC4wTWfRVv .mbr-section-title,
.cid-uC4wTWfRVv .mbr-iconfont {
  color: #1c314e;
}
.cid-uC4wTWfRVv .mbr-text {
  color: #1c314e;
}
.cid-uC4wTWfRVv .mbr-section-title,
.cid-uC4wTWfRVv .icon-wrapper,
.cid-uC4wTWfRVv .mbr-iconfont {
  color: #da1818;
}
.cid-uC5cgPZ65z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC5cgPZ65z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5cgPZ65z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5cgPZ65z .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fffefd;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #da1818;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uC5cgPZ65z .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fffefd;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uC5cgPZ65z .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #da1818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uC5cgPZ65z .mbr-section-title {
  color: #404349;
}
.cid-uC5cgPZ65z .mbr-desc {
  color: #b19a7c;
}
.cid-uC5cgPZ65z .mbr-text {
  color: #404349;
}
.cid-uC5cgPZ65z .list {
  color: #404349;
}
.cid-uC5cgPZ65z .soc-desc {
  color: #404349;
}
.cid-uC5cgPZ65z label {
  color: #404349;
}
.cid-uC5cgPZ65z .mbr-desc,
.cid-uC5cgPZ65z .desc-wrapper {
  color: #da1818;
}
.cid-uC4wTYyReO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uC4wTYyReO .container-fluid {
  padding: 0;
}
.cid-uC4wTYyReO .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4wTYyReO .row {
    padding: 0 12px;
  }
}
.cid-uC4wTYyReO .container-wrapper {
  padding: 0;
}
.cid-uC4wTYyReO .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC4wTYyReO .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uC4wTYyReO .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uC4wTYyReO .contacts-wrapper {
    display: block;
  }
}
.cid-uC4wTYyReO .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uC4wTYyReO .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-uC4wTYyReO .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uC4wTYyReO .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC4wTYyReO .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uC4wTYyReO .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-uC4wTYyReO .mbr-contact {
  color: #1c314e;
}
.cid-uC4x37adyx .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uC4x37adyx .nav-item {
  list-style: none;
}
.cid-uC4x37adyx .nav-item:focus,
.cid-uC4x37adyx .nav-link:focus {
  outline: none;
}
.cid-uC4x37adyx .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uC4x37adyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4x37adyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC4x37adyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC4x37adyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4x37adyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC4x37adyx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uC4x37adyx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC4x37adyx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC4x37adyx .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uC4x37adyx .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uC4x37adyx .navbar .navbar-collapse.show,
.cid-uC4x37adyx .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uC4x37adyx .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uC4x37adyx .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uC4x37adyx .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uC4x37adyx .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uC4x37adyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC4x37adyx .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uC4x37adyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC4x37adyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC4x37adyx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC4x37adyx .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uC4x37adyx .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uC4x37adyx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uC4x37adyx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uC4x37adyx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uC4x37adyx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC4x37adyx .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC4x37adyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC4x37adyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC4x37adyx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uC4x37adyx .dropdown-item.active,
.cid-uC4x37adyx .dropdown-item:active {
  background-color: transparent;
}
.cid-uC4x37adyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC4x37adyx .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uC4x37adyx .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uC4x37adyx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uC4x37adyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC4x37adyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC4x37adyx .socicon {
  transition: color 0.3s;
}
.cid-uC4x37adyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC4x37adyx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC4x37adyx .navbar-buttons {
  text-align: inherit;
}
.cid-uC4x37adyx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC4x37adyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC4x37adyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC4x37adyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4x37adyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4x37adyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC4x37adyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4x37adyx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC4x37adyx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC4x37adyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4x37adyx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC4x37adyx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC4x37adyx .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uC4x37adyx .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uC4x37adyx .nav-link:hover,
.cid-uC4x37adyx .dropdown-item:hover,
.cid-uC4x37adyx .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC4x37adyx .navbar {
    height: 77px;
  }
  .cid-uC4x37adyx .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uC4x37adyx .navbar-collapse .img-column {
    display: none;
  }
  .cid-uC4x37adyx .icons-menu,
  .cid-uC4x37adyx .navbar-buttons,
  .cid-uC4x37adyx .contact-block,
  .cid-uC4x37adyx .text-column {
    text-align: center !important;
  }
}
.cid-uC4x37adyx h6.mbr-fonts-style {
  padding: 0;
}
.cid-uC4x37adyx .collapsing {
  transition: 0s;
}
.cid-uC4x37adyx .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uC4x37adyx .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4x37adyx .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uC4x37adyx .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uC4x37adyx .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4x37adyx .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uC4x37adyx .contact-block {
    margin-left: 20px;
  }
  .cid-uC4x37adyx .contact-block ul li {
    text-align: left;
  }
  .cid-uC4x37adyx ul.col {
    padding: 0;
  }
  .cid-uC4x37adyx .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uC4x37adyx .icons-menu,
.cid-uC4x37adyx .navbar-buttons,
.cid-uC4x37adyx .contact-block,
.cid-uC4x37adyx .text-column {
  color: #000000;
}
.cid-uC4x37adyx .icons-menu a span {
  color: #000000;
}
.cid-uC4x37adyx H6 {
  color: #232323;
  text-align: left;
}
.cid-uC4x38Gagq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4x38Gagq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4x38Gagq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4x38Gagq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .container {
    padding: 0 25px;
  }
}
.cid-uC4x38Gagq .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uC4x38Gagq .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-uC4x38Gagq .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4x38Gagq .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uC4x38Gagq .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uC4x38Gagq .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-uC4x38Gagq .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #db1c1b;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-uC4x38Gagq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #da1818;
  color: #ffffff;
}
.cid-uC4x38Gagq .mbr-section-title {
  color: #000000;
}
.cid-uC4x38Gagq .mbr-section-title,
.cid-uC4x38Gagq .mbr-section-btn {
  color: #fffefd;
}
.cid-uC4x38YRF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4x38YRF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4x38YRF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4x38YRF3 .container-fluid {
  padding: 0;
}
.cid-uC4x38YRF3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4x38YRF3 .row {
    padding: 0 12px;
  }
}
.cid-uC4x38YRF3 .row {
  justify-content: center;
}
.cid-uC4x38YRF3 .container-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.cid-uC4x38YRF3 .container-wrapper .cont-wrap {
  width: 100%;
  height: 360px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uC4x38YRF3 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-uC4x38YRF3 .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC4x38YRF3 .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #ff3737;
}
.cid-uC4x38YRF3 .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-uC4x38YRF3 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
}
@media (max-width: 992px) {
  .cid-uC4x38YRF3 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uC4x38YRF3 .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-uC4x38YRF3 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-uC4x38YRF3 .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uC4x38YRF3 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-uC4x38YRF3 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-uC4x38YRF3 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4x38YRF3 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-uC4x38YRF3 .mbr-number {
  color: #1c314e;
}
.cid-uC4x38YRF3 .mbr-section-title,
.cid-uC4x38YRF3 .mbr-iconfont {
  color: #1c314e;
}
.cid-uC4x38YRF3 .mbr-text {
  color: #1c314e;
}
.cid-uC4x38YRF3 .mbr-section-title,
.cid-uC4x38YRF3 .icon-wrapper,
.cid-uC4x38YRF3 .mbr-iconfont {
  color: #da1818;
}
.cid-uC4x39woIw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4x39woIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4x39woIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4x39woIw .container-fluid {
  padding: 0;
}
.cid-uC4x39woIw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4x39woIw .row {
    padding: 0 12px;
  }
}
.cid-uC4x39woIw .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #da1818;
}
.cid-uC4x39woIw .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uC4x39woIw .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uC4x39woIw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uC4x39woIw .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC4x39woIw .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uC4x39woIw .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4x39woIw .image-wrapper .img {
    height: 300px;
  }
}
.cid-uC4x39woIw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uC4x3agwZF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uC4x3agwZF .container-fluid {
  padding: 0;
}
.cid-uC4x3agwZF .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4x3agwZF .row {
    padding: 0 12px;
  }
}
.cid-uC4x3agwZF .container-wrapper {
  padding: 0;
}
.cid-uC4x3agwZF .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC4x3agwZF .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uC4x3agwZF .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uC4x3agwZF .contacts-wrapper {
    display: block;
  }
}
.cid-uC4x3agwZF .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uC4x3agwZF .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-uC4x3agwZF .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uC4x3agwZF .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC4x3agwZF .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uC4x3agwZF .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-uC4x3agwZF .mbr-contact {
  color: #1c314e;
}
.cid-uC4ICrdaLR .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uC4ICrdaLR .nav-item {
  list-style: none;
}
.cid-uC4ICrdaLR .nav-item:focus,
.cid-uC4ICrdaLR .nav-link:focus {
  outline: none;
}
.cid-uC4ICrdaLR .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uC4ICrdaLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4ICrdaLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC4ICrdaLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC4ICrdaLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC4ICrdaLR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC4ICrdaLR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uC4ICrdaLR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC4ICrdaLR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC4ICrdaLR .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uC4ICrdaLR .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uC4ICrdaLR .navbar .navbar-collapse.show,
.cid-uC4ICrdaLR .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uC4ICrdaLR .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uC4ICrdaLR .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uC4ICrdaLR .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uC4ICrdaLR .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uC4ICrdaLR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC4ICrdaLR .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uC4ICrdaLR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC4ICrdaLR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC4ICrdaLR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC4ICrdaLR .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uC4ICrdaLR .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uC4ICrdaLR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uC4ICrdaLR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uC4ICrdaLR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uC4ICrdaLR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC4ICrdaLR .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC4ICrdaLR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC4ICrdaLR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC4ICrdaLR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uC4ICrdaLR .dropdown-item.active,
.cid-uC4ICrdaLR .dropdown-item:active {
  background-color: transparent;
}
.cid-uC4ICrdaLR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC4ICrdaLR .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uC4ICrdaLR .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uC4ICrdaLR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uC4ICrdaLR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC4ICrdaLR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC4ICrdaLR .socicon {
  transition: color 0.3s;
}
.cid-uC4ICrdaLR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC4ICrdaLR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC4ICrdaLR .navbar-buttons {
  text-align: inherit;
}
.cid-uC4ICrdaLR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC4ICrdaLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC4ICrdaLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC4ICrdaLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4ICrdaLR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC4ICrdaLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC4ICrdaLR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4ICrdaLR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC4ICrdaLR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC4ICrdaLR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC4ICrdaLR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC4ICrdaLR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC4ICrdaLR .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uC4ICrdaLR .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uC4ICrdaLR .nav-link:hover,
.cid-uC4ICrdaLR .dropdown-item:hover,
.cid-uC4ICrdaLR .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC4ICrdaLR .navbar {
    height: 77px;
  }
  .cid-uC4ICrdaLR .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uC4ICrdaLR .navbar-collapse .img-column {
    display: none;
  }
  .cid-uC4ICrdaLR .icons-menu,
  .cid-uC4ICrdaLR .navbar-buttons,
  .cid-uC4ICrdaLR .contact-block,
  .cid-uC4ICrdaLR .text-column {
    text-align: center !important;
  }
}
.cid-uC4ICrdaLR h6.mbr-fonts-style {
  padding: 0;
}
.cid-uC4ICrdaLR .collapsing {
  transition: 0s;
}
.cid-uC4ICrdaLR .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uC4ICrdaLR .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4ICrdaLR .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uC4ICrdaLR .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uC4ICrdaLR .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uC4ICrdaLR .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uC4ICrdaLR .contact-block {
    margin-left: 20px;
  }
  .cid-uC4ICrdaLR .contact-block ul li {
    text-align: left;
  }
  .cid-uC4ICrdaLR ul.col {
    padding: 0;
  }
  .cid-uC4ICrdaLR .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uC4ICrdaLR .icons-menu,
.cid-uC4ICrdaLR .navbar-buttons,
.cid-uC4ICrdaLR .contact-block,
.cid-uC4ICrdaLR .text-column {
  color: #000000;
}
.cid-uC4ICrdaLR .icons-menu a span {
  color: #000000;
}
.cid-uC4ICrdaLR H6 {
  color: #232323;
  text-align: left;
}
.cid-uC56tYvXqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uC56tYvXqm .container {
    padding: 0 22px;
  }
}
.cid-uC56tYvXqm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uC56tYvXqm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uC56tYvXqm .embla__slide .slide-content {
  width: 100%;
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uC56tYvXqm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uC56tYvXqm .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content:hover .item-number,
.cid-uC56tYvXqm .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uC56tYvXqm .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uC56tYvXqm .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uC56tYvXqm .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uC56tYvXqm .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uC56tYvXqm .embla__slide .slide-content a {
  display: block;
}
.cid-uC56tYvXqm .embla__button--next,
.cid-uC56tYvXqm .embla__button--prev {
  display: flex;
}
.cid-uC56tYvXqm .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #1c314e !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uC56tYvXqm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC56tYvXqm .embla__button:hover {
  opacity: 1 !important;
}
.cid-uC56tYvXqm .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uC56tYvXqm .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uC56tYvXqm .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uC56tYvXqm .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uC56tYvXqm .card {
  justify-content: center;
}
.cid-uC56tYvXqm .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uC56tYvXqm .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uC56tYvXqm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC56tYvXqm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC56tYvXqm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC56tYvXqm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC56tYvXqm .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uC56tYvXqm .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uC56tYvXqm .mbr-section-title {
  color: #ffffff;
}
.cid-uC56tYvXqm .mbr-text {
  color: #232323;
}
.cid-uC56tYvXqm .mbr-section-title,
.cid-uC56tYvXqm .mbr-section-btn {
  color: #000000;
}
.cid-uC4ICtolBC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC4ICtolBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4ICtolBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC4ICtolBC .container-fluid {
  padding: 0;
}
.cid-uC4ICtolBC .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4ICtolBC .row {
    padding: 0 12px;
  }
}
.cid-uC4ICtolBC .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #da1818;
}
.cid-uC4ICtolBC .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uC4ICtolBC .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uC4ICtolBC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uC4ICtolBC .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uC4ICtolBC .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uC4ICtolBC .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC4ICtolBC .image-wrapper .img {
    height: 300px;
  }
}
.cid-uC4ICtolBC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uC5clcKsxu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC5clcKsxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5clcKsxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5clcKsxu .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fffefd;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #da1818;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uC5clcKsxu .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fffefd;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uC5clcKsxu .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #da1818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uC5clcKsxu .mbr-section-title {
  color: #404349;
}
.cid-uC5clcKsxu .mbr-desc {
  color: #b19a7c;
}
.cid-uC5clcKsxu .mbr-text {
  color: #404349;
}
.cid-uC5clcKsxu .list {
  color: #404349;
}
.cid-uC5clcKsxu .soc-desc {
  color: #404349;
}
.cid-uC5clcKsxu label {
  color: #404349;
}
.cid-uC5clcKsxu .mbr-desc,
.cid-uC5clcKsxu .desc-wrapper {
  color: #da1818;
}
.cid-uC4ICvjcun {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uC4ICvjcun .container-fluid {
  padding: 0;
}
.cid-uC4ICvjcun .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC4ICvjcun .row {
    padding: 0 12px;
  }
}
.cid-uC4ICvjcun .container-wrapper {
  padding: 0;
}
.cid-uC4ICvjcun .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC4ICvjcun .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uC4ICvjcun .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uC4ICvjcun .contacts-wrapper {
    display: block;
  }
}
.cid-uC4ICvjcun .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uC4ICvjcun .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-uC4ICvjcun .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uC4ICvjcun .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC4ICvjcun .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uC4ICvjcun .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-uC4ICvjcun .mbr-contact {
  color: #1c314e;
}
.cid-uC5f7i5tgL .b-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.cid-uC5f7i5tgL .nav-item {
  list-style: none;
}
.cid-uC5f7i5tgL .nav-item:focus,
.cid-uC5f7i5tgL .nav-link:focus {
  outline: none;
}
.cid-uC5f7i5tgL .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uC5f7i5tgL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC5f7i5tgL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC5f7i5tgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC5f7i5tgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC5f7i5tgL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC5f7i5tgL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  flex-direction: row !important;
  background: #ffffff;
}
.cid-uC5f7i5tgL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC5f7i5tgL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC5f7i5tgL .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uC5f7i5tgL .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uC5f7i5tgL .navbar .navbar-collapse.show,
.cid-uC5f7i5tgL .navbar .navbar-collapse.collapsing {
  display: block;
}
.cid-uC5f7i5tgL .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uC5f7i5tgL .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uC5f7i5tgL .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uC5f7i5tgL .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 3rem);
}
.cid-uC5f7i5tgL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC5f7i5tgL .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uC5f7i5tgL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC5f7i5tgL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC5f7i5tgL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC5f7i5tgL .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uC5f7i5tgL .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uC5f7i5tgL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uC5f7i5tgL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uC5f7i5tgL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uC5f7i5tgL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC5f7i5tgL .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC5f7i5tgL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC5f7i5tgL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC5f7i5tgL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uC5f7i5tgL .dropdown-item.active,
.cid-uC5f7i5tgL .dropdown-item:active {
  background-color: transparent;
}
.cid-uC5f7i5tgL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC5f7i5tgL .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uC5f7i5tgL .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uC5f7i5tgL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uC5f7i5tgL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC5f7i5tgL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC5f7i5tgL .socicon {
  transition: color 0.3s;
}
.cid-uC5f7i5tgL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC5f7i5tgL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC5f7i5tgL .navbar-buttons {
  text-align: inherit;
}
.cid-uC5f7i5tgL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC5f7i5tgL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC5f7i5tgL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC5f7i5tgL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC5f7i5tgL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC5f7i5tgL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC5f7i5tgL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC5f7i5tgL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC5f7i5tgL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC5f7i5tgL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC5f7i5tgL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC5f7i5tgL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC5f7i5tgL .icons-menu {
  text-align: inherit;
  margin-right: 20px;
}
.cid-uC5f7i5tgL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uC5f7i5tgL .nav-link:hover,
.cid-uC5f7i5tgL .dropdown-item:hover,
.cid-uC5f7i5tgL .icons-menu .mbr-iconfont:hover {
  color: #da1818 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC5f7i5tgL .navbar {
    height: 77px;
  }
  .cid-uC5f7i5tgL .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uC5f7i5tgL .navbar-collapse .img-column {
    display: none;
  }
  .cid-uC5f7i5tgL .icons-menu,
  .cid-uC5f7i5tgL .navbar-buttons,
  .cid-uC5f7i5tgL .contact-block,
  .cid-uC5f7i5tgL .text-column {
    text-align: center !important;
  }
}
.cid-uC5f7i5tgL h6.mbr-fonts-style {
  padding: 0;
}
.cid-uC5f7i5tgL .collapsing {
  transition: 0s;
}
.cid-uC5f7i5tgL .flex-container {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .cid-uC5f7i5tgL .flex-container {
    display: flex;
    flex-direction: column;
  }
  .cid-uC5f7i5tgL .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .cid-uC5f7i5tgL .flex-row.low-row {
    align-items: flex-end;
    flex: 1 1 auto;
  }
  .cid-uC5f7i5tgL .flex-card {
    display: flex;
    flex-direction: column;
  }
  .cid-uC5f7i5tgL .flex-card h6 {
    padding: .5rem 1rem;
  }
  .cid-uC5f7i5tgL .contact-block {
    margin-left: 20px;
  }
  .cid-uC5f7i5tgL .contact-block ul li {
    text-align: left;
  }
  .cid-uC5f7i5tgL ul.col {
    padding: 0;
  }
  .cid-uC5f7i5tgL .flex-row.low-row {
    justify-content: space-between;
  }
}
.cid-uC5f7i5tgL .icons-menu,
.cid-uC5f7i5tgL .navbar-buttons,
.cid-uC5f7i5tgL .contact-block,
.cid-uC5f7i5tgL .text-column {
  color: #000000;
}
.cid-uC5f7i5tgL .icons-menu a span {
  color: #000000;
}
.cid-uC5f7i5tgL H6 {
  color: #232323;
  text-align: left;
}
.cid-uC5fHNAKQG {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1-1000x1000.png");
}
.cid-uC5fHNAKQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5fHNAKQG .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-uC5fHNAKQG .container {
    padding: 0 15px;
  }
}
.cid-uC5fHNAKQG .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uC5fHNAKQG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uC5fHNAKQG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uC5fHNAKQG .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uC5fHNAKQG .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uC5fHNAKQG .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uC5fHNAKQG .mbr-section-title {
  color: #131c28;
}
.cid-uC5fHNAKQG .mbr-desc {
  color: #db1c1b;
}
.cid-uC5fHNAKQG .mbr-section-title,
.cid-uC5fHNAKQG .mbr-section-btn {
  color: #da1818;
}
.cid-uC5f7j2XKQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC5f7j2XKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5f7j2XKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5f7j2XKQ .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fffefd;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #da1818;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uC5f7j2XKQ .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fffefd;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uC5f7j2XKQ .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #da1818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uC5f7j2XKQ .mbr-section-title {
  color: #404349;
}
.cid-uC5f7j2XKQ .mbr-desc {
  color: #b19a7c;
}
.cid-uC5f7j2XKQ .mbr-text {
  color: #404349;
}
.cid-uC5f7j2XKQ .list {
  color: #404349;
}
.cid-uC5f7j2XKQ .soc-desc {
  color: #404349;
}
.cid-uC5f7j2XKQ label {
  color: #404349;
}
.cid-uC5f7j2XKQ .mbr-desc,
.cid-uC5f7j2XKQ .desc-wrapper {
  color: #da1818;
}
.cid-uC5gCKb0ez {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5gCKb0ez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5gCKb0ez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5gCKb0ez .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .container {
    padding: 0 25px;
  }
}
.cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uC5gCKb0ez .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uC5gCKb0ez .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-uC5gCKb0ez .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #db1c1b;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-uC5gCKb0ez .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #da1818;
  color: #ffffff;
}
.cid-uC5gCKb0ez .mbr-section-title {
  color: #000000;
}
.cid-uC5gCKb0ez .mbr-section-title,
.cid-uC5gCKb0ez .mbr-section-btn {
  color: #fffefd;
}
.cid-uC5f7jkTno {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uC5f7jkTno .container-fluid {
  padding: 0;
}
.cid-uC5f7jkTno .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uC5f7jkTno .row {
    padding: 0 12px;
  }
}
.cid-uC5f7jkTno .container-wrapper {
  padding: 0;
}
.cid-uC5f7jkTno .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uC5f7jkTno .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uC5f7jkTno .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uC5f7jkTno .contacts-wrapper {
    display: block;
  }
}
.cid-uC5f7jkTno .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uC5f7jkTno .contacts-wrapper .mbr-contact:hover {
  color: #da1818;
  text-decoration: underline;
}
.cid-uC5f7jkTno .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uC5f7jkTno .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC5f7jkTno .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uC5f7jkTno .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-uC5f7jkTno .mbr-contact {
  color: #1c314e;
}
