.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: #7b7b7b !important;
}
.bg-success {
  background-color: #0a588f !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #0aa64e !important;
}
.bg-danger {
  background-color: #075f9e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b !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: #505050 !important;
  border-color: #505050 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #34cf16 !important;
  border-color: #34cf16 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20810e !important;
  border-color: #20810e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20810e !important;
  border-color: #20810e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a588f !important;
  border-color: #0a588f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04263e !important;
  border-color: #04263e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04263e !important;
  border-color: #04263e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0aa64e !important;
  border-color: #0aa64e !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: #055428 !important;
  border-color: #055428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #055428 !important;
  border-color: #055428 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #075f9e !important;
  border-color: #075f9e !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: #032d4b !important;
  border-color: #032d4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #032d4b !important;
  border-color: #032d4b !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: #7b7b7b;
  color: #7b7b7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #505050 !important;
  background-color: transparent!important;
  border-color: #505050 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7b7b7b !important;
  border-color: #7b7b7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #34cf16;
  color: #34cf16;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20810e !important;
  background-color: transparent!important;
  border-color: #20810e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #34cf16 !important;
  border-color: #34cf16 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0a588f;
  color: #0a588f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #04263e !important;
  background-color: transparent!important;
  border-color: #04263e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0a588f !important;
  border-color: #0a588f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0aa64e;
  color: #0aa64e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #055428 !important;
  background-color: transparent!important;
  border-color: #055428 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa64e !important;
  border-color: #0aa64e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #075f9e;
  color: #075f9e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #032d4b !important;
  background-color: transparent!important;
  border-color: #032d4b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #075f9e !important;
  border-color: #075f9e !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: #7b7b7b !important;
}
.text-secondary {
  color: #34cf16 !important;
}
.text-success {
  color: #0a588f !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #0aa64e !important;
}
.text-danger {
  color: #075f9e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #484848 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1d730c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #031d30 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #044621 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #03243c !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: #7b7b7b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #0aa64e;
}
.alert-danger {
  background-color: #075f9e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7b7b7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bbbbbb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #289df0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cf38c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2fa3f6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7b7b7b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #7b7b7b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7b7b7b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7b7b7b;
}
.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: #7b7b7b;
  border-bottom-color: #7b7b7b;
}
.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: #7b7b7b !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: #34cf16 !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='%237b7b7b' %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-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqMFWu3IYI {
  background-image: url("../../../assets/images/titulka-6-2000x1333.png");
}
.cid-tqMFWu3IYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqMFWu3IYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqMFWu3IYI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tqMFWu3IYI .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tqMFWu3IYI .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tqMFWu3IYI .mbr-section-title {
  color: #ffffff;
}
.cid-tqMFWu3IYI .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tqMj7jYcNG {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #daeff9;
}
.cid-tqMj7jYcNG img,
.cid-tqMj7jYcNG .item-img {
  width: 100%;
}
.cid-tqMj7jYcNG .item:focus,
.cid-tqMj7jYcNG span:focus {
  outline: none;
}
.cid-tqMj7jYcNG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqMj7jYcNG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqMj7jYcNG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqMj7jYcNG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqMj7jYcNG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqMj7jYcNG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqMj7jYcNG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqMj7jYcNG .mbr-section-title {
  color: #075f9e;
}
.cid-tqMj7jYcNG .mbr-text,
.cid-tqMj7jYcNG .mbr-section-btn {
  text-align: left;
}
.cid-tqMj7jYcNG .item-title {
  text-align: left;
  color: #075f9e;
}
.cid-tqMj7jYcNG .item-subtitle {
  text-align: left;
}
.cid-tqKeO7HXGH .main_wrapper {
  position: relative;
  height: 54rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tqKeO7HXGH .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tqKeO7HXGH .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #daeff9;
  pointer-events: fill;
}
.cid-tqKeO7HXGH .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tqKeO7HXGH .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tqKeO7HXGH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqKeO7HXGH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tqKeO7HXGH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqKeO7HXGH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tqKeO7HXGH .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tqKeO7HXGH .google-map {
    position: relative;
  }
  .cid-tqKeO7HXGH .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tqLLtQuS9u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #daeff9;
}
.cid-tqLAoOMexg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #daeff9;
}
.cid-tqLAoOMexg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqLAoOMexg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqLAoOMexg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqLAoOMexg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqLAoOMexg .mbr-section-subtitle {
  color: #7b7b7b;
}
.cid-tqLAoOMexg .mbr-section-title {
  color: #232323;
}
.cid-tqKZgRxRjX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #daeff9;
}
.cid-trATySUMIn {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trATySUMIn .container {
    max-width: 1400px;
  }
}
.cid-trATySUMIn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-trATySUMIn .card-wrapper {
  margin-top: 3rem;
}
.cid-trATySUMIn .row {
  justify-content: center;
}
.cid-trAVbMdB0Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trNZrNC8u6 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-trNZrNC8u6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trNZrNC8u6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trNZrNC8u6 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-trNZrNC8u6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trNZrNC8u6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trNZrNC8u6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-trNZrNC8u6 .mbr-text,
.cid-trNZrNC8u6 .mbr-section-btn {
  color: #ffffff;
}
.cid-trNZrNC8u6 .card-title,
.cid-trNZrNC8u6 .card-box {
  text-align: left;
}
.cid-trNVNpkNFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-trNVNpkNFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-trNVNpkNFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trNVNpkNFt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-trNVNpkNFt .panel-group {
  border: none;
}
.cid-trNVNpkNFt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-trNVNpkNFt .panel-body,
.cid-trNVNpkNFt .card-header {
  padding: 1rem 0;
}
.cid-trNVNpkNFt .panel-title-edit {
  color: #000000;
}
.cid-trNVNpkNFt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-trNVNpkNFt H3 {
  text-align: left;
}
.cid-trO6Cxmc4U {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trO6Cxmc4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-trO6Cxmc4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trO6Cxmc4U .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trO6Cxmc4U .card {
    margin-bottom: 2rem!important;
  }
  .cid-trO6Cxmc4U .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trO6Cxmc4U .link-wrap {
    align-items: center;
  }
}
.cid-trO6Cxmc4U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trO6Cxmc4U .card-title,
.cid-trO6Cxmc4U .card-box {
  text-align: left;
}
.cid-trTv8rAgbM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trTv8rAgbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTv8rAgbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTv8rAgbM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trTv8rAgbM .card {
    margin-bottom: 2rem!important;
  }
  .cid-trTv8rAgbM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trTv8rAgbM .link-wrap {
    align-items: center;
  }
}
.cid-trTv8rAgbM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTv8rAgbM .card-title,
.cid-trTv8rAgbM .card-box {
  text-align: left;
}
.cid-trUl3hoid4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trUl3hoid4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trUl3hoid4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trUl3hoid4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trUl3hoid4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-trUl3hoid4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trUl3hoid4 .link-wrap {
    align-items: center;
  }
}
.cid-trUl3hoid4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUl3hoid4 .card-title,
.cid-trUl3hoid4 .card-box {
  text-align: left;
}
.cid-trYn8TeTka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYn8TeTka .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYn8TeTka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYn8TeTka .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYn8TeTka .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYn8TeTka .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYn8TeTka .link-wrap {
    align-items: center;
  }
}
.cid-trYn8TeTka .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYn8TeTka .card-title,
.cid-trYn8TeTka .card-box {
  text-align: left;
}
.cid-trYoMpR8Bx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYoMpR8Bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYoMpR8Bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYoMpR8Bx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYoMpR8Bx .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYoMpR8Bx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYoMpR8Bx .link-wrap {
    align-items: center;
  }
}
.cid-trYoMpR8Bx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYoMpR8Bx .card-title,
.cid-trYoMpR8Bx .card-box {
  text-align: left;
}
.cid-trYqS9QSIr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYqS9QSIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYqS9QSIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYqS9QSIr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYqS9QSIr .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYqS9QSIr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYqS9QSIr .link-wrap {
    align-items: center;
  }
}
.cid-trYqS9QSIr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYqS9QSIr .card-title,
.cid-trYqS9QSIr .card-box {
  text-align: left;
}
.cid-trYsGqeotz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYsGqeotz .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYsGqeotz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYsGqeotz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYsGqeotz .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYsGqeotz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYsGqeotz .link-wrap {
    align-items: center;
  }
}
.cid-trYsGqeotz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYsGqeotz .card-title,
.cid-trYsGqeotz .card-box {
  text-align: left;
  color: #000000;
}
.cid-trYsGqeotz .mbr-text {
  color: #000000;
}
.cid-trYvvJiI1v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYvvJiI1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYvvJiI1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYvvJiI1v .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYvvJiI1v .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYvvJiI1v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYvvJiI1v .link-wrap {
    align-items: center;
  }
}
.cid-trYvvJiI1v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYvvJiI1v .card-title,
.cid-trYvvJiI1v .card-box {
  text-align: left;
  color: #000000;
}
.cid-trYvvJiI1v .mbr-text {
  color: #000000;
}
.cid-trYx9UP09V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trXEQ8w0Ov {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-trXEQ8w0Ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-trXEQ8w0Ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trXEQ8w0Ov .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-trXEQ8w0Ov .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trXEQ8w0Ov .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trXEQ8w0Ov .card-wrapper {
    padding: 4rem;
  }
}
.cid-trXEQ8w0Ov .mbr-text,
.cid-trXEQ8w0Ov .mbr-section-btn {
  color: #ffffff;
}
.cid-trXEQ8w0Ov .card-title,
.cid-trXEQ8w0Ov .card-box {
  text-align: left;
}
.cid-trXEU80VGb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-trXEU80VGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-trXEU80VGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trXEU80VGb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-trXEU80VGb .panel-group {
  border: none;
}
.cid-trXEU80VGb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-trXEU80VGb .panel-body,
.cid-trXEU80VGb .card-header {
  padding: 1rem 0;
}
.cid-trXEU80VGb .panel-title-edit {
  color: #000000;
}
.cid-trXEU80VGb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-trXEU80VGb H3 {
  text-align: left;
}
.cid-trXF4wV1VZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trXF4wV1VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trXF4wV1VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trXF4wV1VZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trXF4wV1VZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-trXF4wV1VZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trXF4wV1VZ .link-wrap {
    align-items: center;
  }
}
.cid-trXF4wV1VZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trXF4wV1VZ .card-title,
.cid-trXF4wV1VZ .card-box {
  text-align: left;
}
.cid-ts3AeKJEqP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3AeKJEqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3AeKJEqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3AeKJEqP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3AeKJEqP .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3AeKJEqP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3AeKJEqP .link-wrap {
    align-items: center;
  }
}
.cid-ts3AeKJEqP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3AeKJEqP .card-title,
.cid-ts3AeKJEqP .card-box {
  text-align: left;
}
.cid-ts3Bdckjd3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3Bdckjd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3Bdckjd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3Bdckjd3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3Bdckjd3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3Bdckjd3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3Bdckjd3 .link-wrap {
    align-items: center;
  }
}
.cid-ts3Bdckjd3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3Bdckjd3 .card-title,
.cid-ts3Bdckjd3 .card-box {
  text-align: left;
}
.cid-ts3E4AE6Kv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3E4AE6Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3E4AE6Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3E4AE6Kv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3E4AE6Kv .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3E4AE6Kv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3E4AE6Kv .link-wrap {
    align-items: center;
  }
}
.cid-ts3E4AE6Kv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3E4AE6Kv .card-title,
.cid-ts3E4AE6Kv .card-box {
  text-align: left;
}
.cid-ts3E611oyM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3E611oyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3E611oyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3E611oyM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3E611oyM .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3E611oyM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3E611oyM .link-wrap {
    align-items: center;
  }
}
.cid-ts3E611oyM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3E611oyM .card-title,
.cid-ts3E611oyM .card-box {
  text-align: left;
}
.cid-ts3E6OOJzD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3E6OOJzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3E6OOJzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3E6OOJzD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3E6OOJzD .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3E6OOJzD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3E6OOJzD .link-wrap {
    align-items: center;
  }
}
.cid-ts3E6OOJzD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3E6OOJzD .card-title,
.cid-ts3E6OOJzD .card-box {
  text-align: left;
}
.cid-ts3E7KBG8W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3E7KBG8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3E7KBG8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3E7KBG8W .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3E7KBG8W .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3E7KBG8W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3E7KBG8W .link-wrap {
    align-items: center;
  }
}
.cid-ts3E7KBG8W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3E7KBG8W .card-title,
.cid-ts3E7KBG8W .card-box {
  text-align: left;
}
.cid-ts3E9iZZqM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3E9iZZqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3E9iZZqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3E9iZZqM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3E9iZZqM .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3E9iZZqM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3E9iZZqM .link-wrap {
    align-items: center;
  }
}
.cid-ts3E9iZZqM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3E9iZZqM .card-title,
.cid-ts3E9iZZqM .card-box {
  text-align: left;
}
.cid-ts3MYZ79a3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trXIEQfBRQ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1368.jpg");
}
.cid-trXIEQfBRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trXIEQfBRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trXIEQfBRQ .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-trXIEQfBRQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trXIEQfBRQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trXIEQfBRQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-trXIEQfBRQ .mbr-text,
.cid-trXIEQfBRQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-trXIEQfBRQ .card-title,
.cid-trXIEQfBRQ .card-box {
  text-align: left;
}
.cid-ttdJ42VENE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-ttdJ42VENE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttdJ42VENE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttdJ42VENE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-ttdJ42VENE .panel-group {
  border: none;
}
.cid-ttdJ42VENE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ttdJ42VENE .panel-body,
.cid-ttdJ42VENE .card-header {
  padding: 1rem 0;
}
.cid-ttdJ42VENE .panel-title-edit {
  color: #000000;
}
.cid-ttdJ42VENE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ttdJ42VENE H3 {
  text-align: left;
}
.cid-trXII1UzrE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trXII1UzrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trXII1UzrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trXII1UzrE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trXII1UzrE .card {
    margin-bottom: 2rem!important;
  }
  .cid-trXII1UzrE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trXII1UzrE .link-wrap {
    align-items: center;
  }
}
.cid-trXII1UzrE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trXII1UzrE .card-title,
.cid-trXII1UzrE .card-box {
  text-align: left;
  color: #000000;
}
.cid-trXII1UzrE .mbr-text {
  color: #000000;
}
.cid-tsnxxew31W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxxew31W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxxew31W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxxew31W .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxxew31W .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxxew31W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxxew31W .link-wrap {
    align-items: center;
  }
}
.cid-tsnxxew31W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxxew31W .card-title,
.cid-tsnxxew31W .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxxew31W .mbr-text {
  color: #000000;
}
.cid-tsnxyQEQfU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxyQEQfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxyQEQfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxyQEQfU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxyQEQfU .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxyQEQfU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxyQEQfU .link-wrap {
    align-items: center;
  }
}
.cid-tsnxyQEQfU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxyQEQfU .card-title,
.cid-tsnxyQEQfU .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxyQEQfU .mbr-text {
  color: #000000;
}
.cid-tsnxzz3dCF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxzz3dCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxzz3dCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxzz3dCF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxzz3dCF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxzz3dCF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxzz3dCF .link-wrap {
    align-items: center;
  }
}
.cid-tsnxzz3dCF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxzz3dCF .card-title,
.cid-tsnxzz3dCF .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxzz3dCF .mbr-text {
  color: #000000;
}
.cid-tsnxFcrReT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxFcrReT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxFcrReT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxFcrReT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxFcrReT .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxFcrReT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxFcrReT .link-wrap {
    align-items: center;
  }
}
.cid-tsnxFcrReT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxFcrReT .card-title,
.cid-tsnxFcrReT .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxFcrReT .mbr-text {
  color: #000000;
}
.cid-tsnxGD1R3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxGD1R3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxGD1R3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxGD1R3W .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxGD1R3W .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxGD1R3W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxGD1R3W .link-wrap {
    align-items: center;
  }
}
.cid-tsnxGD1R3W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxGD1R3W .card-title,
.cid-tsnxGD1R3W .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxGD1R3W .mbr-text {
  color: #000000;
}
.cid-tsnxIckifj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxIckifj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxIckifj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxIckifj .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxIckifj .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxIckifj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxIckifj .link-wrap {
    align-items: center;
  }
}
.cid-tsnxIckifj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxIckifj .card-title,
.cid-tsnxIckifj .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxIckifj .mbr-text {
  color: #000000;
}
.cid-tsnxIRSSM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxIRSSM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxIRSSM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxIRSSM7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxIRSSM7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxIRSSM7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxIRSSM7 .link-wrap {
    align-items: center;
  }
}
.cid-tsnxIRSSM7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxIRSSM7 .card-title,
.cid-tsnxIRSSM7 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxIRSSM7 .mbr-text {
  color: #000000;
}
.cid-tsnxNKYH9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts4Uln1hDm {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-ts4Uln1hDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4Uln1hDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4Uln1hDm .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ts4Uln1hDm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ts4Uln1hDm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts4Uln1hDm .card-wrapper {
    padding: 4rem;
  }
}
.cid-ts4Uln1hDm .mbr-text,
.cid-ts4Uln1hDm .mbr-section-btn {
  color: #ffffff;
}
.cid-ts4Uln1hDm .card-title,
.cid-ts4Uln1hDm .card-box {
  text-align: left;
}
.cid-ts4Uom2XRj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-ts4Uom2XRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4Uom2XRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4Uom2XRj .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-ts4Uom2XRj .panel-group {
  border: none;
}
.cid-ts4Uom2XRj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ts4Uom2XRj .panel-body,
.cid-ts4Uom2XRj .card-header {
  padding: 1rem 0;
}
.cid-ts4Uom2XRj .panel-title-edit {
  color: #000000;
}
.cid-ts4Uom2XRj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ts4Uom2XRj H3 {
  text-align: left;
}
.cid-tt6r9W4Kdt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ts4UwHhwsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ts4UwHhwsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4UwHhwsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4UwHhwsV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts4UwHhwsV .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts4UwHhwsV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts4UwHhwsV .link-wrap {
    align-items: center;
  }
}
.cid-ts4UwHhwsV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts4UwHhwsV .card-title,
.cid-ts4UwHhwsV .card-box {
  text-align: left;
}
.cid-tt6Mmh11xq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6Mmh11xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Mmh11xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Mmh11xq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Mmh11xq .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Mmh11xq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Mmh11xq .link-wrap {
    align-items: center;
  }
}
.cid-tt6Mmh11xq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Mmh11xq .card-title,
.cid-tt6Mmh11xq .card-box {
  text-align: left;
}
.cid-tt6MuDM952 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6MuDM952 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6MuDM952 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6MuDM952 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6MuDM952 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6MuDM952 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6MuDM952 .link-wrap {
    align-items: center;
  }
}
.cid-tt6MuDM952 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6MuDM952 .card-title,
.cid-tt6MuDM952 .card-box {
  text-align: left;
}
.cid-tt6MvAfbYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6MvAfbYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6MvAfbYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6MvAfbYi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6MvAfbYi .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6MvAfbYi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6MvAfbYi .link-wrap {
    align-items: center;
  }
}
.cid-tt6MvAfbYi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6MvAfbYi .card-title,
.cid-tt6MvAfbYi .card-box {
  text-align: left;
}
.cid-tt6NazzDwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6NazzDwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6NazzDwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6NazzDwi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6NazzDwi .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6NazzDwi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6NazzDwi .link-wrap {
    align-items: center;
  }
}
.cid-tt6NazzDwi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6NazzDwi .card-title,
.cid-tt6NazzDwi .card-box {
  text-align: left;
}
.cid-tt6NboP2Ty {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6NboP2Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6NboP2Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6NboP2Ty .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6NboP2Ty .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6NboP2Ty .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6NboP2Ty .link-wrap {
    align-items: center;
  }
}
.cid-tt6NboP2Ty .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6NboP2Ty .card-title,
.cid-tt6NboP2Ty .card-box {
  text-align: left;
}
.cid-tt6Nc3JpjJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6Nc3JpjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Nc3JpjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Nc3JpjJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Nc3JpjJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Nc3JpjJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Nc3JpjJ .link-wrap {
    align-items: center;
  }
}
.cid-tt6Nc3JpjJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Nc3JpjJ .card-title,
.cid-tt6Nc3JpjJ .card-box {
  text-align: left;
}
.cid-tt6NdGUmIE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6NdGUmIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6NdGUmIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6NdGUmIE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6NdGUmIE .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6NdGUmIE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6NdGUmIE .link-wrap {
    align-items: center;
  }
}
.cid-tt6NdGUmIE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6NdGUmIE .card-title,
.cid-tt6NdGUmIE .card-box {
  text-align: left;
}
.cid-tt6Kz0PxhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts4VP4I978 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ts4VP4I978 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4VP4I978 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4VP4I978 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ts4VP4I978 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ts4VP4I978 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts4VP4I978 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ts4VP4I978 .mbr-text,
.cid-ts4VP4I978 .mbr-section-btn {
  color: #ffffff;
}
.cid-ts4VP4I978 .card-title,
.cid-ts4VP4I978 .card-box {
  text-align: left;
}
.cid-ts4VQyqtFk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-ts4VQyqtFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4VQyqtFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4VQyqtFk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-ts4VQyqtFk .panel-group {
  border: none;
}
.cid-ts4VQyqtFk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ts4VQyqtFk .panel-body,
.cid-ts4VQyqtFk .card-header {
  padding: 1rem 0;
}
.cid-ts4VQyqtFk .panel-title-edit {
  color: #000000;
}
.cid-ts4VQyqtFk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ts4VQyqtFk H3 {
  text-align: left;
}
.cid-ts4VTO3YDC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts4VTO3YDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4VTO3YDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4VTO3YDC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts4VTO3YDC .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts4VTO3YDC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts4VTO3YDC .link-wrap {
    align-items: center;
  }
}
.cid-ts4VTO3YDC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts4VTO3YDC .card-title,
.cid-ts4VTO3YDC .card-box {
  text-align: left;
}
.cid-tt5Kce5W9g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5Kce5W9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5Kce5W9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5Kce5W9g .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5Kce5W9g .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5Kce5W9g .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5Kce5W9g .link-wrap {
    align-items: center;
  }
}
.cid-tt5Kce5W9g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5Kce5W9g .card-title,
.cid-tt5Kce5W9g .card-box {
  text-align: left;
}
.cid-tt5Kh10Ao3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5Kh10Ao3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5Kh10Ao3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5Kh10Ao3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5Kh10Ao3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5Kh10Ao3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5Kh10Ao3 .link-wrap {
    align-items: center;
  }
}
.cid-tt5Kh10Ao3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5Kh10Ao3 .card-title,
.cid-tt5Kh10Ao3 .card-box {
  text-align: left;
}
.cid-tt5KhMdaFl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KhMdaFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KhMdaFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KhMdaFl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KhMdaFl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KhMdaFl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KhMdaFl .link-wrap {
    align-items: center;
  }
}
.cid-tt5KhMdaFl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KhMdaFl .card-title,
.cid-tt5KhMdaFl .card-box {
  text-align: left;
}
.cid-tt5KiqAMkt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KiqAMkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KiqAMkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KiqAMkt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KiqAMkt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KiqAMkt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KiqAMkt .link-wrap {
    align-items: center;
  }
}
.cid-tt5KiqAMkt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KiqAMkt .card-title,
.cid-tt5KiqAMkt .card-box {
  text-align: left;
}
.cid-tt5KiX2pF3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KiX2pF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KiX2pF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KiX2pF3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KiX2pF3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KiX2pF3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KiX2pF3 .link-wrap {
    align-items: center;
  }
}
.cid-tt5KiX2pF3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KiX2pF3 .card-title,
.cid-tt5KiX2pF3 .card-box {
  text-align: left;
}
.cid-tt5KkxB4bs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KkxB4bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KkxB4bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KkxB4bs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KkxB4bs .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KkxB4bs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KkxB4bs .link-wrap {
    align-items: center;
  }
}
.cid-tt5KkxB4bs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KkxB4bs .card-title,
.cid-tt5KkxB4bs .card-box {
  text-align: left;
}
.cid-tt5KsWRPPQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KsWRPPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KsWRPPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KsWRPPQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KsWRPPQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KsWRPPQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KsWRPPQ .link-wrap {
    align-items: center;
  }
}
.cid-tt5KsWRPPQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KsWRPPQ .card-title,
.cid-tt5KsWRPPQ .card-box {
  text-align: left;
}
.cid-tt5KtKYxiG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt5KtKYxiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KtKYxiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KtKYxiG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KtKYxiG .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KtKYxiG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KtKYxiG .link-wrap {
    align-items: center;
  }
}
.cid-tt5KtKYxiG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KtKYxiG .card-title,
.cid-tt5KtKYxiG .card-box {
  text-align: left;
}
.cid-tt5KBbaFmt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tt5KBbaFmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt5KBbaFmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt5KBbaFmt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt5KBbaFmt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt5KBbaFmt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5KBbaFmt .link-wrap {
    align-items: center;
  }
}
.cid-tt5KBbaFmt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt5KBbaFmt .card-title,
.cid-tt5KBbaFmt .card-box {
  text-align: left;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trTxWd0qqn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1440x1920.jpg");
}
.cid-trTxWd0qqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTxWd0qqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTxWd0qqn .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-trTxWd0qqn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTxWd0qqn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trTxWd0qqn .card-wrapper {
    padding: 4rem;
  }
}
.cid-trTxWd0qqn .mbr-text,
.cid-trTxWd0qqn .mbr-section-btn {
  color: #ffffff;
}
.cid-trTxWd0qqn .card-title,
.cid-trTxWd0qqn .card-box {
  text-align: left;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trvUVh2PMT {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trvUVh2PMT .item {
  padding-bottom: 2rem;
}
.cid-trvUVh2PMT .item-wrapper {
  position: relative;
}
.cid-trvUVh2PMT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-trvUVh2PMT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-trvUVh2PMT .carousel-control,
.cid-trvUVh2PMT .close {
  background: #1b1b1b;
}
.cid-trvUVh2PMT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-trvUVh2PMT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-trvUVh2PMT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-trvUVh2PMT .carousel-control-next span {
  margin-left: 5px;
}
.cid-trvUVh2PMT .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-trvUVh2PMT .close::before {
  content: '\e91a';
}
.cid-trvUVh2PMT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-trvUVh2PMT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-trvUVh2PMT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trvUVh2PMT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-trvUVh2PMT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-trvUVh2PMT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-trvUVh2PMT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-trvUVh2PMT .carousel-indicators li.active,
.cid-trvUVh2PMT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-trvUVh2PMT .carousel-indicators li::after,
.cid-trvUVh2PMT .carousel-indicators li::before {
  content: none;
}
.cid-trvUVh2PMT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-trvUVh2PMT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-trvUVh2PMT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-trvUVh2PMT .carousel-indicators {
    display: none;
  }
}
.cid-trvUVh2PMT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-trvUVh2PMT .carousel-inner > .active {
  display: block;
}
.cid-trvUVh2PMT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-trvUVh2PMT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-trvUVh2PMT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-trvUVh2PMT .carousel-control,
  .cid-trvUVh2PMT .carousel-indicators,
  .cid-trvUVh2PMT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-trvUVh2PMT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-trvUVh2PMT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-trvUVh2PMT .carousel-indicators .active,
.cid-trvUVh2PMT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-trvUVh2PMT .carousel-indicators .active {
  background: #fff;
}
.cid-trvUVh2PMT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-trvUVh2PMT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-trvUVh2PMT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-trvUVh2PMT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-trvUVh2PMT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-trvUVh2PMT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-trvUVh2PMT .carousel {
  width: 100%;
}
.cid-trvUVh2PMT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-trvUVh2PMT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-trvUVh2PMT .modal.fade .modal-dialog,
.cid-trvUVh2PMT .modal.in .modal-dialog {
  transform: none;
}
.cid-trvUVh2PMT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-trvUVh2PMT H6 {
  text-align: center;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trzTMcqVsp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e7f3f9;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trzTTLEsRL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e7f3f9;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trYym26U3t {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trYym26U3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym26U3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym26U3t .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym26U3t .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym26U3t .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym26U3t .link-wrap {
    align-items: center;
  }
}
.cid-trYym26U3t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym26U3t .card-title,
.cid-trYym26U3t .card-box {
  text-align: left;
}
.cid-trYym2wCLk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trYym2wCLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym2wCLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym2wCLk .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym2wCLk .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym2wCLk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym2wCLk .link-wrap {
    align-items: center;
  }
}
.cid-trYym2wCLk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym2wCLk .card-title,
.cid-trYym2wCLk .card-box {
  text-align: left;
}
.cid-trYym2Wok0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym2Wok0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym2Wok0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym2Wok0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym2Wok0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym2Wok0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym2Wok0 .link-wrap {
    align-items: center;
  }
}
.cid-trYym2Wok0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym2Wok0 .card-title,
.cid-trYym2Wok0 .card-box {
  text-align: left;
}
.cid-trYym3ovrE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym3ovrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym3ovrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym3ovrE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym3ovrE .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym3ovrE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym3ovrE .link-wrap {
    align-items: center;
  }
}
.cid-trYym3ovrE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym3ovrE .card-title,
.cid-trYym3ovrE .card-box {
  text-align: left;
}
.cid-trYym3MXFQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym3MXFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym3MXFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym3MXFQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym3MXFQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym3MXFQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym3MXFQ .link-wrap {
    align-items: center;
  }
}
.cid-trYym3MXFQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym3MXFQ .card-title,
.cid-trYym3MXFQ .card-box {
  text-align: left;
}
.cid-trYym4bon8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym4bon8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym4bon8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym4bon8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym4bon8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym4bon8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym4bon8 .link-wrap {
    align-items: center;
  }
}
.cid-trYym4bon8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym4bon8 .card-title,
.cid-trYym4bon8 .card-box {
  text-align: left;
}
.cid-trYym4CZe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym4CZe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym4CZe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym4CZe2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym4CZe2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym4CZe2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym4CZe2 .link-wrap {
    align-items: center;
  }
}
.cid-trYym4CZe2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym4CZe2 .card-title,
.cid-trYym4CZe2 .card-box {
  text-align: left;
}
.cid-trYym5djLt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trYym5djLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-trYym5djLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trYym5djLt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-trYym5djLt .card {
    margin-bottom: 2rem!important;
  }
  .cid-trYym5djLt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-trYym5djLt .link-wrap {
    align-items: center;
  }
}
.cid-trYym5djLt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trYym5djLt .card-title,
.cid-trYym5djLt .card-box {
  text-align: left;
}
.cid-trYym5uhJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts3PA4hJqM {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ts3PA4hJqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA4hJqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA4hJqM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA4hJqM .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA4hJqM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA4hJqM .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA4hJqM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA4hJqM .card-title,
.cid-ts3PA4hJqM .card-box {
  text-align: left;
}
.cid-ts3PA4yKvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA4yKvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA4yKvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA4yKvH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA4yKvH .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA4yKvH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA4yKvH .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA4yKvH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA4yKvH .card-title,
.cid-ts3PA4yKvH .card-box {
  text-align: left;
}
.cid-ts3PA4TLE5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA4TLE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA4TLE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA4TLE5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA4TLE5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA4TLE5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA4TLE5 .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA4TLE5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA4TLE5 .card-title,
.cid-ts3PA4TLE5 .card-box {
  text-align: left;
}
.cid-ts3PA5cROV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA5cROV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA5cROV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA5cROV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA5cROV .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA5cROV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA5cROV .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA5cROV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA5cROV .card-title,
.cid-ts3PA5cROV .card-box {
  text-align: left;
}
.cid-ts3PA5sJv1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA5sJv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA5sJv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA5sJv1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA5sJv1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA5sJv1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA5sJv1 .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA5sJv1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA5sJv1 .card-title,
.cid-ts3PA5sJv1 .card-box {
  text-align: left;
}
.cid-ts3PA5MjF8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA5MjF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA5MjF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA5MjF8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA5MjF8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA5MjF8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA5MjF8 .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA5MjF8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA5MjF8 .card-title,
.cid-ts3PA5MjF8 .card-box {
  text-align: left;
}
.cid-ts3PA64VOE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA64VOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA64VOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA64VOE .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA64VOE .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA64VOE .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA64VOE .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA64VOE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA64VOE .card-title,
.cid-ts3PA64VOE .card-box {
  text-align: left;
}
.cid-ts3PA6lQqm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts3PA6lQqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts3PA6lQqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts3PA6lQqm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ts3PA6lQqm .card {
    margin-bottom: 2rem!important;
  }
  .cid-ts3PA6lQqm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ts3PA6lQqm .link-wrap {
    align-items: center;
  }
}
.cid-ts3PA6lQqm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ts3PA6lQqm .card-title,
.cid-ts3PA6lQqm .card-box {
  text-align: left;
}
.cid-ts3PA6EYnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt7zXhFvu2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt7zXhFvu2 img,
.cid-tt7zXhFvu2 .item-img {
  width: 100%;
}
.cid-tt7zXhFvu2 .item:focus,
.cid-tt7zXhFvu2 span:focus {
  outline: none;
}
.cid-tt7zXhFvu2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tt7zXhFvu2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tt7zXhFvu2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt7zXhFvu2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tt7zXhFvu2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tt7zXhFvu2 .mbr-section-title {
  color: #232323;
}
.cid-tt7zXhFvu2 .mbr-text,
.cid-tt7zXhFvu2 .mbr-section-btn {
  text-align: left;
}
.cid-tt7zXhFvu2 .item-title {
  text-align: center;
  color: #4479d9;
}
.cid-tt7zXhFvu2 .item-subtitle {
  text-align: left;
}
.cid-ttjiaJXVjx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjiaJXVjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjiaJXVjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjo2U1LG5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttjo2U1LG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjo2U1LG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjo2U1LG5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ttjo2U1LG5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ttjo2U1LG5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttjo2U1LG5 .link-wrap {
    align-items: center;
  }
}
.cid-ttjo2U1LG5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttjo2U1LG5 .card-title,
.cid-ttjo2U1LG5 .card-box {
  text-align: left;
}
.cid-ttjnFyda1M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttjnFyda1M .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsnxTnirHF {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTnirHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTnirHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTnirHF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTnirHF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTnirHF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTnirHF .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTnirHF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTnirHF .card-title,
.cid-tsnxTnirHF .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTnirHF .mbr-text {
  color: #000000;
}
.cid-tsnxTnAbF4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTnAbF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTnAbF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTnAbF4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTnAbF4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTnAbF4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTnAbF4 .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTnAbF4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTnAbF4 .card-title,
.cid-tsnxTnAbF4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTnAbF4 .mbr-text {
  color: #000000;
}
.cid-tsnxTnQ9Kl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTnQ9Kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTnQ9Kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTnQ9Kl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTnQ9Kl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTnQ9Kl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTnQ9Kl .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTnQ9Kl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTnQ9Kl .card-title,
.cid-tsnxTnQ9Kl .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTnQ9Kl .mbr-text {
  color: #000000;
}
.cid-tsnxTo8ivd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTo8ivd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTo8ivd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTo8ivd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTo8ivd .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTo8ivd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTo8ivd .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTo8ivd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTo8ivd .card-title,
.cid-tsnxTo8ivd .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTo8ivd .mbr-text {
  color: #000000;
}
.cid-tsnxTopdC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTopdC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTopdC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTopdC1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTopdC1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTopdC1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTopdC1 .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTopdC1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTopdC1 .card-title,
.cid-tsnxTopdC1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTopdC1 .mbr-text {
  color: #000000;
}
.cid-tsnxToG2wU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxToG2wU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxToG2wU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxToG2wU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxToG2wU .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxToG2wU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxToG2wU .link-wrap {
    align-items: center;
  }
}
.cid-tsnxToG2wU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxToG2wU .card-title,
.cid-tsnxToG2wU .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxToG2wU .mbr-text {
  color: #000000;
}
.cid-tsnxToYo1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxToYo1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxToYo1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxToYo1p .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxToYo1p .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxToYo1p .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxToYo1p .link-wrap {
    align-items: center;
  }
}
.cid-tsnxToYo1p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxToYo1p .card-title,
.cid-tsnxToYo1p .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxToYo1p .mbr-text {
  color: #000000;
}
.cid-tsnxTpfhYt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnxTpfhYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnxTpfhYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsnxTpfhYt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsnxTpfhYt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsnxTpfhYt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnxTpfhYt .link-wrap {
    align-items: center;
  }
}
.cid-tsnxTpfhYt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnxTpfhYt .card-title,
.cid-tsnxTpfhYt .card-box {
  text-align: left;
  color: #000000;
}
.cid-tsnxTpfhYt .mbr-text {
  color: #000000;
}
.cid-tsnxTpAViv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tstgP8Wt3I {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1368.jpg");
}
.cid-tstgP8Wt3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tstgP8Wt3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tstgP8Wt3I .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tstgP8Wt3I .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tstgP8Wt3I .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tstgP8Wt3I .card-wrapper {
    padding: 4rem;
  }
}
.cid-tstgP8Wt3I .mbr-text,
.cid-tstgP8Wt3I .mbr-section-btn {
  color: #ffffff;
}
.cid-tstgP8Wt3I .card-title,
.cid-tstgP8Wt3I .card-box {
  text-align: left;
}
.cid-tstgP9RaW4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tstgP9RaW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tstgP9RaW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tstgP9RaW4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tstgP9RaW4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tstgP9RaW4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tstgP9RaW4 .link-wrap {
    align-items: center;
  }
}
.cid-tstgP9RaW4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tstgP9RaW4 .card-title,
.cid-tstgP9RaW4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tstgP9RaW4 .mbr-text {
  color: #000000;
}
.cid-tt61d0ft1f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61d0ft1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61d0ft1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61d0ft1f .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61d0ft1f .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61d0ft1f .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61d0ft1f .link-wrap {
    align-items: center;
  }
}
.cid-tt61d0ft1f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61d0ft1f .card-title,
.cid-tt61d0ft1f .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61d0ft1f .mbr-text {
  color: #000000;
}
.cid-tt61fwt8kn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61fwt8kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61fwt8kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61fwt8kn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61fwt8kn .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61fwt8kn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61fwt8kn .link-wrap {
    align-items: center;
  }
}
.cid-tt61fwt8kn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61fwt8kn .card-title,
.cid-tt61fwt8kn .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61fwt8kn .mbr-text {
  color: #000000;
}
.cid-tt61hfSgDr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61hfSgDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61hfSgDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61hfSgDr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61hfSgDr .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61hfSgDr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61hfSgDr .link-wrap {
    align-items: center;
  }
}
.cid-tt61hfSgDr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61hfSgDr .card-title,
.cid-tt61hfSgDr .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61hfSgDr .mbr-text {
  color: #000000;
}
.cid-tt61hXCAOh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61hXCAOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61hXCAOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61hXCAOh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61hXCAOh .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61hXCAOh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61hXCAOh .link-wrap {
    align-items: center;
  }
}
.cid-tt61hXCAOh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61hXCAOh .card-title,
.cid-tt61hXCAOh .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61hXCAOh .mbr-text {
  color: #000000;
}
.cid-tt61iH4RXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61iH4RXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61iH4RXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61iH4RXQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61iH4RXQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61iH4RXQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61iH4RXQ .link-wrap {
    align-items: center;
  }
}
.cid-tt61iH4RXQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61iH4RXQ .card-title,
.cid-tt61iH4RXQ .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61iH4RXQ .mbr-text {
  color: #000000;
}
.cid-tt61jsZtrD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61jsZtrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61jsZtrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61jsZtrD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61jsZtrD .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61jsZtrD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61jsZtrD .link-wrap {
    align-items: center;
  }
}
.cid-tt61jsZtrD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61jsZtrD .card-title,
.cid-tt61jsZtrD .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61jsZtrD .mbr-text {
  color: #000000;
}
.cid-tt61khnABO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61khnABO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61khnABO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61khnABO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61khnABO .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61khnABO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61khnABO .link-wrap {
    align-items: center;
  }
}
.cid-tt61khnABO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61khnABO .card-title,
.cid-tt61khnABO .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61khnABO .mbr-text {
  color: #000000;
}
.cid-tt61l5k6P5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt61l5k6P5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61l5k6P5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61l5k6P5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61l5k6P5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61l5k6P5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61l5k6P5 .link-wrap {
    align-items: center;
  }
}
.cid-tt61l5k6P5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61l5k6P5 .card-title,
.cid-tt61l5k6P5 .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61l5k6P5 .mbr-text {
  color: #000000;
}
.cid-tt61lMNKMW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tt61lMNKMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt61lMNKMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt61lMNKMW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt61lMNKMW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt61lMNKMW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt61lMNKMW .link-wrap {
    align-items: center;
  }
}
.cid-tt61lMNKMW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt61lMNKMW .card-title,
.cid-tt61lMNKMW .card-box {
  text-align: left;
  color: #000000;
}
.cid-tt61lMNKMW .mbr-text {
  color: #000000;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRc0xANSo {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #c4e8fa;
}
.cid-ttRc0xANSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRc0xANSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRc0xANSo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ttRc0xANSo .card {
    margin-bottom: 2rem!important;
  }
  .cid-ttRc0xANSo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttRc0xANSo .link-wrap {
    align-items: center;
  }
}
.cid-ttRc0xANSo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttRc0xANSo .card-title,
.cid-ttRc0xANSo .card-box {
  text-align: left;
  color: #0b0484;
}
.cid-ttRc0xANSo .mbr-text,
.cid-ttRc0xANSo .link-wrap,
.cid-ttRc0xANSo .mbr-section-btn {
  color: #000000;
}
.cid-ttQEKnLilH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ttQEKnLilH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttQEKnLilH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttQEKnLilH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ttQEKnLilH .card {
    margin-bottom: 2rem!important;
  }
  .cid-ttQEKnLilH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttQEKnLilH .link-wrap {
    align-items: center;
  }
}
.cid-ttQEKnLilH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttQEKnLilH .card-title,
.cid-ttQEKnLilH .card-box {
  text-align: left;
  color: #0b0484;
}
.cid-ttQEKnLilH .mbr-text,
.cid-ttQEKnLilH .link-wrap,
.cid-ttQEKnLilH .mbr-section-btn {
  color: #000000;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt5IbvNjWi {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tt5IbvNjWi .item {
  padding-bottom: 2rem;
}
.cid-tt5IbvNjWi .item-wrapper {
  position: relative;
}
.cid-tt5IbvNjWi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tt5IbvNjWi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tt5IbvNjWi .carousel-control,
.cid-tt5IbvNjWi .close {
  background: #1b1b1b;
}
.cid-tt5IbvNjWi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tt5IbvNjWi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tt5IbvNjWi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tt5IbvNjWi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tt5IbvNjWi .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tt5IbvNjWi .close::before {
  content: '\e91a';
}
.cid-tt5IbvNjWi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tt5IbvNjWi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt5IbvNjWi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt5IbvNjWi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt5IbvNjWi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt5IbvNjWi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tt5IbvNjWi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tt5IbvNjWi .carousel-indicators li.active,
.cid-tt5IbvNjWi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt5IbvNjWi .carousel-indicators li::after,
.cid-tt5IbvNjWi .carousel-indicators li::before {
  content: none;
}
.cid-tt5IbvNjWi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt5IbvNjWi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tt5IbvNjWi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tt5IbvNjWi .carousel-indicators {
    display: none;
  }
}
.cid-tt5IbvNjWi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt5IbvNjWi .carousel-inner > .active {
  display: block;
}
.cid-tt5IbvNjWi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt5IbvNjWi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tt5IbvNjWi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tt5IbvNjWi .carousel-control,
  .cid-tt5IbvNjWi .carousel-indicators,
  .cid-tt5IbvNjWi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tt5IbvNjWi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tt5IbvNjWi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tt5IbvNjWi .carousel-indicators .active,
