.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Playfair Display SC', serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a11a20 !important;
}
.bg-success {
  background-color: #1a4aa1 !important;
}
.bg-info {
  background-color: #018840 !important;
}
.bg-warning {
  background-color: #c17702 !important;
}
.bg-danger {
  background-color: #f85249 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a11a20 !important;
  border-color: #a11a20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cd2129 !important;
  border-color: #cd2129 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cd2129 !important;
  border-color: #cd2129 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #656262 !important;
  border-color: #656262 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #656262 !important;
  border-color: #656262 !important;
}
.btn-info,
.btn-info:active {
  background-color: #018840 !important;
  border-color: #018840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01bb58 !important;
  border-color: #01bb58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #215ecd !important;
  border-color: #215ecd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c17702 !important;
  border-color: #c17702 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f39603 !important;
  border-color: #f39603 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f85249 !important;
  border-color: #f85249 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa817a !important;
  border-color: #fa817a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a11a20;
  color: #a11a20;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #560e11 !important;
  background-color: transparent !important;
  border-color: #560e11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a11a20 !important;
  border-color: #a11a20 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4b4949;
  color: #4b4949;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f1e1e !important;
  background-color: transparent !important;
  border-color: #1f1e1e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4949 !important;
  border-color: #4b4949 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #018840;
  color: #018840;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #003217 !important;
  background-color: transparent !important;
  border-color: #003217 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #018840 !important;
  border-color: #018840 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1a4aa1;
  color: #1a4aa1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e2856 !important;
  background-color: transparent !important;
  border-color: #0e2856 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a4aa1 !important;
  border-color: #1a4aa1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c17702;
  color: #c17702;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6b4201 !important;
  background-color: transparent !important;
  border-color: #6b4201 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c17702 !important;
  border-color: #c17702 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f85249;
  color: #f85249;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e21409 !important;
  background-color: transparent !important;
  border-color: #e21409 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f85249 !important;
  border-color: #f85249 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a11a20 !important;
}
.text-secondary {
  color: #4b4949 !important;
}
.text-success {
  color: #1a4aa1 !important;
}
.text-info {
  color: #018840 !important;
}
.text-warning {
  color: #c17702 !important;
}
.text-danger {
  color: #f85249 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #490c0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #171717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c2249 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002310 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5c3901 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d31308 !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: #a11a20;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #018840;
}
.alert-warning {
  background-color: #c17702;
}
.alert-danger {
  background-color: #f85249;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a11a20;
  border-color: #a11a20;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a11a20;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e4575d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5789e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0bfd7c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdb645;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #a11a20 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #a11a20;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a11a20;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a11a20;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a11a20;
  border-bottom-color: #a11a20;
}
.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: #a11a20 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4b4949 !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='%23a11a20' %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 {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.cid-uIeNyVkRCC .navbar-dropdown {
  position: relative !important;
}
.cid-uIeNyVkRCC .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uIeNyVkRCC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIeNyVkRCC .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uIeNyVkRCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeNyVkRCC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uIeNyVkRCC .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uIeNyVkRCC .dropdown-item:hover,
.cid-uIeNyVkRCC .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .dropdown-item:hover span {
  color: white;
}
.cid-uIeNyVkRCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIeNyVkRCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIeNyVkRCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIeNyVkRCC .nav-link {
  position: relative;
}
.cid-uIeNyVkRCC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIeNyVkRCC .container {
    flex-wrap: nowrap;
  }
}
.cid-uIeNyVkRCC .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uIeNyVkRCC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIeNyVkRCC .dropdown-menu,
.cid-uIeNyVkRCC .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uIeNyVkRCC .nav-item:focus,
.cid-uIeNyVkRCC .nav-link:focus {
  outline: none;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIeNyVkRCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIeNyVkRCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIeNyVkRCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIeNyVkRCC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeNyVkRCC .navbar.opened {
  transition: all 0.3s;
}
.cid-uIeNyVkRCC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uIeNyVkRCC .navbar .navbar-logo img {
  width: auto;
}
.cid-uIeNyVkRCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIeNyVkRCC .navbar.collapsed {
  justify-content: center;
}
.cid-uIeNyVkRCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIeNyVkRCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIeNyVkRCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIeNyVkRCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIeNyVkRCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIeNyVkRCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIeNyVkRCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIeNyVkRCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIeNyVkRCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIeNyVkRCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIeNyVkRCC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uIeNyVkRCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uIeNyVkRCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIeNyVkRCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIeNyVkRCC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIeNyVkRCC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uIeNyVkRCC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-caption:hover,
.cid-uIeNyVkRCC .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIeNyVkRCC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uIeNyVkRCC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uIeNyVkRCC .dropdown-item.active,
.cid-uIeNyVkRCC .dropdown-item:active {
  background-color: transparent;
}
.cid-uIeNyVkRCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIeNyVkRCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uIeNyVkRCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uIeNyVkRCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIeNyVkRCC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uIeNyVkRCC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uIeNyVkRCC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uIeNyVkRCC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uIeNyVkRCC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uIeNyVkRCC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIeNyVkRCC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uIeNyVkRCC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIeNyVkRCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIeNyVkRCC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIeNyVkRCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIeNyVkRCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIeNyVkRCC .navbar {
    height: 70px;
  }
  .cid-uIeNyVkRCC .navbar.opened {
    height: auto;
  }
  .cid-uIeNyVkRCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIeNyVkRCC .navbar-nav {
  margin: 0 auto;
}
.cid-uIeNyVkRCC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uIeNyVkRCC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uIeNyVkRCC .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uIeNyVkRCC .nav-item .nav-link:hover,
.cid-uIeNyVkRCC .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uIeNyVkRCC .nav-item .nav-link:hover::after,
.cid-uIeNyVkRCC .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uIeNyVkRCC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIeNyVkRCC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uIeNyVkRCC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uIeNyVkRCC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIeNyVkRCC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIeNyVkRCC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIeNyVkRCC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uIeNyVkRCC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uIeNyVkRCC .content-wrap {
  min-height: 110px;
}
.cid-uIeNzCoqXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uIeNzCoqXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNzCoqXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNzCoqXP .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIeNzCoqXP .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIeNzCoqXP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uIeNzCoqXP .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uIeNzCoqXP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uIeNzCoqXP .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNzCoqXP .mbr-text,
.cid-uIeNzCoqXP .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uIeNzCoqXP .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uIeNzCoqXP .mbr-section-title,
.cid-uIeNzCoqXP .mbr-section-btn {
  text-align: center;
}
.cid-uMinFNEwwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMinFNEwwo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMinFNEwwo .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMinFNEwwo .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #c10b02;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMinFNEwwo .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMinFNEwwo .mbr-text {
  color: #000000;
}
.cid-uMinCeSAtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMinCeSAtp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMinCeSAtp .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMinCeSAtp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMinCeSAtp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMinCeSAtp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMinCeSAtp .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMinCeSAtp .mbr-section-btn .btn-secondary-outline .active,
.cid-uMinCeSAtp .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMinCeSAtp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMinCeSAtp .image_post {
  display: inline-block;
}
.cid-uMinCeSAtp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMinCeSAtp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMinCeSAtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMinCeSAtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMimdjqw6L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMimdjqw6L .card-wrapper {
  background-color: #c10b02;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMimdjqw6L .card-wrapper {
    padding: 1rem;
  }
}
.cid-uMimdjqw6L .text-wrapper {
  max-width: 28rem;
}
.cid-uMimdjqw6L .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMimdjqw6L .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMimdjqw6L .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMimdjqw6L .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMimdjqw6L .content-wrapper {
    padding: 3rem;
  }
  .cid-uMimdjqw6L .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uMimdjqw6L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMimdjqw6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMimdjqw6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMimdjqw6L .mbr-text,
