body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b0008 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #f7931e !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b0008 !important;
  border-color: #6b0008 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #140002 !important;
  border-color: #140002 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #140002 !important;
  border-color: #140002 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7931e !important;
  border-color: #f7931e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b86607 !important;
  border-color: #b86607 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b86607 !important;
  border-color: #b86607 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b0008;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #140002 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b0008 !important;
  border-color: #6b0008 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7931e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b86607 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7931e !important;
  border-color: #f7931e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6b0008 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #f7931e !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #050000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a95e06 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6b0008;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #f7931e;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b0008;
  border-color: #6b0008;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6b0008;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eb0012;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6b0008 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6b0008;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #6b0008;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b0008;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6b0008;
  border-bottom-color: #6b0008;
}
.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: #6b0008 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%236b0008' %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;
}
.cid-u0olSK2TIS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/procurement-4-469x630.webp");
}
.cid-u0olSK2TIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0olSK2TIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0olSK2TIS .row {
  justify-content: flex-start;
}
.cid-u0olSK2TIS .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u0olSK2TIS .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0olSK2TIS .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-u0olSK2TIS .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-u0olSK2TIS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u0olSK2TIS .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-u0olSK2TIS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0olSK2TIS .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-u0olSK2TIS .label-text {
  color: #000000;
  margin: 0;
}
.cid-u0olSK2TIS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-u0olSK2TIS .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
  text-align: left;
}
.cid-u0olSK2TIS .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-u0olSK2TIS .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-u0olSK2TIS .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-u0olSK2TIS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u0oDbXycbc {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-u0oDbXycbc .mbr-overlay {
  background: #6b0008;
  opacity: 1;
}
.cid-u0oDbXycbc .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-u0oDbXycbc .img-row {
    flex-wrap: nowrap;
  }
}
.cid-u0oDbXycbc .item:focus,
.cid-u0oDbXycbc span:focus {
  outline: none;
}
.cid-u0oDbXycbc .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-u0oDbXycbc .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-u0oDbXycbc .item-img {
    margin-bottom: 40px;
  }
}
.cid-u0oDbXycbc .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-u0oDbXycbc .btn-item {
  width: 100%;
  border-radius: 4px;
  color: #fff;
}
.cid-u0oDbXycbc .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-u0oDbXycbc .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-u0oDbXycbc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u0oDbXycbc .label-text {
  color: #ffffff;
}
.cid-u0oDbXycbc .mbr-section-title,
.cid-u0oDbXycbc .mbr-section-btn {
  color: #ffffff;
}
.cid-u0oLfKDJqB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #6b0008;
}
.cid-u0oLfKDJqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0oLfKDJqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0oLfKDJqB .row {
  justify-content: flex-start;
}
.cid-u0oLfKDJqB .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-u0oLfKDJqB .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-u0oLfKDJqB .mbr-section-btn {
  margin-top: 20px;
}
.cid-u0oLfKDJqB .mbr-section-subtitle,
.cid-u0oLfKDJqB .mbr-section-btn {
  color: #fafafa;
}
.cid-tZOohyb3vl {
  z-index: 1000;
  width: 100%;
}
.cid-tZOohyb3vl nav.navbar {
  position: fixed;
}
.cid-tZOohyb3vl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZOohyb3vl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZOohyb3vl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZOohyb3vl .dropdown-item:hover,
.cid-tZOohyb3vl .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-tZOohyb3vl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZOohyb3vl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZOohyb3vl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZOohyb3vl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZOohyb3vl .nav-link {
  position: relative;
}
.cid-tZOohyb3vl .container {
  display: flex;
  margin: auto;
}
.cid-tZOohyb3vl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZOohyb3vl .dropdown-menu,
.cid-tZOohyb3vl .navbar.opened {
  background: #6b0008 !important;
}
.cid-tZOohyb3vl .nav-item:focus,
.cid-tZOohyb3vl .nav-link:focus {
  outline: none;
}
.cid-tZOohyb3vl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZOohyb3vl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZOohyb3vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZOohyb3vl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZOohyb3vl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZOohyb3vl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZOohyb3vl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-tZOohyb3vl .navbar.opened {
  transition: all 0.3s;
}
.cid-tZOohyb3vl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZOohyb3vl .navbar .navbar-logo img {
  width: auto;
}
.cid-tZOohyb3vl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZOohyb3vl .navbar.collapsed {
  justify-content: center;
}
.cid-tZOohyb3vl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZOohyb3vl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZOohyb3vl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZOohyb3vl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZOohyb3vl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZOohyb3vl .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-tZOohyb3vl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZOohyb3vl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZOohyb3vl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZOohyb3vl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZOohyb3vl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZOohyb3vl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZOohyb3vl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZOohyb3vl .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-tZOohyb3vl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZOohyb3vl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZOohyb3vl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZOohyb3vl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZOohyb3vl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZOohyb3vl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZOohyb3vl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZOohyb3vl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZOohyb3vl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZOohyb3vl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZOohyb3vl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZOohyb3vl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZOohyb3vl .dropdown-item.active,
.cid-tZOohyb3vl .dropdown-item:active {
  background-color: transparent;
}
.cid-tZOohyb3vl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZOohyb3vl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZOohyb3vl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZOohyb3vl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-tZOohyb3vl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZOohyb3vl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZOohyb3vl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZOohyb3vl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZOohyb3vl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZOohyb3vl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZOohyb3vl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZOohyb3vl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZOohyb3vl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZOohyb3vl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZOohyb3vl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZOohyb3vl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZOohyb3vl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZOohyb3vl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZOohyb3vl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZOohyb3vl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZOohyb3vl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZOohyb3vl .navbar {
    height: 70px;
  }
  .cid-tZOohyb3vl .navbar.opened {
    height: auto;
  }
  .cid-tZOohyb3vl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZOohz9XD9 {
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1372.webp");
}
.cid-tZOohz9XD9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZOohz9XD9 .mbr-text,
.cid-tZOohz9XD9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tZOohz9XD9 .mbr-section-title DIV {
  text-align: center;
}
.cid-tZOowwW2Y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-tZOowwW2Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZOowwW2Y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tZOowwW2Y2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tZOowwW2Y2 .google-map {
  height: 100%;
  position: relative;
}
.cid-tZOowwW2Y2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZOowwW2Y2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-tZOowwW2Y2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tZOowwW2Y2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tZOowwW2Y2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tZOowwW2Y2 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZOowwW2Y2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tZOowwW2Y2 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tZOowwW2Y2 .text-wrapper {
  padding: 0 1rem;
}
.cid-tZOowwW2Y2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tZOowwW2Y2 .content-head {
  max-width: 800px;
}
.cid-tZOohA5c7b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-tZOohA5c7b .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-tZOohA5c7b form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tZOohA5c7b form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tZOohA5c7b form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tZOohA5c7b textarea {
  min-height: 10rem;
}
.cid-tZOohA5c7b .mbr-section-title {
  color: #ffffff;
}
.cid-tZOohArzxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edefeb;
}
.cid-tZOohArzxb .media-container-row {
  justify-content: space-between;
}
.cid-tZOohArzxb .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tZOohArzxb .text-content {
    max-width: none;
  }
}
.cid-tZOohArzxb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #770b0b;
  border: 2px solid #770b0b;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZOohArzxb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZOohArzxb .mbr-iconfont-social:hover {
  background-color: #770b0b;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZOohArzxb .icons {
    justify-content: center !important;
  }
  .cid-tZOohArzxb .text-content * {
    text-align: center;
  }
}
.cid-tZOohArzxb .mbr-section-title {
  color: #870a0a;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-tZKd9XJTEL {
  z-index: 1000;
  width: 100%;
}
.cid-tZKd9XJTEL nav.navbar {
  position: fixed;
}
.cid-tZKd9XJTEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZKd9XJTEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZKd9XJTEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZKd9XJTEL .dropdown-item:hover,
.cid-tZKd9XJTEL .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-tZKd9XJTEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZKd9XJTEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZKd9XJTEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZKd9XJTEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZKd9XJTEL .nav-link {
  position: relative;
}
.cid-tZKd9XJTEL .container {
  display: flex;
  margin: auto;
}
.cid-tZKd9XJTEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZKd9XJTEL .dropdown-menu,
.cid-tZKd9XJTEL .navbar.opened {
  background: #6b0008 !important;
}
.cid-tZKd9XJTEL .nav-item:focus,
.cid-tZKd9XJTEL .nav-link:focus {
  outline: none;
}
.cid-tZKd9XJTEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZKd9XJTEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZKd9XJTEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZKd9XJTEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZKd9XJTEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZKd9XJTEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZKd9XJTEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-tZKd9XJTEL .navbar.opened {
  transition: all 0.3s;
}
.cid-tZKd9XJTEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZKd9XJTEL .navbar .navbar-logo img {
  width: auto;
}
.cid-tZKd9XJTEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZKd9XJTEL .navbar.collapsed {
  justify-content: center;
}
.cid-tZKd9XJTEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZKd9XJTEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZKd9XJTEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZKd9XJTEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZKd9XJTEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZKd9XJTEL .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-tZKd9XJTEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZKd9XJTEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZKd9XJTEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZKd9XJTEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZKd9XJTEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZKd9XJTEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZKd9XJTEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZKd9XJTEL .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-tZKd9XJTEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZKd9XJTEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZKd9XJTEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZKd9XJTEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZKd9XJTEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZKd9XJTEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZKd9XJTEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZKd9XJTEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZKd9XJTEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZKd9XJTEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZKd9XJTEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZKd9XJTEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZKd9XJTEL .dropdown-item.active,
.cid-tZKd9XJTEL .dropdown-item:active {
  background-color: transparent;
}
.cid-tZKd9XJTEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZKd9XJTEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZKd9XJTEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZKd9XJTEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-tZKd9XJTEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZKd9XJTEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZKd9XJTEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZKd9XJTEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZKd9XJTEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZKd9XJTEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZKd9XJTEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZKd9XJTEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZKd9XJTEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZKd9XJTEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZKd9XJTEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZKd9XJTEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZKd9XJTEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZKd9XJTEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZKd9XJTEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZKd9XJTEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZKd9XJTEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZKd9XJTEL .navbar {
    height: 70px;
  }
  .cid-tZKd9XJTEL .navbar.opened {
    height: auto;
  }
  .cid-tZKd9XJTEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZKd9Y77HM {
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1372.webp");
}
.cid-tZKd9Y77HM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZKd9Y77HM .mbr-text,
.cid-tZKd9Y77HM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tZKd9Y77HM .mbr-section-title DIV {
  text-align: center;
}
.cid-tZKfKmuQc1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-tZKfKmuQc1 img {
  border-radius: 1rem;
  height: 200px;
  object-fit: cover;
}
.cid-tZKfKmuQc1 .item-wrapper {
  padding: 2rem;
  position: relative;
  border-radius: 2rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tZKfKmuQc1 .item-wrapper {
    padding: 1rem;
  }
}
.cid-tZKfKmuQc1 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tZKfKmuQc1 .d-flex {
  align-items: center;
}
.cid-tZKfKmuQc1 .item-subtitle {
  background: #edb5bf;
  border-radius: 16px;
  padding: 6px 16px;
  width: fit-content;
  color: #000000;
  margin: 0;
  margin-left: 10px;
}
.cid-tZKfKmuQc1 .mbr-iconfont {
  font-size: 1.5rem;
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZKfKmuQc1 img,
.cid-tZKfKmuQc1 .item-img {
  width: 100%;
}
.cid-tZKfKmuQc1 .item:focus,
.cid-tZKfKmuQc1 span:focus {
  outline: none;
}
.cid-tZKfKmuQc1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZKfKmuQc1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZKfKmuQc1 .mbr-section-title {
  color: #232323;
}
.cid-tZKfKmuQc1 .mbr-text,
.cid-tZKfKmuQc1 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tZKfKmuQc1 .item-title {
  text-align: left;
  color: #770b0b;
}
.cid-tZKd9YIjrO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-tZKd9YIjrO .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-tZKd9YIjrO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tZKd9YIjrO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tZKd9YIjrO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tZKd9YIjrO textarea {
  min-height: 10rem;
}
.cid-tZKd9YIjrO .mbr-section-title {
  color: #ffffff;
}
.cid-tZKd9YZ92H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tZKd9YZ92H .media-container-row {
  justify-content: space-between;
}
.cid-tZKd9YZ92H .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tZKd9YZ92H .text-content {
    max-width: none;
  }
}
.cid-tZKd9YZ92H .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #870a0a;
  border: 2px solid #870a0a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZKd9YZ92H .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZKd9YZ92H .mbr-iconfont-social:hover {
  background-color: #870a0a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZKd9YZ92H .icons {
    justify-content: center !important;
  }
  .cid-tZKd9YZ92H .text-content * {
    text-align: center;
  }
}
.cid-tZKd9YZ92H .mbr-section-title {
  color: #870a0a;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-tZKaHHqGYj {
  z-index: 1000;
  width: 100%;
}
.cid-tZKaHHqGYj nav.navbar {
  position: fixed;
}
.cid-tZKaHHqGYj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZKaHHqGYj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZKaHHqGYj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZKaHHqGYj .dropdown-item:hover,
.cid-tZKaHHqGYj .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-tZKaHHqGYj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZKaHHqGYj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZKaHHqGYj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZKaHHqGYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZKaHHqGYj .nav-link {
  position: relative;
}
.cid-tZKaHHqGYj .container {
  display: flex;
  margin: auto;
}
.cid-tZKaHHqGYj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZKaHHqGYj .dropdown-menu,
.cid-tZKaHHqGYj .navbar.opened {
  background: #6b0008 !important;
}
.cid-tZKaHHqGYj .nav-item:focus,
.cid-tZKaHHqGYj .nav-link:focus {
  outline: none;
}
.cid-tZKaHHqGYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZKaHHqGYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZKaHHqGYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZKaHHqGYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZKaHHqGYj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZKaHHqGYj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZKaHHqGYj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-tZKaHHqGYj .navbar.opened {
  transition: all 0.3s;
}
.cid-tZKaHHqGYj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZKaHHqGYj .navbar .navbar-logo img {
  width: auto;
}
.cid-tZKaHHqGYj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZKaHHqGYj .navbar.collapsed {
  justify-content: center;
}
.cid-tZKaHHqGYj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZKaHHqGYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZKaHHqGYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZKaHHqGYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZKaHHqGYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZKaHHqGYj .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-tZKaHHqGYj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZKaHHqGYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZKaHHqGYj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZKaHHqGYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZKaHHqGYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZKaHHqGYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZKaHHqGYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZKaHHqGYj .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-tZKaHHqGYj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZKaHHqGYj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZKaHHqGYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZKaHHqGYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZKaHHqGYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZKaHHqGYj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZKaHHqGYj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZKaHHqGYj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZKaHHqGYj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZKaHHqGYj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZKaHHqGYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZKaHHqGYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZKaHHqGYj .dropdown-item.active,
.cid-tZKaHHqGYj .dropdown-item:active {
  background-color: transparent;
}
.cid-tZKaHHqGYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZKaHHqGYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZKaHHqGYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZKaHHqGYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-tZKaHHqGYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZKaHHqGYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZKaHHqGYj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZKaHHqGYj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZKaHHqGYj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZKaHHqGYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZKaHHqGYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZKaHHqGYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZKaHHqGYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZKaHHqGYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZKaHHqGYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZKaHHqGYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZKaHHqGYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZKaHHqGYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZKaHHqGYj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZKaHHqGYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZKaHHqGYj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZKaHHqGYj .navbar {
    height: 70px;
  }
  .cid-tZKaHHqGYj .navbar.opened {
    height: auto;
  }
  .cid-tZKaHHqGYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZKaHMvHjq {
  padding-top: 14rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1372.webp");
}
.cid-tZKaHMvHjq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZKaHMvHjq .mbr-text,
.cid-tZKaHMvHjq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tZKaHMvHjq .mbr-section-title DIV {
  text-align: center;
}
.cid-tZKaXZWWkE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tZKaXZWWkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKaXZWWkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZKaXZWWkE .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tZKaXZWWkE .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tZKaXZWWkE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZKaXZWWkE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZKaXZWWkE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tZKaXZWWkE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZKaXZWWkE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZKaXZWWkE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tZKaXZWWkE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZKaXZWWkE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tZKaHQKp2D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-tZKaHQKp2D .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-tZKaHQKp2D form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tZKaHQKp2D form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tZKaHQKp2D form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tZKaHQKp2D textarea {
  min-height: 10rem;
}
.cid-tZKaHQKp2D .mbr-section-title {
  color: #ffffff;
}
.cid-tZKaHRvfnY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tZKaHRvfnY .media-container-row {
  justify-content: space-between;
}
.cid-tZKaHRvfnY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tZKaHRvfnY .text-content {
    max-width: none;
  }
}
.cid-tZKaHRvfnY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #870a0a;
  border: 2px solid #870a0a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tZKaHRvfnY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tZKaHRvfnY .mbr-iconfont-social:hover {
  background-color: #870a0a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZKaHRvfnY .icons {
    justify-content: center !important;
  }
  .cid-tZKaHRvfnY .text-content * {
    text-align: center;
  }
}
.cid-tZKaHRvfnY .mbr-section-title {
  color: #870a0a;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #6b0008 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 17rem;
  background-image: url("../../../assets/images/mbr-1920x1372.webp");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tZJLiCu0qv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/mbr-1920x1439.webp");
}
.cid-tZJLiCu0qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJLiCu0qv .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-tZJLiCu0qv .container {
    padding: 0 16px;
  }
}
.cid-tZJLiCu0qv .row {
  justify-content: space-between;
}
.cid-tZJLiCu0qv .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tZJLiCu0qv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZJLiCu0qv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tZJLiCu0qv .image-wrapper {
    margin-top: 32px;
  }
}
.cid-tZJLiCu0qv .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-tZJLiCu0qv .image-wrapper img {
    height: 350px;
  }
}
.cid-tZJLiCu0qv .mbr-desc {
  color: #353535;
}
.cid-tZJLiCu0qv .mbr-section-title {
  color: #000000;
}
.cid-tZJLiCu0qv .mbr-text {
  color: #000000;
}
.cid-tZJLiCu0qv .mbr-text,
.cid-tZJLiCu0qv .text-wrapper {
  color: #870a0a;
}
.cid-tZJLiCu0qv .mbr-section-title,
.cid-tZJLiCu0qv .mbr-section-btn {
  color: #870a0a;
}
.cid-tZJQzCfD5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tZJQzCfD5P .link {
  margin-top: 30px;
}
.cid-tZJQzCfD5P .date {
  margin: 29px 0 14px;
  color: #870a0a;
  font-weight: 700;
}
.cid-tZJQzCfD5P .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-tZJQzCfD5P .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-tZJQzCfD5P .link a {
  background-image: none !important;
}
.cid-tZJQzCfD5P .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tZJQzCfD5P .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-tZJQzCfD5P .header {
    margin-bottom: 20px;
  }
  .cid-tZJQzCfD5P .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tZJQzCfD5P .link {
    margin-bottom: 40px;
  }
}
.cid-tZJQzCfD5P .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tZJQzCfD5P .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tZJQzCfD5P .item {
  position: relative;
}
.cid-tZJQzCfD5P .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #870a0a;
  display: flex;
  align-items: center;
}
.cid-tZJQzCfD5P .padd {
  padding: 0 20px;
}
.cid-tZJQzCfD5P a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tZJQzCfD5P rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tZJQzCfD5P .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tZJQzCfD5P svg {
  margin-left: 15px;
}
.cid-tZJQzCfD5P path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tZJQzCfD5P .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tZJQzCfD5P .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-tZJQzCfD5P .top {
    margin-top: 40px;
  }
}
.cid-tZJQzCfD5P .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-tZJYPQRWUH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZJYPQRWUH img {
  width: 120px;
  margin: auto;
}
.cid-tZJYPQRWUH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tZJYPQRWUH .card {
    max-width: 12.5%;
  }
}
.cid-tZOw2AzrR2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZOw2AzrR2 img {
  width: 120px;
  margin: auto;
}
.cid-tZOw2AzrR2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tZOw2AzrR2 .card {
    max-width: 12.5%;
  }
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGTcFRqw0 .mbr-section-title {
  color: #ffffff;
}
.cid-sFGVxOqzIN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #870a0a;
  border: 2px solid #870a0a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #870a0a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGVxOqzIN .mbr-section-title {
  color: #6b0008;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-u2soLtBO0W {
  z-index: 1000;
  width: 100%;
}
.cid-u2soLtBO0W nav.navbar {
  position: fixed;
}
.cid-u2soLtBO0W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2soLtBO0W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2soLtBO0W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2soLtBO0W .dropdown-item:hover,
.cid-u2soLtBO0W .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-u2soLtBO0W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2soLtBO0W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2soLtBO0W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2soLtBO0W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2soLtBO0W .nav-link {
  position: relative;
}
.cid-u2soLtBO0W .container {
  display: flex;
  margin: auto;
}
.cid-u2soLtBO0W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2soLtBO0W .dropdown-menu,
.cid-u2soLtBO0W .navbar.opened {
  background: #6b0008 !important;
}
.cid-u2soLtBO0W .nav-item:focus,
.cid-u2soLtBO0W .nav-link:focus {
  outline: none;
}
.cid-u2soLtBO0W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2soLtBO0W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2soLtBO0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2soLtBO0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2soLtBO0W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2soLtBO0W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2soLtBO0W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-u2soLtBO0W .navbar.opened {
  transition: all 0.3s;
}
.cid-u2soLtBO0W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2soLtBO0W .navbar .navbar-logo img {
  width: auto;
}
.cid-u2soLtBO0W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2soLtBO0W .navbar.collapsed {
  justify-content: center;
}
.cid-u2soLtBO0W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2soLtBO0W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2soLtBO0W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u2soLtBO0W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2soLtBO0W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2soLtBO0W .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-u2soLtBO0W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2soLtBO0W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2soLtBO0W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2soLtBO0W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2soLtBO0W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2soLtBO0W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2soLtBO0W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2soLtBO0W .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-u2soLtBO0W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2soLtBO0W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2soLtBO0W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2soLtBO0W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2soLtBO0W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2soLtBO0W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2soLtBO0W .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2soLtBO0W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2soLtBO0W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2soLtBO0W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2soLtBO0W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2soLtBO0W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2soLtBO0W .dropdown-item.active,
.cid-u2soLtBO0W .dropdown-item:active {
  background-color: transparent;
}
.cid-u2soLtBO0W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2soLtBO0W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2soLtBO0W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2soLtBO0W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-u2soLtBO0W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2soLtBO0W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2soLtBO0W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2soLtBO0W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2soLtBO0W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2soLtBO0W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2soLtBO0W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2soLtBO0W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2soLtBO0W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2soLtBO0W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2soLtBO0W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2soLtBO0W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2soLtBO0W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2soLtBO0W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2soLtBO0W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2soLtBO0W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2soLtBO0W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2soLtBO0W .navbar {
    height: 70px;
  }
  .cid-u2soLtBO0W .navbar.opened {
    height: auto;
  }
  .cid-u2soLtBO0W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2soLuf0Zh {
  padding-top: 16rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/site-3.webp");
}
.cid-u2soLuf0Zh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2soLuf0Zh .mbr-text,
.cid-u2soLuf0Zh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2soLuf0Zh .mbr-section-title DIV {
  text-align: center;
}
.cid-u2soLuf0Zh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2soLuf0Zh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2soLuJpOa {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f6f4f4;
}
.cid-u2soLuJpOa .container {
  max-width: 1000px;
}
.cid-u2soLuJpOa .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #232323;
}
.cid-u2soLv81yw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6f4f4;
}
.cid-u2soLv81yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2soLv81yw .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-u2soLv81yw .container {
    padding: 0 30px;
  }
}
.cid-u2soLv81yw .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2soLv81yw .row {
    margin: 0 -34px;
  }
}
.cid-u2soLv81yw .title-wrapper {
  margin-bottom: 30px;
}
.cid-u2soLv81yw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u2soLv81yw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2soLv81yw .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u2soLv81yw .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u2soLv81yw .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u2soLv81yw .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u2soLv81yw .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u2soLv81yw .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u2soLv81yw .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u2soLv81yw .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u2soLv81yw .mbr-card-title {
  color: #6b0008;
  text-align: left;
}
.cid-u2soLv81yw .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-u2soLvDQew {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2soLvDQew .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-u2soLvDQew H2 {
  color: #232323;
  text-align: left;
}
.cid-u2soLvDQew H3 {
  color: #232323;
}
.cid-u2soLvDQew .mbr-text,
.cid-u2soLvDQew .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-u2soLvDQew .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u2soLw4fpQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2soLw4fpQ .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-u2soLw4fpQ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-u2soLw4fpQ .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-u2soLw4fpQ p {
  font-weight: 400;
}
.cid-u2soLw4fpQ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-u2soLw4fpQ .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2soLw4fpQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-u2soLw4fpQ .bg1 {
  background: #383638;
}
.cid-u2soLw4fpQ .bg2 {
  background: #5b595b;
}
.cid-u2soLw4fpQ .bg3 {
  background: #807c80;
}
.cid-u2soLw4fpQ .bg4 {
  background: #149dcc;
}
.cid-u2soLw4fpQ .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-u2soLw4fpQ .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2soLw4fpQ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-u2soLw4fpQ .card-title,
.cid-u2soLw4fpQ .card-ico,
.cid-u2soLw4fpQ .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u2soLw4fpQ .mbr-text,
.cid-u2soLw4fpQ .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2soLw4fpQ .row {
    padding: 0 1rem;
  }
}
.cid-u2ssDcxuha {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u2ssDcxuha .row {
  flex-direction: row-reverse;
}
.cid-u2ssDcxuha .mbr-text {
  max-width: 550px;
}
.cid-u2ssDcxuha .row {
  align-items: center;
}
.cid-u2ssDcxuha .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-u2ssDcxuha .mbr-text,
.cid-u2ssDcxuha .mbr-section-btn {
  color: #666666;
}
.cid-u2soLx8PcV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-u2soLx8PcV .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-u2soLx8PcV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u2soLx8PcV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u2soLx8PcV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2soLx8PcV textarea {
  min-height: 10rem;
}
.cid-u2soLx8PcV .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-u2sz1GJIVO {
  z-index: 1000;
  width: 100%;
}
.cid-u2sz1GJIVO nav.navbar {
  position: fixed;
}
.cid-u2sz1GJIVO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2sz1GJIVO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2sz1GJIVO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2sz1GJIVO .dropdown-item:hover,
.cid-u2sz1GJIVO .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-u2sz1GJIVO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2sz1GJIVO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2sz1GJIVO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2sz1GJIVO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2sz1GJIVO .nav-link {
  position: relative;
}
.cid-u2sz1GJIVO .container {
  display: flex;
  margin: auto;
}
.cid-u2sz1GJIVO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2sz1GJIVO .dropdown-menu,
.cid-u2sz1GJIVO .navbar.opened {
  background: #6b0008 !important;
}
.cid-u2sz1GJIVO .nav-item:focus,
.cid-u2sz1GJIVO .nav-link:focus {
  outline: none;
}
.cid-u2sz1GJIVO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2sz1GJIVO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2sz1GJIVO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2sz1GJIVO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2sz1GJIVO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2sz1GJIVO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2sz1GJIVO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-u2sz1GJIVO .navbar.opened {
  transition: all 0.3s;
}
.cid-u2sz1GJIVO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2sz1GJIVO .navbar .navbar-logo img {
  width: auto;
}
.cid-u2sz1GJIVO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2sz1GJIVO .navbar.collapsed {
  justify-content: center;
}
.cid-u2sz1GJIVO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2sz1GJIVO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2sz1GJIVO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u2sz1GJIVO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2sz1GJIVO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2sz1GJIVO .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-u2sz1GJIVO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2sz1GJIVO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2sz1GJIVO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2sz1GJIVO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2sz1GJIVO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2sz1GJIVO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2sz1GJIVO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2sz1GJIVO .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-u2sz1GJIVO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2sz1GJIVO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2sz1GJIVO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2sz1GJIVO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2sz1GJIVO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2sz1GJIVO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2sz1GJIVO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2sz1GJIVO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2sz1GJIVO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2sz1GJIVO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2sz1GJIVO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2sz1GJIVO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2sz1GJIVO .dropdown-item.active,
.cid-u2sz1GJIVO .dropdown-item:active {
  background-color: transparent;
}
.cid-u2sz1GJIVO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2sz1GJIVO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2sz1GJIVO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2sz1GJIVO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-u2sz1GJIVO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2sz1GJIVO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2sz1GJIVO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2sz1GJIVO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2sz1GJIVO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2sz1GJIVO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2sz1GJIVO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2sz1GJIVO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2sz1GJIVO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2sz1GJIVO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2sz1GJIVO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2sz1GJIVO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2sz1GJIVO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2sz1GJIVO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2sz1GJIVO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2sz1GJIVO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2sz1GJIVO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2sz1GJIVO .navbar {
    height: 70px;
  }
  .cid-u2sz1GJIVO .navbar.opened {
    height: auto;
  }
  .cid-u2sz1GJIVO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2sz1Hdzcw {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/site-2.webp");
}
.cid-u2sz1Hdzcw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2sz1Hdzcw .mbr-text,
.cid-u2sz1Hdzcw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2sz1Hdzcw .mbr-section-title DIV {
  text-align: center;
}
.cid-u2sz1Hdzcw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2sz1Hdzcw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2sz1HAMiy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f6f4f4;
}
.cid-u2sz1HAMiy .container {
  max-width: 1000px;
}
.cid-u2sz1HAMiy .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #232323;
}
.cid-u2sz1HSNer {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6f4f4;
}
.cid-u2sz1HSNer .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sz1HSNer .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-u2sz1HSNer .container {
    padding: 0 30px;
  }
}
.cid-u2sz1HSNer .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2sz1HSNer .row {
    margin: 0 -34px;
  }
}
.cid-u2sz1HSNer .title-wrapper {
  margin-bottom: 30px;
}
.cid-u2sz1HSNer .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u2sz1HSNer .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2sz1HSNer .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u2sz1HSNer .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u2sz1HSNer .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u2sz1HSNer .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u2sz1HSNer .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u2sz1HSNer .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u2sz1HSNer .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u2sz1HSNer .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u2sz1HSNer .mbr-card-title {
  color: #05698c;
  text-align: left;
}
.cid-u2sz1HSNer .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-u2sz1Ig6CO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2sz1Ig6CO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-u2sz1Ig6CO H2 {
  color: #232323;
  text-align: left;
}
.cid-u2sz1Ig6CO H3 {
  color: #232323;
}
.cid-u2sz1Ig6CO .mbr-text,
.cid-u2sz1Ig6CO .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-u2sz1Ig6CO .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u2sz1IzcVO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2sz1IzcVO .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-u2sz1IzcVO .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-u2sz1IzcVO .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-u2sz1IzcVO p {
  font-weight: 400;
}
.cid-u2sz1IzcVO .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-u2sz1IzcVO .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2sz1IzcVO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-u2sz1IzcVO .bg1 {
  background: #00b1ef;
}
.cid-u2sz1IzcVO .bg2 {
  background: #059cd1;
}
.cid-u2sz1IzcVO .bg3 {
  background: #0786b3;
}
.cid-u2sz1IzcVO .bg4 {
  background: #05698c;
}
.cid-u2sz1IzcVO .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-u2sz1IzcVO .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2sz1IzcVO .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-u2sz1IzcVO .card-title,
.cid-u2sz1IzcVO .card-ico,
.cid-u2sz1IzcVO .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u2sz1IzcVO .mbr-text,
.cid-u2sz1IzcVO .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2sz1IzcVO .row {
    padding: 0 1rem;
  }
}
.cid-u2sz1J2Q6M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2sz1J2Q6M .row {
  flex-direction: row-reverse;
}
.cid-u2sz1J2Q6M .mbr-text {
  max-width: 550px;
}
.cid-u2sz1J2Q6M .row {
  align-items: center;
}
.cid-u2sz1J2Q6M .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-u2sz1J2Q6M .mbr-text,
.cid-u2sz1J2Q6M .mbr-section-btn {
  color: #666666;
}
.cid-u5yZ51fdAl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u5yZ51fdAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5yZ51fdAl .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-u5yZ51fdAl .container {
    padding: 0 24px;
  }
}
.cid-u5yZ51fdAl .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u5yZ51fdAl .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
.cid-u5yZ51fdAl .content-wrapper .mbr-section-btn .btn:hover,
.cid-u5yZ51fdAl .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #6b0008 !important;
  border-color: #6b0008 !important;
}
.cid-u5yZ51fdAl .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u5yZ51fdAl .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u5yZ51fdAl .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-u5yZ51fdAl .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-u5yZ51fdAl .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-u5yZ51fdAl .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-u5yZ51fdAl .mbr-section-title {
  color: #141414;
}
.cid-u5yZ51fdAl .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u5yZ51fdAl .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u5yZ51fdAl .mbr-text {
  color: #ffde56;
  text-align: center;
}
.cid-u5yZ51fdAl .mbr-section-title,
.cid-u5yZ51fdAl .mbr-section-btn {
  text-align: center;
}
.cid-u2sz1Jp3O8 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-u2sz1Jp3O8 .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-u2sz1Jp3O8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u2sz1Jp3O8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u2sz1Jp3O8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2sz1Jp3O8 textarea {
  min-height: 10rem;
}
.cid-u2sz1Jp3O8 .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
.cid-u2s3wGGxv0 {
  z-index: 1000;
  width: 100%;
}
.cid-u2s3wGGxv0 nav.navbar {
  position: fixed;
}
.cid-u2s3wGGxv0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2s3wGGxv0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2s3wGGxv0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2s3wGGxv0 .dropdown-item:hover,
.cid-u2s3wGGxv0 .dropdown-item:focus {
  background: #6b0008 !important;
  color: white !important;
}
.cid-u2s3wGGxv0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2s3wGGxv0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2s3wGGxv0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2s3wGGxv0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2s3wGGxv0 .nav-link {
  position: relative;
}
.cid-u2s3wGGxv0 .container {
  display: flex;
  margin: auto;
}
.cid-u2s3wGGxv0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2s3wGGxv0 .dropdown-menu,
.cid-u2s3wGGxv0 .navbar.opened {
  background: #6b0008 !important;
}
.cid-u2s3wGGxv0 .nav-item:focus,
.cid-u2s3wGGxv0 .nav-link:focus {
  outline: none;
}
.cid-u2s3wGGxv0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2s3wGGxv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2s3wGGxv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2s3wGGxv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2s3wGGxv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2s3wGGxv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2s3wGGxv0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #6b0008;
}
.cid-u2s3wGGxv0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2s3wGGxv0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2s3wGGxv0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2s3wGGxv0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2s3wGGxv0 .navbar.collapsed {
  justify-content: center;
}
.cid-u2s3wGGxv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2s3wGGxv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2s3wGGxv0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u2s3wGGxv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2s3wGGxv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2s3wGGxv0 .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-u2s3wGGxv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2s3wGGxv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2s3wGGxv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2s3wGGxv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2s3wGGxv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2s3wGGxv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2s3wGGxv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2s3wGGxv0 .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-u2s3wGGxv0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2s3wGGxv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2s3wGGxv0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2s3wGGxv0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2s3wGGxv0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2s3wGGxv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2s3wGGxv0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2s3wGGxv0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2s3wGGxv0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2s3wGGxv0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2s3wGGxv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2s3wGGxv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2s3wGGxv0 .dropdown-item.active,
.cid-u2s3wGGxv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2s3wGGxv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2s3wGGxv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2s3wGGxv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2s3wGGxv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6b0008;
}
.cid-u2s3wGGxv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2s3wGGxv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2s3wGGxv0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2s3wGGxv0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2s3wGGxv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2s3wGGxv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2s3wGGxv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2s3wGGxv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2s3wGGxv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2s3wGGxv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2s3wGGxv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2s3wGGxv0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2s3wGGxv0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2s3wGGxv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2s3wGGxv0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2s3wGGxv0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2s3wGGxv0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2s3wGGxv0 .navbar {
    height: 70px;
  }
  .cid-u2s3wGGxv0 .navbar.opened {
    height: auto;
  }
  .cid-u2s3wGGxv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2s3wGYsTT {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/site-1.webp");
}
.cid-u2s3wGYsTT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2s3wGYsTT .mbr-text,
.cid-u2s3wGYsTT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2s3wGYsTT .mbr-section-title DIV {
  text-align: center;
}
.cid-u2s3wGYsTT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2s3wGYsTT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2s5qBtSFl {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2s5qBtSFl .container {
  max-width: 1000px;
}
.cid-u2s5qBtSFl .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #232323;
}
.cid-u2scH3ImU0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6f4f4;
}
.cid-u2scH3ImU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2scH3ImU0 .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-u2scH3ImU0 .container {
    padding: 0 30px;
  }
}
.cid-u2scH3ImU0 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2scH3ImU0 .row {
    margin: 0 -34px;
  }
}
.cid-u2scH3ImU0 .title-wrapper {
  margin-bottom: 30px;
}
.cid-u2scH3ImU0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u2scH3ImU0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2scH3ImU0 .card {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-u2scH3ImU0 .card {
    margin-bottom: 40px;
    padding: 0 12px;
  }
}
.cid-u2scH3ImU0 .card .card-wrapper .mbr-number {
  margin-bottom: 30px;
}
.cid-u2scH3ImU0 .card .card-wrapper .mbr-card-title {
  margin-bottom: 30px;
}
.cid-u2scH3ImU0 .card .card-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u2scH3ImU0 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-u2scH3ImU0 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u2scH3ImU0 .mbr-number {
  color: #212529;
  text-align: center;
}
.cid-u2scH3ImU0 .mbr-card-title {
  color: #72933c;
  text-align: left;
}
.cid-u2scH3ImU0 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-u2sk1HMCjp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2sk1HMCjp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #9fd24c;
  transition: background 0.3s;
}
.cid-u2sk1HMCjp H2 {
  color: #232323;
  text-align: left;
}
.cid-u2sk1HMCjp H3 {
  color: #232323;
}
.cid-u2sk1HMCjp .mbr-text,
.cid-u2sk1HMCjp .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-u2sk1HMCjp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u2sdLfj8cd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u2sdLfj8cd .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-u2sdLfj8cd .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-u2sdLfj8cd .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-u2sdLfj8cd p {
  font-weight: 400;
}
.cid-u2sdLfj8cd .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-u2sdLfj8cd .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2sdLfj8cd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-u2sdLfj8cd .bg1 {
  background: #9fd24c;
}
.cid-u2sdLfj8cd .bg2 {
  background: #84ad42;
}
.cid-u2sdLfj8cd .bg3 {
  background: #72933c;
}
.cid-u2sdLfj8cd .bg4 {
  background: #149dcc;
}
.cid-u2sdLfj8cd .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-u2sdLfj8cd .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-u2sdLfj8cd .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-u2sdLfj8cd .card-title,
.cid-u2sdLfj8cd .card-ico,
.cid-u2sdLfj8cd .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u2sdLfj8cd .mbr-text,
.cid-u2sdLfj8cd .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2sdLfj8cd .row {
    padding: 0 1rem;
  }
}
.cid-u2smqoFh3r {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f6f4f4;
}
.cid-u2smqoFh3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2smqoFh3r .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-u2smqoFh3r .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2smqoFh3r .container {
    padding: 0 12px;
  }
}
.cid-u2smqoFh3r .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2smqoFh3r .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-u2smqoFh3r .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u2smqoFh3r .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #84ad42;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u2smqoFh3r .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-u2s3wHMukL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1156.webp");
}
.cid-u2s3wHMukL .mbr-overlay {
  background-color: #6b0008;
  opacity: 0.9;
}
.cid-u2s3wHMukL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u2s3wHMukL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u2s3wHMukL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2s3wHMukL textarea {
  min-height: 10rem;
}
.cid-u2s3wHMukL .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222222;
}
.cid-u2trI7bpXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2trI7bpXA .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-u2trI7bpXA .container {
    padding: 0 16px;
  }
}
.cid-u2trI7bpXA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u2trI7bpXA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2trI7bpXA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u2trI7bpXA .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u2trI7bpXA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u2trI7bpXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2trI7bpXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2trI7bpXA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u2trI7bpXA .mbr-section-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .copyright {
  color: #ffffff;
}
.cid-u2trI7bpXA .mbr-card-title {
  color: #ffffff;
}
.cid-u2trI7bpXA .list {
  color: #ffffff;
}