.cid-tt5IbvNjWi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tt5IbvNjWi .carousel-indicators .active {
  background: #fff;
}
.cid-tt5IbvNjWi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tt5IbvNjWi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tt5IbvNjWi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tt5IbvNjWi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tt5IbvNjWi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tt5IbvNjWi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tt5IbvNjWi .carousel {
  width: 100%;
}
.cid-tt5IbvNjWi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tt5IbvNjWi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tt5IbvNjWi .modal.fade .modal-dialog,
.cid-tt5IbvNjWi .modal.in .modal-dialog {
  transform: none;
}
.cid-tt5IbvNjWi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tt5IbvNjWi H6 {
  text-align: center;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt6OyJwUKg {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tt6OyJwUKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyJwUKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyJwUKg .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tt6OyJwUKg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tt6OyJwUKg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt6OyJwUKg .card-wrapper {
    padding: 4rem;
  }
}
.cid-tt6OyJwUKg .mbr-text,
.cid-tt6OyJwUKg .mbr-section-btn {
  color: #ffffff;
}
.cid-tt6OyJwUKg .card-title,
.cid-tt6OyJwUKg .card-box {
  text-align: left;
}
.cid-tt6OyK1FlX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-tt6OyK1FlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyK1FlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyK1FlX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-tt6OyK1FlX .panel-group {
  border: none;
}
.cid-tt6OyK1FlX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tt6OyK1FlX .panel-body,
.cid-tt6OyK1FlX .card-header {
  padding: 1rem 0;
}
.cid-tt6OyK1FlX .panel-title-edit {
  color: #000000;
}
.cid-tt6OyK1FlX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tt6OyK1FlX H3 {
  text-align: left;
}
.cid-tt6OyKwFH7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tt6OyKIlvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6OyKIlvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyKIlvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyKIlvH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyKIlvH .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyKIlvH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyKIlvH .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyKIlvH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyKIlvH .card-title,
.cid-tt6OyKIlvH .card-box {
  text-align: left;
}
.cid-tt6OyKZKeP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6OyKZKeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyKZKeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyKZKeP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyKZKeP .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyKZKeP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyKZKeP .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyKZKeP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyKZKeP .card-title,
.cid-tt6OyKZKeP .card-box {
  text-align: left;
}
.cid-tt6OyLDn45 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6OyLDn45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyLDn45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyLDn45 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyLDn45 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyLDn45 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyLDn45 .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyLDn45 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyLDn45 .card-title,
.cid-tt6OyLDn45 .card-box {
  text-align: left;
}
.cid-tt6OyLUQ99 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6OyLUQ99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyLUQ99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyLUQ99 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyLUQ99 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyLUQ99 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyLUQ99 .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyLUQ99 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyLUQ99 .card-title,
.cid-tt6OyLUQ99 .card-box {
  text-align: left;
}
.cid-tt6OyMc7jo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6OyMc7jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyMc7jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyMc7jo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyMc7jo .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyMc7jo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyMc7jo .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyMc7jo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyMc7jo .card-title,
.cid-tt6OyMc7jo .card-box {
  text-align: left;
}
.cid-tt6OyMALtq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6OyMALtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyMALtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyMALtq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyMALtq .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyMALtq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyMALtq .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyMALtq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyMALtq .card-title,
.cid-tt6OyMALtq .card-box {
  text-align: left;
}
.cid-tt6OyMRKvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6OyMRKvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6OyMRKvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6OyMRKvg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6OyMRKvg .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6OyMRKvg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6OyMRKvg .link-wrap {
    align-items: center;
  }
}
.cid-tt6OyMRKvg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6OyMRKvg .card-title,
.cid-tt6OyMRKvg .card-box {
  text-align: left;
}
.cid-tt6OyNqrxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt6Q9FYdm4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tt6Q9FYdm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9FYdm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9FYdm4 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tt6Q9FYdm4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tt6Q9FYdm4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt6Q9FYdm4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tt6Q9FYdm4 .mbr-text,
.cid-tt6Q9FYdm4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tt6Q9FYdm4 .card-title,
.cid-tt6Q9FYdm4 .card-box {
  text-align: left;
}
.cid-tt6Q9GBLwU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f3f9;
}
.cid-tt6Q9GBLwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9GBLwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9GBLwU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-tt6Q9GBLwU .panel-group {
  border: none;
}
.cid-tt6Q9GBLwU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tt6Q9GBLwU .panel-body,
.cid-tt6Q9GBLwU .card-header {
  padding: 1rem 0;
}
.cid-tt6Q9GBLwU .panel-title-edit {
  color: #000000;
}
.cid-tt6Q9GBLwU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tt6Q9GBLwU H3 {
  text-align: left;
}
.cid-tt6Q9HdnkM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tt6Q9HsN83 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6Q9HsN83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9HsN83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9HsN83 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9HsN83 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9HsN83 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9HsN83 .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9HsN83 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9HsN83 .card-title,
.cid-tt6Q9HsN83 .card-box {
  text-align: left;
}
.cid-tt6Q9I3UMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6Q9I3UMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9I3UMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9I3UMW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9I3UMW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9I3UMW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9I3UMW .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9I3UMW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9I3UMW .card-title,
.cid-tt6Q9I3UMW .card-box {
  text-align: left;
}
.cid-tt6Q9JNOiG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6Q9JNOiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9JNOiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9JNOiG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9JNOiG .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9JNOiG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9JNOiG .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9JNOiG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9JNOiG .card-title,
.cid-tt6Q9JNOiG .card-box {
  text-align: left;
}
.cid-tt6Q9K4BFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6Q9K4BFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9K4BFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9K4BFf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9K4BFf .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9K4BFf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9K4BFf .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9K4BFf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9K4BFf .card-title,
.cid-tt6Q9K4BFf .card-box {
  text-align: left;
}
.cid-tt6Q9KnwPo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6Q9KnwPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9KnwPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9KnwPo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9KnwPo .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9KnwPo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9KnwPo .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9KnwPo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9KnwPo .card-title,
.cid-tt6Q9KnwPo .card-box {
  text-align: left;
}
.cid-tt6Q9KI2qH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6Q9KI2qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9KI2qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9KI2qH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9KI2qH .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9KI2qH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9KI2qH .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9KI2qH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9KI2qH .card-title,
.cid-tt6Q9KI2qH .card-box {
  text-align: left;
}
.cid-tt6Q9L1svF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6Q9L1svF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9L1svF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9L1svF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9L1svF .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9L1svF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9L1svF .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9L1svF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9L1svF .card-title,
.cid-tt6Q9L1svF .card-box {
  text-align: left;
}
.cid-tt6Q9LpRbO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tt6Q9LpRbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Q9LpRbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6Q9LpRbO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6Q9LpRbO .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6Q9LpRbO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6Q9LpRbO .link-wrap {
    align-items: center;
  }
}
.cid-tt6Q9LpRbO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6Q9LpRbO .card-title,
.cid-tt6Q9LpRbO .card-box {
  text-align: left;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt6QRfoDFy {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tt6QRfoDFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRfoDFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRfoDFy .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tt6QRfoDFy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tt6QRfoDFy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt6QRfoDFy .card-wrapper {
    padding: 4rem;
  }
}
.cid-tt6QRfoDFy .mbr-text,
.cid-tt6QRfoDFy .mbr-section-btn {
  color: #ffffff;
}
.cid-tt6QRfoDFy .card-title,
.cid-tt6QRfoDFy .card-box {
  text-align: left;
}
.cid-tt6QRfUVsh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e7f3f9;
}
.cid-tt6QRfUVsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRfUVsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRfUVsh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b7b7b;
  margin-left: 1rem;
}
.cid-tt6QRfUVsh .panel-group {
  border: none;
}
.cid-tt6QRfUVsh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tt6QRfUVsh .panel-body,
.cid-tt6QRfUVsh .card-header {
  padding: 1rem 0;
}
.cid-tt6QRfUVsh .panel-title-edit {
  color: #000000;
}
.cid-tt6QRfUVsh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tt6QRfUVsh H3 {
  text-align: left;
}
.cid-tt6QRgszML {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tt6QRhBmXD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6QRhBmXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRhBmXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRhBmXD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6QRhBmXD .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6QRhBmXD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6QRhBmXD .link-wrap {
    align-items: center;
  }
}
.cid-tt6QRhBmXD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6QRhBmXD .card-title,
.cid-tt6QRhBmXD .card-box {
  text-align: left;
}
.cid-tt7rd9xTNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt7rd9xTNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7rd9xTNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt7rd9xTNG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt7rd9xTNG .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt7rd9xTNG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt7rd9xTNG .link-wrap {
    align-items: center;
  }
}
.cid-tt7rd9xTNG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt7rd9xTNG .card-title,
.cid-tt7rd9xTNG .card-box {
  text-align: left;
}
.cid-tt7rePKJZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt7rePKJZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7rePKJZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt7rePKJZh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt7rePKJZh .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt7rePKJZh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt7rePKJZh .link-wrap {
    align-items: center;
  }
}
.cid-tt7rePKJZh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt7rePKJZh .card-title,
.cid-tt7rePKJZh .card-box {
  text-align: left;
}
.cid-tt6QRhTVsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6QRhTVsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRhTVsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRhTVsR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6QRhTVsR .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6QRhTVsR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6QRhTVsR .link-wrap {
    align-items: center;
  }
}
.cid-tt6QRhTVsR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6QRhTVsR .card-title,
.cid-tt6QRhTVsR .card-box {
  text-align: left;
}
.cid-tt6QRibzSQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt6QRibzSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRibzSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRibzSQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6QRibzSQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6QRibzSQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6QRibzSQ .link-wrap {
    align-items: center;
  }
}
.cid-tt6QRibzSQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6QRibzSQ .card-title,
.cid-tt6QRibzSQ .card-box {
  text-align: left;
}
.cid-tt6QRiy5pK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt6QRiy5pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6QRiy5pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6QRiy5pK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tt6QRiy5pK .card {
    margin-bottom: 2rem!important;
  }
  .cid-tt6QRiy5pK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tt6QRiy5pK .link-wrap {
    align-items: center;
  }
}
.cid-tt6QRiy5pK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt6QRiy5pK .card-title,
.cid-tt6QRiy5pK .card-box {
  text-align: left;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttpBa22Jow {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e7f3f9;
}
.cid-ttpBa22Jow .item {
  padding-bottom: 2rem;
}
.cid-ttpBa22Jow .item-wrapper {
  position: relative;
}
.cid-ttpBa22Jow .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ttpBa22Jow .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ttpBa22Jow .carousel-control,
.cid-ttpBa22Jow .close {
  background: #1b1b1b;
}
.cid-ttpBa22Jow .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttpBa22Jow .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ttpBa22Jow .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttpBa22Jow .carousel-control-next span {
  margin-left: 5px;
}
.cid-ttpBa22Jow .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttpBa22Jow .close::before {
  content: '\e91a';
}
.cid-ttpBa22Jow .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttpBa22Jow .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttpBa22Jow .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttpBa22Jow .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttpBa22Jow .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttpBa22Jow .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ttpBa22Jow .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttpBa22Jow .carousel-indicators li.active,
.cid-ttpBa22Jow .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttpBa22Jow .carousel-indicators li::after,
.cid-ttpBa22Jow .carousel-indicators li::before {
  content: none;
}
.cid-ttpBa22Jow .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttpBa22Jow .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ttpBa22Jow .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttpBa22Jow .carousel-indicators {
    display: none;
  }
}
.cid-ttpBa22Jow .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ttpBa22Jow .carousel-inner > .active {
  display: block;
}
.cid-ttpBa22Jow .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttpBa22Jow .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttpBa22Jow .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttpBa22Jow .carousel-control,
  .cid-ttpBa22Jow .carousel-indicators,
  .cid-ttpBa22Jow .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttpBa22Jow .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttpBa22Jow .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttpBa22Jow .carousel-indicators .active,