.cid-uMimdjqw6L .mbr-section-btn {
  color: #000000;
}
.cid-uMimdjqw6L .card-title {
  color: #000000;
}
.cid-uIeNBoiEqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uIeNBoiEqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNBoiEqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNBoiEqb .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIeNBoiEqb .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uIeNBoiEqb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uIeNBoiEqb .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uIeNBoiEqb .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uIeNBoiEqb .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uIeNBoiEqb .image-wrapper {
    transform: none;
  }
}
.cid-uIeNBoiEqb .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uIeNBoiEqb .mbr-label {
  color: #c10b02;
}
.cid-uIeNBoiEqb .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNBoiEqb .item-number {
  color: #c10b02;
}
.cid-uIeNBoiEqb .item-title {
  color: #c10b02;
}
.cid-uIeNBoiEqb .item-text {
  color: #4b4949;
}
.cid-uIeNBoiEqb .mbr-section-title,
.cid-uIeNBoiEqb .title-wrap {
  text-align: center;
}
.cid-uMilGbl5wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMilGbl5wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMilGbl5wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMilGbl5wc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMilGbl5wc .container {
    padding: 0 12px;
  }
}
.cid-uMilGbl5wc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMilGbl5wc .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMilGbl5wc .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMilGbl5wc .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMilGbl5wc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMilGbl5wc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMilGbl5wc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMilGbl5wc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMilGbl5wc .mbr-section-subtitle {
  color: #222222;
}
.cid-uMilGbl5wc .mbr-text {
  color: #000000;
}
.cid-uMilGbl5wc .list {
  color: #222222;
}
.cid-uIeNGZ1drS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uIeNGZ1drS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNGZ1drS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNGZ1drS .row {
  justify-content: space-between;
}
.cid-uIeNGZ1drS .card {
  justify-content: flex-end;
}
.cid-uIeNGZ1drS .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uIeNGZ1drS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeNGZ1drS .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uIeNGZ1drS .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .panel-group {
    display: block;
  }
}
.cid-uIeNGZ1drS .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uIeNGZ1drS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uIeNGZ1drS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uIeNGZ1drS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIeNGZ1drS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uIeNGZ1drS .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #c10b02;
}
.cid-uIeNGZ1drS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uIeNGZ1drS .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uIeNGZ1drS .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIeNGZ1drS .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uIeNGZ1drS .mbr-label {
  color: #c10b02;
}
.cid-uIeNGZ1drS .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNGZ1drS .mbr-desc {
  color: #4b4949;
}
.cid-uIeNGZ1drS .panel-title-edit {
  color: #4b4949;
}
.cid-uIeNGZ1drS .panel-text {
  color: #4b4949;
}
.cid-uMilGRMBvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMilGRMBvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMilGRMBvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMilGRMBvj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMilGRMBvj .container {
    padding: 0 12px;
  }
}
.cid-uMilGRMBvj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMilGRMBvj .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMilGRMBvj .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMilGRMBvj .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMilGRMBvj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMilGRMBvj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMilGRMBvj .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMilGRMBvj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMilGRMBvj .mbr-section-subtitle {
  color: #222222;
}
.cid-uMilGRMBvj .mbr-text {
  color: #000000;
}
.cid-uMilGRMBvj .list {
  color: #222222;
}
.cid-uMimL7U4Cv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMimL7U4Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMimL7U4Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMimL7U4Cv .row {
  position: relative;
  z-index: 2;
}
.cid-uMimL7U4Cv .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uMimL7U4Cv .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uMimL7U4Cv .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMimL7U4Cv .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uMimL7U4Cv .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMimL7U4Cv .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMimL7U4Cv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMimL7U4Cv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMimL7U4Cv .mbr-section-title {
  color: #000000;
}
.cid-uMimL7U4Cv .mbr-text {
  color: #51565c;
}
.cid-uMimL7U4Cv .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uMimL7U4Cv .mbr-text,
.cid-uMimL7U4Cv .text-wrapper {
  color: #000000;
}
.cid-uIeNCgrs4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIeNCgrs4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeNCgrs4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeNCgrs4S .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIeNCgrs4S .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIeNCgrs4S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uIeNCgrs4S .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIeNCgrs4S .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIeNCgrs4S .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-uIeNCgrs4S .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uIeNCgrs4S .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uIeNCgrs4S .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-uIeNCgrs4S .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-uIeNCgrs4S .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIeNCgrs4S .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uIeNCgrs4S .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uIeNCgrs4S .mbr-section-title {
  color: #c10b02;
}
.cid-uIeNCgrs4S .mbr-text,
.cid-uIeNCgrs4S .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uIeNCgrs4S .item-title {
  color: #000000;
  text-align: center;
}
.cid-uIeNCgrs4S .mbr-section-title,
.cid-uIeNCgrs4S .mbr-section-btn {
  text-align: center;
}
.cid-uMilT6jLOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMilT6jLOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMilT6jLOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMilT6jLOX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMilT6jLOX .container {
    padding: 0 12px;
  }
}
.cid-uMilT6jLOX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMilT6jLOX .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMilT6jLOX .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMilT6jLOX .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMilT6jLOX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMilT6jLOX .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMilT6jLOX .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMilT6jLOX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMilT6jLOX .mbr-section-subtitle {
  color: #222222;
}
.cid-uMilT6jLOX .mbr-text {
  color: #000000;
}
.cid-uMilT6jLOX .list {
  color: #222222;
}
.cid-uMikRXlNNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMikRXlNNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMikRXlNNZ .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-uMikRXlNNZ .container {
    padding: 0 20px;
  }
}
.cid-uMikRXlNNZ .row {
  margin: 0;
}
.cid-uMikRXlNNZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMikRXlNNZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMikRXlNNZ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMikRXlNNZ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMikRXlNNZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMikRXlNNZ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMikRXlNNZ .mbr-section-title {
  color: #000000;
}
.cid-uMipmuLwYH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMipmuLwYH .mbr-text {
  color: #000000;
}
.cid-uMipmuLwYH .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMipmuLwYH .mbr-section-title {
  color: #000000;
}
.cid-uMipyK8CwH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMipyK8CwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMipyK8CwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMipyK8CwH .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMipyK8CwH .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMipyK8CwH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMipyK8CwH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMipyK8CwH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMipyK8CwH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMipyK8CwH .content-head {
  max-width: 800px;
}
.cid-uMipyK8CwH .mbr-section-title {
  color: #221b35;
}
.cid-uMiq4im2Hg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMiq4im2Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiq4im2Hg .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-uMiq4im2Hg .container {
    padding: 0 30px;
  }
}
.cid-uMiq4im2Hg .row {
  justify-content: center;
}
.cid-uMiq4im2Hg .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMiq4im2Hg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiq4im2Hg .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiq4im2Hg .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap:hover,
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap:hover::before,
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMiq4im2Hg .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiq4im2Hg .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiq4im2Hg .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiq4im2Hg .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMiq4im2Hg .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiq4im2Hg .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMiq4im2Hg .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMiq4im2Hg .mbr-section-title {
  color: #bee0d6;
}
.cid-uMiq4im2Hg .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiq4im2Hg .list {
  color: #bee0d6;
}
.cid-uMiq4im2Hg .mbr-address {
  color: #000000;
}
.cid-uMiq4im2Hg .mbr-copy {
  color: #000000;
}
.cid-uMiq4im2Hg .mbr-section-title,
.cid-uMiq4im2Hg .logo-wrapper {
  color: #000000;
}
.cid-uMiq4im2Hg .list,
.cid-uMiq4im2Hg .item-wrap,
.cid-uMiq4im2Hg .nav-wrapper {
  color: #000000;
}
.cid-uMiL88aii0 .navbar-dropdown {
  position: relative !important;
}
.cid-uMiL88aii0 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uMiL88aii0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMiL88aii0 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uMiL88aii0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiL88aii0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiL88aii0 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uMiL88aii0 .dropdown-item:hover,
.cid-uMiL88aii0 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uMiL88aii0 .dropdown-item:hover span {
  color: white;
}
.cid-uMiL88aii0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiL88aii0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiL88aii0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiL88aii0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiL88aii0 .nav-link {
  position: relative;
}
.cid-uMiL88aii0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiL88aii0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiL88aii0 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiL88aii0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMiL88aii0 .dropdown-menu,
.cid-uMiL88aii0 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uMiL88aii0 .nav-item:focus,
.cid-uMiL88aii0 .nav-link:focus {
  outline: none;
}
.cid-uMiL88aii0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiL88aii0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiL88aii0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiL88aii0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiL88aii0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiL88aii0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiL88aii0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiL88aii0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiL88aii0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiL88aii0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiL88aii0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiL88aii0 .navbar.collapsed {
  justify-content: center;
}
.cid-uMiL88aii0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiL88aii0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiL88aii0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiL88aii0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiL88aii0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiL88aii0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMiL88aii0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiL88aii0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiL88aii0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiL88aii0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiL88aii0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiL88aii0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiL88aii0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiL88aii0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMiL88aii0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiL88aii0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiL88aii0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiL88aii0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiL88aii0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiL88aii0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiL88aii0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMiL88aii0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMiL88aii0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMiL88aii0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiL88aii0 .navbar-brand .navbar-caption:hover,
.cid-uMiL88aii0 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiL88aii0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiL88aii0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiL88aii0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiL88aii0 .dropdown-item.active,
.cid-uMiL88aii0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiL88aii0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiL88aii0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiL88aii0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiL88aii0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiL88aii0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiL88aii0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiL88aii0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiL88aii0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiL88aii0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiL88aii0 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiL88aii0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uMiL88aii0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMiL88aii0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiL88aii0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiL88aii0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uMiL88aii0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiL88aii0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiL88aii0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiL88aii0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiL88aii0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiL88aii0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiL88aii0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiL88aii0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiL88aii0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiL88aii0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiL88aii0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMiL88aii0 .navbar {
    height: 70px;
  }
  .cid-uMiL88aii0 .navbar.opened {
    height: auto;
  }
  .cid-uMiL88aii0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiL88aii0 .navbar-nav {
  margin: 0 auto;
}
.cid-uMiL88aii0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiL88aii0 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMiL88aii0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiL88aii0 .nav-item .nav-link:hover,
.cid-uMiL88aii0 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uMiL88aii0 .nav-item .nav-link:hover::after,
.cid-uMiL88aii0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiL88aii0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiL88aii0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiL88aii0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiL88aii0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiL88aii0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiL88aii0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiL88aii0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiL88aii0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiL88aii0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiL88aii0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiL88aii0 .content-wrap {
  min-height: 110px;
}
.cid-uMiL89XOD3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiL89XOD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiL89XOD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiL89XOD3 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiL89XOD3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiL89XOD3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiL89XOD3 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiL89XOD3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiL89XOD3 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMiL89XOD3 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMiL89XOD3 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiL89XOD3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMiL89XOD3 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMiL89XOD3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMiL89XOD3 .mbr-section-title {
  color: #c10b02;
}
.cid-uMiL89XOD3 .mbr-text,
.cid-uMiL89XOD3 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiL89XOD3 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMiL89XOD3 .mbr-section-title,
.cid-uMiL89XOD3 .mbr-section-btn {
  text-align: center;
}
.cid-uMiL8br6In {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiL8br6In .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMiL8br6In .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMiL8br6In .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMiL8br6In .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMiL8br6In .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMiL8br6In .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMiL8br6In .mbr-section-btn .btn-secondary-outline .active,
.cid-uMiL8br6In .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMiL8br6In .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMiL8br6In .image_post {
  display: inline-block;
}
.cid-uMiL8br6In .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMiL8br6In .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMiL8br6In .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiL8br6In .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiL8nroom {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMiL8nroom .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiL8nroom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiL8nroom .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMiL8nroom .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMiL8nroom .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiL8nroom .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiL8nroom .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiL8nroom .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiL8nroom .content-head {
  max-width: 800px;
}
.cid-uMiL8nroom .mbr-section-title {
  color: #000000;
}
.cid-uMiL8orMan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMiL8orMan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiL8orMan .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-uMiL8orMan .container {
    padding: 0 30px;
  }
}
.cid-uMiL8orMan .row {
  justify-content: center;
}
.cid-uMiL8orMan .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMiL8orMan .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiL8orMan .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiL8orMan .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMiL8orMan .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiL8orMan .nav-wrapper .list .item-wrap:hover,
.cid-uMiL8orMan .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiL8orMan .nav-wrapper .list .item-wrap:hover::before,
.cid-uMiL8orMan .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMiL8orMan .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMiL8orMan .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiL8orMan .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiL8orMan .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiL8orMan .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMiL8orMan .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiL8orMan .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMiL8orMan .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMiL8orMan .mbr-section-title {
  color: #bee0d6;
}
.cid-uMiL8orMan .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiL8orMan .list {
  color: #bee0d6;
}
.cid-uMiL8orMan .mbr-address {
  color: #000000;
}
.cid-uMiL8orMan .mbr-copy {
  color: #000000;
}
.cid-uMiL8orMan .mbr-section-title,
.cid-uMiL8orMan .logo-wrapper {
  color: #000000;
}
.cid-uMiL8orMan .list,
.cid-uMiL8orMan .item-wrap,
.cid-uMiL8orMan .nav-wrapper {
  color: #000000;
}
.cid-uMiLL4uAyu .navbar-dropdown {
  position: relative !important;
}
.cid-uMiLL4uAyu .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uMiLL4uAyu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMiLL4uAyu .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uMiLL4uAyu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiLL4uAyu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiLL4uAyu .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uMiLL4uAyu .dropdown-item:hover,
.cid-uMiLL4uAyu .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uMiLL4uAyu .dropdown-item:hover span {
  color: white;
}
.cid-uMiLL4uAyu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiLL4uAyu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiLL4uAyu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiLL4uAyu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiLL4uAyu .nav-link {
  position: relative;
}
.cid-uMiLL4uAyu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiLL4uAyu .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiLL4uAyu .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiLL4uAyu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMiLL4uAyu .dropdown-menu,
.cid-uMiLL4uAyu .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uMiLL4uAyu .nav-item:focus,
.cid-uMiLL4uAyu .nav-link:focus {
  outline: none;
}
.cid-uMiLL4uAyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiLL4uAyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiLL4uAyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiLL4uAyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiLL4uAyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiLL4uAyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiLL4uAyu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiLL4uAyu .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiLL4uAyu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiLL4uAyu .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiLL4uAyu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiLL4uAyu .navbar.collapsed {
  justify-content: center;
}
.cid-uMiLL4uAyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiLL4uAyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiLL4uAyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiLL4uAyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiLL4uAyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiLL4uAyu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMiLL4uAyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiLL4uAyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiLL4uAyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiLL4uAyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiLL4uAyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiLL4uAyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiLL4uAyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiLL4uAyu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMiLL4uAyu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiLL4uAyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiLL4uAyu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiLL4uAyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiLL4uAyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiLL4uAyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiLL4uAyu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMiLL4uAyu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMiLL4uAyu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMiLL4uAyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiLL4uAyu .navbar-brand .navbar-caption:hover,
.cid-uMiLL4uAyu .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiLL4uAyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiLL4uAyu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiLL4uAyu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiLL4uAyu .dropdown-item.active,
.cid-uMiLL4uAyu .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiLL4uAyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiLL4uAyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiLL4uAyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiLL4uAyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiLL4uAyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiLL4uAyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiLL4uAyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiLL4uAyu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiLL4uAyu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiLL4uAyu .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiLL4uAyu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uMiLL4uAyu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMiLL4uAyu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiLL4uAyu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiLL4uAyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uMiLL4uAyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiLL4uAyu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiLL4uAyu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiLL4uAyu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiLL4uAyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiLL4uAyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiLL4uAyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiLL4uAyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiLL4uAyu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiLL4uAyu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiLL4uAyu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMiLL4uAyu .navbar {
    height: 70px;
  }
  .cid-uMiLL4uAyu .navbar.opened {
    height: auto;
  }
  .cid-uMiLL4uAyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiLL4uAyu .navbar-nav {
  margin: 0 auto;
}
.cid-uMiLL4uAyu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiLL4uAyu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMiLL4uAyu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiLL4uAyu .nav-item .nav-link:hover,
.cid-uMiLL4uAyu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uMiLL4uAyu .nav-item .nav-link:hover::after,
.cid-uMiLL4uAyu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiLL4uAyu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiLL4uAyu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiLL4uAyu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiLL4uAyu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiLL4uAyu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiLL4uAyu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiLL4uAyu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiLL4uAyu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiLL4uAyu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiLL4uAyu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiLL4uAyu .content-wrap {
  min-height: 110px;
}
.cid-uMiLL6bL0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiLL6bL0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiLL6bL0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiLL6bL0P .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiLL6bL0P .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiLL6bL0P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiLL6bL0P .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiLL6bL0P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiLL6bL0P .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMiLL6bL0P .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMiLL6bL0P .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiLL6bL0P .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMiLL6bL0P .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMiLL6bL0P .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMiLL6bL0P .mbr-section-title {
  color: #c10b02;
}
.cid-uMiLL6bL0P .mbr-text,
.cid-uMiLL6bL0P .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiLL6bL0P .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMiLL6bL0P .mbr-section-title,
.cid-uMiLL6bL0P .mbr-section-btn {
  text-align: center;
}
.cid-uMiLL6ZFYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiLL6ZFYv .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMiLL6ZFYv .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMiLL6ZFYv .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMiLL6ZFYv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMiLL6ZFYv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMiLL6ZFYv .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMiLL6ZFYv .mbr-section-btn .btn-secondary-outline .active,
.cid-uMiLL6ZFYv .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMiLL6ZFYv .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMiLL6ZFYv .image_post {
  display: inline-block;
}
.cid-uMiLL6ZFYv .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMiLL6ZFYv .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMiLL6ZFYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiLL6ZFYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiLL7RppM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMiLL7RppM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiLL7RppM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiLL7RppM .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMiLL7RppM .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMiLL7RppM .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiLL7RppM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiLL7RppM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiLL7RppM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiLL7RppM .content-head {
  max-width: 800px;
}
.cid-uMiLL7RppM .mbr-section-title {
  color: #000000;
}
.cid-uMiLL8DlxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMiLL8DlxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiLL8DlxS .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-uMiLL8DlxS .container {
    padding: 0 30px;
  }
}
.cid-uMiLL8DlxS .row {
  justify-content: center;
}
.cid-uMiLL8DlxS .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMiLL8DlxS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiLL8DlxS .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiLL8DlxS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap:hover,
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap:hover::before,
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMiLL8DlxS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiLL8DlxS .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiLL8DlxS .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiLL8DlxS .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMiLL8DlxS .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiLL8DlxS .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMiLL8DlxS .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMiLL8DlxS .mbr-section-title {
  color: #bee0d6;
}
.cid-uMiLL8DlxS .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiLL8DlxS .list {
  color: #bee0d6;
}
.cid-uMiLL8DlxS .mbr-address {
  color: #000000;
}
.cid-uMiLL8DlxS .mbr-copy {
  color: #000000;
}
.cid-uMiLL8DlxS .mbr-section-title,
.cid-uMiLL8DlxS .logo-wrapper {
  color: #000000;
}
.cid-uMiLL8DlxS .list,
.cid-uMiLL8DlxS .item-wrap,
.cid-uMiLL8DlxS .nav-wrapper {
  color: #000000;
}
.cid-uMisopKWVs .navbar-dropdown {
  position: relative !important;
}
.cid-uMisopKWVs .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uMisopKWVs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMisopKWVs .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uMisopKWVs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMisopKWVs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMisopKWVs .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uMisopKWVs .dropdown-item:hover,
.cid-uMisopKWVs .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uMisopKWVs .dropdown-item:hover span {
  color: white;
}
.cid-uMisopKWVs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMisopKWVs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMisopKWVs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMisopKWVs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMisopKWVs .nav-link {
  position: relative;
}
.cid-uMisopKWVs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMisopKWVs .container {
    flex-wrap: nowrap;
  }
}
.cid-uMisopKWVs .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMisopKWVs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMisopKWVs .dropdown-menu,
.cid-uMisopKWVs .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uMisopKWVs .nav-item:focus,
.cid-uMisopKWVs .nav-link:focus {
  outline: none;
}
.cid-uMisopKWVs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMisopKWVs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMisopKWVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMisopKWVs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMisopKWVs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMisopKWVs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMisopKWVs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMisopKWVs .navbar.opened {
  transition: all 0.3s;
}
.cid-uMisopKWVs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMisopKWVs .navbar .navbar-logo img {
  width: auto;
}
.cid-uMisopKWVs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMisopKWVs .navbar.collapsed {
  justify-content: center;
}
.cid-uMisopKWVs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMisopKWVs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMisopKWVs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMisopKWVs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMisopKWVs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMisopKWVs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMisopKWVs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMisopKWVs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMisopKWVs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMisopKWVs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMisopKWVs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMisopKWVs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMisopKWVs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMisopKWVs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMisopKWVs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMisopKWVs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMisopKWVs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMisopKWVs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMisopKWVs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMisopKWVs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMisopKWVs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMisopKWVs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMisopKWVs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMisopKWVs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMisopKWVs .navbar-brand .navbar-caption:hover,
.cid-uMisopKWVs .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMisopKWVs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMisopKWVs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMisopKWVs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMisopKWVs .dropdown-item.active,
.cid-uMisopKWVs .dropdown-item:active {
  background-color: transparent;
}
.cid-uMisopKWVs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMisopKWVs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMisopKWVs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMisopKWVs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMisopKWVs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMisopKWVs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMisopKWVs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMisopKWVs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMisopKWVs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMisopKWVs .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMisopKWVs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uMisopKWVs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMisopKWVs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMisopKWVs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMisopKWVs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uMisopKWVs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMisopKWVs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMisopKWVs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMisopKWVs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMisopKWVs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMisopKWVs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMisopKWVs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMisopKWVs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMisopKWVs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMisopKWVs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMisopKWVs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMisopKWVs .navbar {
    height: 70px;
  }
  .cid-uMisopKWVs .navbar.opened {
    height: auto;
  }
  .cid-uMisopKWVs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMisopKWVs .navbar-nav {
  margin: 0 auto;
}
.cid-uMisopKWVs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMisopKWVs .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMisopKWVs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMisopKWVs .nav-item .nav-link:hover,
.cid-uMisopKWVs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uMisopKWVs .nav-item .nav-link:hover::after,
.cid-uMisopKWVs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMisopKWVs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMisopKWVs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMisopKWVs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMisopKWVs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMisopKWVs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMisopKWVs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMisopKWVs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMisopKWVs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMisopKWVs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMisopKWVs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMisopKWVs .content-wrap {
  min-height: 110px;
}
.cid-uMisorKJ16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisorKJ16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisorKJ16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisorKJ16 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMisorKJ16 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMisorKJ16 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMisorKJ16 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMisorKJ16 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMisorKJ16 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMisorKJ16 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMisorKJ16 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMisorKJ16 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMisorKJ16 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMisorKJ16 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMisorKJ16 .mbr-section-title {
  color: #c10b02;
}
.cid-uMisorKJ16 .mbr-text,
.cid-uMisorKJ16 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMisorKJ16 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMisorKJ16 .mbr-section-title,
.cid-uMisorKJ16 .mbr-section-btn {
  text-align: center;
}
.cid-uMisot1Hxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMisot1Hxl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMisot1Hxl .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMisot1Hxl .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #c10b02;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMisot1Hxl .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMisot1Hxl .mbr-text {
  color: #000000;
}
.cid-uMisou1KXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisou1KXg .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMisou1KXg .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMisou1KXg .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMisou1KXg .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMisou1KXg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMisou1KXg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMisou1KXg .mbr-section-btn .btn-secondary-outline .active,
.cid-uMisou1KXg .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMisou1KXg .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMisou1KXg .image_post {
  display: inline-block;
}
.cid-uMisou1KXg .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMisou1KXg .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMisou1KXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisou1KXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisovbhwx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMisovbhwx .card-wrapper {
  background-color: #c10b02;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMisovbhwx .card-wrapper {
    padding: 1rem;
  }
}
.cid-uMisovbhwx .text-wrapper {
  max-width: 28rem;
}
.cid-uMisovbhwx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMisovbhwx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMisovbhwx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMisovbhwx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMisovbhwx .content-wrapper {
    padding: 3rem;
  }
  .cid-uMisovbhwx .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uMisovbhwx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMisovbhwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisovbhwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisovbhwx .mbr-text,
