.btn {
  border-width: 2px;
}
body {
  font-family: 'SpaceGrotesk-VariableFont_wght';
}
.display-1 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d3312a !important;
}
.bg-success {
  background-color: #72f05b !important;
}
.bg-info {
  background-color: #073af8 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #ff6666 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d3312a !important;
  border-color: #d3312a !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: #8b201c !important;
  border-color: #8b201c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b201c !important;
  border-color: #8b201c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !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: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #073af8 !important;
  border-color: #073af8 !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: #0526a4 !important;
  border-color: #0526a4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0526a4 !important;
  border-color: #0526a4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #72f05b !important;
  border-color: #72f05b !important;
  color: #104606 !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: #34e014 !important;
  border-color: #34e014 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #104606 !important;
  background-color: #34e014 !important;
  border-color: #34e014 !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #d3312a;
  color: #d3312a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b201c !important;
  background-color: transparent!important;
  border-color: #8b201c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d3312a !important;
  border-color: #d3312a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: #c3c3c3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #073af8;
  color: #073af8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0526a4 !important;
  background-color: transparent!important;
  border-color: #0526a4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #073af8 !important;
  border-color: #073af8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #72f05b;
  color: #72f05b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #34e014 !important;
  background-color: transparent!important;
  border-color: #34e014 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #104606 !important;
  background-color: #72f05b !important;
  border-color: #72f05b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d3312a !important;
}
.text-secondary {
  color: #eeeeee !important;
}
.text-success {
  color: #72f05b !important;
}
.text-info {
  color: #073af8 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #ff6666 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7e1d19 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bbbbbb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31d213 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #042395 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff0000 !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: #d3312a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #073af8;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #ff6666;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d3312a;
  border-color: #d3312a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d3312a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6d4d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cdd8fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  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: #d3312a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SpaceGrotesk-VariableFont_wght';
  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: #d3312a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d3312a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d3312a;
}
.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: #d3312a;
  border-bottom-color: #d3312a;
}
.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: #d3312a !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: #eeeeee !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='%23d3312a' %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-sMdqPDdH7j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sMdqPDdH7j .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-sMdqPDdH7j .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sMdqPDdH7j .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sMdqPDdH7j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sMdqPDdH7j .navbar-caption {
  font-weight: 500;
}
.cid-sMdqPDdH7j nav.navbar {
  position: fixed;
}
.cid-sMdqPDdH7j .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-sMdqPDdH7j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMdqPDdH7j .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sMdqPDdH7j .dropdown-item:hover,
.cid-sMdqPDdH7j .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-sMdqPDdH7j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMdqPDdH7j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMdqPDdH7j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMdqPDdH7j .nav-link {
  position: relative;
}
.cid-sMdqPDdH7j .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-sMdqPDdH7j .container {
  display: flex;
  margin: auto;
}
.cid-sMdqPDdH7j .dropdown-menu,
.cid-sMdqPDdH7j .navbar.opened {
  background: #101010 !important;
}
.cid-sMdqPDdH7j .nav-item:focus,
.cid-sMdqPDdH7j .nav-link:focus {
  outline: none;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMdqPDdH7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMdqPDdH7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMdqPDdH7j .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-sMdqPDdH7j .navbar.opened {
  transition: all 0.3s;
}
.cid-sMdqPDdH7j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMdqPDdH7j .navbar .navbar-logo img {
  width: auto;
}
.cid-sMdqPDdH7j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMdqPDdH7j .navbar.collapsed {
  justify-content: center;
}
.cid-sMdqPDdH7j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMdqPDdH7j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMdqPDdH7j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMdqPDdH7j .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-sMdqPDdH7j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMdqPDdH7j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMdqPDdH7j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMdqPDdH7j .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-sMdqPDdH7j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMdqPDdH7j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMdqPDdH7j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMdqPDdH7j .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMdqPDdH7j .navbar.navbar-short {
  min-height: 80px;
}
.cid-sMdqPDdH7j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMdqPDdH7j .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sMdqPDdH7j .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-sMdqPDdH7j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMdqPDdH7j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMdqPDdH7j .dropdown-item.active,
.cid-sMdqPDdH7j .dropdown-item:active {
  background-color: transparent;
}
.cid-sMdqPDdH7j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMdqPDdH7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-sMdqPDdH7j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMdqPDdH7j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMdqPDdH7j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMdqPDdH7j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j .navbar-dropdown {
  position: fixed;
}
.cid-sMdqPDdH7j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMdqPDdH7j .navbar {
    height: 70px;
  }
  .cid-sMdqPDdH7j .navbar.opened {
    height: auto;
  }
  .cid-sMdqPDdH7j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-sMdr6Q6VFC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gastraum-960x479.jpg");
}
.cid-sMdr6Q6VFC a:hover {
  background-image: none !important;
}
.cid-sMdr6Q6VFC .mbr-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.cid-sMdr6Q6VFC .colored-text {
  color: #d3312a !important;
}
.cid-sMdr6Q6VFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sMdr6Q6VFC .mbr-text {
  color: #ffffff;
}
.cid-vuTydRHFkn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e7272d;
}
.cid-vuTydRHFkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuTydRHFkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnYhOrUoI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
.cid-uGnYhOrUoI a:hover {
  background-image: none !important;
}
.cid-uGnYhOrUoI .colored-text {
  color: #e7272d !important;
}
.cid-uGnYhOrUoI .mbr-section-title {
  color: #ffffff;
}
.cid-uGnYhOrUoI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGnYhOrUoI .mbr-text {
  color: #ffffff;
}
.cid-uEM9P32ei6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEM9P32ei6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEM9P32ei6 .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-uEM9P32ei6 .container {
    padding: 0 30px;
  }
}
.cid-uEM9P32ei6 .card {
  justify-content: center;
}
.cid-uEM9P32ei6 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uEM9P32ei6 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEM9P32ei6 .content-wrapper {
    padding: 0;
  }
}
.cid-uEM9P32ei6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEM9P32ei6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEM9P32ei6 .mbr-section-title {
  color: #bee0d6;
}
.cid-uEM9P32ei6 .mbr-section-title,
.cid-uEM9P32ei6 .mbr-section-btn {
  text-align: center;
}
.cid-uA2eSScn2Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uA2eSScn2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2eSScn2Y .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-uA2eSScn2Y .container {
    padding: 0 30px;
  }
}
.cid-uA2eSScn2Y .card {
  justify-content: center;
}
.cid-uA2eSScn2Y .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uA2eSScn2Y .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA2eSScn2Y .content-wrapper {
    padding: 0;
  }
}
.cid-uA2eSScn2Y .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2eSScn2Y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2eSScn2Y .mbr-section-title {
  color: #bee0d6;
}
.cid-uA2eSScn2Y .mbr-section-title,
.cid-uA2eSScn2Y .mbr-section-btn {
  text-align: center;
}
.cid-upiSALpCeG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/shutterstock-8887105-2000x1330.jpg");
}
.cid-upiSALpCeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiSALpCeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiSALpCeG .content-wrapper {
  background: #101010;
}
@media (max-width: 991px) {
  .cid-upiSALpCeG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upiSALpCeG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upiSALpCeG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upiSALpCeG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-upiSALpCeG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-upiSALpCeG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upiSALpCeG .card-title {
  color: #ffffff;
}
.cid-upiSALpCeG .mbr-text,
.cid-upiSALpCeG .mbr-section-btn {
  color: #ffffff;
}
.cid-uoxDiGiQsn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uoxDiGiQsn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uoxDiGiQsn h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uoxDiGiQsn h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoxDiGiQsn h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uoxDiGiQsn .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uoxDiGiQsn .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uoxDiGiQsn .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uoxDiGiQsn .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uoxDiGiQsn .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uoxDiGiQsn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uoxDiGiQsn .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uoxDiGiQsn .mbr-section-title,
.cid-uoxDiGiQsn .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uoxDiGiQsn h2:before,
  .cid-uoxDiGiQsn h2:after {
    display: none;
  }
}
.cid-uoxDiGiQsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxDiGiQsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxFtm8aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxFtm8aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 .container,
.cid-uoxFtm8aB2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .container,
  .cid-uoxFtm8aB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxFtm8aB2 a {
  display: block;
}
.cid-uoxFtm8aB2 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxFtm8aB2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxFtm8aB2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper {
    height: auto;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxFtm8aB2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .copyright {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-title {
  color: #3d4045;
}
.cid-uoxFtm8aB2 .mbr-text {
  color: #000000;
}
.cid-uoxFtm8aB2 .list {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-btn {
  text-align: right;
}
.cid-uoxFtm8aB2 .mbr-section-title,
.cid-uoxFtm8aB2 .mbr-section-btn {
  color: #000000;
}
.cid-upoxTXzc1H.popup-builder {
  background-color: #ffffff;
}
.cid-upoxTXzc1H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upoxTXzc1H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upoxTXzc1H .modal-content,
.cid-upoxTXzc1H .modal-dialog {
  height: auto;
}
.cid-upoxTXzc1H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upoxTXzc1H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upoxTXzc1H .form-wrapper .mbr-form .form-group,
  .cid-upoxTXzc1H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upoxTXzc1H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upoxTXzc1H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upoxTXzc1H .mbr-text {
  text-align: center;
}
.cid-upoxTXzc1H .pt-0 {
  padding-top: 0 !important;
}
.cid-upoxTXzc1H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upoxTXzc1H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upoxTXzc1H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upoxTXzc1H .modal-open {
  overflow: hidden;
}
.cid-upoxTXzc1H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upoxTXzc1H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upoxTXzc1H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upoxTXzc1H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-upoxTXzc1H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upoxTXzc1H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upoxTXzc1H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upoxTXzc1H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-upoxTXzc1H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upoxTXzc1H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upoxTXzc1H .modal-backdrop.fade {
  opacity: 0;
}
.cid-upoxTXzc1H .modal-backdrop.show {
  opacity: .5;
}
.cid-upoxTXzc1H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-upoxTXzc1H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upoxTXzc1H .modal-header {
    padding: 1rem;
  }
}
.cid-upoxTXzc1H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upoxTXzc1H .modal-header .close svg {
  fill: #353535;
}
.cid-upoxTXzc1H .modal-header .close:hover {
  opacity: 1;
}
.cid-upoxTXzc1H .modal-header .close:focus {
  outline: none;
}
.cid-upoxTXzc1H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #073af8;
}
.cid-upoxTXzc1H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upoxTXzc1H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upoxTXzc1H .modal-body {
    padding: 1rem;
  }
}
.cid-upoxTXzc1H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upoxTXzc1H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upoxTXzc1H .modal-footer {
    padding: 1rem;
  }
}
.cid-upoxTXzc1H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upoxTXzc1H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upoxTXzc1H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upoxTXzc1H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upoxTXzc1H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upoxTXzc1H .modal-lg,
  .cid-upoxTXzc1H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upoxTXzc1H .modal-xl {
    max-width: 1140px;
  }
}
.cid-upoxTXzc1H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upoxTXzc1H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-upoxTXzc1H .form-group {
  margin-bottom: 1rem;
}
.cid-upoxTXzc1H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upoxTXzc1H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upoxTXzc1H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-upoxTXzc1H .mbr-section-btn {
  margin: 0;
}
.cid-upoxTXzc1H .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo5olzjumm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uo5olzjumm .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uo5olzjumm .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uo5olzjumm .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uo5olzjumm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uo5olzjumm .navbar-caption {
  font-weight: 500;
}
.cid-uo5olzjumm nav.navbar {
  position: fixed;
}
.cid-uo5olzjumm .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-uo5olzjumm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo5olzjumm .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uo5olzjumm .dropdown-item:hover,
.cid-uo5olzjumm .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uo5olzjumm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo5olzjumm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo5olzjumm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo5olzjumm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo5olzjumm .nav-link {
  position: relative;
}
.cid-uo5olzjumm .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uo5olzjumm .container {
  display: flex;
  margin: auto;
}
.cid-uo5olzjumm .dropdown-menu,
.cid-uo5olzjumm .navbar.opened {
  background: #101010 !important;
}
.cid-uo5olzjumm .nav-item:focus,
.cid-uo5olzjumm .nav-link:focus {
  outline: none;
}
.cid-uo5olzjumm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo5olzjumm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo5olzjumm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo5olzjumm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo5olzjumm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo5olzjumm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo5olzjumm .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uo5olzjumm .navbar.opened {
  transition: all 0.3s;
}
.cid-uo5olzjumm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo5olzjumm .navbar .navbar-logo img {
  width: auto;
}
.cid-uo5olzjumm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo5olzjumm .navbar.collapsed {
  justify-content: center;
}
.cid-uo5olzjumm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo5olzjumm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo5olzjumm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uo5olzjumm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo5olzjumm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo5olzjumm .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-uo5olzjumm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo5olzjumm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uo5olzjumm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo5olzjumm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo5olzjumm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo5olzjumm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo5olzjumm .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-uo5olzjumm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo5olzjumm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo5olzjumm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo5olzjumm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo5olzjumm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uo5olzjumm .navbar.navbar-short {
  min-height: 80px;
}
.cid-uo5olzjumm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo5olzjumm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uo5olzjumm .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-uo5olzjumm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo5olzjumm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo5olzjumm .dropdown-item.active,
.cid-uo5olzjumm .dropdown-item:active {
  background-color: transparent;
}
.cid-uo5olzjumm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo5olzjumm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo5olzjumm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo5olzjumm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uo5olzjumm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo5olzjumm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo5olzjumm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo5olzjumm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo5olzjumm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uo5olzjumm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo5olzjumm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo5olzjumm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo5olzjumm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo5olzjumm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo5olzjumm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo5olzjumm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo5olzjumm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo5olzjumm .navbar-dropdown {
  position: fixed;
}
.cid-uo5olzjumm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo5olzjumm .navbar {
    height: 70px;
  }
  .cid-uo5olzjumm .navbar.opened {
    height: auto;
  }
  .cid-uo5olzjumm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uo5pM1lmpf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #414142;
}
.cid-uo5pM1lmpf a:hover {
  background-image: none !important;
}
.cid-uo5pM1lmpf .mbr-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.cid-uo5pM1lmpf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo5pM1lmpf .mbr-text {
  color: #ffffff;
}
.cid-uo5pM1lmpf .colored-text {
  color: #e43f3f !important;
}
.cid-uo5pUIWXlu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #333333;
}
.cid-uo5pUIWXlu .colored-text {
  color: #e43f3f !important;
}
.cid-uo5pUIWXlu .mbr-section-title {
  color: #ffffff;
}
.cid-uo5pUIWXlu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo5pUIWXlu .mbr-text {
  color: #ffffff;
}
.cid-uo5P5d5ncf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo5P5d5ncf .colored-text {
  color: #a68462 !important;
}
.cid-uo5P5d5ncf .mbr-section-title {
  color: #ffffff;
}
.cid-uo5P5d5ncf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo5P5d5ncf .mbr-text {
  color: #ffffff;
}
.cid-uo5QSTQsUu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo5QSTQsUu .mbr-media {
  position: relative;
}
.cid-uo5QSTQsUu .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo5QSTQsUu a:hover {
  background-image: none !important;
}
.cid-uo5QSTQsUu .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo5QSTQsUu .circle-play-btn {
  background: #333333;
}
.cid-uo5QSTQsUu .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo5QSTQsUu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo5QSTQsUu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo5QSTQsUu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo5QSTQsUu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo5QSTQsUu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo5QSTQsUu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo5QSTQsUu .mbr-section-title {
  color: #ffffff;
}
.cid-uo5QSTQsUu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo91j0ghLk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo91j0ghLk .colored-text {
  color: #a68462 !important;
}
.cid-uo91j0ghLk .mbr-section-title {
  color: #ffffff;
}
.cid-uo91j0ghLk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo91j0ghLk .mbr-text {
  color: #ffffff;
}
.cid-uo91k3XZjG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo91k3XZjG .mbr-media {
  position: relative;
}
.cid-uo91k3XZjG .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo91k3XZjG a:hover {
  background-image: none !important;
}
.cid-uo91k3XZjG .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo91k3XZjG .circle-play-btn {
  background: #333333;
}
.cid-uo91k3XZjG .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo91k3XZjG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo91k3XZjG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo91k3XZjG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo91k3XZjG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo91k3XZjG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo91k3XZjG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo91k3XZjG .mbr-section-title {
  color: #ffffff;
}
.cid-uo91k3XZjG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo93s1NXre {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo93s1NXre .colored-text {
  color: #a68462 !important;
}
.cid-uo93s1NXre .mbr-section-title {
  color: #ffffff;
}
.cid-uo93s1NXre .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo93s1NXre .mbr-text {
  color: #ffffff;
}
.cid-uo9y8n5x8P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo9y8n5x8P .mbr-media {
  position: relative;
}
.cid-uo9y8n5x8P .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9y8n5x8P a:hover {
  background-image: none !important;
}
.cid-uo9y8n5x8P .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo9y8n5x8P .circle-play-btn {
  background: #333333;
}
.cid-uo9y8n5x8P .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo9y8n5x8P .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo9y8n5x8P .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo9y8n5x8P .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo9y8n5x8P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo9y8n5x8P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo9y8n5x8P .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo9y8n5x8P .mbr-section-title {
  color: #ffffff;
}
.cid-uo9y8n5x8P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9yU9kLqU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo9yU9kLqU .colored-text {
  color: #e43f3f !important;
}
.cid-uo9yU9kLqU .mbr-section-title {
  color: #ffffff;
}
.cid-uo9yU9kLqU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9yU9kLqU .mbr-text {
  color: #ffffff;
}
.cid-uo9E7Xf9KC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo9E7Xf9KC .mbr-media {
  position: relative;
}
.cid-uo9E7Xf9KC .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9E7Xf9KC a:hover {
  background-image: none !important;
}
.cid-uo9E7Xf9KC .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo9E7Xf9KC .circle-play-btn {
  background: #333333;
}
.cid-uo9E7Xf9KC .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo9E7Xf9KC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo9E7Xf9KC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo9E7Xf9KC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo9E7Xf9KC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo9E7Xf9KC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo9E7Xf9KC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo9E7Xf9KC .mbr-section-title {
  color: #ffffff;
}
.cid-uo9E7Xf9KC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9ynYExim {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo9ynYExim .colored-text {
  color: #a68462 !important;
}
.cid-uo9ynYExim .mbr-section-title {
  color: #ffffff;
}
.cid-uo9ynYExim .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9ynYExim .mbr-text {
  color: #ffffff;
}
.cid-uo9UYQeSPr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo9UYQeSPr .mbr-media {
  position: relative;
}
.cid-uo9UYQeSPr .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9UYQeSPr a:hover {
  background-image: none !important;
}
.cid-uo9UYQeSPr .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo9UYQeSPr .circle-play-btn {
  background: #333333;
}
.cid-uo9UYQeSPr .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo9UYQeSPr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo9UYQeSPr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo9UYQeSPr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo9UYQeSPr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo9UYQeSPr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo9UYQeSPr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo9UYQeSPr .mbr-section-title {
  color: #ffffff;
}
.cid-uo9UYQeSPr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9WfKQgjR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uo9WfKQgjR .colored-text {
  color: #a68462 !important;
}
.cid-uo9WfKQgjR .mbr-section-title {
  color: #ffffff;
}
.cid-uo9WfKQgjR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uo9WfKQgjR .mbr-text {
  color: #ffffff;
}
.cid-uo9XsJzvs7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uo9XsJzvs7 .mbr-media {
  position: relative;
}
.cid-uo9XsJzvs7 .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uo9XsJzvs7 a:hover {
  background-image: none !important;
}
.cid-uo9XsJzvs7 .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uo9XsJzvs7 .circle-play-btn {
  background: #333333;
}
.cid-uo9XsJzvs7 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uo9XsJzvs7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uo9XsJzvs7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uo9XsJzvs7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uo9XsJzvs7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uo9XsJzvs7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uo9XsJzvs7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo9XsJzvs7 .mbr-section-title {
  color: #ffffff;
}
.cid-uo9XsJzvs7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoa85bsF5n {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uoa85bsF5n .colored-text {
  color: #a68462 !important;
}
.cid-uoa85bsF5n .mbr-section-title {
  color: #ffffff;
}
.cid-uoa85bsF5n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoa85bsF5n .mbr-text {
  color: #ffffff;
}
.cid-uoa8621TFk {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #333333;
}
.cid-uoa8621TFk .mbr-media {
  position: relative;
}
.cid-uoa8621TFk .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uoa8621TFk a:hover {
  background-image: none !important;
}
.cid-uoa8621TFk .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uoa8621TFk .circle-play-btn {
  background: #333333;
}
.cid-uoa8621TFk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uoa8621TFk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uoa8621TFk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoa8621TFk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uoa8621TFk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoa8621TFk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoa8621TFk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoa8621TFk .mbr-section-title {
  color: #ffffff;
}
.cid-uoa8621TFk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uobEnJPGdk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uobEnJPGdk .colored-text {
  color: #e43f3f !important;
}
.cid-uobEnJPGdk .mbr-section-title {
  color: #ffffff;
}
.cid-uobEnJPGdk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uobEnJPGdk .mbr-text {
  color: #ffffff;
}
.cid-uoxjeD1eoG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #333333;
}
.cid-uoxjeD1eoG .colored-text {
  color: #e43f3f !important;
}
.cid-uoxjeD1eoG .mbr-section-title {
  color: #ffffff;
}
.cid-uoxjeD1eoG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxjeD1eoG .mbr-text {
  color: #ffffff;
}
.cid-uobN2HVLBI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #333333;
}
.cid-uobN2HVLBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobN2HVLBI .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-uobN2HVLBI .container {
    padding: 0 20px;
  }
}
.cid-uobN2HVLBI .mbr-section-title {
  margin-bottom: 64px;
  color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-uobN2HVLBI .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uobN2HVLBI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uobN2HVLBI .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uobN2HVLBI .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 16px;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uobN2HVLBI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
.cid-uobN2HVLBI .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 16px;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #1d1d1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1d1d1d;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uobN2HVLBI .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:hover {
  opacity: .7;
}
.cid-uobN2HVLBI .embla__button--next,
.cid-uobN2HVLBI .embla__button--prev {
  display: flex;
}
.cid-uobN2HVLBI .embla__button {
  top: -2rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #d3312a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uobN2HVLBI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uobN2HVLBI .embla__button:hover {
  background: transparent;
  color: #d3312a;
  opacity: .7;
}
.cid-uobN2HVLBI .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uobN2HVLBI .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uobN2HVLBI .embla__button {
    top: -1.5rem;
  }
}
.cid-uobN2HVLBI .embla {
  position: relative;
  width: 100%;
}
.cid-uobN2HVLBI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uobN2HVLBI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uobN2HVLBI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uobN2HVLBI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uobN2HVLBI .mbr-name {
  color: #1d1d1d;
}
.cid-uobN2HVLBI .mbr-role {
  color: #1d1d1d;
}
.cid-uvh3aCnLCZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-uvh3aCnLCZ .mbr-media {
  position: relative;
}
.cid-uvh3aCnLCZ .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uvh3aCnLCZ a:hover {
  background-image: none !important;
}
.cid-uvh3aCnLCZ .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uvh3aCnLCZ .circle-play-btn {
  background: #333333;
}
.cid-uvh3aCnLCZ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uvh3aCnLCZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvh3aCnLCZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvh3aCnLCZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvh3aCnLCZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvh3aCnLCZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvh3aCnLCZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uvh3aCnLCZ .mbr-section-title {
  color: #ffffff;
}
.cid-uvh3aCnLCZ .colored-text {
  color: #a68462 !important;
}
.cid-uvh3aCnLCZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvf37C7bVC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-uvf37C7bVC .mbr-media {
  position: relative;
}
.cid-uvf37C7bVC .mbr-media img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-uvf37C7bVC a:hover {
  background-image: none !important;
}
.cid-uvf37C7bVC .triang-play-btn {
  border-left-color: #eeeeee;
}
.cid-uvf37C7bVC .circle-play-btn {
  background: #333333;
}
.cid-uvf37C7bVC .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uvf37C7bVC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvf37C7bVC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvf37C7bVC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvf37C7bVC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvf37C7bVC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvf37C7bVC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uvf37C7bVC .mbr-section-title {
  color: #ffffff;
}
.cid-uvf37C7bVC .colored-text {
  color: #a68462 !important;
}
.cid-uvf37C7bVC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoaxipR6w7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #333333;
}
.cid-uoaxipR6w7 .colored-text {
  color: #a68462 !important;
}
.cid-uoaxipR6w7 .mbr-section-title {
  color: #ffffff;
}
.cid-uoaxipR6w7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoaxipR6w7 .mbr-text {
  color: #ffffff;
}
.cid-uoxFtm8aB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxFtm8aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxFtm8aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 .container,
.cid-uoxFtm8aB2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .container,
  .cid-uoxFtm8aB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxFtm8aB2 a {
  display: block;
}
.cid-uoxFtm8aB2 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxFtm8aB2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxFtm8aB2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper {
    height: auto;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxFtm8aB2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .copyright {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-title {
  color: #3d4045;
}
.cid-uoxFtm8aB2 .mbr-text {
  color: #000000;
}
.cid-uoxFtm8aB2 .list {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-btn {
  text-align: right;
}
.cid-uoxFtm8aB2 .mbr-section-title,
.cid-uoxFtm8aB2 .mbr-section-btn {
  color: #000000;
}
.cid-unFc9tMSUl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-unFc9tMSUl .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-unFc9tMSUl .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-unFc9tMSUl .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-unFc9tMSUl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-unFc9tMSUl .navbar-caption {
  font-weight: 500;
}
.cid-unFc9tMSUl nav.navbar {
  position: fixed;
}
.cid-unFc9tMSUl .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-unFc9tMSUl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unFc9tMSUl .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-unFc9tMSUl .dropdown-item:hover,
.cid-unFc9tMSUl .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-unFc9tMSUl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unFc9tMSUl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unFc9tMSUl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unFc9tMSUl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unFc9tMSUl .nav-link {
  position: relative;
}
.cid-unFc9tMSUl .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-unFc9tMSUl .container {
  display: flex;
  margin: auto;
}
.cid-unFc9tMSUl .dropdown-menu,
.cid-unFc9tMSUl .navbar.opened {
  background: #101010 !important;
}
.cid-unFc9tMSUl .nav-item:focus,
.cid-unFc9tMSUl .nav-link:focus {
  outline: none;
}
.cid-unFc9tMSUl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unFc9tMSUl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unFc9tMSUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unFc9tMSUl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unFc9tMSUl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unFc9tMSUl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unFc9tMSUl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-unFc9tMSUl .navbar.opened {
  transition: all 0.3s;
}
.cid-unFc9tMSUl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unFc9tMSUl .navbar .navbar-logo img {
  width: auto;
}
.cid-unFc9tMSUl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unFc9tMSUl .navbar.collapsed {
  justify-content: center;
}
.cid-unFc9tMSUl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unFc9tMSUl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unFc9tMSUl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-unFc9tMSUl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unFc9tMSUl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unFc9tMSUl .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-unFc9tMSUl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unFc9tMSUl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unFc9tMSUl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unFc9tMSUl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unFc9tMSUl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unFc9tMSUl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unFc9tMSUl .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-unFc9tMSUl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unFc9tMSUl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unFc9tMSUl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unFc9tMSUl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unFc9tMSUl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unFc9tMSUl .navbar.navbar-short {
  min-height: 80px;
}
.cid-unFc9tMSUl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unFc9tMSUl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unFc9tMSUl .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-unFc9tMSUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unFc9tMSUl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unFc9tMSUl .dropdown-item.active,
.cid-unFc9tMSUl .dropdown-item:active {
  background-color: transparent;
}
.cid-unFc9tMSUl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unFc9tMSUl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unFc9tMSUl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unFc9tMSUl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-unFc9tMSUl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unFc9tMSUl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unFc9tMSUl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unFc9tMSUl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unFc9tMSUl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-unFc9tMSUl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unFc9tMSUl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unFc9tMSUl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unFc9tMSUl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unFc9tMSUl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unFc9tMSUl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unFc9tMSUl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unFc9tMSUl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unFc9tMSUl .navbar-dropdown {
  position: fixed;
}
.cid-unFc9tMSUl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unFc9tMSUl .navbar {
    height: 70px;
  }
  .cid-unFc9tMSUl .navbar.opened {
    height: auto;
  }
  .cid-unFc9tMSUl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-unFc9wPaJr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
  overflow: hidden;
}
.cid-unFc9wPaJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-unFc9wPaJr .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-unFc9wPaJr .container {
    padding: 0 30px;
  }
}
.cid-unFc9wPaJr .card {
  justify-content: center;
}
.cid-unFc9wPaJr .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-unFc9wPaJr .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unFc9wPaJr .content-wrapper {
    padding: 0;
  }
}
.cid-unFc9wPaJr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unFc9wPaJr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unFc9wPaJr .mbr-section-title {
  color: #bee0d6;
}
.cid-unFc9wPaJr .mbr-section-title,
.cid-unFc9wPaJr .mbr-section-btn {
  text-align: center;
}
.cid-uoxrJ8HIlU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxrJ8HIlU .colored-text {
  color: #e43f3f !important;
}
.cid-uoxrJ8HIlU .mbr-section-title {
  color: #ffffff;
}
.cid-uoxrJ8HIlU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxrJ8HIlU .mbr-text {
  color: #ffffff;
}
.cid-uoxpBE1hGQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxpBE1hGQ .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxpBE1hGQ .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxpBE1hGQ .mbr-section-title {
  color: #ffffff;
}
.cid-uoxpBE1hGQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxpBE1hGQ .mbr-text {
  color: #ffffff;
}
.cid-uoxpBE1hGQ .mbr-text.center-col {
  color: #ffffff;
}
.cid-uoxqfvrMSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxqfvrMSZ .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxqfvrMSZ .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxqfvrMSZ .mbr-section-title {
  color: #ffffff;
}
.cid-uoxqfvrMSZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxqfvrMSZ .mbr-text {
  color: #ffffff;
}
.cid-uoxqoXdhSI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
.cid-uoxqoXdhSI .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxqoXdhSI .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxqoXdhSI .mbr-section-title {
  color: #ffffff;
}
.cid-uoxqoXdhSI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxqoXdhSI .mbr-text {
  color: #ffffff;
}
.cid-uoxFtm8aB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxFtm8aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxFtm8aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 .container,
.cid-uoxFtm8aB2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .container,
  .cid-uoxFtm8aB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxFtm8aB2 a {
  display: block;
}
.cid-uoxFtm8aB2 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxFtm8aB2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxFtm8aB2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper {
    height: auto;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxFtm8aB2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .copyright {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-title {
  color: #3d4045;
}
.cid-uoxFtm8aB2 .mbr-text {
  color: #000000;
}
.cid-uoxFtm8aB2 .list {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-btn {
  text-align: right;
}
.cid-uoxFtm8aB2 .mbr-section-title,
.cid-uoxFtm8aB2 .mbr-section-btn {
  color: #000000;
}
.cid-uoxseRDp1v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uoxseRDp1v .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uoxseRDp1v .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uoxseRDp1v .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uoxseRDp1v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uoxseRDp1v .navbar-caption {
  font-weight: 500;
}
.cid-uoxseRDp1v nav.navbar {
  position: fixed;
}
.cid-uoxseRDp1v .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-uoxseRDp1v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoxseRDp1v .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uoxseRDp1v .dropdown-item:hover,
.cid-uoxseRDp1v .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uoxseRDp1v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoxseRDp1v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoxseRDp1v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoxseRDp1v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoxseRDp1v .nav-link {
  position: relative;
}
.cid-uoxseRDp1v .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uoxseRDp1v .container {
  display: flex;
  margin: auto;
}
.cid-uoxseRDp1v .dropdown-menu,
.cid-uoxseRDp1v .navbar.opened {
  background: #101010 !important;
}
.cid-uoxseRDp1v .nav-item:focus,
.cid-uoxseRDp1v .nav-link:focus {
  outline: none;
}
.cid-uoxseRDp1v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoxseRDp1v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoxseRDp1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoxseRDp1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoxseRDp1v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoxseRDp1v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoxseRDp1v .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uoxseRDp1v .navbar.opened {
  transition: all 0.3s;
}
.cid-uoxseRDp1v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoxseRDp1v .navbar .navbar-logo img {
  width: auto;
}
.cid-uoxseRDp1v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoxseRDp1v .navbar.collapsed {
  justify-content: center;
}
.cid-uoxseRDp1v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoxseRDp1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoxseRDp1v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uoxseRDp1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoxseRDp1v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoxseRDp1v .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-uoxseRDp1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoxseRDp1v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoxseRDp1v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoxseRDp1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoxseRDp1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoxseRDp1v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoxseRDp1v .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-uoxseRDp1v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoxseRDp1v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoxseRDp1v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoxseRDp1v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoxseRDp1v .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoxseRDp1v .navbar.navbar-short {
  min-height: 80px;
}
.cid-uoxseRDp1v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoxseRDp1v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoxseRDp1v .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-uoxseRDp1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoxseRDp1v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoxseRDp1v .dropdown-item.active,
.cid-uoxseRDp1v .dropdown-item:active {
  background-color: transparent;
}
.cid-uoxseRDp1v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoxseRDp1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoxseRDp1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoxseRDp1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uoxseRDp1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoxseRDp1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoxseRDp1v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoxseRDp1v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoxseRDp1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uoxseRDp1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoxseRDp1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxseRDp1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxseRDp1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoxseRDp1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxseRDp1v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoxseRDp1v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoxseRDp1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxseRDp1v .navbar-dropdown {
  position: fixed;
}
.cid-uoxseRDp1v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoxseRDp1v .navbar {
    height: 70px;
  }
  .cid-uoxseRDp1v .navbar.opened {
    height: auto;
  }
  .cid-uoxseRDp1v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uoxseSUQBV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
  overflow: hidden;
}
.cid-uoxseSUQBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxseSUQBV .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-uoxseSUQBV .container {
    padding: 0 30px;
  }
}
.cid-uoxseSUQBV .card {
  justify-content: center;
}
.cid-uoxseSUQBV .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uoxseSUQBV .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uoxseSUQBV .content-wrapper {
    padding: 0;
  }
}
.cid-uoxseSUQBV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoxseSUQBV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoxseSUQBV .mbr-section-title {
  color: #bee0d6;
}
.cid-uoxseSUQBV .mbr-section-title,
.cid-uoxseSUQBV .mbr-section-btn {
  text-align: center;
}
.cid-uoxseUcuoY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxseUcuoY .colored-text {
  color: #e43f3f !important;
}
.cid-uoxseUcuoY .mbr-section-title {
  color: #ffffff;
}
.cid-uoxseUcuoY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxseUcuoY .mbr-text {
  color: #ffffff;
}
.cid-uoxseVmZg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxseVmZg3 .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxseVmZg3 .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxseVmZg3 .mbr-section-title {
  color: #ffffff;
}
.cid-uoxseVmZg3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxseVmZg3 .mbr-text {
  color: #ffffff;
}
.cid-uoxseVmZg3 .mbr-text.center-col {
  color: #ffffff;
}
.cid-uoxseWz4rE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxseWz4rE .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxseWz4rE .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxseWz4rE .mbr-section-title {
  color: #ffffff;
}
.cid-uoxseWz4rE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxseWz4rE .mbr-text {
  color: #ffffff;
}
.cid-uoxseXQo9x {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #101010;
}
.cid-uoxseXQo9x .border-bottom {
  border-color: #e43f3f !important;
}
.cid-uoxseXQo9x .mbr-text.last-col {
  text-align: right;
  color: #a68462;
}
.cid-uoxseXQo9x .mbr-section-title {
  color: #ffffff;
}
.cid-uoxseXQo9x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxseXQo9x .mbr-text {
  color: #ffffff;
}
.cid-uoxFtm8aB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxFtm8aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxFtm8aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 .container,
.cid-uoxFtm8aB2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .container,
  .cid-uoxFtm8aB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxFtm8aB2 a {
  display: block;
}
.cid-uoxFtm8aB2 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxFtm8aB2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxFtm8aB2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper {
    height: auto;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxFtm8aB2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .copyright {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-title {
  color: #3d4045;
}
.cid-uoxFtm8aB2 .mbr-text {
  color: #000000;
}
.cid-uoxFtm8aB2 .list {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-btn {
  text-align: right;
}
.cid-uoxFtm8aB2 .mbr-section-title,
.cid-uoxFtm8aB2 .mbr-section-btn {
  color: #000000;
}
.cid-uoxKnNsfPk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uoxKnNsfPk .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uoxKnNsfPk .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uoxKnNsfPk .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uoxKnNsfPk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uoxKnNsfPk .navbar-caption {
  font-weight: 500;
}
.cid-uoxKnNsfPk nav.navbar {
  position: fixed;
}
.cid-uoxKnNsfPk .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-uoxKnNsfPk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoxKnNsfPk .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uoxKnNsfPk .dropdown-item:hover,
.cid-uoxKnNsfPk .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uoxKnNsfPk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoxKnNsfPk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoxKnNsfPk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoxKnNsfPk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoxKnNsfPk .nav-link {
  position: relative;
}
.cid-uoxKnNsfPk .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uoxKnNsfPk .container {
  display: flex;
  margin: auto;
}
.cid-uoxKnNsfPk .dropdown-menu,
.cid-uoxKnNsfPk .navbar.opened {
  background: #101010 !important;
}
.cid-uoxKnNsfPk .nav-item:focus,
.cid-uoxKnNsfPk .nav-link:focus {
  outline: none;
}
.cid-uoxKnNsfPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoxKnNsfPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoxKnNsfPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoxKnNsfPk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoxKnNsfPk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoxKnNsfPk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoxKnNsfPk .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uoxKnNsfPk .navbar.opened {
  transition: all 0.3s;
}
.cid-uoxKnNsfPk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoxKnNsfPk .navbar .navbar-logo img {
  width: auto;
}
.cid-uoxKnNsfPk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoxKnNsfPk .navbar.collapsed {
  justify-content: center;
}
.cid-uoxKnNsfPk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoxKnNsfPk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoxKnNsfPk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uoxKnNsfPk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoxKnNsfPk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoxKnNsfPk .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-uoxKnNsfPk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoxKnNsfPk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoxKnNsfPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoxKnNsfPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoxKnNsfPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoxKnNsfPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoxKnNsfPk .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-uoxKnNsfPk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoxKnNsfPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoxKnNsfPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoxKnNsfPk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoxKnNsfPk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoxKnNsfPk .navbar.navbar-short {
  min-height: 80px;
}
.cid-uoxKnNsfPk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoxKnNsfPk .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoxKnNsfPk .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-uoxKnNsfPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoxKnNsfPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoxKnNsfPk .dropdown-item.active,
.cid-uoxKnNsfPk .dropdown-item:active {
  background-color: transparent;
}
.cid-uoxKnNsfPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoxKnNsfPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoxKnNsfPk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoxKnNsfPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uoxKnNsfPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoxKnNsfPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoxKnNsfPk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoxKnNsfPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoxKnNsfPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uoxKnNsfPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoxKnNsfPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxKnNsfPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxKnNsfPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoxKnNsfPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxKnNsfPk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoxKnNsfPk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoxKnNsfPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxKnNsfPk .navbar-dropdown {
  position: fixed;
}
.cid-uoxKnNsfPk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoxKnNsfPk .navbar {
    height: 70px;
  }
  .cid-uoxKnNsfPk .navbar.opened {
    height: auto;
  }
  .cid-uoxKnNsfPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uoxKNfAuVp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxKNfAuVp .colored-text {
  color: #e43f3f !important;
}
.cid-uoxKNfAuVp .mbr-section-title {
  color: #ffffff;
}
.cid-uoxKNfAuVp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxKNfAuVp .mbr-text {
  color: #ffffff;
}
.cid-uoxLsg1Kad {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoxLsg1Kad .colored-text {
  color: #a68462 !important;
}
.cid-uoxLsg1Kad .mbr-section-title {
  color: #ffffff;
}
.cid-uoxLsg1Kad .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxLsg1Kad .mbr-text {
  color: #000000;
}
.cid-uoxKnRvIBp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxKnRvIBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxKnRvIBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxKnRvIBp .container,
.cid-uoxKnRvIBp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .container,
  .cid-uoxKnRvIBp .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxKnRvIBp a {
  display: block;
}
.cid-uoxKnRvIBp a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxKnRvIBp a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxKnRvIBp a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxKnRvIBp .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxKnRvIBp .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxKnRvIBp .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .list-wrapper {
    height: auto;
  }
}
.cid-uoxKnRvIBp .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxKnRvIBp .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxKnRvIBp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxKnRvIBp .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxKnRvIBp .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxKnRvIBp .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxKnRvIBp .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxKnRvIBp .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxKnRvIBp .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxKnRvIBp .copyright {
  color: #ffffff;
}
.cid-uoxKnRvIBp .mbr-section-title {
  color: #3d4045;
}
.cid-uoxKnRvIBp .mbr-text {
  color: #000000;
}
.cid-uoxKnRvIBp .list {
  color: #ffffff;
}
.cid-uoxKnRvIBp .mbr-section-btn {
  text-align: right;
}
.cid-uoxKnRvIBp .mbr-section-title,
.cid-uoxKnRvIBp .mbr-section-btn {
  color: #000000;
}
.cid-uoxM3ZtvEU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uoxM3ZtvEU .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uoxM3ZtvEU .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uoxM3ZtvEU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uoxM3ZtvEU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uoxM3ZtvEU .navbar-caption {
  font-weight: 500;
}
.cid-uoxM3ZtvEU nav.navbar {
  position: fixed;
}
.cid-uoxM3ZtvEU .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-uoxM3ZtvEU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoxM3ZtvEU .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uoxM3ZtvEU .dropdown-item:hover,
.cid-uoxM3ZtvEU .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uoxM3ZtvEU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoxM3ZtvEU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoxM3ZtvEU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoxM3ZtvEU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoxM3ZtvEU .nav-link {
  position: relative;
}
.cid-uoxM3ZtvEU .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uoxM3ZtvEU .container {
  display: flex;
  margin: auto;
}
.cid-uoxM3ZtvEU .dropdown-menu,
.cid-uoxM3ZtvEU .navbar.opened {
  background: #101010 !important;
}
.cid-uoxM3ZtvEU .nav-item:focus,
.cid-uoxM3ZtvEU .nav-link:focus {
  outline: none;
}
.cid-uoxM3ZtvEU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoxM3ZtvEU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoxM3ZtvEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoxM3ZtvEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoxM3ZtvEU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoxM3ZtvEU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoxM3ZtvEU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uoxM3ZtvEU .navbar.opened {
  transition: all 0.3s;
}
.cid-uoxM3ZtvEU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoxM3ZtvEU .navbar .navbar-logo img {
  width: auto;
}
.cid-uoxM3ZtvEU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoxM3ZtvEU .navbar.collapsed {
  justify-content: center;
}
.cid-uoxM3ZtvEU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoxM3ZtvEU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoxM3ZtvEU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uoxM3ZtvEU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoxM3ZtvEU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoxM3ZtvEU .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-uoxM3ZtvEU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoxM3ZtvEU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoxM3ZtvEU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoxM3ZtvEU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoxM3ZtvEU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoxM3ZtvEU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoxM3ZtvEU .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-uoxM3ZtvEU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoxM3ZtvEU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoxM3ZtvEU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoxM3ZtvEU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoxM3ZtvEU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uoxM3ZtvEU .navbar.navbar-short {
  min-height: 80px;
}
.cid-uoxM3ZtvEU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoxM3ZtvEU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uoxM3ZtvEU .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-uoxM3ZtvEU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoxM3ZtvEU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoxM3ZtvEU .dropdown-item.active,
.cid-uoxM3ZtvEU .dropdown-item:active {
  background-color: transparent;
}
.cid-uoxM3ZtvEU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoxM3ZtvEU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoxM3ZtvEU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoxM3ZtvEU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uoxM3ZtvEU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoxM3ZtvEU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoxM3ZtvEU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoxM3ZtvEU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoxM3ZtvEU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uoxM3ZtvEU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoxM3ZtvEU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxM3ZtvEU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoxM3ZtvEU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoxM3ZtvEU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxM3ZtvEU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoxM3ZtvEU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoxM3ZtvEU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoxM3ZtvEU .navbar-dropdown {
  position: fixed;
}
.cid-uoxM3ZtvEU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoxM3ZtvEU .navbar {
    height: 70px;
  }
  .cid-uoxM3ZtvEU .navbar.opened {
    height: auto;
  }
  .cid-uoxM3ZtvEU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uoxM40wO9i {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uoxM40wO9i .colored-text {
  color: #e43f3f !important;
}
.cid-uoxM40wO9i .mbr-section-title {
  color: #ffffff;
}
.cid-uoxM40wO9i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxM40wO9i .mbr-text {
  color: #ffffff;
}
.cid-uoxM41t9xR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoxM41t9xR .colored-text {
  color: #a68462 !important;
}
.cid-uoxM41t9xR .mbr-section-title {
  color: #ffffff;
}
.cid-uoxM41t9xR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoxM41t9xR .mbr-text {
  color: #000000;
}
.cid-uoxM42sOes {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxM42sOes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxM42sOes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxM42sOes .container,
.cid-uoxM42sOes .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .container,
  .cid-uoxM42sOes .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxM42sOes a {
  display: block;
}
.cid-uoxM42sOes a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxM42sOes a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxM42sOes a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxM42sOes a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxM42sOes a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxM42sOes .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxM42sOes .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxM42sOes .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .list-wrapper {
    height: auto;
  }
}
.cid-uoxM42sOes .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxM42sOes .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxM42sOes .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxM42sOes .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxM42sOes .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxM42sOes .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxM42sOes .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxM42sOes .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxM42sOes .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxM42sOes .copyright {
  color: #ffffff;
}
.cid-uoxM42sOes .mbr-section-title {
  color: #3d4045;
}
.cid-uoxM42sOes .mbr-text {
  color: #000000;
}
.cid-uoxM42sOes .list {
  color: #ffffff;
}
.cid-uoxM42sOes .mbr-section-btn {
  text-align: right;
}
.cid-uoxM42sOes .mbr-section-title,
.cid-uoxM42sOes .mbr-section-btn {
  color: #000000;
}
.cid-unF1j9s7k7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-unF1j9s7k7 .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-unF1j9s7k7 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-unF1j9s7k7 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-unF1j9s7k7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-unF1j9s7k7 .navbar-caption {
  font-weight: 500;
}
.cid-unF1j9s7k7 nav.navbar {
  position: fixed;
}
.cid-unF1j9s7k7 .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-unF1j9s7k7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unF1j9s7k7 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-unF1j9s7k7 .dropdown-item:hover,
.cid-unF1j9s7k7 .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-unF1j9s7k7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unF1j9s7k7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unF1j9s7k7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unF1j9s7k7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unF1j9s7k7 .nav-link {
  position: relative;
}
.cid-unF1j9s7k7 .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-unF1j9s7k7 .container {
  display: flex;
  margin: auto;
}
.cid-unF1j9s7k7 .dropdown-menu,
.cid-unF1j9s7k7 .navbar.opened {
  background: #101010 !important;
}
.cid-unF1j9s7k7 .nav-item:focus,
.cid-unF1j9s7k7 .nav-link:focus {
  outline: none;
}
.cid-unF1j9s7k7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unF1j9s7k7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unF1j9s7k7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unF1j9s7k7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unF1j9s7k7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unF1j9s7k7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unF1j9s7k7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-unF1j9s7k7 .navbar.opened {
  transition: all 0.3s;
}
.cid-unF1j9s7k7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unF1j9s7k7 .navbar .navbar-logo img {
  width: auto;
}
.cid-unF1j9s7k7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unF1j9s7k7 .navbar.collapsed {
  justify-content: center;
}
.cid-unF1j9s7k7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unF1j9s7k7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unF1j9s7k7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-unF1j9s7k7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unF1j9s7k7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unF1j9s7k7 .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-unF1j9s7k7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unF1j9s7k7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-unF1j9s7k7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unF1j9s7k7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unF1j9s7k7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unF1j9s7k7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unF1j9s7k7 .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-unF1j9s7k7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unF1j9s7k7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unF1j9s7k7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unF1j9s7k7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unF1j9s7k7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-unF1j9s7k7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-unF1j9s7k7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unF1j9s7k7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-unF1j9s7k7 .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-unF1j9s7k7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unF1j9s7k7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unF1j9s7k7 .dropdown-item.active,
.cid-unF1j9s7k7 .dropdown-item:active {
  background-color: transparent;
}
.cid-unF1j9s7k7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unF1j9s7k7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unF1j9s7k7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unF1j9s7k7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-unF1j9s7k7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unF1j9s7k7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unF1j9s7k7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unF1j9s7k7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unF1j9s7k7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-unF1j9s7k7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unF1j9s7k7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unF1j9s7k7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unF1j9s7k7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unF1j9s7k7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unF1j9s7k7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unF1j9s7k7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unF1j9s7k7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unF1j9s7k7 .navbar-dropdown {
  position: fixed;
}
.cid-unF1j9s7k7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unF1j9s7k7 .navbar {
    height: 70px;
  }
  .cid-unF1j9s7k7 .navbar.opened {
    height: auto;
  }
  .cid-unF1j9s7k7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-unF8laPymj {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-unF8laPymj .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-unF8laPymj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-unF8laPymj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-unF8laPymj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-unF8laPymj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-unF8laPymj .special-label {
  color: #fff;
}
.cid-unF8laPymj .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-unF8laPymj .menu-box .box-price {
  flex-shrink: 0;
}
.cid-unF8laPymj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-unF8laPymj .menu-row {
  margin: 0;
}
.cid-unF8laPymj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-unF8laPymj .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-unF8laPymj .group-title,
.cid-unF8laPymj .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-unF8laPymj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unF8laPymj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unF8laPymj .mbr-section-title,
.cid-unF8laPymj .ornament {
  color: #ffffff;
}
.cid-unF8laPymj SPAN {
  color: #ffffff;
}
.cid-unF8laPymj .item-title {
  color: #ffffff;
}
.cid-uEMbH2f8Fr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEMbH2f8Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMbH2f8Fr .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-uEMbH2f8Fr .container {
    padding: 0 30px;
  }
}
.cid-uEMbH2f8Fr .card {
  justify-content: center;
}
.cid-uEMbH2f8Fr .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uEMbH2f8Fr .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEMbH2f8Fr .content-wrapper {
    padding: 0;
  }
}
.cid-uEMbH2f8Fr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEMbH2f8Fr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEMbH2f8Fr .mbr-section-title {
  color: #bee0d6;
}
.cid-uEMbH2f8Fr .mbr-section-title,
.cid-uEMbH2f8Fr .mbr-section-btn {
  text-align: center;
}
.cid-uEMbMewnWf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-uEMbMewnWf .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uEMbMewnWf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-uEMbMewnWf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uEMbMewnWf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uEMbMewnWf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uEMbMewnWf .special-label {
  color: #fff;
}
.cid-uEMbMewnWf .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uEMbMewnWf .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uEMbMewnWf .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uEMbMewnWf .menu-row {
  margin: 0;
}
.cid-uEMbMewnWf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-uEMbMewnWf .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uEMbMewnWf .group-title,
.cid-uEMbMewnWf .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uEMbMewnWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMbMewnWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEMbMewnWf .mbr-section-title,
.cid-uEMbMewnWf .ornament {
  color: #ffffff;
}
.cid-uEMbMewnWf SPAN {
  color: #ffffff;
}
.cid-uEMbMewnWf .item-title {
  color: #ffffff;
}
.cid-unFbvT6BUi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-unFbvT6BUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unFbvT6BUi .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-unFbvT6BUi .container {
    padding: 0 30px;
  }
}
.cid-unFbvT6BUi .card {
  justify-content: center;
}
.cid-unFbvT6BUi .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-unFbvT6BUi .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-unFbvT6BUi .content-wrapper {
    padding: 0;
  }
}
.cid-unFbvT6BUi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-unFbvT6BUi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unFbvT6BUi .mbr-section-title {
  color: #bee0d6;
}
.cid-unFbvT6BUi .mbr-section-title,
.cid-unFbvT6BUi .mbr-section-btn {
  text-align: center;
}
.cid-uA2ukyjHiI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uA2ukyjHiI .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uA2ukyjHiI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-uA2ukyjHiI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uA2ukyjHiI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uA2ukyjHiI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uA2ukyjHiI .special-label {
  color: #fff;
}
.cid-uA2ukyjHiI .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uA2ukyjHiI .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uA2ukyjHiI .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uA2ukyjHiI .menu-row {
  margin: 0;
}
.cid-uA2ukyjHiI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-uA2ukyjHiI .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uA2ukyjHiI .group-title,
.cid-uA2ukyjHiI .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uA2ukyjHiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ukyjHiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ukyjHiI .mbr-section-title,
.cid-uA2ukyjHiI .ornament {
  color: #ffffff;
}
.cid-uA2ukyjHiI SPAN {
  color: #ffffff;
}
.cid-uA2ukyjHiI .item-title {
  color: #ffffff;
}
.cid-v8rRzXMpIB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8rRzXMpIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8rRzXMpIB .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-v8rRzXMpIB .container {
    padding: 0 30px;
  }
}
.cid-v8rRzXMpIB .card {
  justify-content: center;
}
.cid-v8rRzXMpIB .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v8rRzXMpIB .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8rRzXMpIB .content-wrapper {
    padding: 0;
  }
}
.cid-v8rRzXMpIB .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8rRzXMpIB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8rRzXMpIB .mbr-section-title {
  color: #bee0d6;
}
.cid-v8rRzXMpIB .mbr-section-title,
.cid-v8rRzXMpIB .mbr-section-btn {
  text-align: center;
}
.cid-v8rQbLmPgw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-v8rQbLmPgw .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-v8rQbLmPgw .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-v8rQbLmPgw .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v8rQbLmPgw .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-v8rQbLmPgw .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-v8rQbLmPgw .special-label {
  color: #fff;
}
.cid-v8rQbLmPgw .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-v8rQbLmPgw .menu-box .box-price {
  flex-shrink: 0;
}
.cid-v8rQbLmPgw .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-v8rQbLmPgw .menu-row {
  margin: 0;
}
.cid-v8rQbLmPgw .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-v8rQbLmPgw .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-v8rQbLmPgw .group-title,
.cid-v8rQbLmPgw .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-v8rQbLmPgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8rQbLmPgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8rQbLmPgw .mbr-section-title,
.cid-v8rQbLmPgw .ornament {
  color: #ffffff;
}
.cid-v8rQbLmPgw SPAN {
  color: #ffffff;
}
.cid-v8rQbLmPgw .item-title {
  color: #ffffff;
}
.cid-uEMbrC9MZJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEMbrC9MZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEMbrC9MZJ .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-uEMbrC9MZJ .container {
    padding: 0 30px;
  }
}
.cid-uEMbrC9MZJ .card {
  justify-content: center;
}
.cid-uEMbrC9MZJ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uEMbrC9MZJ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEMbrC9MZJ .content-wrapper {
    padding: 0;
  }
}
.cid-uEMbrC9MZJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEMbrC9MZJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEMbrC9MZJ .mbr-section-title {
  color: #bee0d6;
}
.cid-uEMbrC9MZJ .mbr-section-title,
.cid-uEMbrC9MZJ .mbr-section-btn {
  text-align: center;
}
.cid-vcOamPtMid {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1386.jpg");
}
.cid-vcOamPtMid .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-vcOamPtMid .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-vcOamPtMid .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-vcOamPtMid .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-vcOamPtMid .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-vcOamPtMid .special-label {
  color: #fff;
}
.cid-vcOamPtMid .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-vcOamPtMid .menu-box .box-price {
  flex-shrink: 0;
}
.cid-vcOamPtMid .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-vcOamPtMid .menu-row {
  margin: 0;
}
.cid-vcOamPtMid .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-vcOamPtMid .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-vcOamPtMid .group-title,
.cid-vcOamPtMid .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-vcOamPtMid .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOamPtMid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOamPtMid .mbr-section-title,
.cid-vcOamPtMid .ornament {
  color: #ffffff;
}
.cid-vcOamPtMid SPAN {
  color: #ffffff;
}
.cid-vcOamPtMid .item-title {
  color: #ffffff;
}
.cid-v8rQkGkMN5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8rQkGkMN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8rQkGkMN5 .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-v8rQkGkMN5 .container {
    padding: 0 30px;
  }
}
.cid-v8rQkGkMN5 .card {
  justify-content: center;
}
.cid-v8rQkGkMN5 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v8rQkGkMN5 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8rQkGkMN5 .content-wrapper {
    padding: 0;
  }
}
.cid-v8rQkGkMN5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8rQkGkMN5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8rQkGkMN5 .mbr-section-title {
  color: #bee0d6;
}
.cid-v8rQkGkMN5 .mbr-section-title,
.cid-v8rQkGkMN5 .mbr-section-btn {
  text-align: center;
}
.cid-uA2wJUKPe4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uA2wJUKPe4 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uA2wJUKPe4 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-uA2wJUKPe4 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uA2wJUKPe4 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-uA2wJUKPe4 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-uA2wJUKPe4 .special-label {
  color: #fff;
}
.cid-uA2wJUKPe4 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-uA2wJUKPe4 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-uA2wJUKPe4 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uA2wJUKPe4 .menu-row {
  margin: 0;
}
.cid-uA2wJUKPe4 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-uA2wJUKPe4 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uA2wJUKPe4 .group-title,
.cid-uA2wJUKPe4 .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-uA2wJUKPe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2wJUKPe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2wJUKPe4 .mbr-section-title,
.cid-uA2wJUKPe4 .ornament {
  color: #ffffff;
}
.cid-uA2wJUKPe4 SPAN {
  color: #ffffff;
}
.cid-uA2wJUKPe4 .item-title {
  color: #ffffff;
}
.cid-upbSc7OEL3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-upbSc7OEL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upbSc7OEL3 .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-upbSc7OEL3 .container {
    padding: 0 30px;
  }
}
.cid-upbSc7OEL3 .card {
  justify-content: center;
}
.cid-upbSc7OEL3 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upbSc7OEL3 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upbSc7OEL3 .content-wrapper {
    padding: 0;
  }
}
.cid-upbSc7OEL3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upbSc7OEL3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upbSc7OEL3 .mbr-section-title {
  color: #bee0d6;
}
.cid-upbSc7OEL3 .mbr-section-title,
.cid-upbSc7OEL3 .mbr-section-btn {
  text-align: center;
}
.cid-upbZklmipE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7272d;
  overflow: hidden;
}
.cid-upbZklmipE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upbZklmipE .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-upbZklmipE .container {
    padding: 0 30px;
  }
}
.cid-upbZklmipE .card {
  justify-content: center;
}
.cid-upbZklmipE .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upbZklmipE .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upbZklmipE .content-wrapper {
    padding: 0;
  }
}
.cid-upbZklmipE .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upbZklmipE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upbZklmipE .mbr-section-title {
  color: #bee0d6;
}
.cid-upbZklmipE .mbr-section-title,
.cid-upbZklmipE .mbr-section-btn {
  text-align: center;
}
.cid-uA2xRuo5hg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uA2xRuo5hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2xRuo5hg .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-uA2xRuo5hg .container {
    padding: 0 30px;
  }
}
.cid-uA2xRuo5hg .card {
  justify-content: center;
}
.cid-uA2xRuo5hg .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uA2xRuo5hg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uA2xRuo5hg .content-wrapper {
    padding: 0;
  }
}
.cid-uA2xRuo5hg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA2xRuo5hg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA2xRuo5hg .mbr-section-title {
  color: #bee0d6;
}
.cid-uA2xRuo5hg .mbr-section-title,
.cid-uA2xRuo5hg .mbr-section-btn {
  text-align: center;
}
.cid-upc3nCAmyb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-upc3nCAmyb a:hover {
  background-image: none !important;
}
.cid-upc3nCAmyb .mbr-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.cid-upc3nCAmyb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upc3nCAmyb .mbr-text {
  color: #ffffff;
}
.cid-upc3nCAmyb .colored-text {
  color: #a68462 !important;
}
.cid-upc3B7bdBG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upc3B7bdBG .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upc3B7bdBG .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upc3B7bdBG .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upc3B7bdBG .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upc3B7bdBG .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upc3B7bdBG .special-label {
  color: #fff;
}
.cid-upc3B7bdBG .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upc3B7bdBG .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upc3B7bdBG .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upc3B7bdBG .menu-row {
  margin: 0;
}
.cid-upc3B7bdBG .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upc3B7bdBG .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upc3B7bdBG .group-title,
.cid-upc3B7bdBG .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upc3B7bdBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upc3B7bdBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upc3B7bdBG .mbr-section-title,
.cid-upc3B7bdBG .ornament {
  color: #ffffff;
}
.cid-upc3B7bdBG SPAN {
  color: #ffffff;
}
.cid-upc3B7bdBG .item-title {
  color: #ffffff;
}
.cid-upciMFoy2H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upciMFoy2H .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upciMFoy2H .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upciMFoy2H .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upciMFoy2H .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upciMFoy2H .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upciMFoy2H .special-label {
  color: #fff;
}
.cid-upciMFoy2H .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upciMFoy2H .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upciMFoy2H .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upciMFoy2H .menu-row {
  margin: 0;
}
.cid-upciMFoy2H .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upciMFoy2H .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upciMFoy2H .group-title,
.cid-upciMFoy2H .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upciMFoy2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-upciMFoy2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upciMFoy2H .mbr-section-title,
.cid-upciMFoy2H .ornament {
  color: #ffffff;
}
.cid-upciMFoy2H SPAN {
  color: #ffffff;
}
.cid-upciMFoy2H .item-title {
  color: #ffffff;
}
.cid-upckR8yhwA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upckR8yhwA .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upckR8yhwA .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upckR8yhwA .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upckR8yhwA .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upckR8yhwA .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upckR8yhwA .special-label {
  color: #fff;
}
.cid-upckR8yhwA .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upckR8yhwA .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upckR8yhwA .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upckR8yhwA .menu-row {
  margin: 0;
}
.cid-upckR8yhwA .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upckR8yhwA .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upckR8yhwA .group-title,
.cid-upckR8yhwA .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upckR8yhwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upckR8yhwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upckR8yhwA .mbr-section-title,
.cid-upckR8yhwA .ornament {
  color: #ffffff;
}
.cid-upckR8yhwA SPAN {
  color: #ffffff;
}
.cid-upckR8yhwA .item-title {
  color: #ffffff;
}
.cid-upcn5hmRQ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upcn5hmRQ0 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upcn5hmRQ0 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upcn5hmRQ0 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upcn5hmRQ0 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upcn5hmRQ0 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upcn5hmRQ0 .special-label {
  color: #fff;
}
.cid-upcn5hmRQ0 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upcn5hmRQ0 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upcn5hmRQ0 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upcn5hmRQ0 .menu-row {
  margin: 0;
}
.cid-upcn5hmRQ0 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upcn5hmRQ0 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upcn5hmRQ0 .group-title,
.cid-upcn5hmRQ0 .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upcn5hmRQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upcn5hmRQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upcn5hmRQ0 .mbr-section-title,
.cid-upcn5hmRQ0 .ornament {
  color: #ffffff;
}
.cid-upcn5hmRQ0 SPAN {
  color: #ffffff;
}
.cid-upcn5hmRQ0 .item-title {
  color: #ffffff;
}
.cid-upcpGvuumc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upcpGvuumc .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upcpGvuumc .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upcpGvuumc .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upcpGvuumc .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upcpGvuumc .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upcpGvuumc .special-label {
  color: #fff;
}
.cid-upcpGvuumc .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upcpGvuumc .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upcpGvuumc .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upcpGvuumc .menu-row {
  margin: 0;
}
.cid-upcpGvuumc .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upcpGvuumc .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upcpGvuumc .group-title,
.cid-upcpGvuumc .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upcpGvuumc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upcpGvuumc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upcpGvuumc .mbr-section-title,
.cid-upcpGvuumc .ornament {
  color: #ffffff;
}
.cid-upcpGvuumc SPAN {
  color: #ffffff;
}
.cid-upcpGvuumc .item-title {
  color: #ffffff;
}
.cid-upctmSOBbb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #101010;
}
.cid-upctmSOBbb .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-upctmSOBbb .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #073af8;
}
.cid-upctmSOBbb .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-upctmSOBbb .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-upctmSOBbb .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-upctmSOBbb .special-label {
  color: #fff;
}
.cid-upctmSOBbb .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-upctmSOBbb .menu-box .box-price {
  flex-shrink: 0;
}
.cid-upctmSOBbb .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-upctmSOBbb .menu-row {
  margin: 0;
}
.cid-upctmSOBbb .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #e43f3f;
}
.cid-upctmSOBbb .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-upctmSOBbb .group-title,
.cid-upctmSOBbb .align-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-upctmSOBbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upctmSOBbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upctmSOBbb .mbr-section-title,
.cid-upctmSOBbb .ornament {
  color: #ffffff;
}
.cid-upctmSOBbb SPAN {
  color: #ffffff;
}
.cid-upctmSOBbb .item-title {
  color: #ffffff;
}
.cid-upbTS5YQMM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #101010;
  overflow: hidden;
}
.cid-upbTS5YQMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upbTS5YQMM .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-upbTS5YQMM .container {
    padding: 0 30px;
  }
}
.cid-upbTS5YQMM .card {
  justify-content: center;
}
.cid-upbTS5YQMM .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upbTS5YQMM .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upbTS5YQMM .content-wrapper {
    padding: 0;
  }
}
.cid-upbTS5YQMM .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upbTS5YQMM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upbTS5YQMM .mbr-section-title {
  color: #bee0d6;
}
.cid-upbTS5YQMM .mbr-section-title,
.cid-upbTS5YQMM .mbr-section-btn {
  text-align: center;
}
.cid-uoxFtm8aB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uoxFtm8aB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxFtm8aB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoxFtm8aB2 .container,
.cid-uoxFtm8aB2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .container,
  .cid-uoxFtm8aB2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoxFtm8aB2 a {
  display: block;
}
.cid-uoxFtm8aB2 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uoxFtm8aB2 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .copy-wrapper {
    border-right: none;
  }
}
.cid-uoxFtm8aB2 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uoxFtm8aB2 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper {
    height: auto;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uoxFtm8aB2 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uoxFtm8aB2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoxFtm8aB2 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uoxFtm8aB2 .copyright {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-title {
  color: #3d4045;
}
.cid-uoxFtm8aB2 .mbr-text {
  color: #000000;
}
.cid-uoxFtm8aB2 .list {
  color: #ffffff;
}
.cid-uoxFtm8aB2 .mbr-section-btn {
  text-align: right;
}
.cid-uoxFtm8aB2 .mbr-section-title,
.cid-uoxFtm8aB2 .mbr-section-btn {
  color: #000000;
}
.cid-uUgeyhBYvu.popup-builder {
  background-color: #ffffff;
}
.cid-uUgeyhBYvu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUgeyhBYvu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUgeyhBYvu .modal-content,
.cid-uUgeyhBYvu .modal-dialog {
  height: auto;
}
.cid-uUgeyhBYvu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUgeyhBYvu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUgeyhBYvu .form-wrapper .mbr-form .form-group,
  .cid-uUgeyhBYvu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUgeyhBYvu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUgeyhBYvu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUgeyhBYvu .mbr-text {
  text-align: center;
}
.cid-uUgeyhBYvu .pt-0 {
  padding-top: 0 !important;
}
.cid-uUgeyhBYvu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUgeyhBYvu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUgeyhBYvu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUgeyhBYvu .modal-open {
  overflow: hidden;
}
.cid-uUgeyhBYvu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUgeyhBYvu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUgeyhBYvu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUgeyhBYvu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUgeyhBYvu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUgeyhBYvu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUgeyhBYvu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUgeyhBYvu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUgeyhBYvu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUgeyhBYvu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUgeyhBYvu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUgeyhBYvu .modal-backdrop.show {
  opacity: .5;
}
.cid-uUgeyhBYvu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uUgeyhBYvu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUgeyhBYvu .modal-header {
    padding: 1rem;
  }
}
.cid-uUgeyhBYvu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUgeyhBYvu .modal-header .close svg {
  fill: #353535;
}
.cid-uUgeyhBYvu .modal-header .close:hover {
  opacity: 1;
}
.cid-uUgeyhBYvu .modal-header .close:focus {
  outline: none;
}
.cid-uUgeyhBYvu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUgeyhBYvu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uUgeyhBYvu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUgeyhBYvu .modal-body {
    padding: 1rem;
  }
}
.cid-uUgeyhBYvu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUgeyhBYvu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUgeyhBYvu .modal-footer {
    padding: 1rem;
  }
}
.cid-uUgeyhBYvu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUgeyhBYvu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUgeyhBYvu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUgeyhBYvu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUgeyhBYvu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUgeyhBYvu .modal-lg,
  .cid-uUgeyhBYvu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUgeyhBYvu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUgeyhBYvu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUgeyhBYvu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUgeyhBYvu .form-group {
  margin-bottom: 1rem;
}
.cid-uUgeyhBYvu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUgeyhBYvu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUgeyhBYvu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUgeyhBYvu .mbr-section-btn {
  margin: 0;
}
.cid-uUgeyhBYvu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uphAIUR8Qt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uphAIUR8Qt .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uphAIUR8Qt .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uphAIUR8Qt .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uphAIUR8Qt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uphAIUR8Qt .navbar-caption {
  font-weight: 500;
}
.cid-uphAIUR8Qt nav.navbar {
  position: fixed;
}
.cid-uphAIUR8Qt .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-uphAIUR8Qt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uphAIUR8Qt .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uphAIUR8Qt .dropdown-item:hover,
.cid-uphAIUR8Qt .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uphAIUR8Qt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uphAIUR8Qt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uphAIUR8Qt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uphAIUR8Qt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uphAIUR8Qt .nav-link {
  position: relative;
}
.cid-uphAIUR8Qt .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uphAIUR8Qt .container {
  display: flex;
  margin: auto;
}
.cid-uphAIUR8Qt .dropdown-menu,
.cid-uphAIUR8Qt .navbar.opened {
  background: #101010 !important;
}
.cid-uphAIUR8Qt .nav-item:focus,
.cid-uphAIUR8Qt .nav-link:focus {
  outline: none;
}
.cid-uphAIUR8Qt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uphAIUR8Qt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uphAIUR8Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uphAIUR8Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uphAIUR8Qt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uphAIUR8Qt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uphAIUR8Qt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uphAIUR8Qt .navbar.opened {
  transition: all 0.3s;
}
.cid-uphAIUR8Qt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uphAIUR8Qt .navbar .navbar-logo img {
  width: auto;
}
.cid-uphAIUR8Qt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uphAIUR8Qt .navbar.collapsed {
  justify-content: center;
}
.cid-uphAIUR8Qt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uphAIUR8Qt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uphAIUR8Qt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uphAIUR8Qt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uphAIUR8Qt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uphAIUR8Qt .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-uphAIUR8Qt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uphAIUR8Qt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uphAIUR8Qt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uphAIUR8Qt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uphAIUR8Qt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uphAIUR8Qt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uphAIUR8Qt .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-uphAIUR8Qt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uphAIUR8Qt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uphAIUR8Qt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uphAIUR8Qt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uphAIUR8Qt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uphAIUR8Qt .navbar.navbar-short {
  min-height: 80px;
}
.cid-uphAIUR8Qt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uphAIUR8Qt .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uphAIUR8Qt .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-uphAIUR8Qt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uphAIUR8Qt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uphAIUR8Qt .dropdown-item.active,
.cid-uphAIUR8Qt .dropdown-item:active {
  background-color: transparent;
}
.cid-uphAIUR8Qt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uphAIUR8Qt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uphAIUR8Qt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uphAIUR8Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uphAIUR8Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uphAIUR8Qt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uphAIUR8Qt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uphAIUR8Qt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uphAIUR8Qt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uphAIUR8Qt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uphAIUR8Qt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uphAIUR8Qt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uphAIUR8Qt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uphAIUR8Qt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uphAIUR8Qt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uphAIUR8Qt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uphAIUR8Qt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uphAIUR8Qt .navbar-dropdown {
  position: fixed;
}
.cid-uphAIUR8Qt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uphAIUR8Qt .navbar {
    height: 70px;
  }
  .cid-uphAIUR8Qt .navbar.opened {
    height: auto;
  }
  .cid-uphAIUR8Qt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uphBn1bAmq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1360.jpg");
}
.cid-uphBn1bAmq .colored-text {
  color: #e43f3f !important;
}
.cid-uphBn1bAmq .mbr-section-title {
  color: #ffffff;
}
.cid-uphBn1bAmq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uphBn1bAmq .mbr-text {
  color: #ffffff;
}
.cid-uphAIXGgIv {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uphAIXGgIv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uphAIXGgIv h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uphAIXGgIv h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uphAIXGgIv h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uphAIXGgIv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uphAIXGgIv .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uphAIXGgIv .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uphAIXGgIv .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uphAIXGgIv .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uphAIXGgIv .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uphAIXGgIv .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uphAIXGgIv .mbr-section-title,
.cid-uphAIXGgIv .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uphAIXGgIv h2:before,
  .cid-uphAIXGgIv h2:after {
    display: none;
  }
}
.cid-uphAIXGgIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uphAIXGgIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uphAIYYUSE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uphAIYYUSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uphAIYYUSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uphAIYYUSE .container,
.cid-uphAIYYUSE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .container,
  .cid-uphAIYYUSE .container-fluid {
    padding: 0 20px;
  }
}
.cid-uphAIYYUSE a {
  display: block;
}
.cid-uphAIYYUSE a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uphAIYYUSE a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uphAIYYUSE a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uphAIYYUSE .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .copy-wrapper {
    border-right: none;
  }
}
.cid-uphAIYYUSE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uphAIYYUSE .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .list-wrapper {
    height: auto;
  }
}
.cid-uphAIYYUSE .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uphAIYYUSE .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uphAIYYUSE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uphAIYYUSE .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uphAIYYUSE .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uphAIYYUSE .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uphAIYYUSE .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uphAIYYUSE .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uphAIYYUSE .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uphAIYYUSE .copyright {
  color: #ffffff;
}
.cid-uphAIYYUSE .mbr-section-title {
  color: #3d4045;
}
.cid-uphAIYYUSE .mbr-text {
  color: #000000;
}
.cid-uphAIYYUSE .list {
  color: #ffffff;
}
.cid-uphAIYYUSE .mbr-section-btn {
  text-align: right;
}
.cid-uphAIYYUSE .mbr-section-title,
.cid-uphAIYYUSE .mbr-section-btn {
  color: #000000;
}
.cid-upigArdnXS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-upigArdnXS .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-upigArdnXS .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-upigArdnXS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-upigArdnXS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upigArdnXS .navbar-caption {
  font-weight: 500;
}
.cid-upigArdnXS nav.navbar {
  position: fixed;
}
.cid-upigArdnXS .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-upigArdnXS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upigArdnXS .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-upigArdnXS .dropdown-item:hover,
.cid-upigArdnXS .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-upigArdnXS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upigArdnXS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upigArdnXS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upigArdnXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upigArdnXS .nav-link {
  position: relative;
}
.cid-upigArdnXS .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-upigArdnXS .container {
  display: flex;
  margin: auto;
}
.cid-upigArdnXS .dropdown-menu,
.cid-upigArdnXS .navbar.opened {
  background: #101010 !important;
}
.cid-upigArdnXS .nav-item:focus,
.cid-upigArdnXS .nav-link:focus {
  outline: none;
}
.cid-upigArdnXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upigArdnXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upigArdnXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upigArdnXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upigArdnXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upigArdnXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upigArdnXS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-upigArdnXS .navbar.opened {
  transition: all 0.3s;
}
.cid-upigArdnXS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upigArdnXS .navbar .navbar-logo img {
  width: auto;
}
.cid-upigArdnXS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upigArdnXS .navbar.collapsed {
  justify-content: center;
}
.cid-upigArdnXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upigArdnXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upigArdnXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-upigArdnXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upigArdnXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upigArdnXS .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-upigArdnXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upigArdnXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upigArdnXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upigArdnXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upigArdnXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upigArdnXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upigArdnXS .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-upigArdnXS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upigArdnXS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upigArdnXS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upigArdnXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upigArdnXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-upigArdnXS .navbar.navbar-short {
  min-height: 80px;
}
.cid-upigArdnXS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upigArdnXS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-upigArdnXS .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-upigArdnXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upigArdnXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upigArdnXS .dropdown-item.active,
.cid-upigArdnXS .dropdown-item:active {
  background-color: transparent;
}
.cid-upigArdnXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upigArdnXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upigArdnXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upigArdnXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-upigArdnXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upigArdnXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upigArdnXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upigArdnXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upigArdnXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-upigArdnXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upigArdnXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upigArdnXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upigArdnXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upigArdnXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upigArdnXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upigArdnXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upigArdnXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upigArdnXS .navbar-dropdown {
  position: fixed;
}
.cid-upigArdnXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upigArdnXS .navbar {
    height: 70px;
  }
  .cid-upigArdnXS .navbar.opened {
    height: auto;
  }
  .cid-upigArdnXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-upijUR2GTV {
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2022-04-08-bagger-und-brecher-1-2000x1500.jpg");
}
.cid-upijUR2GTV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-upijUR2GTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upijUR2GTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upijUR2GTV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upijUR2GTV .content-wrap .card {
  justify-content: space-between;
}
.cid-upijUR2GTV .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upijUR2GTV .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upijUR2GTV .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upijUR2GTV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upijUR2GTV .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upijUR2GTV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upijUR2GTV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upijUR2GTV .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upijUR2GTV .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upijUR2GTV .image-wrap {
    padding: 0;
  }
}
.cid-upijUR2GTV .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upijUR2GTV .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upijUR2GTV .mbr-section-title {
  color: #150764;
}
.cid-upijUR2GTV .mbr-text {
  color: #ffffff;
}
.cid-upijUR2GTV .mbr-section-title,
.cid-upijUR2GTV .mbr-section-btn {
  color: #ffffff;
}
.cid-upimeHEnGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/maennerspielplatz-erlebnispark-8-1200x675.jpg");
}
.cid-upimeHEnGd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-upimeHEnGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upimeHEnGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upimeHEnGd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upimeHEnGd .content-wrap .card {
  justify-content: space-between;
}
.cid-upimeHEnGd .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upimeHEnGd .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upimeHEnGd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upimeHEnGd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upimeHEnGd .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upimeHEnGd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upimeHEnGd .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upimeHEnGd .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upimeHEnGd .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upimeHEnGd .image-wrap {
    padding: 0;
  }
}
.cid-upimeHEnGd .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upimeHEnGd .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upimeHEnGd .mbr-section-title {
  color: #150764;
}
.cid-upimeHEnGd .mbr-text {
  color: #ffffff;
}
.cid-upimeHEnGd .mbr-section-title,
.cid-upimeHEnGd .mbr-section-btn {
  color: #ffffff;
}
.cid-upioo8QdGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/3h-gelaendewagen-offroad-6-1200x675.jpg");
}
.cid-upioo8QdGr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-upioo8QdGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upioo8QdGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upioo8QdGr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upioo8QdGr .content-wrap .card {
  justify-content: space-between;
}
.cid-upioo8QdGr .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upioo8QdGr .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upioo8QdGr .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upioo8QdGr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upioo8QdGr .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upioo8QdGr .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upioo8QdGr .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upioo8QdGr .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upioo8QdGr .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upioo8QdGr .image-wrap {
    padding: 0;
  }
}
.cid-upioo8QdGr .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upioo8QdGr .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upioo8QdGr .mbr-section-title {
  color: #150764;
}
.cid-upioo8QdGr .mbr-text {
  color: #ffffff;
}
.cid-upioo8QdGr .mbr-section-title,
.cid-upioo8QdGr .mbr-section-btn {
  color: #ffffff;
}
.cid-upipXJHRco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/quad-offroad-2-1200x675.jpg");
}
.cid-upipXJHRco .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-upipXJHRco .mbr-fallback-image.disabled {
  display: none;
}
.cid-upipXJHRco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upipXJHRco .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upipXJHRco .content-wrap .card {
  justify-content: space-between;
}
.cid-upipXJHRco .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upipXJHRco .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upipXJHRco .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upipXJHRco .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upipXJHRco .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upipXJHRco .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upipXJHRco .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upipXJHRco .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upipXJHRco .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upipXJHRco .image-wrap {
    padding: 0;
  }
}
.cid-upipXJHRco .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upipXJHRco .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upipXJHRco .mbr-section-title {
  color: #150764;
}
.cid-upipXJHRco .mbr-text {
  color: #ffffff;
}
.cid-upipXJHRco .mbr-section-title,
.cid-upipXJHRco .mbr-section-btn {
  color: #ffffff;
}
.cid-upiMOzCO9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/cross-buggy-offroad-erlebnis-1-1200x675.jpg");
}
.cid-upiMOzCO9E .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-upiMOzCO9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiMOzCO9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiMOzCO9E .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-upiMOzCO9E .content-wrap .card {
  justify-content: space-between;
}
.cid-upiMOzCO9E .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-upiMOzCO9E .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upiMOzCO9E .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upiMOzCO9E .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upiMOzCO9E .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-upiMOzCO9E .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upiMOzCO9E .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-upiMOzCO9E .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-upiMOzCO9E .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-upiMOzCO9E .image-wrap {
    padding: 0;
  }
}
.cid-upiMOzCO9E .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upiMOzCO9E .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-upiMOzCO9E .mbr-section-title {
  color: #150764;
}
.cid-upiMOzCO9E .mbr-text {
  color: #ffffff;
}
.cid-upiMOzCO9E .mbr-section-title,
.cid-upiMOzCO9E .mbr-section-btn {
  color: #ffffff;
}
.cid-uvf0W2Pz8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/3d-parcours-karte-595x842.png");
}
.cid-uvf0W2Pz8q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-uvf0W2Pz8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvf0W2Pz8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf0W2Pz8q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvf0W2Pz8q .content-wrap .card {
  justify-content: space-between;
}
.cid-uvf0W2Pz8q .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uvf0W2Pz8q .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf0W2Pz8q .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uvf0W2Pz8q .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvf0W2Pz8q .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uvf0W2Pz8q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvf0W2Pz8q .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uvf0W2Pz8q .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uvf0W2Pz8q .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf0W2Pz8q .image-wrap {
    padding: 0;
  }
}
.cid-uvf0W2Pz8q .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvf0W2Pz8q .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvf0W2Pz8q .mbr-section-title {
  color: #150764;
}
.cid-uvf0W2Pz8q .mbr-text {
  color: #ffffff;
}
.cid-uvf0W2Pz8q .mbr-section-title,
.cid-uvf0W2Pz8q .mbr-section-btn {
  color: #ffffff;
}
.cid-uvf23OeDlN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/bogenschieen-lautlose-jagd-3d-parcours-1-1200x675.jpg");
}
.cid-uvf23OeDlN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-uvf23OeDlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvf23OeDlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf23OeDlN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvf23OeDlN .content-wrap .card {
  justify-content: space-between;
}
.cid-uvf23OeDlN .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uvf23OeDlN .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf23OeDlN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uvf23OeDlN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvf23OeDlN .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uvf23OeDlN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvf23OeDlN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uvf23OeDlN .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uvf23OeDlN .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf23OeDlN .image-wrap {
    padding: 0;
  }
}
.cid-uvf23OeDlN .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvf23OeDlN .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvf23OeDlN .mbr-section-title {
  color: #150764;
}
.cid-uvf23OeDlN .mbr-text {
  color: #ffffff;
}
.cid-uvf23OeDlN .mbr-section-title,
.cid-uvf23OeDlN .mbr-section-btn {
  color: #ffffff;
}
.cid-uEcoQH45RF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/grill-bbq-workshop-2-1200x675.jpg");
}
.cid-uEcoQH45RF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-uEcoQH45RF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEcoQH45RF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEcoQH45RF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uEcoQH45RF .content-wrap .card {
  justify-content: space-between;
}
.cid-uEcoQH45RF .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uEcoQH45RF .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEcoQH45RF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uEcoQH45RF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEcoQH45RF .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uEcoQH45RF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEcoQH45RF .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uEcoQH45RF .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uEcoQH45RF .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEcoQH45RF .image-wrap {
    padding: 0;
  }
}
.cid-uEcoQH45RF .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEcoQH45RF .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uEcoQH45RF .mbr-section-title {
  color: #150764;
}
.cid-uEcoQH45RF .mbr-text {
  color: #ffffff;
}
.cid-uEcoQH45RF .mbr-section-title,
.cid-uEcoQH45RF .mbr-section-btn {
  color: #ffffff;
}
.cid-uvf1FAF3cf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/maennerspielplatz-outdoor-challenge-7-1200x675.jpg");
}
.cid-uvf1FAF3cf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e43f3f;
}
.cid-uvf1FAF3cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvf1FAF3cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvf1FAF3cf .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uvf1FAF3cf .content-wrap .card {
  justify-content: space-between;
}
.cid-uvf1FAF3cf .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uvf1FAF3cf .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf1FAF3cf .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uvf1FAF3cf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvf1FAF3cf .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uvf1FAF3cf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvf1FAF3cf .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uvf1FAF3cf .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uvf1FAF3cf .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvf1FAF3cf .image-wrap {
    padding: 0;
  }
}
.cid-uvf1FAF3cf .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvf1FAF3cf .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvf1FAF3cf .mbr-section-title {
  color: #150764;
}
.cid-uvf1FAF3cf .mbr-text {
  color: #ffffff;
}
.cid-uvf1FAF3cf .mbr-section-title,
.cid-uvf1FAF3cf .mbr-section-btn {
  color: #ffffff;
}
.cid-upigAtYjUs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-upigAtYjUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-upigAtYjUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upigAtYjUs .container,
.cid-upigAtYjUs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .container,
  .cid-upigAtYjUs .container-fluid {
    padding: 0 20px;
  }
}
.cid-upigAtYjUs a {
  display: block;
}
.cid-upigAtYjUs a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-upigAtYjUs a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-upigAtYjUs a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-upigAtYjUs a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-upigAtYjUs a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-upigAtYjUs .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .copy-wrapper {
    border-right: none;
  }
}
.cid-upigAtYjUs .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-upigAtYjUs .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .list-wrapper {
    height: auto;
  }
}
.cid-upigAtYjUs .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-upigAtYjUs .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-upigAtYjUs .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-upigAtYjUs .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-upigAtYjUs .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upigAtYjUs .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-upigAtYjUs .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-upigAtYjUs .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-upigAtYjUs .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-upigAtYjUs .copyright {
  color: #ffffff;
}
.cid-upigAtYjUs .mbr-section-title {
  color: #3d4045;
}
.cid-upigAtYjUs .mbr-text {
  color: #000000;
}
.cid-upigAtYjUs .list {
  color: #ffffff;
}
.cid-upigAtYjUs .mbr-section-btn {
  text-align: right;
}
.cid-upigAtYjUs .mbr-section-title,
.cid-upigAtYjUs .mbr-section-btn {
  color: #000000;
}
.cid-uptzDVztdy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uptzDVztdy .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uptzDVztdy .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uptzDVztdy .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uptzDVztdy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uptzDVztdy .navbar-caption {
  font-weight: 500;
}
.cid-uptzDVztdy nav.navbar {
  position: fixed;
}
.cid-uptzDVztdy .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-uptzDVztdy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptzDVztdy .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uptzDVztdy .dropdown-item:hover,
.cid-uptzDVztdy .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uptzDVztdy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptzDVztdy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptzDVztdy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptzDVztdy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptzDVztdy .nav-link {
  position: relative;
}
.cid-uptzDVztdy .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uptzDVztdy .container {
  display: flex;
  margin: auto;
}
.cid-uptzDVztdy .dropdown-menu,
.cid-uptzDVztdy .navbar.opened {
  background: #101010 !important;
}
.cid-uptzDVztdy .nav-item:focus,
.cid-uptzDVztdy .nav-link:focus {
  outline: none;
}
.cid-uptzDVztdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptzDVztdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptzDVztdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptzDVztdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptzDVztdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptzDVztdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptzDVztdy .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uptzDVztdy .navbar.opened {
  transition: all 0.3s;
}
.cid-uptzDVztdy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptzDVztdy .navbar .navbar-logo img {
  width: auto;
}
.cid-uptzDVztdy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptzDVztdy .navbar.collapsed {
  justify-content: center;
}
.cid-uptzDVztdy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptzDVztdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptzDVztdy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uptzDVztdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptzDVztdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptzDVztdy .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-uptzDVztdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptzDVztdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uptzDVztdy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptzDVztdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptzDVztdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptzDVztdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptzDVztdy .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-uptzDVztdy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptzDVztdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptzDVztdy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptzDVztdy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptzDVztdy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uptzDVztdy .navbar.navbar-short {
  min-height: 80px;
}
.cid-uptzDVztdy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uptzDVztdy .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uptzDVztdy .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-uptzDVztdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptzDVztdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptzDVztdy .dropdown-item.active,
.cid-uptzDVztdy .dropdown-item:active {
  background-color: transparent;
}
.cid-uptzDVztdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptzDVztdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptzDVztdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptzDVztdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uptzDVztdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptzDVztdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptzDVztdy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptzDVztdy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptzDVztdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uptzDVztdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptzDVztdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptzDVztdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptzDVztdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptzDVztdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptzDVztdy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptzDVztdy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptzDVztdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptzDVztdy .navbar-dropdown {
  position: fixed;
}
.cid-uptzDVztdy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uptzDVztdy .navbar {
    height: 70px;
  }
  .cid-uptzDVztdy .navbar.opened {
    height: auto;
  }
  .cid-uptzDVztdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uptzDWoHVZ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zimmer-1-2000x1489.png");
}
.cid-uptzDWoHVZ .colored-text {
  color: #e43f3f !important;
}
.cid-uptzDWoHVZ .mbr-section-title {
  color: #ffffff;
}
.cid-uptzDWoHVZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uptzDWoHVZ .mbr-text {
  color: #ffffff;
}
.cid-uptzDX8CmX {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uptzDX8CmX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uptzDX8CmX h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uptzDX8CmX h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uptzDX8CmX h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uptzDX8CmX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uptzDX8CmX .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uptzDX8CmX .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uptzDX8CmX .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uptzDX8CmX .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uptzDX8CmX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uptzDX8CmX .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uptzDX8CmX .mbr-section-title,
.cid-uptzDX8CmX .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uptzDX8CmX h2:before,
  .cid-uptzDX8CmX h2:after {
    display: none;
  }
}
.cid-uptzDX8CmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptzDX8CmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptzDXYPVf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uptzDXYPVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptzDXYPVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptzDXYPVf .container,
.cid-uptzDXYPVf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .container,
  .cid-uptzDXYPVf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uptzDXYPVf a {
  display: block;
}
.cid-uptzDXYPVf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uptzDXYPVf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uptzDXYPVf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uptzDXYPVf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .copy-wrapper {
    border-right: none;
  }
}
.cid-uptzDXYPVf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uptzDXYPVf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .list-wrapper {
    height: auto;
  }
}
.cid-uptzDXYPVf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uptzDXYPVf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uptzDXYPVf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uptzDXYPVf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uptzDXYPVf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uptzDXYPVf .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uptzDXYPVf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uptzDXYPVf .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uptzDXYPVf .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uptzDXYPVf .copyright {
  color: #ffffff;
}
.cid-uptzDXYPVf .mbr-section-title {
  color: #3d4045;
}
.cid-uptzDXYPVf .mbr-text {
  color: #000000;
}
.cid-uptzDXYPVf .list {
  color: #ffffff;
}
.cid-uptzDXYPVf .mbr-section-btn {
  text-align: right;
}
.cid-uptzDXYPVf .mbr-section-title,
.cid-uptzDXYPVf .mbr-section-btn {
  color: #000000;
}
.cid-uptOGW9lTI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uptOGW9lTI .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uptOGW9lTI .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uptOGW9lTI .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uptOGW9lTI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uptOGW9lTI .navbar-caption {
  font-weight: 500;
}
.cid-uptOGW9lTI nav.navbar {
  position: fixed;
}
.cid-uptOGW9lTI .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-uptOGW9lTI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptOGW9lTI .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uptOGW9lTI .dropdown-item:hover,
.cid-uptOGW9lTI .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-uptOGW9lTI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptOGW9lTI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptOGW9lTI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptOGW9lTI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptOGW9lTI .nav-link {
  position: relative;
}
.cid-uptOGW9lTI .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-uptOGW9lTI .container {
  display: flex;
  margin: auto;
}
.cid-uptOGW9lTI .dropdown-menu,
.cid-uptOGW9lTI .navbar.opened {
  background: #101010 !important;
}
.cid-uptOGW9lTI .nav-item:focus,
.cid-uptOGW9lTI .nav-link:focus {
  outline: none;
}
.cid-uptOGW9lTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptOGW9lTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptOGW9lTI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptOGW9lTI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptOGW9lTI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptOGW9lTI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptOGW9lTI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-uptOGW9lTI .navbar.opened {
  transition: all 0.3s;
}
.cid-uptOGW9lTI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptOGW9lTI .navbar .navbar-logo img {
  width: auto;
}
.cid-uptOGW9lTI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptOGW9lTI .navbar.collapsed {
  justify-content: center;
}
.cid-uptOGW9lTI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptOGW9lTI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptOGW9lTI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-uptOGW9lTI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptOGW9lTI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptOGW9lTI .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-uptOGW9lTI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptOGW9lTI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uptOGW9lTI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptOGW9lTI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptOGW9lTI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptOGW9lTI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptOGW9lTI .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-uptOGW9lTI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptOGW9lTI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptOGW9lTI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptOGW9lTI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptOGW9lTI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uptOGW9lTI .navbar.navbar-short {
  min-height: 80px;
}
.cid-uptOGW9lTI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uptOGW9lTI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uptOGW9lTI .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-uptOGW9lTI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptOGW9lTI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptOGW9lTI .dropdown-item.active,
.cid-uptOGW9lTI .dropdown-item:active {
  background-color: transparent;
}
.cid-uptOGW9lTI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptOGW9lTI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptOGW9lTI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptOGW9lTI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-uptOGW9lTI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptOGW9lTI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptOGW9lTI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptOGW9lTI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptOGW9lTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-uptOGW9lTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptOGW9lTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptOGW9lTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptOGW9lTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptOGW9lTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptOGW9lTI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptOGW9lTI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptOGW9lTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptOGW9lTI .navbar-dropdown {
  position: fixed;
}
.cid-uptOGW9lTI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uptOGW9lTI .navbar {
    height: 70px;
  }
  .cid-uptOGW9lTI .navbar.opened {
    height: auto;
  }
  .cid-uptOGW9lTI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-uptOGXgKtQ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pempel-gericht-mit-bier-gross-2000x1500.png");
}
.cid-uptOGXgKtQ .colored-text {
  color: #e43f3f !important;
}
.cid-uptOGXgKtQ .mbr-section-title {
  color: #ffffff;
}
.cid-uptOGXgKtQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uptOGXgKtQ .mbr-text {
  color: #ffffff;
}
.cid-uptOGYe1np {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uptOGYe1np .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uptOGYe1np h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uptOGYe1np h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uptOGYe1np h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uptOGYe1np .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uptOGYe1np .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uptOGYe1np .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uptOGYe1np .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uptOGYe1np .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uptOGYe1np .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uptOGYe1np .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uptOGYe1np .mbr-section-title,
.cid-uptOGYe1np .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uptOGYe1np h2:before,
  .cid-uptOGYe1np h2:after {
    display: none;
  }
}
.cid-uptOGYe1np .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptOGYe1np .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptOGZhNId {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-uptOGZhNId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptOGZhNId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptOGZhNId .container,
.cid-uptOGZhNId .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .container,
  .cid-uptOGZhNId .container-fluid {
    padding: 0 20px;
  }
}
.cid-uptOGZhNId a {
  display: block;
}
.cid-uptOGZhNId a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-uptOGZhNId a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-uptOGZhNId a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-uptOGZhNId a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uptOGZhNId a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-uptOGZhNId .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .copy-wrapper {
    border-right: none;
  }
}
.cid-uptOGZhNId .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uptOGZhNId .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .list-wrapper {
    height: auto;
  }
}
.cid-uptOGZhNId .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-uptOGZhNId .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-uptOGZhNId .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-uptOGZhNId .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-uptOGZhNId .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uptOGZhNId .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uptOGZhNId .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-uptOGZhNId .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-uptOGZhNId .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-uptOGZhNId .copyright {
  color: #ffffff;
}
.cid-uptOGZhNId .mbr-section-title {
  color: #3d4045;
}
.cid-uptOGZhNId .mbr-text {
  color: #000000;
}
.cid-uptOGZhNId .list {
  color: #ffffff;
}
.cid-uptOGZhNId .mbr-section-btn {
  text-align: right;
}
.cid-uptOGZhNId .mbr-section-title,
.cid-uptOGZhNId .mbr-section-btn {
  color: #000000;
}
.cid-upvDILQ725 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-upvDILQ725 .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-upvDILQ725 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-upvDILQ725 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-upvDILQ725 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-upvDILQ725 .navbar-caption {
  font-weight: 500;
}
.cid-upvDILQ725 nav.navbar {
  position: fixed;
}
.cid-upvDILQ725 .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-upvDILQ725 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upvDILQ725 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-upvDILQ725 .dropdown-item:hover,
.cid-upvDILQ725 .dropdown-item:focus {
  background: #d3312a !important;
  color: white !important;
}
.cid-upvDILQ725 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upvDILQ725 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upvDILQ725 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upvDILQ725 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upvDILQ725 .nav-link {
  position: relative;
}
.cid-upvDILQ725 .nav-link:hover {
  text-decoration: underline;
  color: #d3312a !important;
}
.cid-upvDILQ725 .container {
  display: flex;
  margin: auto;
}
.cid-upvDILQ725 .dropdown-menu,
.cid-upvDILQ725 .navbar.opened {
  background: #101010 !important;
}
.cid-upvDILQ725 .nav-item:focus,
.cid-upvDILQ725 .nav-link:focus {
  outline: none;
}
.cid-upvDILQ725 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upvDILQ725 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upvDILQ725 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upvDILQ725 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upvDILQ725 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upvDILQ725 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upvDILQ725 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #101010;
}
.cid-upvDILQ725 .navbar.opened {
  transition: all 0.3s;
}
.cid-upvDILQ725 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upvDILQ725 .navbar .navbar-logo img {
  width: auto;
}
.cid-upvDILQ725 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upvDILQ725 .navbar.collapsed {
  justify-content: center;
}
.cid-upvDILQ725 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upvDILQ725 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upvDILQ725 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.8rem);
  }
}
.cid-upvDILQ725 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upvDILQ725 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upvDILQ725 .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-upvDILQ725 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upvDILQ725 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-upvDILQ725 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upvDILQ725 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upvDILQ725 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upvDILQ725 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upvDILQ725 .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-upvDILQ725 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upvDILQ725 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upvDILQ725 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upvDILQ725 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upvDILQ725 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-upvDILQ725 .navbar.navbar-short {
  min-height: 80px;
}
.cid-upvDILQ725 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upvDILQ725 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-upvDILQ725 .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-upvDILQ725 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upvDILQ725 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upvDILQ725 .dropdown-item.active,
.cid-upvDILQ725 .dropdown-item:active {
  background-color: transparent;
}
.cid-upvDILQ725 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upvDILQ725 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upvDILQ725 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upvDILQ725 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #101010;
}
.cid-upvDILQ725 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upvDILQ725 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upvDILQ725 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upvDILQ725 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upvDILQ725 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eeeeee;
}
.cid-upvDILQ725 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upvDILQ725 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upvDILQ725 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upvDILQ725 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upvDILQ725 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upvDILQ725 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upvDILQ725 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upvDILQ725 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upvDILQ725 .navbar-dropdown {
  position: fixed;
}
.cid-upvDILQ725 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upvDILQ725 .navbar {
    height: 70px;
  }
  .cid-upvDILQ725 .navbar.opened {
    height: auto;
  }
  .cid-upvDILQ725 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #d3312a;
  }
}
.cid-upyh5z7mws {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/zimmer-1-2000x1489.png");
}
.cid-upyh5z7mws .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyh5z7mws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyh5z7mws .items-wrapper {
  justify-content: flex-end;
}
.cid-upyh5z7mws .items-wrapper .card {
  justify-content: center;
}
.cid-upyh5z7mws .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-upyh5z7mws .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-upyh5z7mws .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-upyh5z7mws .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upyh5z7mws .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d3312a, #dd5953);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-upyh5z7mws .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upyh5z7mws .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-upyh5z7mws .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-upyh5z7mws .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-upyh5z7mws .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-upyh5z7mws .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-upyh5z7mws .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-upyh5z7mws .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-upyh5z7mws .mbr-section-title {
  color: #ffffff;
}
.cid-upyh5z7mws .mbr-text {
  color: #ffffff;
}
.cid-upyh5z7mws .mbr-section-title,
.cid-upyh5z7mws .mbr-section-btn {
  color: #ffffff;
}
.cid-upvDIOgOYH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upvDIOgOYH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-upvDIOgOYH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-upvDIOgOYH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-upvDIOgOYH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-upvDIOgOYH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-upvDIOgOYH .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-upvDIOgOYH .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-upvDIOgOYH .mbr-iconfont-social:hover:before {
  background: #ffffff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-upvDIOgOYH .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-upvDIOgOYH .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-upvDIOgOYH .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-upvDIOgOYH .mbr-section-title,
.cid-upvDIOgOYH .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-upvDIOgOYH h2:before,
  .cid-upvDIOgOYH h2:after {
    display: none;
  }
}
.cid-upvDIOgOYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvDIOgOYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvDIP61nn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
}
.cid-upvDIP61nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upvDIP61nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upvDIP61nn .container,
.cid-upvDIP61nn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .container,
  .cid-upvDIP61nn .container-fluid {
    padding: 0 20px;
  }
}
.cid-upvDIP61nn a {
  display: block;
}
.cid-upvDIP61nn a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-upvDIP61nn a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-upvDIP61nn a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-upvDIP61nn a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-upvDIP61nn a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-upvDIP61nn .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .copy-wrapper {
    border-right: none;
  }
}
.cid-upvDIP61nn .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-upvDIP61nn .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .list-wrapper {
    height: auto;
  }
}
.cid-upvDIP61nn .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-upvDIP61nn .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-upvDIP61nn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-upvDIP61nn .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-upvDIP61nn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upvDIP61nn .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-upvDIP61nn .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
.cid-upvDIP61nn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-upvDIP61nn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-upvDIP61nn .copyright {
  color: #ffffff;
}
.cid-upvDIP61nn .mbr-section-title {
  color: #3d4045;
}
.cid-upvDIP61nn .mbr-text {
  color: #000000;
}
.cid-upvDIP61nn .list {
  color: #ffffff;
}
.cid-upvDIP61nn .mbr-section-btn {
  text-align: right;
}
.cid-upvDIP61nn .mbr-section-title,
.cid-upvDIP61nn .mbr-section-btn {
  color: #000000;
}