.cid-ttpBa22Jow .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ttpBa22Jow .carousel-indicators .active {
  background: #fff;
}
.cid-ttpBa22Jow .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttpBa22Jow .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttpBa22Jow .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttpBa22Jow .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttpBa22Jow .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttpBa22Jow .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttpBa22Jow .carousel {
  width: 100%;
}
.cid-ttpBa22Jow .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttpBa22Jow .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ttpBa22Jow .modal.fade .modal-dialog,
.cid-ttpBa22Jow .modal.in .modal-dialog {
  transform: none;
}
.cid-ttpBa22Jow .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttpBa22Jow H6 {
  text-align: center;
}
.cid-ttpBa22Jow H3 {
  text-align: left;
  color: #0b0484;
}
.cid-ttpBa22Jow DIV {
  text-align: left;
}
.cid-ttpEPorrFf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttpEPorrFf .item {
  padding-bottom: 2rem;
}
.cid-ttpEPorrFf .item-wrapper {
  position: relative;
}
.cid-ttpEPorrFf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ttpEPorrFf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ttpEPorrFf .carousel-control,
.cid-ttpEPorrFf .close {
  background: #1b1b1b;
}
.cid-ttpEPorrFf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttpEPorrFf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ttpEPorrFf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttpEPorrFf .carousel-control-next span {
  margin-left: 5px;
}
.cid-ttpEPorrFf .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttpEPorrFf .close::before {
  content: '\e91a';
}
.cid-ttpEPorrFf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttpEPorrFf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttpEPorrFf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttpEPorrFf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttpEPorrFf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttpEPorrFf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ttpEPorrFf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttpEPorrFf .carousel-indicators li.active,
.cid-ttpEPorrFf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttpEPorrFf .carousel-indicators li::after,
.cid-ttpEPorrFf .carousel-indicators li::before {
  content: none;
}
.cid-ttpEPorrFf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttpEPorrFf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ttpEPorrFf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttpEPorrFf .carousel-indicators {
    display: none;
  }
}
.cid-ttpEPorrFf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ttpEPorrFf .carousel-inner > .active {
  display: block;
}
.cid-ttpEPorrFf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttpEPorrFf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttpEPorrFf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttpEPorrFf .carousel-control,
  .cid-ttpEPorrFf .carousel-indicators,
  .cid-ttpEPorrFf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttpEPorrFf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttpEPorrFf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttpEPorrFf .carousel-indicators .active,