.cid-uMisovbhwx .mbr-section-btn {
  color: #000000;
}
.cid-uMisovbhwx .card-title {
  color: #000000;
}
.cid-uMisowaxng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisowaxng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisowaxng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisowaxng .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMisowaxng .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMisowaxng .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMisowaxng .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uMisowaxng .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMisowaxng .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMisowaxng .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uMisowaxng .image-wrapper {
    transform: none;
  }
}
.cid-uMisowaxng .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uMisowaxng .mbr-label {
  color: #c10b02;
}
.cid-uMisowaxng .mbr-section-title {
  color: #c10b02;
}
.cid-uMisowaxng .item-number {
  color: #c10b02;
}
.cid-uMisowaxng .item-title {
  color: #c10b02;
}
.cid-uMisowaxng .item-text {
  color: #4b4949;
}
.cid-uMisowaxng .mbr-section-title,
.cid-uMisowaxng .title-wrap {
  text-align: center;
}
.cid-uMisoyPcat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMisoyPcat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoyPcat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoyPcat .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMisoyPcat .container {
    padding: 0 12px;
  }
}
.cid-uMisoyPcat .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMisoyPcat .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMisoyPcat .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMisoyPcat .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMisoyPcat .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMisoyPcat .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMisoyPcat .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMisoyPcat .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMisoyPcat .mbr-section-subtitle {
  color: #222222;
}
.cid-uMisoyPcat .mbr-text {
  color: #000000;
}
.cid-uMisoyPcat .list {
  color: #222222;
}
.cid-uMisozS3AO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisozS3AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisozS3AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisozS3AO .row {
  justify-content: space-between;
}
.cid-uMisozS3AO .card {
  justify-content: flex-end;
}
.cid-uMisozS3AO .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMisozS3AO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMisozS3AO .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMisozS3AO .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .panel-group {
    display: block;
  }
}
.cid-uMisozS3AO .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uMisozS3AO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMisozS3AO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMisozS3AO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMisozS3AO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMisozS3AO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #c10b02;
}
.cid-uMisozS3AO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMisozS3AO .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uMisozS3AO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMisozS3AO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMisozS3AO .mbr-label {
  color: #c10b02;
}
.cid-uMisozS3AO .mbr-section-title {
  color: #c10b02;
}
.cid-uMisozS3AO .mbr-desc {
  color: #4b4949;
}
.cid-uMisozS3AO .panel-title-edit {
  color: #4b4949;
}
.cid-uMisozS3AO .panel-text {
  color: #4b4949;
}
.cid-uMisoBsBjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMisoBsBjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoBsBjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoBsBjh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMisoBsBjh .container {
    padding: 0 12px;
  }
}
.cid-uMisoBsBjh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMisoBsBjh .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMisoBsBjh .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMisoBsBjh .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMisoBsBjh .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMisoBsBjh .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMisoBsBjh .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMisoBsBjh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMisoBsBjh .mbr-section-subtitle {
  color: #222222;
}
.cid-uMisoBsBjh .mbr-text {
  color: #000000;
}
.cid-uMisoBsBjh .list {
  color: #222222;
}
.cid-uMisoCxAXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisoCxAXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoCxAXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoCxAXF .row {
  position: relative;
  z-index: 2;
}
.cid-uMisoCxAXF .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uMisoCxAXF .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uMisoCxAXF .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMisoCxAXF .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uMisoCxAXF .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMisoCxAXF .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMisoCxAXF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMisoCxAXF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMisoCxAXF .mbr-section-title {
  color: #000000;
}
.cid-uMisoCxAXF .mbr-text {
  color: #51565c;
}
.cid-uMisoCxAXF .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uMisoCxAXF .mbr-text,
.cid-uMisoCxAXF .text-wrapper {
  color: #000000;
}
.cid-uMisoDr5x2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMisoDr5x2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoDr5x2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoDr5x2 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMisoDr5x2 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMisoDr5x2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMisoDr5x2 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMisoDr5x2 .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uMisoDr5x2 .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-uMisoDr5x2 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uMisoDr5x2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uMisoDr5x2 .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-uMisoDr5x2 .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-uMisoDr5x2 .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMisoDr5x2 .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uMisoDr5x2 .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uMisoDr5x2 .mbr-section-title {
  color: #c10b02;
}
.cid-uMisoDr5x2 .mbr-text,
.cid-uMisoDr5x2 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMisoDr5x2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMisoDr5x2 .mbr-section-title,
.cid-uMisoDr5x2 .mbr-section-btn {
  text-align: center;
}
.cid-uMisoED5qS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMisoED5qS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoED5qS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoED5qS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMisoED5qS .container {
    padding: 0 12px;
  }
}
.cid-uMisoED5qS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMisoED5qS .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMisoED5qS .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMisoED5qS .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMisoED5qS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMisoED5qS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMisoED5qS .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMisoED5qS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMisoED5qS .mbr-section-subtitle {
  color: #222222;
}
.cid-uMisoED5qS .mbr-text {
  color: #000000;
}
.cid-uMisoED5qS .list {
  color: #222222;
}
.cid-uMisoFNNUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMisoFNNUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoFNNUS .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-uMisoFNNUS .container {
    padding: 0 20px;
  }
}
.cid-uMisoFNNUS .row {
  margin: 0;
}
.cid-uMisoFNNUS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMisoFNNUS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMisoFNNUS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMisoFNNUS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMisoFNNUS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMisoFNNUS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMisoFNNUS .mbr-section-title {
  color: #000000;
}
.cid-uMisoGUfjk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMisoGUfjk .mbr-text {
  color: #000000;
}
.cid-uMisoGUfjk .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMisoGUfjk .mbr-section-title {
  color: #000000;
}
.cid-uMiu7RJKfH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiu7RJKfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiu7RJKfH .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-uMiu7RJKfH .container {
    padding: 0 30px;
  }
}
.cid-uMiu7RJKfH .row {
  justify-content: center;
}
.cid-uMiu7RJKfH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMiu7RJKfH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMiu7RJKfH .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #c10b02;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMiu7RJKfH .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMiu7RJKfH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMiu7RJKfH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMiu7RJKfH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMiu7RJKfH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #c10b02;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMiu7RJKfH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMiu7RJKfH .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMiu7RJKfH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMiu7RJKfH .mbr-section-title {
  color: #000000;
}
.cid-uMiu7RJKfH .panel-title-edit {
  color: #000000;
}
.cid-uMiu7RJKfH .panel-text {
  color: #000000;
}
.cid-uMisoIkDDS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMisoIkDDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoIkDDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMisoIkDDS .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMisoIkDDS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMisoIkDDS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMisoIkDDS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMisoIkDDS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMisoIkDDS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMisoIkDDS .content-head {
  max-width: 800px;
}
.cid-uMisoIkDDS .mbr-section-title {
  color: #000000;
}
.cid-uMisoJBX9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMisoJBX9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMisoJBX9Z .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-uMisoJBX9Z .container {
    padding: 0 30px;
  }
}
.cid-uMisoJBX9Z .row {
  justify-content: center;
}
.cid-uMisoJBX9Z .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMisoJBX9Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMisoJBX9Z .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMisoJBX9Z .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap:hover,
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap:hover::before,
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMisoJBX9Z .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMisoJBX9Z .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMisoJBX9Z .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMisoJBX9Z .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMisoJBX9Z .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMisoJBX9Z .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMisoJBX9Z .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMisoJBX9Z .mbr-section-title {
  color: #bee0d6;
}
.cid-uMisoJBX9Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uMisoJBX9Z .list {
  color: #bee0d6;
}
.cid-uMisoJBX9Z .mbr-address {
  color: #000000;
}
.cid-uMisoJBX9Z .mbr-copy {
  color: #000000;
}
.cid-uMisoJBX9Z .mbr-section-title,
.cid-uMisoJBX9Z .logo-wrapper {
  color: #000000;
}
.cid-uMisoJBX9Z .list,
.cid-uMisoJBX9Z .item-wrap,
.cid-uMisoJBX9Z .nav-wrapper {
  color: #000000;
}
.cid-uMiuDDFg91 .navbar-dropdown {
  position: relative !important;
}
.cid-uMiuDDFg91 .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uMiuDDFg91 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMiuDDFg91 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uMiuDDFg91 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiuDDFg91 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiuDDFg91 .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uMiuDDFg91 .dropdown-item:hover,
.cid-uMiuDDFg91 .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uMiuDDFg91 .dropdown-item:hover span {
  color: white;
}
.cid-uMiuDDFg91 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiuDDFg91 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiuDDFg91 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiuDDFg91 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiuDDFg91 .nav-link {
  position: relative;
}
.cid-uMiuDDFg91 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiuDDFg91 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiuDDFg91 .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiuDDFg91 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMiuDDFg91 .dropdown-menu,
.cid-uMiuDDFg91 .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uMiuDDFg91 .nav-item:focus,
.cid-uMiuDDFg91 .nav-link:focus {
  outline: none;
}
.cid-uMiuDDFg91 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiuDDFg91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiuDDFg91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiuDDFg91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiuDDFg91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiuDDFg91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiuDDFg91 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiuDDFg91 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiuDDFg91 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiuDDFg91 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiuDDFg91 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiuDDFg91 .navbar.collapsed {
  justify-content: center;
}
.cid-uMiuDDFg91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiuDDFg91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiuDDFg91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiuDDFg91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiuDDFg91 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiuDDFg91 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMiuDDFg91 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiuDDFg91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiuDDFg91 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiuDDFg91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiuDDFg91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiuDDFg91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiuDDFg91 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiuDDFg91 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMiuDDFg91 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiuDDFg91 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiuDDFg91 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiuDDFg91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiuDDFg91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiuDDFg91 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiuDDFg91 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMiuDDFg91 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMiuDDFg91 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMiuDDFg91 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiuDDFg91 .navbar-brand .navbar-caption:hover,
.cid-uMiuDDFg91 .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiuDDFg91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiuDDFg91 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiuDDFg91 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiuDDFg91 .dropdown-item.active,
.cid-uMiuDDFg91 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiuDDFg91 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiuDDFg91 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiuDDFg91 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiuDDFg91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiuDDFg91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiuDDFg91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiuDDFg91 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiuDDFg91 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiuDDFg91 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiuDDFg91 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiuDDFg91 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uMiuDDFg91 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMiuDDFg91 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiuDDFg91 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiuDDFg91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uMiuDDFg91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiuDDFg91 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiuDDFg91 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiuDDFg91 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiuDDFg91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiuDDFg91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiuDDFg91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiuDDFg91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiuDDFg91 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiuDDFg91 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiuDDFg91 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMiuDDFg91 .navbar {
    height: 70px;
  }
  .cid-uMiuDDFg91 .navbar.opened {
    height: auto;
  }
  .cid-uMiuDDFg91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiuDDFg91 .navbar-nav {
  margin: 0 auto;
}
.cid-uMiuDDFg91 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiuDDFg91 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMiuDDFg91 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiuDDFg91 .nav-item .nav-link:hover,
.cid-uMiuDDFg91 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uMiuDDFg91 .nav-item .nav-link:hover::after,
.cid-uMiuDDFg91 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiuDDFg91 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiuDDFg91 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiuDDFg91 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiuDDFg91 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiuDDFg91 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiuDDFg91 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiuDDFg91 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiuDDFg91 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiuDDFg91 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiuDDFg91 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiuDDFg91 .content-wrap {
  min-height: 110px;
}
.cid-uMiuDFz659 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDFz659 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDFz659 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDFz659 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiuDFz659 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiuDFz659 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiuDFz659 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiuDFz659 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiuDFz659 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMiuDFz659 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMiuDFz659 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiuDFz659 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMiuDFz659 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMiuDFz659 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMiuDFz659 .mbr-section-title {
  color: #c10b02;
}
.cid-uMiuDFz659 .mbr-text,
.cid-uMiuDFz659 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiuDFz659 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMiuDFz659 .mbr-section-title,
.cid-uMiuDFz659 .mbr-section-btn {
  text-align: center;
}
.cid-uMiuDGnn2h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDGnn2h .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMiuDGnn2h .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMiuDGnn2h .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #c10b02;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMiuDGnn2h .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMiuDGnn2h .mbr-text {
  color: #000000;
}
.cid-uMiuDHn0Y9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDHn0Y9 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMiuDHn0Y9 .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMiuDHn0Y9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMiuDHn0Y9 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMiuDHn0Y9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMiuDHn0Y9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMiuDHn0Y9 .mbr-section-btn .btn-secondary-outline .active,
.cid-uMiuDHn0Y9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMiuDHn0Y9 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMiuDHn0Y9 .image_post {
  display: inline-block;
}
.cid-uMiuDHn0Y9 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMiuDHn0Y9 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMiuDHn0Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDHn0Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDIDlvK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMiuDIDlvK .card-wrapper {
  background-color: #c10b02;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMiuDIDlvK .card-wrapper {
    padding: 1rem;
  }
}
.cid-uMiuDIDlvK .text-wrapper {
  max-width: 28rem;
}
.cid-uMiuDIDlvK .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMiuDIDlvK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiuDIDlvK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiuDIDlvK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiuDIDlvK .content-wrapper {
    padding: 3rem;
  }
  .cid-uMiuDIDlvK .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uMiuDIDlvK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMiuDIDlvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDIDlvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDIDlvK .mbr-text,
