.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.2rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e81616 !important;
}
.bg-success {
  background-color: #ff2817 !important;
}
.bg-info {
  background-color: #d21a1f !important;
}
.bg-warning {
  background-color: #ddbb71 !important;
}
.bg-danger {
  background-color: #bc8b8b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e81616 !important;
  border-color: #e81616 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ed4444 !important;
  border-color: #ed4444 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed4444 !important;
  border-color: #ed4444 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-info,
.btn-info:active {
  background-color: #d21a1f !important;
  border-color: #d21a1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e6393d !important;
  border-color: #e6393d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e6393d !important;
  border-color: #e6393d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff2817 !important;
  border-color: #ff2817 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff574a !important;
  border-color: #ff574a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff574a !important;
  border-color: #ff574a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ddbb71 !important;
  border-color: #ddbb71 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e7cf9a !important;
  border-color: #e7cf9a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e7cf9a !important;
  border-color: #e7cf9a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc8b8b !important;
  border-color: #bc8b8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #cfabab !important;
  border-color: #cfabab !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cfabab !important;
  border-color: #cfabab !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !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: #e81616;
  color: #e81616;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #990e0e !important;
  background-color: transparent !important;
  border-color: #990e0e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e81616 !important;
  border-color: #e81616 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent !important;
  border-color: #0a0a0a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d21a1f;
  color: #d21a1f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #851014 !important;
  background-color: transparent !important;
  border-color: #851014 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d21a1f !important;
  border-color: #d21a1f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff2817;
  color: #ff2817;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bf0e00 !important;
  background-color: transparent !important;
  border-color: #bf0e00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2817 !important;
  border-color: #ff2817 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ddbb71;
  color: #ddbb71;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c89830 !important;
  background-color: transparent !important;
  border-color: #c89830 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ddbb71 !important;
  border-color: #ddbb71 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc8b8b;
  color: #bc8b8b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #985858 !important;
  background-color: transparent !important;
  border-color: #985858 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc8b8b !important;
  border-color: #bc8b8b !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: #e81616 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #ff2817 !important;
}
.text-info {
  color: #d21a1f !important;
}
.text-warning {
  color: #ddbb71 !important;
}
.text-danger {
  color: #bc8b8b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b0d0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b00d00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #770f12 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bb8e2d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8f5252 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e81616;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d21a1f;
}
.alert-warning {
  background-color: #ddbb71;
}
.alert-danger {
  background-color: #bc8b8b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e81616;
  border-color: #e81616;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e81616;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fad0d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe5e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f7c1c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebdcdc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #e81616 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #e81616;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e81616;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e81616;
}
.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: #e81616;
  border-bottom-color: #e81616;
}
.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: #e81616 !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: #353535 !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='%23e81616' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u1INtQrmZ2 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1INtQrmZ2 .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-u1INtQrmZ2 .container {
    padding: 0 20px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #e81616;
  border-left: 10px solid #e81616;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-u1INtQrmZ2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1INtQrmZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-u1INtQrmZ2 .mbr-desc {
  color: #e81616;
  text-align: left;
}
.cid-u1INtQrmZ2 .mbr-text,
.cid-u1INtQrmZ2 .text-wrapper {
  color: #353535;
  text-align: center;
}
.cid-u1INtQrmZ2 .card-title {
  color: #353535;
  text-align: center;
}
.cid-u1INtQrmZ2 .mbr-section-title,
.cid-u1INtQrmZ2 .mbr-section-btn,
.cid-u1INtQrmZ2 .items-wrapper {
  text-align: left;
  color: #616161;
}
.cid-uCqr6jwVmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCqr6jwVmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqr6jwVmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqr6jwVmV .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCqr6jwVmV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCqr6jwVmV .container {
    padding: 0 24px;
  }
}
.cid-uCqr6jwVmV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCqr6jwVmV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCqr6jwVmV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCqEv6fZuj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCqEv6fZuj .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uCqEv6fZuj .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCqEv6fZuj .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uCqEv6fZuj .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uCqEv6fZuj .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uCqEv6fZuj .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uCqEv6fZuj .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uCqEv6fZuj .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uCqEv6fZuj .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uCqEv6fZuj .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCqEv6fZuj .col-text {
    text-align: center;
  }
}
.cid-uCqEv6fZuj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uCqEv6fZuj .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e81616;
}
@media (max-width: 767px) {
  .cid-uCqEv6fZuj .label-text {
    text-align: center !important;
  }
}
.cid-uCqEv6fZuj .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uCqEv6fZuj .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uCqEv6fZuj .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uCqEv6fZuj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uCqEv6fZuj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uCqrVUnIel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uCqrVUnIel .mbr-section-title {
  color: #06182d;
}
.cid-uCqrVUnIel .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e81616;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uCqrVUnIel .mbr-section-subtitle {
  color: #06182d;
}
.cid-uCqrVUnIel .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uCqrVUnIel .card:nth-child(even) {
  margin-top: 70px;
}
.cid-uCqrVUnIel .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-uCqrVUnIel .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-uCqrVUnIel .card .card-wrapper {
  height: 100%;
}
.cid-uCqrVUnIel .card .card-wrapper .card-img {
  position: relative;
}
.cid-uCqrVUnIel .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uCqrVUnIel .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uCqrVUnIel .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uCqrVUnIel .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uCqrVUnIel .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uCqrVUnIel .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uCqrVUnIel .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uCqrVUnIel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqrVUnIel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqrVUnIel .card .card-wrapper .card-box .card-title {
  color: #616161;
}
.cid-uCqzDEvoHx {
  padding-top: 9rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230929-125247-2000x934.jpg");
}
.cid-uCqzDEvoHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqzDEvoHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqzDEvoHx .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uCqzDEvoHx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCqzDEvoHx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uCqzDEvoHx .container {
    padding: 0 20px;
  }
}
.cid-uCqzDEvoHx .row {
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uCqzDEvoHx .row {
    min-height: 450px;
  }
}
.cid-uD5DhZN97S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5DhZN97S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5DhZN97S .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-uD5DhZN97S .container {
    padding: 0 30px;
  }
}
.cid-uD5DhZN97S .items-wrapper .item:first-child {
  position: relative;
}
.cid-uD5DhZN97S .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f3f6f9;
  opacity: .9;
}
.cid-uD5DhZN97S .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uD5DhZN97S .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #ac1c20;
}
.cid-uD5DhZN97S .items-wrapper .item:last-child {
  position: relative;
}
.cid-uD5DhZN97S .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .9;
}
.cid-uD5DhZN97S .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uD5DhZN97S .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uD5DhZN97S .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uD5DhZN97S .item-title {
  color: #144031;
}
.cid-uD5DhZN97S .item-text {
  color: #144031;
}
.cid-uD5Hzj8BuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5Hzj8BuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5Hzj8BuK .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-uD5Hzj8BuK .container {
    padding: 0 22px;
  }
}
.cid-uD5Hzj8BuK .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-uD5Hzj8BuK .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding: 32px;
}
@media (max-width: 768px) {
  .cid-uD5Hzj8BuK .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img:hover::before,
.cid-uD5Hzj8BuK .item .item-wrapper .item-img:focus::before {
  opacity: 0;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img:hover .item-content,
.cid-uD5Hzj8BuK .item .item-wrapper .item-img:focus .item-content {
  transform: translateY(-2rem);
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uD5Hzj8BuK .item .item-wrapper .item-img .item-content .card-text {
  margin-bottom: 0;
}
.cid-uD5Hzj8BuK .card-title {
  color: #ffffff;
}
.cid-uD5Hzj8BuK .card-text {
  color: #ffffff;
}
.cid-uD5Jv7vTcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD5Jv7vTcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD5Jv7vTcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD5Jv7vTcT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uD5Jv7vTcT .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uD5Jv7vTcT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uD5Jv7vTcT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uD5Jv7vTcT .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #616161, #292739);
}
@media (max-width: 992px) {
  .cid-uD5Jv7vTcT .border-wrap {
    margin-top: 32px;
  }
}
.cid-uD5Jv7vTcT .mbr-section-title {
  color: #ffffff;
}
.cid-uD5Jv7vTcT .mbr-text,
.cid-uD5Jv7vTcT .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uD5Jv7vTcT .mbr-section-title,
.cid-uD5Jv7vTcT .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uCqBUWSoOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCqBUWSoOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqBUWSoOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCqBUWSoOI .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uCqBUWSoOI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCqBUWSoOI .container {
    padding: 0 24px;
  }
}
.cid-uCqBUWSoOI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCqBUWSoOI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCqBUWSoOI .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDeZDBXDKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uDeZDBXDKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDeZDBXDKN .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-uDeZDBXDKN .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uDeZDBXDKN .container {
    padding: 0 4px;
  }
}
.cid-uDeZDBXDKN .row {
  margin: 0;
}
.cid-uDeZDBXDKN .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDeZDBXDKN .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDeZDBXDKN .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-uDeZDBXDKN .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-uDeZDBXDKN .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uDeZDBXDKN .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uDeZDBXDKN .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uDeZDBXDKN .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uDeZDBXDKN .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uDeZDBXDKN .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDeZDBXDKN .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uDeZDBXDKN .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uDeZDBXDKN .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uDeZDBXDKN .mbr-section-title {
  color: #d21a1f;
  text-align: left;
}
.cid-uDeZDBXDKN .panel-title-edit,
.cid-uDeZDBXDKN .mbr-iconfont {
  color: #d21a1f;
}
.cid-uDeZDBXDKN .mbr-text {
  color: #616161;
}
.cid-uDg2mrBCBv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg2mrBCBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg2mrBCBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg2mrBCBv .col-12 {
  position: relative;
}
.cid-uDg2mrBCBv img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg2mrBCBv .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg2mrBCBv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg2mrBCBv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg2mrBCBv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg2mrBCBv .mbr-section-title {
  color: #000000;
}
.cid-uDg24VoL6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg24VoL6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg24VoL6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg24VoL6p .col-12 {
  position: relative;
}
.cid-uDg24VoL6p img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg24VoL6p .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg24VoL6p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg24VoL6p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg24VoL6p .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg24VoL6p .mbr-section-title {
  color: #000000;
}
.cid-uDg2FSK3WI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg2FSK3WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg2FSK3WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg2FSK3WI .col-12 {
  position: relative;
}
.cid-uDg2FSK3WI img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg2FSK3WI .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg2FSK3WI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg2FSK3WI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg2FSK3WI .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg2FSK3WI .mbr-section-title {
  color: #000000;
}
.cid-uDf5L7hKid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf5L7hKid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf5L7hKid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf5L7hKid .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDf5L7hKid .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDf5L7hKid .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDf5L7hKid .google-map iframe {
    height: 350px;
  }
}
.cid-uDf5L7hKid .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDf5L7hKid .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDf5L7hKid .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDf5L7hKid .mbr-section-title {
  color: #ac1c20;
}
.cid-uDf5L7hKid label {
  color: #000000;
}
.cid-uJ1upTeh9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ1upTeh9I .fb-page,
.cid-uJ1upTeh9I span,
.cid-uJ1upTeh9I iframe {
  width: 500px;
  height: 620px;
}
.cid-uJ1upTeh9I blockquote {
  display: none;
}
.cid-uJ1upTeh9I .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uDg3qPDjFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg3qPDjFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg3qPDjFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg3qPDjFX .col-12 {
  position: relative;
}
.cid-uDg3qPDjFX img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg3qPDjFX .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg3qPDjFX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg3qPDjFX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg3qPDjFX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg3qPDjFX .mbr-section-title {
  color: #000000;
}
.cid-uDg22WawTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg22WawTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg22WawTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg22WawTn .col-12 {
  position: relative;
}
.cid-uDg22WawTn img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg22WawTn .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg22WawTn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg22WawTn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg22WawTn .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg22WawTn .mbr-section-title {
  color: #000000;
}
.cid-uDg1ZSmLjm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg1ZSmLjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg1ZSmLjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg1ZSmLjm .col-12 {
  position: relative;
}
.cid-uDg1ZSmLjm img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg1ZSmLjm .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg1ZSmLjm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg1ZSmLjm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg1ZSmLjm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg1ZSmLjm .mbr-section-title {
  color: #000000;
}
.cid-uDg1Z7mKCa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg1Z7mKCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg1Z7mKCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg1Z7mKCa .col-12 {
  position: relative;
}
.cid-uDg1Z7mKCa img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg1Z7mKCa .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg1Z7mKCa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg1Z7mKCa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg1Z7mKCa .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg1Z7mKCa .mbr-section-title {
  color: #000000;
}
.cid-uDg2pdkZWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDg2pdkZWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg2pdkZWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg2pdkZWG .col-12 {
  position: relative;
}
.cid-uDg2pdkZWG img {
  max-width: 800px;
  margin: auto;
}
.cid-uDg2pdkZWG .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDg2pdkZWG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDg2pdkZWG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDg2pdkZWG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDg2pdkZWG .mbr-section-title {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uD9vuALfv3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD9vuALfv3 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uD9vuALfv3 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uD9vuALfv3 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uD9vuALfv3 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uD9vuALfv3 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uD9vuALfv3 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uD9vuALfv3 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uD9vuALfv3 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uD9vuALfv3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uD9vuALfv3 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uD9vuALfv3 .col-text {
    text-align: center;
  }
}
.cid-uD9vuALfv3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uD9vuALfv3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e81616;
}
@media (max-width: 767px) {
  .cid-uD9vuALfv3 .label-text {
    text-align: center !important;
  }
}
.cid-uD9vuALfv3 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uD9vuALfv3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uD9vuALfv3 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uD9vuALfv3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uD9vuALfv3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uD9vuApFsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uD9vuApFsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9vuApFsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9vuApFsK .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uD9vuApFsK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uD9vuApFsK .container {
    padding: 0 24px;
  }
}
.cid-uD9vuApFsK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uD9vuApFsK .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uD9vuApFsK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDfBz1iauS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/p-1-2.jpg-1217x921.jpg");
}
.cid-uDfBz1iauS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfBz1iauS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfBz1iauS .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-uDfBz1iauS .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-uDfBz1iauS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDfBz1iauS .mbr-section-title {
  color: #ffffff;
}
.cid-uDfBz1iauS .mbr-section-title DIV {
  text-align: left;
}
.cid-uD9vuD1WLt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uD9vuD1WLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9vuD1WLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9vuD1WLt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uD9vuD1WLt .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uD9vuD1WLt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uD9vuD1WLt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uD9vuD1WLt .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #e81616, #292739);
}
@media (max-width: 992px) {
  .cid-uD9vuD1WLt .border-wrap {
    margin-top: 32px;
  }
}
.cid-uD9vuD1WLt .mbr-section-title {
  color: #ffffff;
}
.cid-uD9vuD1WLt .mbr-text,
.cid-uD9vuD1WLt .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uD9vuD1WLt .mbr-section-title,
.cid-uD9vuD1WLt .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uDfuV1IT4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uDfuV1IT4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfuV1IT4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfuV1IT4r .card {
  min-height: 500px;
}
.cid-uDfuV1IT4r .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uDfuV1IT4r .img1 {
  background-image: url("../../../assets/images/valla-publicitaria-clasica-rubber-seal.jpg-591x738.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uDfuV1IT4r .img2 {
  background-image: url("../../../assets/images/valla-publicitaria-carmen-rubber-seal..jpg-591x738.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uDfuV1IT4r .img3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uDfuV1IT4r .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #d21a1f;
  border-radius: 8px;
}
.cid-uDfuV1IT4r .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDfuV1IT4r .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-uDfuV1IT4r .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uDfuV1IT4r .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uDfuV1IT4r .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDfuV1IT4r .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uDfuV1IT4r .card-wrap:hover .image-wrap,
.cid-uDfuV1IT4r .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-uDfuV1IT4r .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uDfuV1IT4r .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-uDfuV1IT4r .social-row {
    text-align: center;
  }
}
.cid-uDfuV1IT4r .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-uDfuV1IT4r .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1d5356;
  font-size: 1.3rem;
}
.cid-uDfuV1IT4r .mbr-role,
.cid-uDfuV1IT4r .social-row {
  color: #1d5356;
}
.cid-uDfuV1IT4r .card-title,
.cid-uDfuV1IT4r .social-row {
  color: #491414;
}
.cid-uDfuV1IT4r .card-text,
.cid-uDfuV1IT4r .mbr-section-btn,
.cid-uDfuV1IT4r .social-row {
  color: #491414;
}
.cid-uDfuV1IT4r .mbr-section-title {
  color: #d21a1f;
}
.cid-uDfCRGqYhx {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDfCRGqYhx .wrapper {
    padding: 0 28px;
  }
}
.cid-uDfCRGqYhx .mbr-section-head {
  margin-bottom: 210px;
}
@media (min-width: 992px) {
  .cid-uDfCRGqYhx .mbr-section-head {
    margin-bottom: 268px;
  }
}
@media (min-width: 1400px) {
  .cid-uDfCRGqYhx .image-wrapper {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .cid-uDfCRGqYhx .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uDfCRGqYhx .image-wrapper img {
  max-height: 385px;
  width: 100%;
  object-fit: cover;
}
.cid-uDfCRGqYhx .timeline-element {
  position: relative;
}
.cid-uDfCRGqYhx .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #727272;
  width: 3px;
}
@media (max-width: 767px) {
  .cid-uDfCRGqYhx .timeline-element:after {
    height: calc(100% + 40px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uDfCRGqYhx .timeline-element:after {
    height: calc(100% + 35px);
    top: 28px;
    left: 50%;
  }
}
.cid-uDfCRGqYhx .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDfCRGqYhx .reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-uDfCRGqYhx .right {
    margin-right: 4rem;
  }
  .cid-uDfCRGqYhx .left {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uDfCRGqYhx .image-wrapper,
  .cid-uDfCRGqYhx .timeline-text-wrapper {
    margin-left: 4rem;
  }
}
.cid-uDfCRGqYhx .iconBackground {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #727272;
  background-color: #727272;
  margin-left: -5px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uDfCRGqYhx .iconBackground {
    left: 15px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .cid-uDfCRGqYhx .iconBackground {
    top: 15px;
    left: 50%;
  }
}
.cid-uDfCRGqYhx .timeline-text-wrapper {
  padding-top: 20px;
}
.cid-uDfCRGqYhx .mbr-timeline-title {
  color: #d21a1f;
}
.cid-uDfCRGqYhx .mbr-text {
  color: #616161;
}
.cid-uDfZWas7nD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDfZWas7nD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfZWas7nD .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-uDfZWas7nD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDfZWas7nD .container {
    padding: 0 12px;
  }
}
.cid-uDfZWas7nD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDfZWas7nD .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDfZWas7nD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDfZWas7nD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDfZWas7nD .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDfZWas7nD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDfZWas7nD .mbr-section-title,
.cid-uDfZWas7nD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDfGMrcX5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/decorativa-okk.png-1500x2241.png");
}
.cid-uDfGMrcX5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfGMrcX5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfGMrcX5e .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDfGMrcX5e .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDfGMrcX5e .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDfGMrcX5e .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDfGMrcX5e .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDfGMrcX5e .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDfGMrcX5e .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDfGMrcX5e .item {
    margin-bottom: 28px;
  }
}
.cid-uDfGMrcX5e .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #353535;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDfGMrcX5e .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uDfGMrcX5e .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDfGMrcX5e .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uDfGMrcX5e .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e81616;
  background: linear-gradient(90deg, #e81616, #ed4444 65%, #f27272);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uDfGMrcX5e .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uDfGMrcX5e .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uDfGMrcX5e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDfGMrcX5e .mbr-text,
.cid-uDfGMrcX5e .text-wrapper {
  color: #e81616;
  text-align: center;
}
.cid-uDfGMrcX5e .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDfGMrcX5e .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDfNhdlIBz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDfNhdlIBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfNhdlIBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfNhdlIBz .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item {
    margin-bottom: 16px;
  }
}
.cid-uDfNhdlIBz .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uDfNhdlIBz .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uDfNhdlIBz .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item .item-wrapper {
    display: block;
  }
}
.cid-uDfNhdlIBz .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #ffffff;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uDfNhdlIBz .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uDfNhdlIBz .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uDfNhdlIBz .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uDfNhdlIBz .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uDfNhdlIBz .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uDfNhdlIBz .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDfNhdlIBz .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uDfNhdlIBz .item-title {
  color: #ac1c20;
}
.cid-uDfNhdlIBz .item-desc {
  color: #616161;
}
.cid-uDQ91u9SMU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDQ91u9SMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQ91u9SMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQ91u9SMU .col-12 {
  position: relative;
}
.cid-uDQ91u9SMU img {
  max-width: 800px;
  margin: auto;
}
.cid-uDQ91u9SMU .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDQ91u9SMU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDQ91u9SMU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDQ91u9SMU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDQ91u9SMU .mbr-section-title {
  color: #000000;
}
.cid-uDQ8UTtV03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDQ8UTtV03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQ8UTtV03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQ8UTtV03 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDQ8UTtV03 .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDQ8UTtV03 .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDQ8UTtV03 .google-map iframe {
    height: 350px;
  }
}
.cid-uDQ8UTtV03 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDQ8UTtV03 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDQ8UTtV03 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDQ8UTtV03 .mbr-section-title {
  color: #ac1c20;
}
.cid-uDQ8UTtV03 label {
  color: #000000;
}
.cid-uDge98WkXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDge98WkXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDge98WkXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDge98WkXh .col-12 {
  position: relative;
}
.cid-uDge98WkXh img {
  max-width: 800px;
  margin: auto;
}
.cid-uDge98WkXh .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDge98WkXh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDge98WkXh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDge98WkXh .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDge98WkXh .mbr-section-title {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDhv0Oik0d {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uDhv0Oik0d .container-fluid {
  padding-right: 0;
}
.cid-uDhv0Oik0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhv0Oik0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhv0Oik0d .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uDhv0Oik0d .title-wrapper {
    padding: 0 12px;
  }
}
.cid-uDhv0Oik0d .title {
  display: flex;
  align-items: center;
}
.cid-uDhv0Oik0d .title-wrapper {
  width: 100%;
}
.cid-uDhv0Oik0d .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDhv0Oik0d .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uDhv0Oik0d .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDhv0Oik0d .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uDhv0Oik0d .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDhv0Oik0d .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uDhv0Oik0d .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uDhv0Oik0d .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDhv0Oik0d .mbr-section-subtitle {
  color: #d21a1f;
}
.cid-uDhv0Oik0d .mbr-section-title {
  color: #181818;
}
.cid-uDhv0Oik0d .mbr-text {
  color: #454545;
}
.cid-uDf8BeioMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf8BeioMM .row {
  flex-direction: row-reverse;
}
.cid-uDf8BeioMM .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDf8BeioMM .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf8BeioMM .image-wrapper {
    padding: 30px;
    padding-right: 3rem;
  }
}
.cid-uDf8BeioMM .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uDf8BeioMM .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uDf8BeioMM .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uDf8BeioMM .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uDf8BeioMM .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uDf8BeioMM .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf8BeioMM .col-text {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDf8BeioMM .col-text {
    text-align: center;
  }
}
.cid-uDf8BeioMM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDf8BeioMM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e81616;
}
@media (max-width: 767px) {
  .cid-uDf8BeioMM .label-text {
    text-align: center !important;
  }
}
.cid-uDf8BeioMM .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uDf8BeioMM .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uDf8BeioMM .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uDf8BeioMM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDf8BeioMM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDf8BfCkCu {
  padding-top: 9rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20230929-125247-2000x934.jpg");
}
.cid-uDf8BfCkCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf8BfCkCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf8BfCkCu .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uDf8BfCkCu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uDf8BfCkCu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDf8BfCkCu .container {
    padding: 0 20px;
  }
}
.cid-uDf8BfCkCu .row {
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uDf8BfCkCu .row {
    min-height: 450px;
  }
}
.cid-uDf8BgXidJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf8BgXidJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf8BgXidJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf8BgXidJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf8BgXidJ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf8BgXidJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf8BgXidJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf8BgXidJ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDf8BgXidJ .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf8BgXidJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDf8BgXidJ .mbr-text,
.cid-uDf8BgXidJ .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uDf8BgXidJ .mbr-section-title,
.cid-uDf8BgXidJ .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uDkRme9M9M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDkRme9M9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkRme9M9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkRme9M9M .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uDkRme9M9M .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDkRme9M9M .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDkRme9M9M .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDkRme9M9M .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDkRme9M9M .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .item {
    margin-bottom: 28px;
  }
}
.cid-uDkRme9M9M .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uDkRme9M9M .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uDkRme9M9M .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uDkRme9M9M .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uDkRme9M9M .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uDkRme9M9M .mbr-section-title {
  color: #ac1c20;
  text-align: right;
}
.cid-uDkRme9M9M .mbr-text,
.cid-uDkRme9M9M .text-wrapper {
  color: #616161;
  text-align: right;
}
.cid-uDkRme9M9M .mbr-desc,
.cid-uDkRme9M9M .desc-wrapper {
  color: #d21a1f;
  text-align: left;
}
.cid-uDkRme9M9M .item-title {
  color: #ffffff;
}
.cid-uDkRme9M9M .item-text {
  color: #ffffff;
}
.cid-uDkXBBXlxt {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDkXBBXlxt .item-wrapper {
  width: 100%;
}
.cid-uDkXBBXlxt .row {
  align-items: center;
  justify-content: center;
}
.cid-uDkXBBXlxt .b {
  margin-bottom: 30px;
}
.cid-uDkXBBXlxt img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uDkXBBXlxt .b,
  .cid-uDkXBBXlxt .t {
    margin-bottom: 20px;
  }
}
.cid-uDkVL6H1M9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDkVL6H1M9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkVL6H1M9 .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-uDkVL6H1M9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDkVL6H1M9 .container {
    padding: 0 12px;
  }
}
.cid-uDkVL6H1M9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDkVL6H1M9 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDkVL6H1M9 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDkVL6H1M9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDkVL6H1M9 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDkVL6H1M9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDkVL6H1M9 .mbr-section-title,
.cid-uDkVL6H1M9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDf8Bhq0hV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDf8Bhq0hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf8Bhq0hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf8Bhq0hV .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uDf8Bhq0hV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDf8Bhq0hV .container {
    padding: 0 24px;
  }
}
.cid-uDf8Bhq0hV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDf8Bhq0hV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDf8Bhq0hV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDgdwTdgjw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDgdwTdgjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgdwTdgjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgdwTdgjw .col-12 {
  position: relative;
}
.cid-uDgdwTdgjw img {
  max-width: 800px;
  margin: auto;
}
.cid-uDgdwTdgjw .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDgdwTdgjw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDgdwTdgjw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDgdwTdgjw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgdwTdgjw .mbr-section-title {
  color: #000000;
}
.cid-uDQ9QNu7TE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDQ9QNu7TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQ9QNu7TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQ9QNu7TE .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDQ9QNu7TE .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDQ9QNu7TE .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDQ9QNu7TE .google-map iframe {
    height: 350px;
  }
}
.cid-uDQ9QNu7TE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDQ9QNu7TE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDQ9QNu7TE .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDQ9QNu7TE .mbr-section-title {
  color: #ac1c20;
}
.cid-uDQ9QNu7TE label {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDflCt5g96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1502.jpg");
}
.cid-uDflCt5g96 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uDflCt5g96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDflCt5g96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDflCt5g96 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uDflCt5g96 .image-wrap {
    height: 300px;
  }
}
.cid-uDflEQZLyS {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDflEQZLyS .mbr-text {
  color: #221b35;
}
.cid-uDflEQZLyS .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uDflEQZLyS h5,
.cid-uDflEQZLyS h6 {
  background: #e81616;
  display: inline;
}
.cid-uDflEQZLyS h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uDflEQZLyS h6 {
  line-height: 1.3 !important;
}
.cid-uDflEQZLyS h6 span {
  padding-right: 2rem;
}
.cid-uDflEQZLyS .mbr-section-title,
.cid-uDflEQZLyS .align {
  color: #ffffff;
}
.cid-uDflEQZLyS .mbr-section-subtitle,
.cid-uDflEQZLyS .align {
  color: #ffffff;
  text-align: left;
}
.cid-uDgbDivsAv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDgbDivsAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgbDivsAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgbDivsAv .col-12 {
  position: relative;
}
.cid-uDgbDivsAv img {
  max-width: 800px;
  margin: auto;
}
.cid-uDgbDivsAv .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDgbDivsAv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDgbDivsAv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDgbDivsAv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgbDivsAv .mbr-section-title {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDfeAjpcnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uDfeAjpcnG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uDfeAjpcnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfeAjpcnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfeAjpcnG .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uDfeAjpcnG .image-wrap {
    height: 300px;
  }
}
.cid-uDfeASI0yq {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDfeASI0yq .mbr-text {
  color: #221b35;
}
.cid-uDfeASI0yq .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uDfeASI0yq h5,
.cid-uDfeASI0yq h6 {
  background: #e81616;
  display: inline;
}
.cid-uDfeASI0yq h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uDfeASI0yq h6 {
  line-height: 1.3 !important;
}
.cid-uDfeASI0yq h6 span {
  padding-right: 2rem;
}
.cid-uDfeASI0yq .mbr-section-title,
.cid-uDfeASI0yq .align {
  color: #ffffff;
}
.cid-uDfeASI0yq .mbr-section-subtitle,
.cid-uDfeASI0yq .align {
  color: #ffffff;
  text-align: left;
}
.cid-uDfj9uiC2e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDfj9uiC2e .item-wrapper {
  position: relative;
}
.cid-uDfj9uiC2e .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uDfj9uiC2e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 596px;
  margin: 1rem !important;
}
.cid-uDfj9uiC2e .embla__button--next,
.cid-uDfj9uiC2e .embla__button--prev {
  display: flex;
}
.cid-uDfj9uiC2e .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDfj9uiC2e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDfj9uiC2e .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-uDfj9uiC2e .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-uDfj9uiC2e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uDfj9uiC2e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uDfj9uiC2e .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-uDfj9uiC2e .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uDfj9uiC2e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDfj9uiC2e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDfj9uiC2e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDfj9uiC2e .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  justify-content: center;
  height: 185px;
  width: auto;
}
.cid-uDfj9uiC2e img {
  width: auto;
  height: 100%;
}
.cid-uDfj9uiC2e .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-uDfj9uiC2e .embla {
    width: 70%;
  }
  .cid-uDfj9uiC2e .embla__slide {
    min-width: 250%;
  }
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDfbxQWNPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1265.jpg");
}
.cid-uDfbxQWNPn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uDfbxQWNPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfbxQWNPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfbxQWNPn .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uDfbxQWNPn .image-wrap {
    height: 300px;
  }
}
.cid-uDfblPr3Ey {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDfblPr3Ey .mbr-text {
  color: #221b35;
}
.cid-uDfblPr3Ey .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uDfblPr3Ey h5,
.cid-uDfblPr3Ey h6 {
  background: #e81616;
  display: inline;
}
.cid-uDfblPr3Ey h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uDfblPr3Ey h6 {
  line-height: 1.3 !important;
}
.cid-uDfblPr3Ey h6 span {
  padding-right: 2rem;
}
.cid-uDfblPr3Ey .mbr-section-title,
.cid-uDfblPr3Ey .align {
  color: #ffffff;
}
.cid-uDfblPr3Ey .mbr-section-subtitle,
.cid-uDfblPr3Ey .align {
  color: #ffffff;
  text-align: left;
}
.cid-uDgbLJowrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDgbLJowrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgbLJowrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgbLJowrY .col-12 {
  position: relative;
}
.cid-uDgbLJowrY img {
  max-width: 800px;
  margin: auto;
}
.cid-uDgbLJowrY .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDgbLJowrY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDgbLJowrY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDgbLJowrY .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgbLJowrY .mbr-section-title {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDl90iDvac {
  display: flex;
  background-image: url("../../../assets/images/rey-leon-rubber-2.jpg-1-2000x972.jpeg");
}
.cid-uDl90iDvac .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uDl90iDvac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDl90iDvac .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDl90iDvac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDl90iDvac {
    align-items: flex-end;
  }
  .cid-uDl90iDvac .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDl90iDvac .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDl90iDvac {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDl90iDvac .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDl90iDvac .content-wrap {
    width: 100%;
  }
}
.cid-uDl90iDvac .mbr-section-subtitle,
.cid-uDl90iDvac .line {
  color: #ffffff;
}
.cid-uDl90iDvac .mbr-text,
.cid-uDl90iDvac .mbr-section-btn {
  text-align: left;
}
.cid-uDf96kIY8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf96kIY8I .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDf96kIY8I .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf96kIY8I .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-uDf96kIY8I .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uDf96kIY8I .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uDf96kIY8I .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uDf96kIY8I .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uDf96kIY8I .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uDf96kIY8I .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf96kIY8I .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDf96kIY8I .col-text {
    text-align: center;
  }
}
.cid-uDf96kIY8I .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDf96kIY8I .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e81616;
}
@media (max-width: 767px) {
  .cid-uDf96kIY8I .label-text {
    text-align: center !important;
  }
}
.cid-uDf96kIY8I .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uDf96kIY8I .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uDf96kIY8I .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uDf96kIY8I .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDf96kIY8I .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDlfzyxed0 {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uDlfzyxed0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlfzyxed0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlbIh9a3x {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDlbIh9a3x .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uDlbIh9a3x .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uDlbIh9a3x .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uDlbIh9a3x h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uDlbIh9a3x h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #e81616;
  margin-left: 10px;
}
.cid-uDlbIh9a3x img {
  width: 100%;
}
.cid-uDlbIh9a3x h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uDlbIh9a3x .card-title1,
.cid-uDlbIh9a3x .title-wrap1 {
  color: #ffffff;
}
.cid-uDlbIh9a3x .card-title,
.cid-uDlbIh9a3x .title-wrap {
  color: #d21a1f;
}
@media (max-width: 992px) {
  .cid-uDlbIh9a3x .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uDlbIh9a3x .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uDlbIh9a3x H3 {
  color: #ac1c20;
}
.cid-uDlbIh9a3x .mbr-text,
.cid-uDlbIh9a3x .mbr-section-btn {
  color: #616161;
}
.cid-uDlbIh9a3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlbIh9a3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf96nHpC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf96nHpC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf96nHpC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf96nHpC8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf96nHpC8 .content-wrapper .mbr-section-title span {
  color: #616161;
}
.cid-uDf96nHpC8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf96nHpC8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf96nHpC8 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ac1c20, #292739);
}
@media (max-width: 992px) {
  .cid-uDf96nHpC8 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf96nHpC8 .mbr-section-title {
  color: #ffffff;
}
.cid-uDf96nHpC8 .mbr-text,
.cid-uDf96nHpC8 .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uDf96nHpC8 .mbr-section-title,
.cid-uDf96nHpC8 .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uDld3pVwzh {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDld3pVwzh .item-wrapper {
  width: 100%;
}
.cid-uDld3pVwzh .row {
  align-items: center;
  justify-content: center;
}
.cid-uDld3pVwzh .b {
  margin-bottom: 30px;
}
.cid-uDld3pVwzh img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uDld3pVwzh .b,
  .cid-uDld3pVwzh .t {
    margin-bottom: 20px;
  }
}
.cid-uDlg2ZtA45 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/cerramiento-especial-2.jpg-1500x1125.jpg");
}
.cid-uDlg2ZtA45 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uDlg2ZtA45 {
    align-items: center;
  }
  .cid-uDlg2ZtA45 .row {
    justify-content: flex-start;
  }
}
.cid-uDlg2ZtA45 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDlg2ZtA45 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDlg2ZtA45 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDlg2ZtA45 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDlg2ZtA45 .content-wrap {
    width: 100%;
  }
}
.cid-uDlg2ZtA45 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDlg2ZtA45 .mbr-text,
.cid-uDlg2ZtA45 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDlg2ZtA45 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDlfSv199O {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDlfSv199O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlfSv199O .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-uDlfSv199O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDlfSv199O .container {
    padding: 0 12px;
  }
}
.cid-uDlfSv199O .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDlfSv199O .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDlfSv199O .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDlfSv199O .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDlfSv199O .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDlfSv199O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDlfSv199O .mbr-section-title,
.cid-uDlfSv199O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDf96o7qmE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDf96o7qmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf96o7qmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf96o7qmE .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uDf96o7qmE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uDf96o7qmE .container {
    padding: 0 24px;
  }
}
.cid-uDf96o7qmE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDf96o7qmE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDf96o7qmE .mbr-section-title {
  color: #F9F6E0;
}
.cid-uDgdtlpG03 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDgdtlpG03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgdtlpG03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgdtlpG03 .col-12 {
  position: relative;
}
.cid-uDgdtlpG03 img {
  max-width: 800px;
  margin: auto;
}
.cid-uDgdtlpG03 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDgdtlpG03 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDgdtlpG03 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDgdtlpG03 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgdtlpG03 .mbr-section-title {
  color: #000000;
}
.cid-uDQa6LXijn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDQa6LXijn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQa6LXijn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQa6LXijn .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDQa6LXijn .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDQa6LXijn .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDQa6LXijn .google-map iframe {
    height: 350px;
  }
}
.cid-uDQa6LXijn .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDQa6LXijn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDQa6LXijn .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDQa6LXijn .mbr-section-title {
  color: #ac1c20;
}
.cid-uDQa6LXijn label {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDlhaAFXXq {
  display: flex;
  background-image: url("../../../assets/images/naves-rubberseal.jpg-1600x992.jpg");
}
.cid-uDlhaAFXXq .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uDlhaAFXXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlhaAFXXq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDlhaAFXXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDlhaAFXXq {
    align-items: flex-end;
  }
  .cid-uDlhaAFXXq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDlhaAFXXq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDlhaAFXXq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDlhaAFXXq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDlhaAFXXq .content-wrap {
    width: 100%;
  }
}
.cid-uDlhaAFXXq .mbr-section-subtitle,
.cid-uDlhaAFXXq .line {
  color: #ffffff;
}
.cid-uDlhaAFXXq .mbr-text,
.cid-uDlhaAFXXq .mbr-section-btn {
  text-align: left;
}
.cid-uDlhaCFWgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDlhaCFWgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlhaCFWgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlhaCFWgt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDlhaCFWgt .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDlhaCFWgt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDlhaCFWgt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDlhaCFWgt .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #ac1c20, #292739);
}
@media (max-width: 992px) {
  .cid-uDlhaCFWgt .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDlhaCFWgt .mbr-section-title {
  color: #ffffff;
}
.cid-uDlhaCFWgt .mbr-text,
.cid-uDlhaCFWgt .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uDlhaCFWgt .mbr-section-title,
.cid-uDlhaCFWgt .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uDloQcAFvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uDloQcAFvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDloQcAFvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDloQcAFvE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uDloQcAFvE .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uDloQcAFvE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDloQcAFvE .container {
    padding: 0 16px;
  }
}
.cid-uDloQcAFvE .row {
  margin: 0 -20px;
}
.cid-uDloQcAFvE .item {
  padding: 0 20px;
}
.cid-uDloQcAFvE .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDloQcAFvE .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDljh751pW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDljh751pW .item:focus,
.cid-uDljh751pW span:focus {
  outline: none;
}
.cid-uDljh751pW .item {
  cursor: pointer;
}
.cid-uDljh751pW .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uDljh751pW .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uDljh751pW .grid-container-1,
.cid-uDljh751pW .grid-container-2,
.cid-uDljh751pW .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uDljh751pW .grid-container-1,
  .cid-uDljh751pW .grid-container-2,
  .cid-uDljh751pW .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uDljh751pW .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
  color: #616161;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uDljh751pW .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uDljh751pW .content-head {
  max-width: 800px;
}
.cid-uDljh751pW .container,
.cid-uDljh751pW .container-fluid {
  overflow: hidden;
}
.cid-uDljh751pW .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uDljh751pW .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDljh751pW .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDljh751pW .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uDljh751pW .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uDljh751pW .grid-container-1,
.cid-uDljh751pW .grid-container-2,
.cid-uDljh751pW .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uDljh751pW .grid-container-1 {
  align-items: flex-end;
}
.cid-uDljh751pW .grid-container-2 {
  align-items: flex-start;
}
.cid-uDljvVYP73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e6;
}
.cid-uDljvVYP73 .item:focus,
.cid-uDljvVYP73 span:focus {
  outline: none;
}
.cid-uDljvVYP73 .item {
  cursor: pointer;
}
.cid-uDljvVYP73 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uDljvVYP73 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uDljvVYP73 .grid-container-1,
.cid-uDljvVYP73 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uDljvVYP73 .grid-container-1,
  .cid-uDljvVYP73 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uDljvVYP73 .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDljvVYP73 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uDljvVYP73 .content-head {
  max-width: 800px;
}
.cid-uDljvVYP73 .container,
.cid-uDljvVYP73 .container-fluid {
  overflow: hidden;
}
.cid-uDljvVYP73 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uDljvVYP73 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDljvVYP73 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uDljvVYP73 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uDljvVYP73 .grid-container-1,
.cid-uDljvVYP73 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uDljvVYP73 .grid-container-1 {
  align-items: flex-end;
}
.cid-uDljvVYP73 .grid-container-2 {
  align-items: flex-start;
}
.cid-uDlmT177XS {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .cid-uDlmT177XS .wrapper {
    padding: 0 28px;
  }
}
.cid-uDlmT177XS img,
.cid-uDlmT177XS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDlmT177XS .item:focus,
.cid-uDlmT177XS span:focus {
  outline: none;
}
.cid-uDlmT177XS .item {
  margin-bottom: 2rem;
}
.cid-uDlmT177XS .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDlmT177XS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDlhaEdTNc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDlhaEdTNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlhaEdTNc .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-uDlhaEdTNc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDlhaEdTNc .container {
    padding: 0 12px;
  }
}
.cid-uDlhaEdTNc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDlhaEdTNc .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDlhaEdTNc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDlhaEdTNc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDlhaEdTNc .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDlhaEdTNc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDlhaEdTNc .mbr-section-title,
.cid-uDlhaEdTNc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDlhaFXhto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDlhaFXhto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlhaFXhto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlhaFXhto .col-12 {
  position: relative;
}
.cid-uDlhaFXhto img {
  max-width: 800px;
  margin: auto;
}
.cid-uDlhaFXhto .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDlhaFXhto .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDlhaFXhto .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDlhaFXhto .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDlhaFXhto .mbr-section-title {
  color: #000000;
}
.cid-uDQamfOobJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDQamfOobJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQamfOobJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQamfOobJ .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDQamfOobJ .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDQamfOobJ .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDQamfOobJ .google-map iframe {
    height: 350px;
  }
}
.cid-uDQamfOobJ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDQamfOobJ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDQamfOobJ .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDQamfOobJ .mbr-section-title {
  color: #ac1c20;
}
.cid-uDQamfOobJ label {
  color: #000000;
}
.cid-uDlhaGyibY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDlhaGyibY .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDlhaGyibY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDlhaGyibY .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDlhaGyibY .list {
    margin-bottom: 30px;
  }
}
.cid-uDlhaGyibY .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDlhaGyibY .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDlhaGyibY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDlhaGyibY .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDlhaGyibY .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDlhaGyibY .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDlhaGyibY .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDlhaGyibY .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDlhaGyibY .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDlhaGyibY .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDfYr1O3Zm {
  background-color: #ffffff;
}
.cid-uDfYr1O3Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfYr1O3Zm .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-uDfYr1O3Zm .container {
    padding: 0 30px;
  }
}
.cid-uDfYr1O3Zm .content-wrapper {
  min-height: 890px;
  display: flex;
  align-items: center;
  position: relative;
}
.cid-uDfYr1O3Zm .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDfYr1O3Zm .content-wrapper::after,
.cid-uDfYr1O3Zm .content-wrapper::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 103%;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uDfYr1O3Zm .content-wrapper::after,
  .cid-uDfYr1O3Zm .content-wrapper::before {
    display: none;
  }
}
.cid-uDfYr1O3Zm .content-wrapper::after {
  left: -20px;
}
.cid-uDfYr1O3Zm .content-wrapper::before {
  right: -20px;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uDfYr1O3Zm .content-wrapper .content-wrap {
    padding: 0 20px;
  }
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  opacity: 1;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 35px;
  background-color: #ffaf82;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: .8;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uDfYr1O3Zm .content-wrapper .content-wrap .icon-wrapper a {
  display: inline-block;
}
.cid-uDfYr1O3Zm .mbr-section-title {
  color: #ffffff;
}
.cid-uDfYr1O3Zm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDfYr1O3Zm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDfYr1O3Zm .mbr-section-title,
.cid-uDfYr1O3Zm .mbr-section-btn,
.cid-uDfYr1O3Zm .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uDf7oNCZpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf7oNCZpa .row {
  flex-direction: row-reverse;
}
.cid-uDf7oNCZpa .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDf7oNCZpa .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf7oNCZpa .image-wrapper {
    padding: 30px;
    padding-right: 3rem;
  }
}
.cid-uDf7oNCZpa .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uDf7oNCZpa .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uDf7oNCZpa .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
.cid-uDf7oNCZpa .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-uDf7oNCZpa .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-uDf7oNCZpa .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uDf7oNCZpa .col-text {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDf7oNCZpa .col-text {
    text-align: center;
  }
}
.cid-uDf7oNCZpa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uDf7oNCZpa .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e81616;
}
@media (max-width: 767px) {
  .cid-uDf7oNCZpa .label-text {
    text-align: center !important;
  }
}
.cid-uDf7oNCZpa .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-uDf7oNCZpa .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uDf7oNCZpa .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-uDf7oNCZpa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uDf7oNCZpa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uDhr5zLHDa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDhr5zLHDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhr5zLHDa .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-uDhr5zLHDa .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDhr5zLHDa .container {
    padding: 0 12px;
  }
}
.cid-uDhr5zLHDa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDhr5zLHDa .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDhr5zLHDa .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDhr5zLHDa .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDhr5zLHDa .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDhr5zLHDa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDhr5zLHDa .mbr-section-title,
.cid-uDhr5zLHDa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uDfVbAGhdH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDfVbAGhdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfVbAGhdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfVbAGhdH b,
.cid-uDfVbAGhdH strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uDfVbAGhdH img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uDfVbAGhdH img {
    padding-bottom: 2rem;
  }
}
.cid-uDfVbAGhdH .row {
  align-items: center;
}
.cid-uDfVbAGhdH .mbr-section-title {
  color: #e81616;
}
.cid-uDfVbAGhdH .mbr-text,
.cid-uDfVbAGhdH .mbr-section-btn {
  color: #616161;
}
.cid-uDfVbAGhdH .mbr-section-subtitle {
  color: #17003b;
}
.cid-uDfVgv2jus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDfVgv2jus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfVgv2jus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfVgv2jus b,
.cid-uDfVgv2jus strong {
  font-weight: 900;
}
.cid-uDfVgv2jus .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDfVgv2jus img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uDfVgv2jus img {
    padding-bottom: 2rem;
  }
}
.cid-uDfVgv2jus .row {
  align-items: center;
}
.cid-uDfVgv2jus .mbr-section-title {
  color: #e81616;
}
.cid-uDfVgv2jus .mbr-text,
.cid-uDfVgv2jus .mbr-section-btn {
  color: #616161;
}
.cid-uDfVgv2jus .mbr-section-subtitle {
  color: #17003b;
}
.cid-uDfVohb93I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDfVohb93I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfVohb93I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfVohb93I b,
.cid-uDfVohb93I strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uDfVohb93I img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uDfVohb93I img {
    padding-bottom: 2rem;
  }
}
.cid-uDfVohb93I .row {
  align-items: center;
}
.cid-uDfVohb93I .mbr-section-title {
  color: #e81616;
}
.cid-uDfVohb93I .mbr-text,
.cid-uDfVohb93I .mbr-section-btn {
  color: #616161;
}
.cid-uDfVohb93I .mbr-section-subtitle {
  color: #17003b;
}
.cid-uDfW5DzpoS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDfW5DzpoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDfW5DzpoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDfW5DzpoS b,
.cid-uDfW5DzpoS strong {
  font-weight: 900;
}
.cid-uDfW5DzpoS .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDfW5DzpoS img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uDfW5DzpoS img {
    padding-bottom: 2rem;
  }
}
.cid-uDfW5DzpoS .row {
  align-items: center;
}
.cid-uDfW5DzpoS .mbr-section-title {
  color: #e81616;
}
.cid-uDfW5DzpoS .mbr-text,
.cid-uDfW5DzpoS .mbr-section-btn {
  color: #616161;
}
.cid-uDfW5DzpoS .mbr-section-subtitle {
  color: #17003b;
}
.cid-uDhq6tPTqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDhq6tPTqw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDhq6tPTqw .row {
  flex-direction: row-reverse;
}
.cid-uDhq6tPTqw img {
  width: 100%;
}
.cid-uDf7oQkKHR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDf7oQkKHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDf7oQkKHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDf7oQkKHR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDf7oQkKHR .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uDf7oQkKHR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDf7oQkKHR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDf7oQkKHR .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #616161, #292739);
}
@media (max-width: 992px) {
  .cid-uDf7oQkKHR .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDf7oQkKHR .mbr-section-title {
  color: #ffffff;
}
.cid-uDf7oQkKHR .mbr-text,
.cid-uDf7oQkKHR .text-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uDf7oQkKHR .mbr-section-title,
.cid-uDf7oQkKHR .mbr-section-btn {
  text-align: left;
  color: #e81616;
}
.cid-uDge6Rzbbr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDge6Rzbbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDge6Rzbbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDge6Rzbbr .col-12 {
  position: relative;
}
.cid-uDge6Rzbbr img {
  max-width: 800px;
  margin: auto;
}
.cid-uDge6Rzbbr .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDge6Rzbbr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDge6Rzbbr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDge6Rzbbr .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDge6Rzbbr .mbr-section-title {
  color: #000000;
}
.cid-uDhrk2ZJjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhrk2ZJjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhrk2ZJjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhrk2ZJjM .col-12 {
  position: relative;
}
.cid-uDhrk2ZJjM img {
  max-width: 800px;
  margin: auto;
}
.cid-uDhrk2ZJjM .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDhrk2ZJjM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDhrk2ZJjM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDhrk2ZJjM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDhrk2ZJjM .mbr-section-title {
  color: #000000;
}
.cid-uDhrq7aw3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhrq7aw3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhrq7aw3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhrq7aw3g .col-12 {
  position: relative;
}
.cid-uDhrq7aw3g img {
  max-width: 800px;
  margin: auto;
}
.cid-uDhrq7aw3g .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDhrq7aw3g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDhrq7aw3g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDhrq7aw3g .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDhrq7aw3g .mbr-section-title {
  color: #000000;
}
.cid-uDhrtxs7pJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhrtxs7pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhrtxs7pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhrtxs7pJ .col-12 {
  position: relative;
}
.cid-uDhrtxs7pJ img {
  max-width: 800px;
  margin: auto;
}
.cid-uDhrtxs7pJ .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDhrtxs7pJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDhrtxs7pJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDhrtxs7pJ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDhrtxs7pJ .mbr-section-title {
  color: #000000;
}
.cid-uDhrUBjiYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhrUBjiYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhrUBjiYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhrUBjiYb .col-12 {
  position: relative;
}
.cid-uDhrUBjiYb img {
  max-width: 800px;
  margin: auto;
}
.cid-uDhrUBjiYb .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDhrUBjiYb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDhrUBjiYb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDhrUBjiYb .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDhrUBjiYb .mbr-section-title {
  color: #000000;
}
.cid-uDhsmWAzeq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhsmWAzeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhsmWAzeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhsmWAzeq .col-12 {
  position: relative;
}
.cid-uDhsmWAzeq img {
  max-width: 800px;
  margin: auto;
}
.cid-uDhsmWAzeq .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDhsmWAzeq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDhsmWAzeq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDhsmWAzeq .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDhsmWAzeq .mbr-section-title {
  color: #000000;
}
.cid-uDQ97hp5oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDQ97hp5oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQ97hp5oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQ97hp5oj .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDQ97hp5oj .google-map {
    margin-bottom: 32px;
  }
}
.cid-uDQ97hp5oj .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uDQ97hp5oj .google-map iframe {
    height: 350px;
  }
}
.cid-uDQ97hp5oj .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDQ97hp5oj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uDQ97hp5oj .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDQ97hp5oj .mbr-section-title {
  color: #ac1c20;
}
.cid-uDQ97hp5oj label {
  color: #000000;
}
.cid-uDg8qow38E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDg8qow38E .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .list {
    margin-bottom: 30px;
  }
}
.cid-uDg8qow38E .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDg8qow38E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDg8qow38E .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDg8qow38E .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDg8qow38E .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDg8qow38E .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDg8qow38E .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDg8qow38E .footer-logo {
    margin: 0 auto;
  }
}
.cid-uDmEEXVxMH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDmEEXVxMH .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;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDmEEXVxMH .btn {
  font-weight: 400;
}
.cid-uDmEEXVxMH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDmEEXVxMH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDmEEXVxMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDmEEXVxMH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDmEEXVxMH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDmEEXVxMH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDmEEXVxMH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDmEEXVxMH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uDmEEXVxMH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDmEEXVxMH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
}
.cid-uDmEEXVxMH .nav-item:focus,
.cid-uDmEEXVxMH .nav-link:focus {
  outline: none;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDmEEXVxMH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDmEEXVxMH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDmEEXVxMH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDmEEXVxMH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDmEEXVxMH .navbar.opened {
  transition: all 0.25s;
}
.cid-uDmEEXVxMH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDmEEXVxMH .navbar .navbar-logo img {
  width: auto;
}
.cid-uDmEEXVxMH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDmEEXVxMH .navbar.collapsed {
  justify-content: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDmEEXVxMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDmEEXVxMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDmEEXVxMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDmEEXVxMH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar {
    min-height: 72px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDmEEXVxMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDmEEXVxMH .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-uDmEEXVxMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDmEEXVxMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDmEEXVxMH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDmEEXVxMH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDmEEXVxMH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDmEEXVxMH .dropdown-item.active,
.cid-uDmEEXVxMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uDmEEXVxMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDmEEXVxMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDmEEXVxMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDmEEXVxMH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDmEEXVxMH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .navbar-buttons {
    text-align: left;
  }
}
.cid-uDmEEXVxMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ac1c20;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDmEEXVxMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDmEEXVxMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDmEEXVxMH .navbar-dropdown {
  padding: 0;
  background: #ffffff !important;
  position: fixed;
}
.cid-uDmEEXVxMH .opacityScroll {
  background: #ffffff !important;
}
.cid-uDmEEXVxMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDmEEXVxMH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDmEEXVxMH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDmEEXVxMH .navbar {
    height: 70px;
  }
  .cid-uDmEEXVxMH .navbar.opened {
    height: auto;
  }
  .cid-uDmEEXVxMH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDmEEXVxMH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDmEEXVxMH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-brand {
    margin-right: auto;
  }
  .cid-uDmEEXVxMH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDmEEXVxMH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDmEEXVxMH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDmEEXVxMH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDmEEXVxMH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDmEEXVxMH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDmDRMm56v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-uDmDRMm56v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDmDRMm56v .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-uDmDRMm56v .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDmDRMm56v .container {
    padding: 0 24px;
  }
}
.cid-uDmDRMm56v .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uDmDRMm56v .content-wrapper {
    padding: 0;
  }
}
.cid-uDmDRMm56v .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uDmDRMm56v .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uDmDRMm56v .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uDmDRMm56v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDmDRMm56v .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDmDRMm56v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDmDRMm56v .mbr-section-title {
  color: #ffffff;
}
.cid-uDmDRMm56v .mbr-desc,
.cid-uDmDRMm56v .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDmDRMm56v .mbr-text,
.cid-uDmDRMm56v .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDmDRMm56v .mbr-section-title,
.cid-uDmDRMm56v .mbr-section-btn {
  text-align: left;
}
.cid-uDmD2IGEmU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDmD2IGEmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDmD2IGEmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDmD2IGEmU .col-12 {
  position: relative;
}
.cid-uDmD2IGEmU img {
  max-width: 800px;
  margin: auto;
}
.cid-uDmD2IGEmU .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDmD2IGEmU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDmD2IGEmU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDmD2IGEmU .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDmD2IGEmU .mbr-section-title {
  color: #000000;
}
.cid-uDmD2JqEuk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDmD2JqEuk .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #616161;
}
@media (max-width: 991px) {
  .cid-uDmD2JqEuk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDmD2JqEuk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uDmD2JqEuk .list {
    margin-bottom: 30px;
  }
}
.cid-uDmD2JqEuk .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uDmD2JqEuk .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uDmD2JqEuk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDmD2JqEuk .copyright {
  color: #868c90;
  text-align: left;
}
.cid-uDmD2JqEuk .mbr-section-subtitle {
  color: #616161;
}
@media (max-width: 576px) {
  .cid-uDmD2JqEuk .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uDmD2JqEuk .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uDmD2JqEuk .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uDmD2JqEuk .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uDmD2JqEuk .footer-logo {
    margin: 0 auto;
  }
}