.cid-ttpEPorrFf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ttpEPorrFf .carousel-indicators .active {
  background: #fff;
}
.cid-ttpEPorrFf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttpEPorrFf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttpEPorrFf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttpEPorrFf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttpEPorrFf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttpEPorrFf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttpEPorrFf .carousel {
  width: 100%;
}
.cid-ttpEPorrFf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttpEPorrFf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ttpEPorrFf .modal.fade .modal-dialog,
.cid-ttpEPorrFf .modal.in .modal-dialog {
  transform: none;
}
.cid-ttpEPorrFf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttpEPorrFf H6 {
  text-align: center;
}
.cid-ttpEPorrFf H3 {
  text-align: left;
  color: #0b0484;
}
.cid-ttYbRJnp1r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e7f3f9;
}
.cid-ttYbRJnp1r .item {
  padding-bottom: 2rem;
}
.cid-ttYbRJnp1r .item-wrapper {
  position: relative;
}
.cid-ttYbRJnp1r .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ttYbRJnp1r .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ttYbRJnp1r .carousel-control,
.cid-ttYbRJnp1r .close {
  background: #1b1b1b;
}
.cid-ttYbRJnp1r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ttYbRJnp1r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ttYbRJnp1r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ttYbRJnp1r .carousel-control-next span {
  margin-left: 5px;
}
.cid-ttYbRJnp1r .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ttYbRJnp1r .close::before {
  content: '\e91a';
}
.cid-ttYbRJnp1r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ttYbRJnp1r .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttYbRJnp1r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttYbRJnp1r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttYbRJnp1r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttYbRJnp1r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ttYbRJnp1r .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttYbRJnp1r .carousel-indicators li.active,
.cid-ttYbRJnp1r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttYbRJnp1r .carousel-indicators li::after,
.cid-ttYbRJnp1r .carousel-indicators li::before {
  content: none;
}
.cid-ttYbRJnp1r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttYbRJnp1r .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ttYbRJnp1r .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ttYbRJnp1r .carousel-indicators {
    display: none;
  }
}
.cid-ttYbRJnp1r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ttYbRJnp1r .carousel-inner > .active {
  display: block;
}
.cid-ttYbRJnp1r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttYbRJnp1r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttYbRJnp1r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ttYbRJnp1r .carousel-control,
  .cid-ttYbRJnp1r .carousel-indicators,
  .cid-ttYbRJnp1r .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ttYbRJnp1r .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ttYbRJnp1r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttYbRJnp1r .carousel-indicators .active,