.cid-uMiuDIDlvK .mbr-section-btn {
  color: #000000;
}
.cid-uMiuDIDlvK .card-title {
  color: #000000;
}
.cid-uMiuDJHOuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDJHOuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDJHOuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDJHOuK .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMiuDJHOuK .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMiuDJHOuK .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMiuDJHOuK .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uMiuDJHOuK .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMiuDJHOuK .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uMiuDJHOuK .image-wrapper {
    transform: none;
  }
}
.cid-uMiuDJHOuK .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uMiuDJHOuK .mbr-label {
  color: #c10b02;
}
.cid-uMiuDJHOuK .mbr-section-title {
  color: #c10b02;
}
.cid-uMiuDJHOuK .item-number {
  color: #c10b02;
}
.cid-uMiuDJHOuK .item-title {
  color: #c10b02;
}
.cid-uMiuDJHOuK .item-text {
  color: #4b4949;
}
.cid-uMiuDJHOuK .mbr-section-title,
.cid-uMiuDJHOuK .title-wrap {
  text-align: center;
}
.cid-uMiuDMf1Ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDMf1Ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDMf1Ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDMf1Ao .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiuDMf1Ao .container {
    padding: 0 12px;
  }
}
.cid-uMiuDMf1Ao .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiuDMf1Ao .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiuDMf1Ao .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiuDMf1Ao .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiuDMf1Ao .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiuDMf1Ao .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiuDMf1Ao .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiuDMf1Ao .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiuDMf1Ao .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiuDMf1Ao .mbr-text {
  color: #000000;
}
.cid-uMiuDMf1Ao .list {
  color: #222222;
}
.cid-uMiuDNl6yq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDNl6yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDNl6yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDNl6yq .row {
  justify-content: space-between;
}
.cid-uMiuDNl6yq .card {
  justify-content: flex-end;
}
.cid-uMiuDNl6yq .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMiuDNl6yq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiuDNl6yq .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMiuDNl6yq .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .panel-group {
    display: block;
  }
}
.cid-uMiuDNl6yq .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uMiuDNl6yq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMiuDNl6yq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMiuDNl6yq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMiuDNl6yq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMiuDNl6yq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #c10b02;
}
.cid-uMiuDNl6yq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMiuDNl6yq .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uMiuDNl6yq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiuDNl6yq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMiuDNl6yq .mbr-label {
  color: #c10b02;
}
.cid-uMiuDNl6yq .mbr-section-title {
  color: #000000;
}
.cid-uMiuDNl6yq .mbr-desc {
  color: #4b4949;
}
.cid-uMiuDNl6yq .panel-title-edit {
  color: #000000;
}
.cid-uMiuDNl6yq .panel-text {
  color: #4b4949;
}
.cid-uMiuDOZ2EE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDOZ2EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDOZ2EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDOZ2EE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiuDOZ2EE .container {
    padding: 0 12px;
  }
}
.cid-uMiuDOZ2EE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiuDOZ2EE .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiuDOZ2EE .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiuDOZ2EE .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiuDOZ2EE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiuDOZ2EE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiuDOZ2EE .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiuDOZ2EE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiuDOZ2EE .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiuDOZ2EE .mbr-text {
  color: #000000;
}
.cid-uMiuDOZ2EE .list {
  color: #222222;
}
.cid-uMiuDQqcSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDQqcSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDQqcSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDQqcSC .row {
  position: relative;
  z-index: 2;
}
.cid-uMiuDQqcSC .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uMiuDQqcSC .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uMiuDQqcSC .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMiuDQqcSC .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uMiuDQqcSC .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMiuDQqcSC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMiuDQqcSC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiuDQqcSC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiuDQqcSC .mbr-section-title {
  color: #000000;
}
.cid-uMiuDQqcSC .mbr-text {
  color: #51565c;
}
.cid-uMiuDQqcSC .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uMiuDQqcSC .mbr-text,
.cid-uMiuDQqcSC .text-wrapper {
  color: #000000;
}
.cid-uMiuDRN0mo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDRN0mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDRN0mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDRN0mo .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMiuDRN0mo .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiuDRN0mo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiuDRN0mo .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiuDRN0mo .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uMiuDRN0mo .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-uMiuDRN0mo .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uMiuDRN0mo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uMiuDRN0mo .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-uMiuDRN0mo .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-uMiuDRN0mo .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMiuDRN0mo .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uMiuDRN0mo .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uMiuDRN0mo .mbr-section-title {
  color: #c10b02;
}
.cid-uMiuDRN0mo .mbr-text,
.cid-uMiuDRN0mo .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiuDRN0mo .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMiuDRN0mo .mbr-section-title,
.cid-uMiuDRN0mo .mbr-section-btn {
  text-align: center;
}
.cid-uMiuDTb4kj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiuDTb4kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDTb4kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDTb4kj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiuDTb4kj .container {
    padding: 0 12px;
  }
}
.cid-uMiuDTb4kj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiuDTb4kj .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiuDTb4kj .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiuDTb4kj .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiuDTb4kj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiuDTb4kj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiuDTb4kj .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiuDTb4kj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiuDTb4kj .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiuDTb4kj .mbr-text {
  color: #000000;
}
.cid-uMiuDTb4kj .list {
  color: #222222;
}
.cid-uMiuDUpufK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDUpufK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDUpufK .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-uMiuDUpufK .container {
    padding: 0 20px;
  }
}
.cid-uMiuDUpufK .row {
  margin: 0;
}
.cid-uMiuDUpufK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiuDUpufK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiuDUpufK .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMiuDUpufK .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMiuDUpufK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMiuDUpufK .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMiuDUpufK .mbr-section-title {
  color: #000000;
}
.cid-uMiuDVKSQM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMiuDVKSQM .mbr-text {
  color: #000000;
}
.cid-uMiuDVKSQM .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMiuDVKSQM .mbr-section-title {
  color: #000000;
}
.cid-uMiuDX2zIY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiuDX2zIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDX2zIY .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-uMiuDX2zIY .container {
    padding: 0 30px;
  }
}
.cid-uMiuDX2zIY .row {
  justify-content: center;
}
.cid-uMiuDX2zIY .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMiuDX2zIY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMiuDX2zIY .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #c10b02;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMiuDX2zIY .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMiuDX2zIY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMiuDX2zIY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMiuDX2zIY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMiuDX2zIY .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #c10b02;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMiuDX2zIY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMiuDX2zIY .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMiuDX2zIY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMiuDX2zIY .mbr-section-title {
  color: #000000;
}
.cid-uMiuDX2zIY .panel-title-edit {
  color: #000000;
}
.cid-uMiuDX2zIY .panel-text {
  color: #000000;
}
.cid-uMiuDYyvIq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMiuDYyvIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuDYyvIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiuDYyvIq .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMiuDYyvIq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMiuDYyvIq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiuDYyvIq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiuDYyvIq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiuDYyvIq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiuDYyvIq .content-head {
  max-width: 800px;
}
.cid-uMiuDYyvIq .mbr-section-title {
  color: #000000;
}
.cid-uMiuE05Kdz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMiuE05Kdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiuE05Kdz .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-uMiuE05Kdz .container {
    padding: 0 30px;
  }
}
.cid-uMiuE05Kdz .row {
  justify-content: center;
}
.cid-uMiuE05Kdz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMiuE05Kdz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiuE05Kdz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiuE05Kdz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap:hover,
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap:hover::before,
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMiuE05Kdz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiuE05Kdz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiuE05Kdz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiuE05Kdz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMiuE05Kdz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiuE05Kdz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMiuE05Kdz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMiuE05Kdz .mbr-section-title {
  color: #bee0d6;
}
.cid-uMiuE05Kdz .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiuE05Kdz .list {
  color: #bee0d6;
}
.cid-uMiuE05Kdz .mbr-address {
  color: #000000;
}
.cid-uMiuE05Kdz .mbr-copy {
  color: #000000;
}
.cid-uMiuE05Kdz .mbr-section-title,
.cid-uMiuE05Kdz .logo-wrapper {
  color: #000000;
}
.cid-uMiuE05Kdz .list,
.cid-uMiuE05Kdz .item-wrap,
.cid-uMiuE05Kdz .nav-wrapper {
  color: #000000;
}
.cid-uMiw0pdCOk .navbar-dropdown {
  position: relative !important;
}
.cid-uMiw0pdCOk .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uMiw0pdCOk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uMiw0pdCOk .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uMiw0pdCOk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiw0pdCOk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uMiw0pdCOk .dropdown-item {
  border: none !important;
  background: #f7f5f0 !important;
}
.cid-uMiw0pdCOk .dropdown-item:hover,
.cid-uMiw0pdCOk .dropdown-item:focus {
  background: #f7f5f0 !important;
  color: #a11a20 !important;
}
.cid-uMiw0pdCOk .dropdown-item:hover span {
  color: white;
}
.cid-uMiw0pdCOk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMiw0pdCOk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMiw0pdCOk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMiw0pdCOk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMiw0pdCOk .nav-link {
  position: relative;
}
.cid-uMiw0pdCOk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uMiw0pdCOk .container {
    flex-wrap: nowrap;
  }
}
.cid-uMiw0pdCOk .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uMiw0pdCOk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMiw0pdCOk .dropdown-menu,
.cid-uMiw0pdCOk .navbar.opened {
  background: #f7f5f0 !important;
}
.cid-uMiw0pdCOk .nav-item:focus,
.cid-uMiw0pdCOk .nav-link:focus {
  outline: none;
}
.cid-uMiw0pdCOk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMiw0pdCOk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uMiw0pdCOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMiw0pdCOk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMiw0pdCOk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMiw0pdCOk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMiw0pdCOk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f5f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiw0pdCOk .navbar.opened {
  transition: all 0.3s;
}
.cid-uMiw0pdCOk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uMiw0pdCOk .navbar .navbar-logo img {
  width: auto;
}
.cid-uMiw0pdCOk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMiw0pdCOk .navbar.collapsed {
  justify-content: center;
}
.cid-uMiw0pdCOk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMiw0pdCOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMiw0pdCOk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMiw0pdCOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMiw0pdCOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMiw0pdCOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMiw0pdCOk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMiw0pdCOk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMiw0pdCOk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMiw0pdCOk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMiw0pdCOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMiw0pdCOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMiw0pdCOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMiw0pdCOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMiw0pdCOk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMiw0pdCOk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMiw0pdCOk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uMiw0pdCOk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uMiw0pdCOk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMiw0pdCOk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMiw0pdCOk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uMiw0pdCOk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uMiw0pdCOk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uMiw0pdCOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMiw0pdCOk .navbar-brand .navbar-caption:hover,
.cid-uMiw0pdCOk .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiw0pdCOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMiw0pdCOk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uMiw0pdCOk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uMiw0pdCOk .dropdown-item.active,
.cid-uMiw0pdCOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMiw0pdCOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMiw0pdCOk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMiw0pdCOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMiw0pdCOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f5f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uMiw0pdCOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uMiw0pdCOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uMiw0pdCOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMiw0pdCOk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uMiw0pdCOk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uMiw0pdCOk .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uMiw0pdCOk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uMiw0pdCOk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uMiw0pdCOk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uMiw0pdCOk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f5f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uMiw0pdCOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uMiw0pdCOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uMiw0pdCOk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiw0pdCOk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uMiw0pdCOk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uMiw0pdCOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiw0pdCOk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMiw0pdCOk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMiw0pdCOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMiw0pdCOk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMiw0pdCOk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMiw0pdCOk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMiw0pdCOk .navbar {
    height: 70px;
  }
  .cid-uMiw0pdCOk .navbar.opened {
    height: auto;
  }
  .cid-uMiw0pdCOk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMiw0pdCOk .navbar-nav {
  margin: 0 auto;
}
.cid-uMiw0pdCOk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uMiw0pdCOk .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uMiw0pdCOk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uMiw0pdCOk .nav-item .nav-link:hover,
.cid-uMiw0pdCOk .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uMiw0pdCOk .nav-item .nav-link:hover::after,
.cid-uMiw0pdCOk .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uMiw0pdCOk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uMiw0pdCOk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uMiw0pdCOk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uMiw0pdCOk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uMiw0pdCOk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uMiw0pdCOk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uMiw0pdCOk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uMiw0pdCOk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uMiw0pdCOk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uMiw0pdCOk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uMiw0pdCOk .content-wrap {
  min-height: 110px;
}
.cid-uMiw0rjq56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0rjq56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0rjq56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0rjq56 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiw0rjq56 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiw0rjq56 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiw0rjq56 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiw0rjq56 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiw0rjq56 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uMiw0rjq56 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uMiw0rjq56 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiw0rjq56 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMiw0rjq56 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uMiw0rjq56 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMiw0rjq56 .mbr-section-title {
  color: #c10b02;
}
.cid-uMiw0rjq56 .mbr-text,
.cid-uMiw0rjq56 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiw0rjq56 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uMiw0rjq56 .mbr-section-title,
.cid-uMiw0rjq56 .mbr-section-btn {
  text-align: center;
}
.cid-uMiw0srF3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0srF3j .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uMiw0srF3j .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uMiw0srF3j .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #c10b02;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uMiw0srF3j .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uMiw0srF3j .mbr-text {
  color: #000000;
}
.cid-uMiw0ttTJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0ttTJX .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #c10b02;
  border-bottom: 1px solid #c10b02;
  z-index: 1;
}
.cid-uMiw0ttTJX .content_wrapper:hover .mbr-section-title a {
  color: #4b4949 !important;
}
.cid-uMiw0ttTJX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMiw0ttTJX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMiw0ttTJX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMiw0ttTJX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMiw0ttTJX .mbr-section-btn .btn-secondary-outline .active,
.cid-uMiw0ttTJX .mbr-section-btn .btn-secondary-outline:focus {
  color: #a11a20 !important;
}
.cid-uMiw0ttTJX .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMiw0ttTJX .image_post {
  display: inline-block;
}
.cid-uMiw0ttTJX .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMiw0ttTJX .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMiw0ttTJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0ttTJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0uHbhM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMiw0uHbhM .card-wrapper {
  background-color: #c10b02;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uMiw0uHbhM .card-wrapper {
    padding: 1rem;
  }
}
.cid-uMiw0uHbhM .text-wrapper {
  max-width: 28rem;
}
.cid-uMiw0uHbhM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMiw0uHbhM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMiw0uHbhM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMiw0uHbhM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMiw0uHbhM .content-wrapper {
    padding: 3rem;
  }
  .cid-uMiw0uHbhM .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uMiw0uHbhM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMiw0uHbhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0uHbhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0uHbhM .mbr-text,
.cid-uMiw0uHbhM .mbr-section-btn {
  color: #000000;
}
.cid-uMiw0uHbhM .card-title {
  color: #000000;
}
.cid-uMiw0vLDZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0vLDZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0vLDZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0vLDZz .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMiw0vLDZz .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMiw0vLDZz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uMiw0vLDZz .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uMiw0vLDZz .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uMiw0vLDZz .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uMiw0vLDZz .image-wrapper {
    transform: none;
  }
}
.cid-uMiw0vLDZz .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uMiw0vLDZz .mbr-label {
  color: #c10b02;
}
.cid-uMiw0vLDZz .mbr-section-title {
  color: #c10b02;
}
.cid-uMiw0vLDZz .item-number {
  color: #c10b02;
}
.cid-uMiw0vLDZz .item-title {
  color: #c10b02;
}
.cid-uMiw0vLDZz .item-text {
  color: #4b4949;
}
.cid-uMiw0vLDZz .mbr-section-title,
.cid-uMiw0vLDZz .title-wrap {
  text-align: center;
}
.cid-uMiw0ysZLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0ysZLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0ysZLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0ysZLO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiw0ysZLO .container {
    padding: 0 12px;
  }
}
.cid-uMiw0ysZLO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiw0ysZLO .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiw0ysZLO .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiw0ysZLO .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiw0ysZLO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiw0ysZLO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiw0ysZLO .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiw0ysZLO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiw0ysZLO .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiw0ysZLO .mbr-text {
  color: #000000;
}
.cid-uMiw0ysZLO .list {
  color: #222222;
}
.cid-uMiw0zNqZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0zNqZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0zNqZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0zNqZY .row {
  justify-content: space-between;
}
.cid-uMiw0zNqZY .card {
  justify-content: flex-end;
}
.cid-uMiw0zNqZY .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMiw0zNqZY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiw0zNqZY .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMiw0zNqZY .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .panel-group {
    display: block;
  }
}
.cid-uMiw0zNqZY .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .panel-group .card {
    padding: 22px 0;
  }
}
.cid-uMiw0zNqZY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMiw0zNqZY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMiw0zNqZY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMiw0zNqZY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uMiw0zNqZY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #c10b02;
}
.cid-uMiw0zNqZY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uMiw0zNqZY .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-uMiw0zNqZY .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiw0zNqZY .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uMiw0zNqZY .mbr-label {
  color: #c10b02;
}
.cid-uMiw0zNqZY .mbr-section-title {
  color: #c10b02;
}
.cid-uMiw0zNqZY .mbr-desc {
  color: #4b4949;
}
.cid-uMiw0zNqZY .panel-title-edit {
  color: #000000;
}
.cid-uMiw0zNqZY .panel-text {
  color: #4b4949;
}
.cid-uMiw0Bg3b9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0Bg3b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0Bg3b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0Bg3b9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiw0Bg3b9 .container {
    padding: 0 12px;
  }
}
.cid-uMiw0Bg3b9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiw0Bg3b9 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiw0Bg3b9 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiw0Bg3b9 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiw0Bg3b9 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiw0Bg3b9 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiw0Bg3b9 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiw0Bg3b9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiw0Bg3b9 .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiw0Bg3b9 .mbr-text {
  color: #000000;
}
.cid-uMiw0Bg3b9 .list {
  color: #222222;
}
.cid-uMiw0CuHVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0CuHVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0CuHVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0CuHVP .row {
  position: relative;
  z-index: 2;
}
.cid-uMiw0CuHVP .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uMiw0CuHVP .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uMiw0CuHVP .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMiw0CuHVP .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uMiw0CuHVP .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMiw0CuHVP .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMiw0CuHVP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMiw0CuHVP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiw0CuHVP .mbr-section-title {
  color: #000000;
}
.cid-uMiw0CuHVP .mbr-text {
  color: #51565c;
}
.cid-uMiw0CuHVP .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uMiw0CuHVP .mbr-text,
.cid-uMiw0CuHVP .text-wrapper {
  color: #000000;
}
.cid-uMiw0Dzl66 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0Dzl66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0Dzl66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0Dzl66 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMiw0Dzl66 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiw0Dzl66 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uMiw0Dzl66 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMiw0Dzl66 .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .items-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uMiw0Dzl66 .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.cid-uMiw0Dzl66 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.cid-uMiw0Dzl66 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uMiw0Dzl66 .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.cid-uMiw0Dzl66 .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.cid-uMiw0Dzl66 .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMiw0Dzl66 .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uMiw0Dzl66 .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-uMiw0Dzl66 .mbr-section-title {
  color: #c10b02;
}
.cid-uMiw0Dzl66 .mbr-text,
.cid-uMiw0Dzl66 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uMiw0Dzl66 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uMiw0Dzl66 .mbr-section-title,
.cid-uMiw0Dzl66 .mbr-section-btn {
  text-align: center;
}
.cid-uMiw0EQdLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uMiw0EQdLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0EQdLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0EQdLg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMiw0EQdLg .container {
    padding: 0 12px;
  }
}
.cid-uMiw0EQdLg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMiw0EQdLg .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #c10b02;
  box-shadow: 4px 4px #c10b02;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uMiw0EQdLg .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uMiw0EQdLg .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uMiw0EQdLg .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uMiw0EQdLg .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uMiw0EQdLg .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uMiw0EQdLg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMiw0EQdLg .mbr-section-subtitle {
  color: #222222;
}
.cid-uMiw0EQdLg .mbr-text {
  color: #000000;
}
.cid-uMiw0EQdLg .list {
  color: #222222;
}
.cid-uMiw0GblSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0GblSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0GblSQ .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-uMiw0GblSQ .container {
    padding: 0 20px;
  }
}
.cid-uMiw0GblSQ .row {
  margin: 0;
}
.cid-uMiw0GblSQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiw0GblSQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMiw0GblSQ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMiw0GblSQ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMiw0GblSQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMiw0GblSQ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMiw0GblSQ .mbr-section-title {
  color: #000000;
}
.cid-uMiw0Irj7y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMiw0Irj7y .mbr-text {
  color: #000000;
}
.cid-uMiw0Irj7y .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uMiw0Irj7y .mbr-section-title {
  color: #000000;
}
.cid-uMiw0KoXlY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMiw0KoXlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0KoXlY .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-uMiw0KoXlY .container {
    padding: 0 30px;
  }
}
.cid-uMiw0KoXlY .row {
  justify-content: center;
}
.cid-uMiw0KoXlY .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMiw0KoXlY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMiw0KoXlY .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #c10b02;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uMiw0KoXlY .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uMiw0KoXlY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMiw0KoXlY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMiw0KoXlY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMiw0KoXlY .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #c10b02;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uMiw0KoXlY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMiw0KoXlY .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uMiw0KoXlY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMiw0KoXlY .mbr-section-title {
  color: #000000;
}
.cid-uMiw0KoXlY .panel-title-edit {
  color: #000000;
}
.cid-uMiw0KoXlY .panel-text {
  color: #000000;
}
.cid-uMiw0MXgqe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uMiw0MXgqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0MXgqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiw0MXgqe .card-wrapper {
  border: 1px solid #a11a20;
}
.cid-uMiw0MXgqe .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMiw0MXgqe .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uMiw0MXgqe .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMiw0MXgqe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMiw0MXgqe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMiw0MXgqe .content-head {
  max-width: 800px;
}
.cid-uMiw0MXgqe .mbr-section-title {
  color: #000000;
}
.cid-uMiw0Ptqmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMiw0Ptqmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiw0Ptqmq .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-uMiw0Ptqmq .container {
    padding: 0 30px;
  }
}
.cid-uMiw0Ptqmq .row {
  justify-content: center;
}
.cid-uMiw0Ptqmq .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMiw0Ptqmq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMiw0Ptqmq .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiw0Ptqmq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap:hover,
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap:hover::before,
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uMiw0Ptqmq .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiw0Ptqmq .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uMiw0Ptqmq .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMiw0Ptqmq .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uMiw0Ptqmq .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMiw0Ptqmq .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #000000;
}
.cid-uMiw0Ptqmq .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMiw0Ptqmq .mbr-section-title {
  color: #bee0d6;
}
.cid-uMiw0Ptqmq .mbr-section-subtitle {
  color: #000000;
}
.cid-uMiw0Ptqmq .list {
  color: #bee0d6;
}
.cid-uMiw0Ptqmq .mbr-address {
  color: #000000;
}
.cid-uMiw0Ptqmq .mbr-copy {
  color: #000000;
}
.cid-uMiw0Ptqmq .mbr-section-title,
.cid-uMiw0Ptqmq .logo-wrapper {
  color: #000000;
}
.cid-uMiw0Ptqmq .list,
.cid-uMiw0Ptqmq .item-wrap,
.cid-uMiw0Ptqmq .nav-wrapper {
  color: #000000;
}