.cid-ttYbRJnp1r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ttYbRJnp1r .carousel-indicators .active {
  background: #fff;
}
.cid-ttYbRJnp1r .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ttYbRJnp1r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ttYbRJnp1r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ttYbRJnp1r .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ttYbRJnp1r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ttYbRJnp1r .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ttYbRJnp1r .carousel {
  width: 100%;
}
.cid-ttYbRJnp1r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ttYbRJnp1r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ttYbRJnp1r .modal.fade .modal-dialog,
.cid-ttYbRJnp1r .modal.in .modal-dialog {
  transform: none;
}
.cid-ttYbRJnp1r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ttYbRJnp1r H6 {
  text-align: center;
}
.cid-ttYbRJnp1r H3 {
  text-align: left;
  color: #0b0484;
}
.cid-ttR8mHCxO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-ttR8mHCxO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttR8mHCxO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttR8mHCxO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttR8mHCxO7 .row {
    text-align: center;
  }
  .cid-ttR8mHCxO7 .row > div {
    margin: auto;
  }
  .cid-ttR8mHCxO7 .social-row {
    justify-content: center;
  }
}
.cid-ttR8mHCxO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttR8mHCxO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttR8mHCxO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ttR8mHCxO7 .mbr-text {
  color: #ffffff;
}
.cid-ttR8mHCxO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttR8mHCxO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttR8mHCxO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvOJW2ZQla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvOBXyLiDq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e7f3f9;
}
.cid-uvOBXyXuPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-uvOBXyXuPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOBXyXuPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOBXyXuPV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvOBXyXuPV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOBXyXuPV .row {
    text-align: center;
  }
  .cid-uvOBXyXuPV .row > div {
    margin: auto;
  }
  .cid-uvOBXyXuPV .social-row {
    justify-content: center;
  }
}
.cid-uvOBXyXuPV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvOBXyXuPV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvOBXyXuPV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOBXyXuPV .list {
    margin-bottom: 0rem;
  }
}
.cid-uvOBXyXuPV .mbr-text {
  color: #ffffff;
}
.cid-uvOBXyXuPV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvOBXyXuPV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvOBXyXuPV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJWd1gMTsK {
  background-color: #fafafa;
}
.cid-uJWd1gMTsK .mbr-section-title {
  text-align: center;
  color: #0039a1;
}
.cid-uJWd1gMTsK .mbr-section-text {
  text-align: center;
}
.cid-uJWd1gMTsK button[type="submit"] {
  border-radius: 100px;
}
.cid-uJWd1gMTsK a[type="submit"],
.cid-uJWd1gMTsK button[type="submit"] {
  margin-top: 0;
}
.cid-uJWd1gMTsK .wsSearchError {
  text-align: center;
  background-color: #e43f3f;
}
.cid-uJWd1gMTsK mark {
  padding: 0;
  color: inherit;
  background-color: #9fdbf8;
  font-weight: bold;
}
.cid-uJWd1gMTsK .row .spinner-border,
.cid-uJWd1gMTsK .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uJWd1gMTsK .gdpr-block {
  display: none;
}
.cid-uJWcnynk68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-uJWcnynk68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWcnynk68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJWcnynk68 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJWcnynk68 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJWcnynk68 .row {
    text-align: center;
  }
  .cid-uJWcnynk68 .row > div {
    margin: auto;
  }
  .cid-uJWcnynk68 .social-row {
    justify-content: center;
  }
}
.cid-uJWcnynk68 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJWcnynk68 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJWcnynk68 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJWcnynk68 .list {
    margin-bottom: 0rem;
  }
}
.cid-uJWcnynk68 .mbr-text {
  color: #ffffff;
}
.cid-uJWcnynk68 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJWcnynk68 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJWcnynk68 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKCtJM1UGI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtJM1UGI nav.navbar {
  position: fixed;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKCtJM1UGI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKCtJM1UGI .dropdown-item:hover,
.cid-uKCtJM1UGI .dropdown-item:focus {
  background: #7b7b7b !important;
  color: white !important;
}
.cid-uKCtJM1UGI .dropdown-item:hover span {
  color: white;
}
.cid-uKCtJM1UGI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKCtJM1UGI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKCtJM1UGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtJM1UGI .nav-link {
  position: relative;
}
.cid-uKCtJM1UGI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .container {
    flex-wrap: nowrap;
  }
}
.cid-uKCtJM1UGI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown-menu,
.cid-uKCtJM1UGI .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtJM1UGI .nav-item:focus,
.cid-uKCtJM1UGI .nav-link:focus {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtJM1UGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtJM1UGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKCtJM1UGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtJM1UGI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtJM1UGI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtJM1UGI .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtJM1UGI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtJM1UGI .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtJM1UGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtJM1UGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtJM1UGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtJM1UGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtJM1UGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtJM1UGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtJM1UGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtJM1UGI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtJM1UGI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtJM1UGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKCtJM1UGI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKCtJM1UGI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtJM1UGI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtJM1UGI .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-uKCtJM1UGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtJM1UGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtJM1UGI .dropdown-item.active,
.cid-uKCtJM1UGI .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtJM1UGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtJM1UGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtJM1UGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtJM1UGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtJM1UGI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtJM1UGI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtJM1UGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtJM1UGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtJM1UGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtJM1UGI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtJM1UGI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtJM1UGI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtJM1UGI .navbar {
    height: 70px;
  }
  .cid-uKCtJM1UGI .navbar.opened {
    height: auto;
  }
  .cid-uKCtJM1UGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKChCs5tuX {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1368.jpg");
}
.cid-uKChCs5tuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCs5tuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCs5tuX .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uKChCs5tuX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKChCs5tuX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKChCs5tuX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKChCs5tuX .mbr-text,
.cid-uKChCs5tuX .mbr-section-btn {
  color: #ffffff;
}
.cid-uKChCs5tuX .card-title,
.cid-uKChCs5tuX .card-box {
  text-align: left;
}
.cid-uKChCsQflq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKChCsQflq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCsQflq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCsQflq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uKChCsQflq .card {
    margin-bottom: 2rem!important;
  }
  .cid-uKChCsQflq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKChCsQflq .link-wrap {
    align-items: center;
  }
}
.cid-uKChCsQflq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKChCsQflq .card-title,
.cid-uKChCsQflq .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKChCsQflq .mbr-text {
  color: #000000;
}
.cid-uKChCtbBMg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKChCtbBMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCtbBMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCtbBMg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uKChCtbBMg .card {
    margin-bottom: 2rem!important;
  }
  .cid-uKChCtbBMg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKChCtbBMg .link-wrap {
    align-items: center;
  }
}
.cid-uKChCtbBMg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKChCtbBMg .card-title,
.cid-uKChCtbBMg .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKChCtbBMg .mbr-text {
  color: #000000;
}
.cid-uKChCtqt6I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKChCtqt6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCtqt6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCtqt6I .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uKChCtqt6I .card {
    margin-bottom: 2rem!important;
  }
  .cid-uKChCtqt6I .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKChCtqt6I .link-wrap {
    align-items: center;
  }
}
.cid-uKChCtqt6I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKChCtqt6I .card-title,
.cid-uKChCtqt6I .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKChCtqt6I .mbr-text {
  color: #000000;
}
.cid-uKChCtD70V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKChCtD70V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCtD70V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCtD70V .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uKChCtD70V .card {
    margin-bottom: 2rem!important;
  }
  .cid-uKChCtD70V .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKChCtD70V .link-wrap {
    align-items: center;
  }
}
.cid-uKChCtD70V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKChCtD70V .card-title,
.cid-uKChCtD70V .card-box {
  text-align: left;
  color: #000000;
}
.cid-uKChCtD70V .mbr-text {
  color: #000000;
}
.cid-uKChCvpPmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #881616;
}
.cid-uKChCvpPmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKChCvpPmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKChCvpPmG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKChCvpPmG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKChCvpPmG .row {
    text-align: center;
  }
  .cid-uKChCvpPmG .row > div {
    margin: auto;
  }
  .cid-uKChCvpPmG .social-row {
    justify-content: center;
  }
}
.cid-uKChCvpPmG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKChCvpPmG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uKChCvpPmG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKChCvpPmG .list {
    margin-bottom: 0rem;
  }
}
.cid-uKChCvpPmG .mbr-text {
  color: #ffffff;
}
.cid-uKChCvpPmG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uKChCvpPmG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uKChCvpPmG div > *:last-child {
    margin-top: 0 !important;
  }
}
