body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.625rem 0.874rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.3125rem 2.5rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #1f8068 !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #455c97 !important;
}
.bg-danger {
  background-color: #8e2a22 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #285fc2 !important;
  border-color: #285fc2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #285fc2 !important;
  border-color: #285fc2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dc4c35 !important;
  border-color: #dc4c35 !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: #bd3621 !important;
  border-color: #bd3621 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bd3621 !important;
  border-color: #bd3621 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #285fc2 !important;
  border-color: #285fc2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #285fc2 !important;
  border-color: #285fc2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1f8068 !important;
  border-color: #1f8068 !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: #155747 !important;
  border-color: #155747 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #155747 !important;
  border-color: #155747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #455c97 !important;
  border-color: #455c97 !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: #354774 !important;
  border-color: #354774 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #354774 !important;
  border-color: #354774 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e2a22 !important;
  border-color: #8e2a22 !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: #651e18 !important;
  border-color: #651e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #651e18 !important;
  border-color: #651e18 !important;
}
.btn-white {
  color: #333333 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #285fc2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc4c35;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bd3621 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc4c35 !important;
  border-color: #dc4c35 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #285fc2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f8068;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155747 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1f8068 !important;
  border-color: #1f8068 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #455c97;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #354774 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #455c97 !important;
  border-color: #455c97 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8e2a22;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #651e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e2a22 !important;
  border-color: #8e2a22 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #dc4c35 !important;
}
.text-success {
  color: #1f8068 !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #455c97 !important;
}
.text-danger {
  color: #8e2a22 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #285fc2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bd3621 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #155747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #285fc2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #354774 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #651e18 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #455c97;
}
.alert-danger {
  background-color: #8e2a22;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4bd3b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #8fa0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d76258;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #dc4c35 !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='%234479d9' %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-tDGAmhSk4n {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tDGAmhSk4n .link-align {
  width: 100%;
}
.cid-tDGAmhSk4n .link-wrap {
  display: inline-block;
}
.cid-tDGAmhSk4n .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #4b9df7;
}
.cid-tDGAmhSk4n .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tDGAmhSk4n .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tDGAmhSk4n .link:hover:before {
  width: 60px;
}
.cid-tDGAmhSk4n .mbr-text,
.cid-tDGAmhSk4n .link-align {
  color: #e5e5e5;
}
.cid-tDGAmhSk4n H2 {
  color: #4b9df7;
}
.cid-tDX2KmyFab {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDX2KmyFab .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-tDX2KmyFab .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-tDX2KmyFab .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-tDX2KmyFab .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-tDX2KmyFab .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-tDX2KmyFab .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-tDX2KmyFab .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tDX2KmyFab .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tDX2KmyFab .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tDX2KmyFab .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tDR16MJ6v0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDR16MJ6v0 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tDR16MJ6v0 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tDR16MJ6v0 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tDR16MJ6v0 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tDR16MJ6v0 .mbr-text,
.cid-tDR16MJ6v0 .mbr-section-btn {
  color: #999999;
}
.cid-tDR16MJ6v0 .mbr-section-title,
.cid-tDR16MJ6v0 .col {
  color: #094587;
}
.cid-tDR2w8aQLf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tDR2w8aQLf .card-wrapper {
  border-radius: 0;
  padding: 2rem;
}
.cid-tDR2w8aQLf .card-title {
  font-weight: 600;
}
.cid-tDR2w8aQLf .card-img {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-tDR2w8aQLf .card-img .icon {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  transition: all .3s;
  color: #094587;
  border: 1px solid #094587;
}
.cid-tDR2w8aQLf .card-img .icon span {
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tDR2w8aQLf .card {
    margin-bottom: 2rem;
  }
}
.cid-tDR2w8aQLf .card-wrapper .card-box .card-title,
.cid-tDR2w8aQLf .card-wrapper .card-box .card-img,
.cid-tDR2w8aQLf .card-wrapper .card-box .mbr-section-btn {
  color: #094587;
}
.cid-tDLwM8oDhR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDLwM8oDhR .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDLwM8oDhR .row-element,
.cid-tDLwM8oDhR .image-element {
  padding: 0;
}
.cid-tDLwM8oDhR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDLwM8oDhR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tDLwM8oDhR .text-content {
  padding: 3rem;
}
.cid-tDLwM8oDhR .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tDLwM8oDhR .text-content {
    padding: 2rem 1rem;
  }
  .cid-tDLwM8oDhR .mbr-title,
  .cid-tDLwM8oDhR .mbr-text,
  .cid-tDLwM8oDhR .mbr-section-btn,
  .cid-tDLwM8oDhR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tDLwM8oDhR .mbr-text,
.cid-tDLwM8oDhR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tDLwM8oDhR .mbr-title {
  color: #000000;
}
.cid-tDGQdXRLCo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tDGQdXRLCo .container {
    max-width: 1400px;
  }
}
.cid-tDGQdXRLCo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4479d9;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDGQdXRLCo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDGQdXRLCo .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-tDGQdXRLCo .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-tDGQdXRLCo .card-wrapper .card-count .icon-count {
  background-color: rgba(9, 69, 135, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #094587;
}
.cid-tDGQdXRLCo .card-wrapper .card-box {
  height: 100%;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDGQdXRLCo .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDGQdXRLCo .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-tDGQdXRLCo .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tDGQdXRLCo .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDGQdXRLCo .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-tDGQdXRLCo .card-box {
    text-align: left;
  }
  .cid-tDGQdXRLCo .card-box .card-title {
    text-align: left;
  }
}
.cid-tDGQdXRLCo SPAN {
  color: #000000;
  text-align: center;
}
.cid-tDGQdXRLCo .badge,
.cid-tDGQdXRLCo .badge_wrap {
  color: #094587;
  text-align: center;
}
.cid-tDGQdXRLCo .card .card-wrapper .card-box .mbr-text,
.cid-tDGQdXRLCo .link-wrap {
  text-align: left;
}
.cid-tDGQdXRLCo .card .card-wrapper .card-box .card-title,
.cid-tDGQdXRLCo .card-box {
  text-align: left;
  color: #094587;
}
.cid-tDGQdXRLCo .main-title {
  text-align: center;
}
.cid-tFhoOZUqFl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFhoOZUqFl .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-tFhoOZUqFl .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-tFhoOZUqFl .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-tFhoOZUqFl .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-tFhoOZUqFl .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-tFhoOZUqFl .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-tFhoOZUqFl .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tFhoOZUqFl .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tFhoOZUqFl .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tFhoOZUqFl .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tEqKNWvDz4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x800.jpg");
}
.cid-tEqKNWvDz4 .mbr-section-subtitle {
  color: #084a6e;
  text-align: center;
}
.cid-tEqKNWvDz4 .mbr-section-title {
  text-align: center;
  color: #084a6e;
}
.cid-tDLylEEIKG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDLylEEIKG .mbr-iconfont {
  color: #656565;
  font-size: 0.7rem;
}
.cid-tDLylEEIKG .title,
.cid-tDLylEEIKG .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-tDLylEEIKG .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-tDLylEEIKG .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-tDLylEEIKG .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-tDLylEEIKG .text-box {
  padding: 0rem;
}
.cid-tDLylEEIKG .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-tDLylEEIKG .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-tDLylEEIKG .card-img {
  overflow: hidden;
}
.cid-tDLylEEIKG .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tDLylEEIKG .card-box {
  padding: 0rem;
}
.cid-tDLylEEIKG img {
  transition: all 0.3s;
}
.cid-tDLylEEIKG .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
}
.cid-tDLylEEIKG status {
  color: #855dd8;
}
.cid-tDLylEEIKG .status {
  color: #656565;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-tDLylEEIKG .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tDLylEEIKG .card-img {
    width: 30%;
  }
  .cid-tDLylEEIKG .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tDLylEEIKG .card-img {
    width: 50%;
  }
  .cid-tDLylEEIKG .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-tDLylEEIKG .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tDLylEEIKG .card-img {
    width: 100%;
  }
  .cid-tDLylEEIKG .card-box {
    width: 100%;
  }
}
.cid-tDLylEEIKG .card-box > p,
.cid-tDLylEEIKG .mbr-section-btn {
  color: #656565;
}
.cid-tDLz5eQFlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
@media (min-width: 1500px) {
  .cid-tDLz5eQFlg .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDLz5eQFlg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDLz5eQFlg p {
  color: #ffffff;
}
.cid-tZc1uaFnNJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZc1uaFnNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZc1uaFnNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZc1uaFnNJ .mbr-section-title {
  color: #f1c050;
}
.cid-tZc1uaFnNJ .mbr-section-subtitle {
  color: #f1c050;
}
.cid-tZPqQWDZT5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZPqQWDZT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPqQWDZT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPqQWDZT5 .video-wrapper iframe {
  width: 100%;
}
.cid-tZPqQWDZT5 .mbr-section-title,
.cid-tZPqQWDZT5 .mbr-section-subtitle,
.cid-tZPqQWDZT5 .mbr-text {
  text-align: center;
}
.cid-tZPnu99HUw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tZPnu99HUw .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tZPnu99HUw .mbr-section-subtitle {
  text-align: center;
}
.cid-tZc268LKmK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZc268LKmK .mbr-section-subtitle {
  color: #232323;
}
.cid-tZc268LKmK .mbr-text {
  color: #084a6e;
}
.cid-tZc268LKmK .mbr-section-title {
  color: #084a6e;
}
.cid-tZc4hTjscj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZc4hTjscj .mbr-section-subtitle {
  color: #232323;
}
.cid-tZc4hTjscj .mbr-text {
  color: #084a6e;
}
.cid-tZPo0LlnF5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tZPo0LlnF5 .mbr-section-subtitle {
  color: #232323;
}
.cid-tZPo0LlnF5 .mbr-text {
  color: #084a6e;
}
.cid-tZiI6lgVBH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZiI6lgVBH .mbr-section-subtitle {
  color: #232323;
}
.cid-tZiI6lgVBH .mbr-text {
  color: #000000;
}
.cid-tZEdJZ9MUc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZEdJZ9MUc .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u0q976UFNe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-u0q976UFNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q976UFNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0q976UFNe .video-wrapper iframe {
  width: 100%;
}
.cid-u0q976UFNe .mbr-section-title,
.cid-u0q976UFNe .mbr-section-subtitle,
.cid-u0q976UFNe .mbr-text {
  text-align: center;
}
.cid-tZccyat1nf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tZccyat1nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZccyat1nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZccyat1nf .row {
  flex-direction: row-reverse;
}
.cid-tZye6TLSp3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tZye6TLSp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZye6TLSp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZye6TLSp3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZye6TLSp3 .row {
  flex-direction: row-reverse;
}
.cid-tZye6TLSp3 img {
  width: 100%;
}
.cid-tZVmEhuMuj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tZVmEhuMuj .mbr-text {
  text-align: center;
}
.cid-tZc6FnjlfP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tZc6FnjlfP .mbr-text {
  text-align: left;
  color: #99a2a7;
}
.cid-tZmCfq7Wvu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZmCfq7Wvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZmCfq7Wvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZmCfq7Wvu .mbr-section-title {
  color: #f1c050;
}
.cid-tZmCfq7Wvu .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZmCxC58S2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZmCxC58S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZmCxC58S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZmCxC58S2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZmCxC58S2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZmCxC58S2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZmCxC58S2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZmCxC58S2 .mbr-section-title {
  color: #260a30;
}
.cid-tZmCxC58S2 .mbr-text,
.cid-tZmCxC58S2 .mbr-section-btn {
  color: #084a6e;
}
.cid-tZy7d4D7aU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tZy7d4D7aU .mbr-text {
  text-align: center;
}
.cid-tZmFGXwCoP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZmFGXwCoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZmFGXwCoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZmFGXwCoP .mbr-section-title {
  color: #f1c050;
}
.cid-tZmFGXwCoP .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZmFGXSO6Q {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-tZmFGXSO6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZmFGXSO6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZmFGXSO6Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZmFGXSO6Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZmFGXSO6Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZmFGXSO6Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZmFGXSO6Q .mbr-section-title {
  color: #260a30;
}
.cid-tZmFGXSO6Q .mbr-text,
.cid-tZmFGXSO6Q .mbr-section-btn {
  color: #084a6e;
}
.cid-tZnhhW97Vi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZnhhW97Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZnhhW97Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZnhhW97Vi .mbr-section-title {
  color: #f1c050;
}
.cid-tZnhhW97Vi .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZyYYDnkxa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZyYYDnkxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyYYDnkxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZyYYDnkxa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZyYYDnkxa .row {
  flex-direction: row-reverse;
}
.cid-tZyYYDnkxa img {
  width: 100%;
}
.cid-tZyhfb1sLg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZyhfb1sLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyhfb1sLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyhfb1sLg .mbr-section-title {
  color: #f1c050;
}
.cid-tZyhfb1sLg .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZyihPdore {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tZylCMnCIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tZyvggvdCG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tZyvggvdCG .row {
  flex-direction: row-reverse;
}
.cid-tZyvggvdCG .mbr-text,
.cid-tZyvggvdCG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZyvggvdCG .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-tZyvggvdCG .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tZyvggvdCG * {
    text-align: center;
  }
  .cid-tZyvggvdCG .buttons-wrap {
    justify-content: center;
  }
}
.cid-tZyvggvdCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyvggvdCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyvggvdCG .mbr-section-subtitle,
.cid-tZyvggvdCG .mbr-section-btn {
  text-align: left;
}
.cid-tZyDt01dEk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tZyDt01dEk .mbr-text {
  text-align: left;
}
.cid-tZaX0m0Gt2 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/depositphotos-51036185-stock-video-animation-of-tropical-landscape-beach-608x342.jpg");
}
.cid-tZaX0m0Gt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZaX0m0Gt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZaX0m0Gt2 .video-wrapper iframe {
  width: 100%;
}
.cid-tZaX0m0Gt2 .mbr-section-title,
.cid-tZaX0m0Gt2 .mbr-section-subtitle,
.cid-tZaX0m0Gt2 .mbr-text {
  text-align: center;
}
.cid-tZaX0m0Gt2 .mbr-section-title {
  color: #f1c050;
}
.cid-tZaX0m0Gt2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tZaX0m0Gt2 .mbr-text {
  color: #333333;
}
.cid-tZyTz5Ptp8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tZzmeqXCL2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZzmeqXCL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZzmeqXCL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZzmeqXCL2 .mbr-section-title {
  color: #f1c050;
}
.cid-tZzmeqXCL2 .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZzvSUBqA7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZzvSUBqA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZzvSUBqA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZzvSUBqA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZzvSUBqA7 .row {
  flex-direction: row-reverse;
}
.cid-tZzvSUBqA7 img {
  width: 100%;
}
.cid-tZzvSUBqA7 .mbr-description {
  color: #1f8068;
}
.cid-u3l1Pfh8Lu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3l1Pfh8Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3l1Pfh8Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3l1Pfh8Lu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3l1Pfh8Lu .row {
  flex-direction: row-reverse;
}
.cid-u3l1Pfh8Lu img {
  width: 100%;
}
.cid-u3l9yDyyCv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3l9yDyyCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3l9yDyyCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3l9yDyyCv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3l9yDyyCv .row {
  flex-direction: row-reverse;
}
.cid-u3l9yDyyCv img {
  width: 100%;
}
.cid-tZK8xt6nCq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tZK8xt6nCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZK8xt6nCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZK8xt6nCq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZK8xt6nCq .row {
  flex-direction: row-reverse;
}
.cid-tZK8xt6nCq img {
  width: 100%;
}
.cid-tZK8xt6nCq .mbr-description {
  color: #f1c050;
}
.cid-u02kyHxvyP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u02kyHxvyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u02kyHxvyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u02kyHxvyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u02kyHxvyP .row {
  flex-direction: row-reverse;
}
.cid-u02kyHxvyP img {
  width: 100%;
}
.cid-tZM2XXATIP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZM2XXATIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZM2XXATIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZM2XXATIP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZM2XXATIP .row {
  flex-direction: row-reverse;
}
.cid-tZM2XXATIP img {
  width: 100%;
}
.cid-tZK6tNoq1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZK6tNoq1r .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-tZK6tNoq1r .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-tZK6tNoq1r .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-tZK6tNoq1r .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-tZK6tNoq1r .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-tZK6tNoq1r .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-tZK6tNoq1r .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tZK6tNoq1r .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tZK6tNoq1r .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tZK6tNoq1r .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tZA7jkenCw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZA7jkenCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZA7jkenCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZA7jkenCw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZA7jkenCw .row {
  flex-direction: row-reverse;
}
.cid-tZA7jkenCw img {
  width: 100%;
}
.cid-u154R6RbU8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u154R6RbU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u154R6RbU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u154R6RbU8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u154R6RbU8 .row {
  flex-direction: row-reverse;
}
.cid-u154R6RbU8 img {
  width: 100%;
}
.cid-u57SbXPU95 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u57SbXPU95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57SbXPU95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u57SbXPU95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u57SbXPU95 .row {
  flex-direction: row-reverse;
}
.cid-u57SbXPU95 img {
  width: 100%;
}
.cid-u57ScPgFEa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u57ScPgFEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57ScPgFEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u57ScPgFEa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u57ScPgFEa .row {
  flex-direction: row-reverse;
}
.cid-u57ScPgFEa img {
  width: 100%;
}
.cid-u57R7d4xr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u57R7d4xr3 .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-u57R7d4xr3 .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-u57R7d4xr3 .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-u57R7d4xr3 .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-u57R7d4xr3 .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-u57R7d4xr3 .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-u57R7d4xr3 .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u57R7d4xr3 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u57R7d4xr3 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u57R7d4xr3 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tZmkdXEqak {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZmkdXEqak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZmkdXEqak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZmkdXEqak .mbr-section-title {
  color: #f1c050;
}
.cid-tZmkdXEqak .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZml3tgPxl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tZml3tgPxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZml3tgPxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZml3tgPxl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZml3tgPxl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tZml3tgPxl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tZml3tgPxl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tZml3tgPxl .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-tZml3tgPxl .mbr-section-title {
  color: #9fe870;
}
.cid-tZml3tgPxl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZml3tgPxl .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tZml3tgPxl .card-box .item-footer {
  margin-top: auto;
}
.cid-tZml3tgPxl .content-head {
  max-width: 800px;
}
.cid-tZmxv9B7Yl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tZmxv9B7Yl .mbr-text {
  color: #edefeb;
}
.cid-tZmxv9B7Yl .mbr-section-subtitle {
  color: #f1c050;
}
.cid-tZmkdZmUb3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tZmkdZmUb3 .mbr-text {
  text-align: left;
  color: #99a2a7;
}
.cid-u0M8CNxY7t .navbar-dropdown {
  position: relative !important;
}
.cid-u0M8CNxY7t .navbar-dropdown {
  position: absolute !important;
}
.cid-u0M8CNxY7t .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-u0M8CNxY7t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0M8CNxY7t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0M8CNxY7t .dropdown-item:hover,
.cid-u0M8CNxY7t .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u0M8CNxY7t .dropdown-item:hover span {
  color: white;
}
.cid-u0M8CNxY7t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0M8CNxY7t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0M8CNxY7t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0M8CNxY7t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0M8CNxY7t .nav-link {
  position: relative;
}
.cid-u0M8CNxY7t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0M8CNxY7t .container {
    flex-wrap: nowrap;
  }
}
.cid-u0M8CNxY7t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0M8CNxY7t .dropdown-menu,
.cid-u0M8CNxY7t .navbar.opened {
  background: #ffffff !important;
}
.cid-u0M8CNxY7t .nav-item:focus,
.cid-u0M8CNxY7t .nav-link:focus {
  outline: none;
}
.cid-u0M8CNxY7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0M8CNxY7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0M8CNxY7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0M8CNxY7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0M8CNxY7t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0M8CNxY7t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0M8CNxY7t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u0M8CNxY7t .navbar.opened {
  transition: all 0.3s;
}
.cid-u0M8CNxY7t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0M8CNxY7t .navbar .navbar-logo img {
  width: auto;
}
.cid-u0M8CNxY7t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0M8CNxY7t .navbar.collapsed {
  justify-content: center;
}
.cid-u0M8CNxY7t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0M8CNxY7t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0M8CNxY7t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u0M8CNxY7t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0M8CNxY7t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0M8CNxY7t .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-u0M8CNxY7t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0M8CNxY7t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0M8CNxY7t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0M8CNxY7t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0M8CNxY7t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0M8CNxY7t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0M8CNxY7t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0M8CNxY7t .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-u0M8CNxY7t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0M8CNxY7t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0M8CNxY7t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0M8CNxY7t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0M8CNxY7t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0M8CNxY7t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0M8CNxY7t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0M8CNxY7t .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0M8CNxY7t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0M8CNxY7t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0M8CNxY7t .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-u0M8CNxY7t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0M8CNxY7t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0M8CNxY7t .dropdown-item.active,
.cid-u0M8CNxY7t .dropdown-item:active {
  background-color: transparent;
}
.cid-u0M8CNxY7t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0M8CNxY7t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0M8CNxY7t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0M8CNxY7t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0M8CNxY7t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0M8CNxY7t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0M8CNxY7t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0M8CNxY7t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0M8CNxY7t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0M8CNxY7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u0M8CNxY7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0M8CNxY7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0M8CNxY7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0M8CNxY7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0M8CNxY7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0M8CNxY7t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0M8CNxY7t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0M8CNxY7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0M8CNxY7t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u0M8CNxY7t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0M8CNxY7t .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-u0M8CNxY7t .navbar {
    height: 70px;
  }
  .cid-u0M8CNxY7t .navbar.opened {
    height: auto;
  }
  .cid-u0M8CNxY7t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZPD4XGOv9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-tZPD4XGOv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPD4XGOv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPD4XGOv9 .mbr-section-title {
  color: #f1c050;
}
.cid-tZPD4XGOv9 .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-tZPDJQzolH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u0830YOTgj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0830YOTgj .mbr-text {
  text-align: center;
}
.cid-u0830YOTgj .mbr-section-subtitle {
  text-align: center;
  color: #1f8068;
}
.cid-u0TwzU9i8p {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u0TwzU9i8p .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-u0TwzU9i8p .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-u0TwzU9i8p .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-u0TwzU9i8p .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-u0TwzU9i8p .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-u0TwzU9i8p .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-u0TwzU9i8p .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u0TwzU9i8p .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u0TwzU9i8p .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u0TwzU9i8p .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u0Tp7tSSpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0Tp7tSSpC .mbr-text {
  text-align: center;
}
.cid-u0Tp7tSSpC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u0TxyOUT2B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u0TxyOUT2B .btn.btn-primary-outline {
  border: 1px solid #4479d9;
}
.cid-u0TxyOUT2B .btn.btn-primary-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-secondary-outline {
  border: 1px solid #dc4c35;
}
.cid-u0TxyOUT2B .btn.btn-secondary-outline:hover {
  background-color: #dc4c35 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-success-outline {
  border: 1px solid #1f8068;
}
.cid-u0TxyOUT2B .btn.btn-success-outline:hover {
  background-color: #1f8068 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-info-outline {
  border: 1px solid #4479d9;
}
.cid-u0TxyOUT2B .btn.btn-info-outline:hover {
  background-color: #4479d9 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-warning-outline {
  border: 1px solid #455c97;
}
.cid-u0TxyOUT2B .btn.btn-warning-outline:hover {
  background-color: #455c97 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-danger-outline {
  border: 1px solid #8e2a22;
}
.cid-u0TxyOUT2B .btn.btn-danger-outline:hover {
  background-color: #8e2a22 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-u0TxyOUT2B .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u0TxyOUT2B .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-u0TxyOUT2B .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tZPD4Y54sv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-tZPD4Y54sv .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tZPD4Y54sv .mbr-text {
  text-align: center;
}
.cid-u0r9BzGNND {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #c4c7c1;
}
.cid-u0r9BzGNND .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0r9BzGNND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0r9BzGNND .video-wrapper iframe {
  width: 100%;
}
.cid-u0r9BzGNND .mbr-section-title,
.cid-u0r9BzGNND .mbr-section-subtitle,
.cid-u0r9BzGNND .mbr-text {
  text-align: center;
}
.cid-tZPJq8duCj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-tZPJq8duCj blockquote {
  border-color: #dc4c35;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tZPJq8duCj .mbr-section-title {
  color: #dc4c35;
}
.cid-tZPJq8duCj .mbr-text {
  color: #000000;
}
.cid-tZVpwT8D1z {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #889094;
}
.cid-tZVpwT8D1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZVpwT8D1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZVpwT8D1z .video-wrapper iframe {
  width: 100%;
}
.cid-tZVpwT8D1z .mbr-section-title,
.cid-tZVpwT8D1z .mbr-section-subtitle,
.cid-tZVpwT8D1z .mbr-text {
  text-align: center;
}
.cid-tZPD4YiplJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-tZPD4YiplJ .mbr-section-subtitle {
  color: #084a6e;
}
.cid-tZPD4YiplJ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tZPD4YiplJ .mbr-text {
  text-align: center;
}
.cid-u0McFYslEL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-u0McFYslEL .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u0McFYslEL .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-u0McFYslEL .mbr-text {
  text-align: center;
}
.cid-u072Kdu20o {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #c4c7c1;
}
.cid-u072Kdu20o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u072Kdu20o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u072Kdu20o .video-wrapper iframe {
  width: 100%;
}
.cid-u072Kdu20o .mbr-section-title,
.cid-u072Kdu20o .mbr-section-subtitle,
.cid-u072Kdu20o .mbr-text {
  text-align: center;
}
.cid-u0MgezzR4a {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-u0MgezzR4a .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u0MgezzR4a .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-u0MgezzR4a .mbr-text {
  text-align: center;
}
.cid-u0MBrf3XBX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-u0MBrf3XBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MBrf3XBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MBrf3XBX .video-wrapper iframe {
  width: 100%;
}
.cid-u0MBrf3XBX .mbr-section-title,
.cid-u0MBrf3XBX .mbr-section-subtitle,
.cid-u0MBrf3XBX .mbr-text {
  text-align: center;
}
.cid-u0Mwxg7TxB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #889094;
}
.cid-u0Mwxg7TxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Mwxg7TxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Mwxg7TxB .video-wrapper iframe {
  width: 100%;
}
.cid-u0Mwxg7TxB .mbr-section-title,
.cid-u0Mwxg7TxB .mbr-section-subtitle,
.cid-u0Mwxg7TxB .mbr-text {
  text-align: center;
}
.cid-tZPD4YKiuW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tZPD4YKiuW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZPD4YKiuW .mbr-section-subtitle {
  text-align: center;
  color: #f1c050;
}
.cid-u0jqAHM7mJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u0jqAHM7mJ img {
  width: 100%;
}
.cid-u0jqAHM7mJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4479d9;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u0jqAHM7mJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u0jqAHM7mJ .mbr-section-subtitle {
  color: #333333;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u0jqAHM7mJ .mbr-text {
  color: #606060;
}
.cid-u0jqAHM7mJ .panel-group {
  margin-top: 36px;
}
.cid-u0jqAHM7mJ .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-u0jqAHM7mJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #084a6e;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #084a6e;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4:hover {
  color: #084a6e;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-u0jqAHM7mJ .card .card-header a.panel-title.collapsed h4:hover {
  color: #084a6e;
}
.cid-u0jqAHM7mJ .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-u0jqAHM7mJ .card .panel-body p {
  font-weight: 400;
}
.cid-u0jqAHM7mJ .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u0jqAHM7mJ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u0jqAHM7mJ * {
    text-align: left;
  }
}
.cid-u0jqAHM7mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jqAHM7mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZVHWPmLyK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tZVHWPmLyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZVHWPmLyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZVHWPmLyK .video-wrapper iframe {
  width: 100%;
}
.cid-tZVHWPmLyK .mbr-section-title,
.cid-tZVHWPmLyK .mbr-section-subtitle,
.cid-tZVHWPmLyK .mbr-text {
  text-align: center;
}
.cid-tZVHWPDf8t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tZVHWPDf8t .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tZVHWPDf8t .mbr-section-subtitle {
  text-align: center;
}
.cid-tZVHWPNDZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZVHWPNDZQ .mbr-section-subtitle {
  color: #232323;
}
.cid-tZVHWPNDZQ .mbr-text {
  color: #084a6e;
}
.cid-tZVHWPNDZQ .mbr-section-title {
  color: #084a6e;
}
.cid-tZVHWQ1Y8t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZVHWQ1Y8t .mbr-section-subtitle {
  color: #232323;
}
.cid-tZVHWQ1Y8t .mbr-text {
  color: #084a6e;
}
.cid-tZVHWQcTHq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tZVHWQcTHq .mbr-section-subtitle {
  color: #232323;
}
.cid-tZVHWQcTHq .mbr-text {
  color: #084a6e;
}
.cid-tZVHWQnJja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZVHWQnJja .mbr-section-subtitle {
  color: #232323;
}
.cid-tZVHWQnJja .mbr-text {
  color: #000000;
}
.cid-tZVHWQCZLG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZVHWQCZLG .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1x7Z2CAXb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u1x7Z2CAXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1x7Z2CAXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1x7Z2CAXb .video-wrapper iframe {
  width: 100%;
}
.cid-u1x7Z2CAXb .mbr-section-title,
.cid-u1x7Z2CAXb .mbr-section-subtitle,
.cid-u1x7Z2CAXb .mbr-text {
  text-align: center;
}
.cid-u0qbl77ilD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-u0qbl77ilD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qbl77ilD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qbl77ilD .video-wrapper iframe {
  width: 100%;
}
.cid-u0qbl77ilD .mbr-section-title,
.cid-u0qbl77ilD .mbr-section-subtitle,
.cid-u0qbl77ilD .mbr-text {
  text-align: center;
}
.cid-u0UjYsua5w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0UjYsua5w .mbr-text {
  text-align: center;
  color: #084a6e;
}
.cid-u0UjYsua5w .mbr-section-subtitle {
  text-align: center;
  color: #260a30;
}
.cid-u0UjZlzZ2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0UjZlzZ2D .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0UjZlzZ2D .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0UjZlzZ2D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0UjZlzZ2D .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0UjZlzZ2D .container {
    padding: 0 16px;
  }
}
.cid-u0UjZlzZ2D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-u0UjZlzZ2D .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u0UjZlzZ2D .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u0UjZlzZ2D .embla__button--next,
.cid-u0UjZlzZ2D .embla__button--prev {
  display: flex;
}
.cid-u0UjZlzZ2D .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #4479d9 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u0UjZlzZ2D .embla__button {
    display: none;
  }
}
.cid-u0UjZlzZ2D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0UjZlzZ2D .embla__button:hover {
  opacity: .7 !important;
}
.cid-u0UjZlzZ2D .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u0UjZlzZ2D .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u0UjZlzZ2D .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-u0UjZlzZ2D .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u0UjZlzZ2D .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u0UjZlzZ2D .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-u0UjZlzZ2D .embla {
  position: relative;
  width: 100%;
}
.cid-u0UjZlzZ2D .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u0UjZlzZ2D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0UjZlzZ2D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0UjZlzZ2D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0UjZlzZ2D .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-tZVHWQNBHY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZVHWQNBHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZVHWQNBHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZVHWQNBHY .row {
  flex-direction: row-reverse;
}
.cid-tZVHWR3ZHC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZVHWR3ZHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZVHWR3ZHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZVHWR3ZHC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZVHWR3ZHC .row {
  flex-direction: row-reverse;
}
.cid-tZVHWR3ZHC img {
  width: 100%;
}
.cid-tZVHWRieM8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZVHWRieM8 .mbr-text {
  text-align: center;
}
.cid-tZVHWRuKxV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tZVHWRuKxV .mbr-text {
  text-align: left;
  color: #99a2a7;
}
.cid-tZIja5HelR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tZIja5HelR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZIja5HelR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZIja5HelR .video-wrapper iframe {
  width: 100%;
}
.cid-tZIja5HelR .mbr-section-title,
.cid-tZIja5HelR .mbr-section-subtitle,
.cid-tZIja5HelR .mbr-text {
  text-align: center;
}
.cid-tZIja5HelR .mbr-section-title {
  color: #f1c050;
}
.cid-tZIja5HelR .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tZIja5HelR .mbr-text {
  color: #fafafa;
}
.cid-u0UcsRvWDY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-u0UcsRvWDY .mbr-text {
  text-align: center;
  color: #084a6e;
}
.cid-u0UcsRvWDY .mbr-section-subtitle {
  text-align: center;
  color: #260a30;
}
.cid-u0TLZeRoD2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #edefeb;
}
.cid-u0TLZeRoD2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0TLZeRoD2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0TLZeRoD2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0TLZeRoD2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0TLZeRoD2 .container {
    padding: 0 16px;
  }
}
.cid-u0TLZeRoD2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-u0TLZeRoD2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u0TLZeRoD2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u0TLZeRoD2 .embla__button--next,
.cid-u0TLZeRoD2 .embla__button--prev {
  display: flex;
}
.cid-u0TLZeRoD2 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #4479d9 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u0TLZeRoD2 .embla__button {
    display: none;
  }
}
.cid-u0TLZeRoD2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0TLZeRoD2 .embla__button:hover {
  opacity: .7 !important;
}
.cid-u0TLZeRoD2 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u0TLZeRoD2 .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u0TLZeRoD2 .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-u0TLZeRoD2 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u0TLZeRoD2 .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u0TLZeRoD2 .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-u0TLZeRoD2 .embla {
  position: relative;
  width: 100%;
}
.cid-u0TLZeRoD2 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u0TLZeRoD2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0TLZeRoD2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0TLZeRoD2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0TLZeRoD2 .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-u0qPiskQYd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #c4c7c1;
}
.cid-u0qPiskQYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qPiskQYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qPiskQYd .video-wrapper iframe {
  width: 100%;
}
.cid-u0qPiskQYd .mbr-section-title,
.cid-u0qPiskQYd .mbr-section-subtitle,
.cid-u0qPiskQYd .mbr-text {
  text-align: center;
}
.cid-u0qPiskQYd .mbr-section-title {
  color: #260a30;
}
.cid-u0lcggdoT1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c4c7c1;
}
.cid-u0ld2XUh7b {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #c4c7c1;
}
.cid-u0ld2XUh7b .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-tZL9dgxlyV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tZL9dgxlyV .mbr-text {
  text-align: center;
}
.cid-tZL9dgxlyV .mbr-section-subtitle {
  text-align: center;
}
.cid-tZJJsIEJDg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tZJJsIEJDg .card-wrapper {
  border-radius: 4px;
}
.cid-tZJJsIEJDg .card-subtitle {
  color: #0095ff;
}
.cid-tZJJsIEJDg .mbr-text,
.cid-tZJJsIEJDg .card-subtitle {
  color: #232323;
}
.cid-tZJJsIEJDg .mbr-iconfont {
  font-size: 90px;
  color: #74a3c7;
}
.cid-tZJJsIEJDg .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-tZJJsIEJDg .icon {
    margin-bottom: 15px;
  }
  .cid-tZJJsIEJDg * {
    text-align: center !important;
  }
}
.cid-tZJJsIEJDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJJsIEJDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZVlcz8EBf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-tZVlcz8EBf .mbr-text {
  text-align: center;
}
.cid-u0B5y5IFgt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0B5y5IFgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0B5y5IFgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0B5y5IFgt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0B5y5IFgt .row {
  flex-direction: row-reverse;
}
.cid-u0B5y5IFgt img {
  width: 100%;
}
.cid-u14Q7xV4YA .navbar-dropdown {
  position: relative !important;
}
.cid-u14Q7xV4YA .navbar-dropdown {
  position: absolute !important;
}
.cid-u14Q7xV4YA .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-u14Q7xV4YA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u14Q7xV4YA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14Q7xV4YA .dropdown-item:hover,
.cid-u14Q7xV4YA .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u14Q7xV4YA .dropdown-item:hover span {
  color: white;
}
.cid-u14Q7xV4YA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14Q7xV4YA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14Q7xV4YA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14Q7xV4YA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14Q7xV4YA .nav-link {
  position: relative;
}
.cid-u14Q7xV4YA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u14Q7xV4YA .container {
    flex-wrap: nowrap;
  }
}
.cid-u14Q7xV4YA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14Q7xV4YA .dropdown-menu,
.cid-u14Q7xV4YA .navbar.opened {
  background: #ffffff !important;
}
.cid-u14Q7xV4YA .nav-item:focus,
.cid-u14Q7xV4YA .nav-link:focus {
  outline: none;
}
.cid-u14Q7xV4YA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14Q7xV4YA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14Q7xV4YA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14Q7xV4YA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14Q7xV4YA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14Q7xV4YA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14Q7xV4YA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u14Q7xV4YA .navbar.opened {
  transition: all 0.3s;
}
.cid-u14Q7xV4YA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14Q7xV4YA .navbar .navbar-logo img {
  width: auto;
}
.cid-u14Q7xV4YA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14Q7xV4YA .navbar.collapsed {
  justify-content: center;
}
.cid-u14Q7xV4YA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14Q7xV4YA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14Q7xV4YA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u14Q7xV4YA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14Q7xV4YA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14Q7xV4YA .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-u14Q7xV4YA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14Q7xV4YA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14Q7xV4YA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14Q7xV4YA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14Q7xV4YA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14Q7xV4YA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14Q7xV4YA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14Q7xV4YA .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-u14Q7xV4YA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14Q7xV4YA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14Q7xV4YA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14Q7xV4YA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14Q7xV4YA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14Q7xV4YA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u14Q7xV4YA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u14Q7xV4YA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14Q7xV4YA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14Q7xV4YA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14Q7xV4YA .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-u14Q7xV4YA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14Q7xV4YA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14Q7xV4YA .dropdown-item.active,
.cid-u14Q7xV4YA .dropdown-item:active {
  background-color: transparent;
}
.cid-u14Q7xV4YA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14Q7xV4YA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14Q7xV4YA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14Q7xV4YA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14Q7xV4YA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14Q7xV4YA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14Q7xV4YA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14Q7xV4YA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14Q7xV4YA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14Q7xV4YA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u14Q7xV4YA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14Q7xV4YA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14Q7xV4YA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14Q7xV4YA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14Q7xV4YA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14Q7xV4YA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14Q7xV4YA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14Q7xV4YA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14Q7xV4YA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u14Q7xV4YA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14Q7xV4YA .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-u14Q7xV4YA .navbar {
    height: 70px;
  }
  .cid-u14Q7xV4YA .navbar.opened {
    height: auto;
  }
  .cid-u14Q7xV4YA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u14Q7z5xdz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-u14Q7z5xdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Q7z5xdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Q7z5xdz .mbr-section-title {
  color: #f1c050;
}
.cid-u14Q7z5xdz .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-u14Q7zmGrS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u14QKDx6CT {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u14QKDx6CT .mbr-section-subtitle {
  text-align: center;
}
.cid-u14QKDx6CT .mbr-text {
  text-align: center;
}
.cid-u14Q7ABbb6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #889094;
}
.cid-u14Q7ABbb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Q7ABbb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Q7ABbb6 .video-wrapper iframe {
  width: 100%;
}
.cid-u14Q7ABbb6 .mbr-section-title,
.cid-u14Q7ABbb6 .mbr-section-subtitle,
.cid-u14Q7ABbb6 .mbr-text {
  text-align: center;
}
.cid-u14Q7BisFg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #889094;
}
.cid-u14Q7BisFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Q7BisFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Q7BisFg .video-wrapper iframe {
  width: 100%;
}
.cid-u14Q7BisFg .mbr-section-title,
.cid-u14Q7BisFg .mbr-section-subtitle,
.cid-u14Q7BisFg .mbr-text {
  text-align: center;
}
.cid-u21deEFSPS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-u21deEFSPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u21deEFSPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u21deEFSPS .video-wrapper iframe {
  width: 100%;
}
.cid-u21deEFSPS .mbr-section-title,
.cid-u21deEFSPS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u21deEFSPS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u21deEFSPS .mbr-section-title {
  text-align: center;
}
.cid-u21deEFSPS .mbr-text {
  text-align: left;
}
.cid-u21gjznepM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #c4c7c1;
}
.cid-u1amZZSUdf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1amZZSUdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1amZZSUdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1amZZSUdf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1amZZSUdf .mbr-section-subtitle {
  text-align: center;
  color: #084a6e;
}
.cid-u1fOGMUk7z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1fOGMUk7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1fOGMUk7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1fOGMUk7z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1fOGMUk7z .row {
  flex-direction: row-reverse;
}
.cid-u1fOGMUk7z img {
  width: 100%;
}
.cid-u1apbCeMZi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1apbCeMZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1apbCeMZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1apbCeMZi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1apbCeMZi .row {
  flex-direction: row-reverse;
}
.cid-u1apbCeMZi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1apbCeMZi .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1apbCeMZi .mbr-section-title {
  color: #260a30;
}
.cid-u1aq9rdr9x {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1aq9rdr9x .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1ar3aI3uy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-u1ar3aI3uy .mbr-section-subtitle {
  text-align: center;
}
.cid-u1ar3aI3uy .mbr-text {
  text-align: center;
}
.cid-u1askZwaWa {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #c4c7c1;
}
.cid-u14Q7DFxxl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u14Q7DFxxl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u14Q7DFxxl .mbr-section-subtitle {
  text-align: center;
  color: #f1c050;
}
.cid-u14Q7DQlfD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u14Q7DQlfD img {
  width: 100%;
}
.cid-u14Q7DQlfD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4479d9;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u14Q7DQlfD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u14Q7DQlfD .mbr-section-subtitle {
  color: #333333;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u14Q7DQlfD .mbr-text {
  color: #606060;
}
.cid-u14Q7DQlfD .panel-group {
  margin-top: 36px;
}
.cid-u14Q7DQlfD .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-u14Q7DQlfD .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #084a6e;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #084a6e;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4:hover {
  color: #084a6e;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-u14Q7DQlfD .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-u14Q7DQlfD .card .card-header a.panel-title.collapsed h4:hover {
  color: #084a6e;
}
.cid-u14Q7DQlfD .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-u14Q7DQlfD .card .panel-body p {
  font-weight: 400;
}
.cid-u14Q7DQlfD .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u14Q7DQlfD .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u14Q7DQlfD * {
    text-align: left;
  }
}
.cid-u14Q7DQlfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Q7DQlfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1alvhuSf5 .navbar-dropdown {
  position: relative !important;
}
.cid-u1alvhuSf5 .navbar-dropdown {
  position: absolute !important;
}
.cid-u1alvhuSf5 .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-u1alvhuSf5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1alvhuSf5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1alvhuSf5 .dropdown-item:hover,
.cid-u1alvhuSf5 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u1alvhuSf5 .dropdown-item:hover span {
  color: white;
}
.cid-u1alvhuSf5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1alvhuSf5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1alvhuSf5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1alvhuSf5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1alvhuSf5 .nav-link {
  position: relative;
}
.cid-u1alvhuSf5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1alvhuSf5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u1alvhuSf5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1alvhuSf5 .dropdown-menu,
.cid-u1alvhuSf5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1alvhuSf5 .nav-item:focus,
.cid-u1alvhuSf5 .nav-link:focus {
  outline: none;
}
.cid-u1alvhuSf5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1alvhuSf5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1alvhuSf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1alvhuSf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1alvhuSf5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1alvhuSf5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1alvhuSf5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u1alvhuSf5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1alvhuSf5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1alvhuSf5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1alvhuSf5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1alvhuSf5 .navbar.collapsed {
  justify-content: center;
}
.cid-u1alvhuSf5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1alvhuSf5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1alvhuSf5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1alvhuSf5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1alvhuSf5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1alvhuSf5 .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-u1alvhuSf5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1alvhuSf5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1alvhuSf5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1alvhuSf5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1alvhuSf5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1alvhuSf5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1alvhuSf5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1alvhuSf5 .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-u1alvhuSf5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1alvhuSf5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1alvhuSf5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1alvhuSf5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1alvhuSf5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1alvhuSf5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1alvhuSf5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1alvhuSf5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1alvhuSf5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1alvhuSf5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1alvhuSf5 .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-u1alvhuSf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1alvhuSf5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1alvhuSf5 .dropdown-item.active,
.cid-u1alvhuSf5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1alvhuSf5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1alvhuSf5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1alvhuSf5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1alvhuSf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1alvhuSf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1alvhuSf5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1alvhuSf5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1alvhuSf5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1alvhuSf5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1alvhuSf5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u1alvhuSf5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1alvhuSf5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1alvhuSf5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1alvhuSf5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1alvhuSf5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1alvhuSf5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1alvhuSf5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1alvhuSf5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1alvhuSf5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1alvhuSf5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1alvhuSf5 .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-u1alvhuSf5 .navbar {
    height: 70px;
  }
  .cid-u1alvhuSf5 .navbar.opened {
    height: auto;
  }
  .cid-u1alvhuSf5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1alviitfL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1alvl0vo8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-u1alvl0vo8 .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u1alvl0vo8 .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-u1alvl0vo8 .mbr-text {
  text-align: center;
}
.cid-u1alvlJ1Iq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #889094;
}
.cid-u1alvlJ1Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1alvlJ1Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1alvlJ1Iq .video-wrapper iframe {
  width: 100%;
}
.cid-u1alvlJ1Iq .mbr-section-title,
.cid-u1alvlJ1Iq .mbr-section-subtitle,
.cid-u1alvlJ1Iq .mbr-text {
  text-align: center;
}
.cid-u1xuhWTdWP .navbar-dropdown {
  position: relative !important;
}
.cid-u1xuhWTdWP .navbar-dropdown {
  position: absolute !important;
}
.cid-u1xuhWTdWP .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-u1xuhWTdWP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1xuhWTdWP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1xuhWTdWP .dropdown-item:hover,
.cid-u1xuhWTdWP .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u1xuhWTdWP .dropdown-item:hover span {
  color: white;
}
.cid-u1xuhWTdWP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1xuhWTdWP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1xuhWTdWP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1xuhWTdWP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1xuhWTdWP .nav-link {
  position: relative;
}
.cid-u1xuhWTdWP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1xuhWTdWP .container {
    flex-wrap: nowrap;
  }
}
.cid-u1xuhWTdWP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1xuhWTdWP .dropdown-menu,
.cid-u1xuhWTdWP .navbar.opened {
  background: #ffffff !important;
}
.cid-u1xuhWTdWP .nav-item:focus,
.cid-u1xuhWTdWP .nav-link:focus {
  outline: none;
}
.cid-u1xuhWTdWP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xuhWTdWP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xuhWTdWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xuhWTdWP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xuhWTdWP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xuhWTdWP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xuhWTdWP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u1xuhWTdWP .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xuhWTdWP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1xuhWTdWP .navbar .navbar-logo img {
  width: auto;
}
.cid-u1xuhWTdWP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1xuhWTdWP .navbar.collapsed {
  justify-content: center;
}
.cid-u1xuhWTdWP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xuhWTdWP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1xuhWTdWP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1xuhWTdWP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xuhWTdWP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xuhWTdWP .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-u1xuhWTdWP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xuhWTdWP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1xuhWTdWP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1xuhWTdWP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xuhWTdWP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xuhWTdWP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xuhWTdWP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1xuhWTdWP .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-u1xuhWTdWP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xuhWTdWP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1xuhWTdWP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1xuhWTdWP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1xuhWTdWP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xuhWTdWP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1xuhWTdWP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1xuhWTdWP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xuhWTdWP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xuhWTdWP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xuhWTdWP .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-u1xuhWTdWP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1xuhWTdWP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xuhWTdWP .dropdown-item.active,
.cid-u1xuhWTdWP .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xuhWTdWP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1xuhWTdWP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xuhWTdWP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xuhWTdWP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1xuhWTdWP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xuhWTdWP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xuhWTdWP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1xuhWTdWP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xuhWTdWP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1xuhWTdWP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u1xuhWTdWP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xuhWTdWP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xuhWTdWP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xuhWTdWP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xuhWTdWP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xuhWTdWP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xuhWTdWP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xuhWTdWP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xuhWTdWP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1xuhWTdWP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xuhWTdWP .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-u1xuhWTdWP .navbar {
    height: 70px;
  }
  .cid-u1xuhWTdWP .navbar.opened {
    height: auto;
  }
  .cid-u1xuhWTdWP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xuhXimzk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1xuhXqnsT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-u1xuhXqnsT .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u1xuhXqnsT .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-u1xuhXqnsT .mbr-text {
  text-align: center;
}
.cid-u1xuhXzqqJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #889094;
}
.cid-u1xuhXzqqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xuhXzqqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xuhXzqqJ .video-wrapper iframe {
  width: 100%;
}
.cid-u1xuhXzqqJ .mbr-section-title,
.cid-u1xuhXzqqJ .mbr-section-subtitle,
.cid-u1xuhXzqqJ .mbr-text {
  text-align: center;
}
.cid-u1xuhXY6Vd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #889094;
}
.cid-u1xuhXY6Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xuhXY6Vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xuhXY6Vd .video-wrapper iframe {
  width: 100%;
}
.cid-u1xuhXY6Vd .mbr-section-title,
.cid-u1xuhXY6Vd .mbr-section-subtitle,
.cid-u1xuhXY6Vd .mbr-text {
  text-align: center;
}
.cid-u1xumMlERn .navbar-dropdown {
  position: relative !important;
}
.cid-u1xumMlERn .navbar-dropdown {
  position: absolute !important;
}
.cid-u1xumMlERn .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-u1xumMlERn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1xumMlERn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1xumMlERn .dropdown-item:hover,
.cid-u1xumMlERn .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u1xumMlERn .dropdown-item:hover span {
  color: white;
}
.cid-u1xumMlERn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1xumMlERn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1xumMlERn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1xumMlERn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1xumMlERn .nav-link {
  position: relative;
}
.cid-u1xumMlERn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1xumMlERn .container {
    flex-wrap: nowrap;
  }
}
.cid-u1xumMlERn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1xumMlERn .dropdown-menu,
.cid-u1xumMlERn .navbar.opened {
  background: #ffffff !important;
}
.cid-u1xumMlERn .nav-item:focus,
.cid-u1xumMlERn .nav-link:focus {
  outline: none;
}
.cid-u1xumMlERn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xumMlERn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xumMlERn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xumMlERn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xumMlERn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xumMlERn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xumMlERn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u1xumMlERn .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xumMlERn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1xumMlERn .navbar .navbar-logo img {
  width: auto;
}
.cid-u1xumMlERn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1xumMlERn .navbar.collapsed {
  justify-content: center;
}
.cid-u1xumMlERn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xumMlERn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1xumMlERn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u1xumMlERn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xumMlERn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xumMlERn .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-u1xumMlERn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xumMlERn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1xumMlERn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1xumMlERn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xumMlERn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xumMlERn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xumMlERn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1xumMlERn .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-u1xumMlERn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xumMlERn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1xumMlERn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1xumMlERn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1xumMlERn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xumMlERn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1xumMlERn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1xumMlERn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xumMlERn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xumMlERn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xumMlERn .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-u1xumMlERn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1xumMlERn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xumMlERn .dropdown-item.active,
.cid-u1xumMlERn .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xumMlERn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1xumMlERn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xumMlERn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xumMlERn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1xumMlERn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xumMlERn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xumMlERn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1xumMlERn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xumMlERn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1xumMlERn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u1xumMlERn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xumMlERn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xumMlERn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xumMlERn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xumMlERn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xumMlERn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xumMlERn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xumMlERn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xumMlERn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1xumMlERn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xumMlERn .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-u1xumMlERn .navbar {
    height: 70px;
  }
  .cid-u1xumMlERn .navbar.opened {
    height: auto;
  }
  .cid-u1xumMlERn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xumMJova {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1xumMTBxQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #889094;
}
.cid-u1xumMTBxQ .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u1xumMTBxQ .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-u1xumMTBxQ .mbr-text {
  text-align: center;
}
.cid-u1xumN2PpY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #889094;
}
.cid-u1xumN2PpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xumN2PpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xumN2PpY .video-wrapper iframe {
  width: 100%;
}
.cid-u1xumN2PpY .mbr-section-title,
.cid-u1xumN2PpY .mbr-section-subtitle,
.cid-u1xumN2PpY .mbr-text {
  text-align: center;
}
.cid-u1xumNhgg4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1xumNhgg4 .mbr-text {
  text-align: center;
}
.cid-u1xumNqiuu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #889094;
}
.cid-u1xumNqiuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xumNqiuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xumNqiuu .video-wrapper iframe {
  width: 100%;
}
.cid-u1xumNqiuu .mbr-section-title,
.cid-u1xumNqiuu .mbr-section-subtitle,
.cid-u1xumNqiuu .mbr-text {
  text-align: center;
}
.cid-u1xumNEDb1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u1xumNEDb1 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u1xumNEDb1 .mbr-section-subtitle {
  text-align: center;
  color: #f1c050;
}
.cid-u1xumNQ137 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-u1xumNQ137 img {
  width: 100%;
}
.cid-u1xumNQ137 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #4479d9;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u1xumNQ137 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u1xumNQ137 .mbr-section-subtitle {
  color: #333333;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u1xumNQ137 .mbr-text {
  color: #606060;
}
.cid-u1xumNQ137 .panel-group {
  margin-top: 36px;
}
.cid-u1xumNQ137 .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-u1xumNQ137 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-u1xumNQ137 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-u1xumNQ137 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #084a6e;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #084a6e;
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4:hover {
  color: #084a6e;
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-u1xumNQ137 .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-u1xumNQ137 .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-u1xumNQ137 .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-u1xumNQ137 .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-u1xumNQ137 .card .card-header a.panel-title.collapsed h4:hover {
  color: #084a6e;
}
.cid-u1xumNQ137 .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-u1xumNQ137 .card .panel-body p {
  font-weight: 400;
}
.cid-u1xumNQ137 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1xumNQ137 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u1xumNQ137 * {
    text-align: left;
  }
}
.cid-u1xumNQ137 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xumNQ137 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u21ppKySos .navbar-dropdown {
  position: relative !important;
}
.cid-u21ppKySos .navbar-dropdown {
  position: absolute !important;
}
.cid-u21ppKySos .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-u21ppKySos .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u21ppKySos .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u21ppKySos .dropdown-item:hover,
.cid-u21ppKySos .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u21ppKySos .dropdown-item:hover span {
  color: white;
}
.cid-u21ppKySos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u21ppKySos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u21ppKySos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u21ppKySos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u21ppKySos .nav-link {
  position: relative;
}
.cid-u21ppKySos .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u21ppKySos .container {
    flex-wrap: nowrap;
  }
}
.cid-u21ppKySos .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u21ppKySos .dropdown-menu,
.cid-u21ppKySos .navbar.opened {
  background: #ffffff !important;
}
.cid-u21ppKySos .nav-item:focus,
.cid-u21ppKySos .nav-link:focus {
  outline: none;
}
.cid-u21ppKySos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u21ppKySos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u21ppKySos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u21ppKySos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u21ppKySos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u21ppKySos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u21ppKySos .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u21ppKySos .navbar.opened {
  transition: all 0.3s;
}
.cid-u21ppKySos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u21ppKySos .navbar .navbar-logo img {
  width: auto;
}
.cid-u21ppKySos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u21ppKySos .navbar.collapsed {
  justify-content: center;
}
.cid-u21ppKySos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u21ppKySos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u21ppKySos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u21ppKySos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u21ppKySos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u21ppKySos .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-u21ppKySos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u21ppKySos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u21ppKySos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u21ppKySos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u21ppKySos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u21ppKySos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u21ppKySos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u21ppKySos .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-u21ppKySos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u21ppKySos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u21ppKySos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u21ppKySos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u21ppKySos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u21ppKySos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u21ppKySos .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u21ppKySos .navbar.navbar-short {
  min-height: 60px;
}
.cid-u21ppKySos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u21ppKySos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u21ppKySos .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-u21ppKySos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u21ppKySos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u21ppKySos .dropdown-item.active,
.cid-u21ppKySos .dropdown-item:active {
  background-color: transparent;
}
.cid-u21ppKySos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u21ppKySos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u21ppKySos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u21ppKySos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u21ppKySos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u21ppKySos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u21ppKySos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u21ppKySos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u21ppKySos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u21ppKySos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u21ppKySos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u21ppKySos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u21ppKySos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u21ppKySos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u21ppKySos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u21ppKySos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u21ppKySos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u21ppKySos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u21ppKySos .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u21ppKySos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u21ppKySos .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-u21ppKySos .navbar {
    height: 70px;
  }
  .cid-u21ppKySos .navbar.opened {
    height: auto;
  }
  .cid-u21ppKySos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u21ppL2wNz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c4c7c1;
}
.cid-u2337O3Yla {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1374.png");
}
.cid-u2337O3Yla .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2337O3Yla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2337O3Yla .mbr-section-title {
  color: #f1c050;
}
.cid-u2337O3Yla .mbr-section-subtitle {
  color: #eeeeee;
}
.cid-u21ppLdt3n {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #c4c7c1;
}
.cid-u21ppLdt3n .mbr-section-subtitle {
  color: #084a6e;
  text-align: center;
}
.cid-u21ppLdt3n .mbr-section-title {
  color: #084a6e;
  text-align: center;
}
.cid-u21ppLdt3n .mbr-text {
  text-align: center;
}
.cid-u21qCvWZv3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c4c7c1;
}
.cid-u21qCvWZv3 .mbr-text {
  text-align: left;
}
.cid-u21qCvWZv3 .mbr-section-subtitle {
  text-align: left;
}
.cid-u21rh6uWik {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c4c7c1;
}
.cid-u21rh6uWik .mbr-text {
  text-align: left;
}
.cid-u21rh6uWik .mbr-section-subtitle {
  text-align: left;
}
.cid-u21rTkG6oF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c4c7c1;
}
.cid-u21rTkG6oF .mbr-text {
  text-align: left;
}
.cid-u21rTkG6oF .mbr-section-subtitle {
  text-align: left;
}
.cid-u233QdUcnr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c4c7c1;
}
.cid-u233QdUcnr .mbr-text {
  text-align: left;
}
.cid-u233QdUcnr .mbr-section-subtitle {
  text-align: left;
}
.cid-u21sQrxMKE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c4c7c1;
}
.cid-u21sQrxMKE .mbr-section-subtitle {
  color: #084a6e;
  text-align: center;
}
.cid-u21sQrxMKE .mbr-section-title {
  color: #084a6e;
  text-align: center;
}
.cid-u21sQrxMKE .mbr-text {
  text-align: center;
}
.cid-u21wnc3JCs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c4c7c1;
}
.cid-u21wnc3JCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u21wnc3JCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u21wnc3JCs .video-wrapper iframe {
  width: 100%;
}
.cid-u21wnc3JCs .mbr-section-title,
.cid-u21wnc3JCs .mbr-section-subtitle,
.cid-u21wnc3JCs .mbr-text {
  text-align: center;
}
.cid-u21x8AM1LY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #c4c7c1;
}
.cid-u2cPi1XaP6 .navbar-dropdown {
  position: relative !important;
}
.cid-u2cPi1XaP6 .navbar-dropdown {
  position: absolute !important;
}
.cid-u2cPi1XaP6 .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-u2cPi1XaP6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2cPi1XaP6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2cPi1XaP6 .dropdown-item:hover,
.cid-u2cPi1XaP6 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u2cPi1XaP6 .dropdown-item:hover span {
  color: white;
}
.cid-u2cPi1XaP6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2cPi1XaP6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2cPi1XaP6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2cPi1XaP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2cPi1XaP6 .nav-link {
  position: relative;
}
.cid-u2cPi1XaP6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2cPi1XaP6 .container {
    flex-wrap: nowrap;
  }
}
.cid-u2cPi1XaP6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2cPi1XaP6 .dropdown-menu,
.cid-u2cPi1XaP6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u2cPi1XaP6 .nav-item:focus,
.cid-u2cPi1XaP6 .nav-link:focus {
  outline: none;
}
.cid-u2cPi1XaP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2cPi1XaP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2cPi1XaP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2cPi1XaP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2cPi1XaP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2cPi1XaP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2cPi1XaP6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u2cPi1XaP6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2cPi1XaP6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2cPi1XaP6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u2cPi1XaP6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2cPi1XaP6 .navbar.collapsed {
  justify-content: center;
}
.cid-u2cPi1XaP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2cPi1XaP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2cPi1XaP6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u2cPi1XaP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2cPi1XaP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2cPi1XaP6 .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-u2cPi1XaP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2cPi1XaP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2cPi1XaP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2cPi1XaP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2cPi1XaP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2cPi1XaP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2cPi1XaP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2cPi1XaP6 .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-u2cPi1XaP6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2cPi1XaP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2cPi1XaP6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2cPi1XaP6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2cPi1XaP6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2cPi1XaP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2cPi1XaP6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2cPi1XaP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2cPi1XaP6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2cPi1XaP6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2cPi1XaP6 .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-u2cPi1XaP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2cPi1XaP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2cPi1XaP6 .dropdown-item.active,
.cid-u2cPi1XaP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2cPi1XaP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2cPi1XaP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2cPi1XaP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2cPi1XaP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2cPi1XaP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2cPi1XaP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2cPi1XaP6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2cPi1XaP6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2cPi1XaP6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2cPi1XaP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2cPi1XaP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2cPi1XaP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cPi1XaP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cPi1XaP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2cPi1XaP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cPi1XaP6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2cPi1XaP6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2cPi1XaP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cPi1XaP6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u2cPi1XaP6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2cPi1XaP6 .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-u2cPi1XaP6 .navbar {
    height: 70px;
  }
  .cid-u2cPi1XaP6 .navbar.opened {
    height: auto;
  }
  .cid-u2cPi1XaP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2cPi2q5Gk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-u2cPi2q5Gk .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u4z08Hx21a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u4z08Hx21a .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u4z0SWQS8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uC4uYa7hNO {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uC4uYa7hNO .card-header {
  background: transparent;
}
.cid-uC4uYa7hNO .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #4479d9;
  margin-left: 1rem;
}
.cid-uC4uYa7hNO .panel-body {
  padding: 1rem 0;
}
.cid-uC4uYa7hNO .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uC4uYa7hNO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uC4uYa7hNO .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uC4uYa7hNO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uC4uYa7hNO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uC4uYa7hNO .card .panel-body {
  color: #767676;
}
.cid-uC4uYa7hNO h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-uC4uYa7hNO H4 {
  color: #000000;
}
.cid-uC4uYa7hNO H2 {
  color: #000000;
}
.cid-uC4uYa7hNO .panel-text {
  color: #232323;
}
.cid-uC4uYa7hNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4uYa7hNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cPi3KCCJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u2cPi3KCCJ .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u26OJ1pCHN .navbar-dropdown {
  position: relative !important;
}
.cid-u26OJ1pCHN .navbar-dropdown {
  position: absolute !important;
}
.cid-u26OJ1pCHN .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-u26OJ1pCHN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u26OJ1pCHN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u26OJ1pCHN .dropdown-item:hover,
.cid-u26OJ1pCHN .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u26OJ1pCHN .dropdown-item:hover span {
  color: white;
}
.cid-u26OJ1pCHN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u26OJ1pCHN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u26OJ1pCHN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u26OJ1pCHN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u26OJ1pCHN .nav-link {
  position: relative;
}
.cid-u26OJ1pCHN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u26OJ1pCHN .container {
    flex-wrap: nowrap;
  }
}
.cid-u26OJ1pCHN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u26OJ1pCHN .dropdown-menu,
.cid-u26OJ1pCHN .navbar.opened {
  background: #ffffff !important;
}
.cid-u26OJ1pCHN .nav-item:focus,
.cid-u26OJ1pCHN .nav-link:focus {
  outline: none;
}
.cid-u26OJ1pCHN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u26OJ1pCHN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u26OJ1pCHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u26OJ1pCHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u26OJ1pCHN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u26OJ1pCHN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u26OJ1pCHN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u26OJ1pCHN .navbar.opened {
  transition: all 0.3s;
}
.cid-u26OJ1pCHN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u26OJ1pCHN .navbar .navbar-logo img {
  width: auto;
}
.cid-u26OJ1pCHN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u26OJ1pCHN .navbar.collapsed {
  justify-content: center;
}
.cid-u26OJ1pCHN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u26OJ1pCHN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u26OJ1pCHN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u26OJ1pCHN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u26OJ1pCHN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u26OJ1pCHN .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-u26OJ1pCHN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u26OJ1pCHN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u26OJ1pCHN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u26OJ1pCHN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u26OJ1pCHN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u26OJ1pCHN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u26OJ1pCHN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u26OJ1pCHN .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-u26OJ1pCHN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u26OJ1pCHN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u26OJ1pCHN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u26OJ1pCHN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u26OJ1pCHN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u26OJ1pCHN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u26OJ1pCHN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u26OJ1pCHN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u26OJ1pCHN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u26OJ1pCHN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u26OJ1pCHN .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-u26OJ1pCHN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u26OJ1pCHN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u26OJ1pCHN .dropdown-item.active,
.cid-u26OJ1pCHN .dropdown-item:active {
  background-color: transparent;
}
.cid-u26OJ1pCHN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u26OJ1pCHN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u26OJ1pCHN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u26OJ1pCHN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u26OJ1pCHN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u26OJ1pCHN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u26OJ1pCHN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u26OJ1pCHN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u26OJ1pCHN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u26OJ1pCHN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u26OJ1pCHN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u26OJ1pCHN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OJ1pCHN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OJ1pCHN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u26OJ1pCHN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OJ1pCHN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u26OJ1pCHN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u26OJ1pCHN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OJ1pCHN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u26OJ1pCHN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26OJ1pCHN .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-u26OJ1pCHN .navbar {
    height: 70px;
  }
  .cid-u26OJ1pCHN .navbar.opened {
    height: auto;
  }
  .cid-u26OJ1pCHN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u26PSMQqSA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-u26PSMQqSA .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u26Wjknk8Z {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u26Wjknk8Z .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-u26Wjknk8Z .card-title {
  font-weight: 600;
}
.cid-u26Wjknk8Z .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-u26Wjknk8Z .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u26Wjknk8Z .card {
    margin-bottom: 2rem;
  }
}
.cid-u26Wjknk8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26Wjknk8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26Wjknk8Z .title .mbr-section-title,
.cid-u26Wjknk8Z .title .mbr-section-btn {
  text-align: left;
  color: #084a6e;
}
.cid-u26Wjknk8Z .title .mbr-section-subtitle,
.cid-u26Wjknk8Z .title .mbr-section-btn {
  text-align: left;
}
.cid-u26Wjknk8Z .card-wrapper .card-box .card-title,
.cid-u26Wjknk8Z .card-wrapper .card-box .card-img,
.cid-u26Wjknk8Z .card-wrapper .card-box .mbr-section-btn {
  color: #1f8068;
}
.cid-u27ccFS1q7 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-u27ccFS1q7 .mbr-text {
  text-align: left;
}
.cid-u27ccFS1q7 .mbr-section-subtitle {
  color: #1f8068;
}
.cid-u2cuNEnngo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e5e5e5;
}
.cid-u2cuNEnngo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cuNEnngo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cuNEnngo .video-wrapper iframe {
  width: 100%;
}
.cid-u2cuNEnngo .mbr-section-title,
.cid-u2cuNEnngo .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2cuNEnngo .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2cuNEnngo .mbr-section-title {
  text-align: left;
  color: #084a6e;
}
.cid-u2cMqzJSlF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u2cMqzJSlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cMqzJSlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cMqzJSlF .video-wrapper iframe {
  width: 100%;
}
.cid-u2cMqzJSlF .mbr-section-title,
.cid-u2cMqzJSlF .mbr-section-subtitle,
.cid-u2cMqzJSlF .mbr-text {
  text-align: center;
}
.cid-u2cMqzJSlF .mbr-text {
  color: #ffffff;
}
.cid-u26OJ38sRl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u26OJ38sRl .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u2GUkZI53L .navbar-dropdown {
  position: relative !important;
}
.cid-u2GUkZI53L .navbar-dropdown {
  position: absolute !important;
}
.cid-u2GUkZI53L .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-u2GUkZI53L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2GUkZI53L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2GUkZI53L .dropdown-item:hover,
.cid-u2GUkZI53L .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u2GUkZI53L .dropdown-item:hover span {
  color: white;
}
.cid-u2GUkZI53L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2GUkZI53L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2GUkZI53L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2GUkZI53L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2GUkZI53L .nav-link {
  position: relative;
}
.cid-u2GUkZI53L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2GUkZI53L .container {
    flex-wrap: nowrap;
  }
}
.cid-u2GUkZI53L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2GUkZI53L .dropdown-menu,
.cid-u2GUkZI53L .navbar.opened {
  background: #ffffff !important;
}
.cid-u2GUkZI53L .nav-item:focus,
.cid-u2GUkZI53L .nav-link:focus {
  outline: none;
}
.cid-u2GUkZI53L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2GUkZI53L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2GUkZI53L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2GUkZI53L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2GUkZI53L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2GUkZI53L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2GUkZI53L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u2GUkZI53L .navbar.opened {
  transition: all 0.3s;
}
.cid-u2GUkZI53L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2GUkZI53L .navbar .navbar-logo img {
  width: auto;
}
.cid-u2GUkZI53L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2GUkZI53L .navbar.collapsed {
  justify-content: center;
}
.cid-u2GUkZI53L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2GUkZI53L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2GUkZI53L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u2GUkZI53L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2GUkZI53L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2GUkZI53L .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-u2GUkZI53L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2GUkZI53L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2GUkZI53L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2GUkZI53L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2GUkZI53L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2GUkZI53L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2GUkZI53L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2GUkZI53L .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-u2GUkZI53L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2GUkZI53L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2GUkZI53L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2GUkZI53L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2GUkZI53L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2GUkZI53L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2GUkZI53L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2GUkZI53L .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2GUkZI53L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2GUkZI53L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2GUkZI53L .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-u2GUkZI53L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2GUkZI53L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2GUkZI53L .dropdown-item.active,
.cid-u2GUkZI53L .dropdown-item:active {
  background-color: transparent;
}
.cid-u2GUkZI53L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2GUkZI53L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2GUkZI53L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2GUkZI53L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2GUkZI53L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2GUkZI53L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2GUkZI53L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2GUkZI53L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2GUkZI53L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2GUkZI53L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2GUkZI53L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2GUkZI53L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GUkZI53L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2GUkZI53L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2GUkZI53L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GUkZI53L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2GUkZI53L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2GUkZI53L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2GUkZI53L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u2GUkZI53L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2GUkZI53L .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-u2GUkZI53L .navbar {
    height: 70px;
  }
  .cid-u2GUkZI53L .navbar.opened {
    height: auto;
  }
  .cid-u2GUkZI53L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2GUTulEzg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f6f7f8;
}
.cid-u2GUTulEzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2GUTulEzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2GUTulEzg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2GUTulEzg .row {
  flex-direction: row-reverse;
}
.cid-u2GUTulEzg img {
  width: 100%;
}
.cid-u2GUl2ypR0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u2GUl2ypR0 .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u260tJVx1x .navbar-dropdown {
  position: relative !important;
}
.cid-u260tJVx1x .navbar-dropdown {
  position: absolute !important;
}
.cid-u260tJVx1x .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-u260tJVx1x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u260tJVx1x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u260tJVx1x .dropdown-item:hover,
.cid-u260tJVx1x .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u260tJVx1x .dropdown-item:hover span {
  color: white;
}
.cid-u260tJVx1x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u260tJVx1x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u260tJVx1x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u260tJVx1x .nav-link {
  position: relative;
}
.cid-u260tJVx1x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u260tJVx1x .container {
    flex-wrap: nowrap;
  }
}
.cid-u260tJVx1x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u260tJVx1x .dropdown-menu,
.cid-u260tJVx1x .navbar.opened {
  background: #ffffff !important;
}
.cid-u260tJVx1x .nav-item:focus,
.cid-u260tJVx1x .nav-link:focus {
  outline: none;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u260tJVx1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u260tJVx1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u260tJVx1x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u260tJVx1x .navbar.opened {
  transition: all 0.3s;
}
.cid-u260tJVx1x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u260tJVx1x .navbar .navbar-logo img {
  width: auto;
}
.cid-u260tJVx1x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u260tJVx1x .navbar.collapsed {
  justify-content: center;
}
.cid-u260tJVx1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u260tJVx1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u260tJVx1x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u260tJVx1x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u260tJVx1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u260tJVx1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u260tJVx1x .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-u260tJVx1x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u260tJVx1x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u260tJVx1x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u260tJVx1x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u260tJVx1x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u260tJVx1x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u260tJVx1x .navbar.navbar-short {
  min-height: 60px;
}
.cid-u260tJVx1x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u260tJVx1x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u260tJVx1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u260tJVx1x .dropdown-item.active,
.cid-u260tJVx1x .dropdown-item:active {
  background-color: transparent;
}
.cid-u260tJVx1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u260tJVx1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u260tJVx1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u260tJVx1x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u260tJVx1x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u260tJVx1x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u260tJVx1x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u260tJVx1x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u260tJVx1x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar {
    height: 70px;
  }
  .cid-u260tJVx1x .navbar.opened {
    height: auto;
  }
  .cid-u260tJVx1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u26JAnK20s {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-u26JAnK20s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26JAnK20s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26JAnK20s .video-wrapper iframe {
  width: 100%;
}
.cid-u26JAnK20s .mbr-section-title,
.cid-u26JAnK20s .mbr-section-subtitle,
.cid-u26JAnK20s .mbr-text {
  text-align: center;
}
.cid-u26JAnK20s .mbr-section-subtitle {
  color: #084a6e;
}
.cid-u26JAnK20s .mbr-section-title {
  color: #000000;
}
.cid-u4KSTHubnU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u4KSTHubnU .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-u2KUTn7Fsc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u2KUTn7Fsc .mbr-text {
  text-align: center;
}
.cid-u2cBIWk9lt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f7f8;
}
.cid-u2cBIWk9lt .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-u2cBIWk9lt .card-title {
  font-weight: 600;
}
.cid-u2cBIWk9lt .card-img {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-u2cBIWk9lt .card-img .icon {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  transition: all .3s;
  color: #5aac98;
  border: 1px solid #5aac98;
}
.cid-u2cBIWk9lt .card-img .icon span {
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-u2cBIWk9lt .card {
    margin-bottom: 2rem;
  }
}
.cid-u2cBIWk9lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cBIWk9lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cBIWk9lt .card-wrapper .card-box .mbr-text,
.cid-u2cBIWk9lt .card-wrapper .card-box .mbr-section-btn,
.cid-u2cBIWk9lt .card-wrapper .card-box .card-img {
  text-align: center;
}
.cid-u2cBIWk9lt .card-wrapper .card-box .card-title,
.cid-u2cBIWk9lt .card-wrapper .card-box .card-img,
.cid-u2cBIWk9lt .card-wrapper .card-box .mbr-section-btn {
  text-align: center;
  color: #374a79;
}
.cid-u2cBIWk9lt .title .mbr-section-subtitle,
.cid-u2cBIWk9lt .title .mbr-section-btn {
  color: #084a6e;
}
.cid-u4QQiN4IIZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u4QQiN4IIZ .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-u4A1mvDGok {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u4A1mvDGok .card-wrapper {
  border-radius: 0;
  padding: 2rem;
}
.cid-u4A1mvDGok .card-title {
  font-weight: 600;
}
.cid-u4A1mvDGok .card-img {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-u4A1mvDGok .card-img .icon {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  display: inline-block;
  line-height: 195px;
  text-align: center;
  transition: all .3s;
  color: #084a6e;
  background-color: #ffffff;
}
.cid-u4A1mvDGok .card-img .icon .mbr-iconfont {
  font-size: 120px;
  line-height: 1.59;
  color: #084a6e;
}
.cid-u4A1mvDGok .card-img .icon span {
  color: #084a6e;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-u4A1mvDGok .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u4A1mvDGok .card-img .icon {
    width: 145px;
    height: 145px;
    line-height: 145px;
  }
  .cid-u4A1mvDGok .card-img .icon .mbr-iconfont {
    font-size: 70px;
    line-height: 2.01;
  }
  .cid-u4A1mvDGok .card-img .icon span {
    font-size: 50px;
    line-height: 1em;
  }
}
.cid-u4A1mvDGok .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4A1mvDGok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4A1mvDGok .card-wrapper .card-box .card-title,
.cid-u4A1mvDGok .card-wrapper .card-box .card-img,
.cid-u4A1mvDGok .card-wrapper .card-box .mbr-section-btn {
  color: #f1c050;
}
.cid-u4A1mvDGok .card-wrapper .card-box .mbr-text,
.cid-u4A1mvDGok .card-wrapper .card-box .mbr-section-btn,
.cid-u4A1mvDGok .card-wrapper .card-box .card-img {
  color: #fafafa;
}
.cid-u4yzLRH2Sz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u4yzLRH2Sz .mbr-text {
  text-align: center;
}
.cid-u26pXYk3Qk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u26pXYk3Qk .card-wrapper {
  border-radius: 4px;
}
.cid-u26pXYk3Qk .card-subtitle {
  color: #0095ff;
}
.cid-u26pXYk3Qk .mbr-text,
.cid-u26pXYk3Qk .card-subtitle {
  color: #232323;
}
.cid-u26pXYk3Qk .mbr-iconfont {
  font-size: 90px;
  color: #374a79;
}
.cid-u26pXYk3Qk .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-u26pXYk3Qk .icon {
    margin-bottom: 15px;
  }
  .cid-u26pXYk3Qk * {
    text-align: center !important;
  }
}
.cid-u26pXYk3Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26pXYk3Qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26pXYk3Qk .card .card-wrapper .text-wrapper .card-subtitle,
.cid-u26pXYk3Qk .card .card-wrapper .text-wrapper .mbr-section-btn {
  text-align: center;
  color: #374a79;
}
.cid-u26pXYk3Qk .card .card-wrapper .text-wrapper .mbr-text,
.cid-u26pXYk3Qk .card .card-wrapper .text-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-u2cGfk9cxE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-u2cGfk9cxE .mbr-text {
  text-align: center;
}
.cid-u260tOtQY4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u260tOtQY4 .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u3fikwLGjW .navbar-dropdown {
  position: relative !important;
}
.cid-u3fikwLGjW .navbar-dropdown {
  position: absolute !important;
}
.cid-u3fikwLGjW .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-u3fikwLGjW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3fikwLGjW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3fikwLGjW .dropdown-item:hover,
.cid-u3fikwLGjW .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u3fikwLGjW .dropdown-item:hover span {
  color: white;
}
.cid-u3fikwLGjW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3fikwLGjW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3fikwLGjW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3fikwLGjW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3fikwLGjW .nav-link {
  position: relative;
}
.cid-u3fikwLGjW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u3fikwLGjW .container {
    flex-wrap: nowrap;
  }
}
.cid-u3fikwLGjW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3fikwLGjW .dropdown-menu,
.cid-u3fikwLGjW .navbar.opened {
  background: #ffffff !important;
}
.cid-u3fikwLGjW .nav-item:focus,
.cid-u3fikwLGjW .nav-link:focus {
  outline: none;
}
.cid-u3fikwLGjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3fikwLGjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3fikwLGjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3fikwLGjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3fikwLGjW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3fikwLGjW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3fikwLGjW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u3fikwLGjW .navbar.opened {
  transition: all 0.3s;
}
.cid-u3fikwLGjW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3fikwLGjW .navbar .navbar-logo img {
  width: auto;
}
.cid-u3fikwLGjW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3fikwLGjW .navbar.collapsed {
  justify-content: center;
}
.cid-u3fikwLGjW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3fikwLGjW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3fikwLGjW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u3fikwLGjW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3fikwLGjW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3fikwLGjW .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-u3fikwLGjW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3fikwLGjW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3fikwLGjW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3fikwLGjW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3fikwLGjW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3fikwLGjW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3fikwLGjW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3fikwLGjW .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-u3fikwLGjW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3fikwLGjW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3fikwLGjW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3fikwLGjW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3fikwLGjW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3fikwLGjW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u3fikwLGjW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u3fikwLGjW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3fikwLGjW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3fikwLGjW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3fikwLGjW .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-u3fikwLGjW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3fikwLGjW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3fikwLGjW .dropdown-item.active,
.cid-u3fikwLGjW .dropdown-item:active {
  background-color: transparent;
}
.cid-u3fikwLGjW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3fikwLGjW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3fikwLGjW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3fikwLGjW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3fikwLGjW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3fikwLGjW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3fikwLGjW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3fikwLGjW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3fikwLGjW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3fikwLGjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u3fikwLGjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3fikwLGjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3fikwLGjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3fikwLGjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3fikwLGjW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3fikwLGjW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3fikwLGjW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3fikwLGjW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3fikwLGjW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u3fikwLGjW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3fikwLGjW .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-u3fikwLGjW .navbar {
    height: 70px;
  }
  .cid-u3fikwLGjW .navbar.opened {
    height: auto;
  }
  .cid-u3fikwLGjW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3fgoVq6U9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-u3fgoVq6U9 .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-u3fgoVq6U9 .card-title {
  font-weight: 600;
}
.cid-u3fgoVq6U9 .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-u3fgoVq6U9 .card-img span {
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #084a6e;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u3fgoVq6U9 .card {
    margin-bottom: 2rem;
  }
}
.cid-u3fgoVq6U9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3fgoVq6U9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3fgoVq6U9 .title .mbr-section-title,
.cid-u3fgoVq6U9 .title .mbr-section-btn {
  color: #084a6e;
}
.cid-u3fgoVq6U9 .card-wrapper .card-box .card-title,
.cid-u3fgoVq6U9 .card-wrapper .card-box .card-img,
.cid-u3fgoVq6U9 .card-wrapper .card-box .mbr-section-btn {
  color: #084a6e;
}
.cid-tDLz5eQFlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
@media (min-width: 1500px) {
  .cid-tDLz5eQFlg .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDLz5eQFlg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDLz5eQFlg p {
  color: #ffffff;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  position: relative !important;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  position: absolute !important;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2KTjRxTkJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2KTjRxTkJ .dropdown-item:hover,
.cid-u2KTjRxTkJ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u2KTjRxTkJ .dropdown-item:hover span {
  color: white;
}
.cid-u2KTjRxTkJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2KTjRxTkJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2KTjRxTkJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2KTjRxTkJ .nav-link {
  position: relative;
}
.cid-u2KTjRxTkJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2KTjRxTkJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u2KTjRxTkJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2KTjRxTkJ .dropdown-menu,
.cid-u2KTjRxTkJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u2KTjRxTkJ .nav-item:focus,
.cid-u2KTjRxTkJ .nav-link:focus {
  outline: none;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KTjRxTkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KTjRxTkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KTjRxTkJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u2KTjRxTkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KTjRxTkJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2KTjRxTkJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u2KTjRxTkJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2KTjRxTkJ .navbar.collapsed {
  justify-content: center;
}
.cid-u2KTjRxTkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KTjRxTkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2KTjRxTkJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2KTjRxTkJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2KTjRxTkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KTjRxTkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KTjRxTkJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2KTjRxTkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2KTjRxTkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KTjRxTkJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2KTjRxTkJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2KTjRxTkJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KTjRxTkJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KTjRxTkJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2KTjRxTkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KTjRxTkJ .dropdown-item.active,
.cid-u2KTjRxTkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KTjRxTkJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KTjRxTkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2KTjRxTkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KTjRxTkJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KTjRxTkJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2KTjRxTkJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KTjRxTkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u2KTjRxTkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar {
    height: 70px;
  }
  .cid-u2KTjRxTkJ .navbar.opened {
    height: auto;
  }
  .cid-u2KTjRxTkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3fAIR51i8 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f6f7f8;
}
.cid-u3fAIR51i8 .row {
  flex-direction: row-reverse;
}
.cid-u3fAIR51i8 .mbr-text,
.cid-u3fAIR51i8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u3fAIR51i8 .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-u3fAIR51i8 .buttons-wrap .link {
  display: flex;
}
@media (max-width: 768px) {
  .cid-u3fAIR51i8 * {
    text-align: center;
  }
  .cid-u3fAIR51i8 .buttons-wrap {
    justify-content: center;
  }
}
.cid-u3fAIR51i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3fAIR51i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3fAIR51i8 .mbr-section-subtitle,
.cid-u3fAIR51i8 .mbr-section-btn {
  text-align: left;
}
.cid-u3fBJFDTRR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDLz5eQFlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
@media (min-width: 1500px) {
  .cid-tDLz5eQFlg .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDLz5eQFlg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDLz5eQFlg p {
  color: #ffffff;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  position: relative !important;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  position: absolute !important;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2KTjRxTkJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2KTjRxTkJ .dropdown-item:hover,
.cid-u2KTjRxTkJ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u2KTjRxTkJ .dropdown-item:hover span {
  color: white;
}
.cid-u2KTjRxTkJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2KTjRxTkJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2KTjRxTkJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2KTjRxTkJ .nav-link {
  position: relative;
}
.cid-u2KTjRxTkJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2KTjRxTkJ .container {
    flex-wrap: nowrap;
  }
}
.cid-u2KTjRxTkJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2KTjRxTkJ .dropdown-menu,
.cid-u2KTjRxTkJ .navbar.opened {
  background: #ffffff !important;
}
.cid-u2KTjRxTkJ .nav-item:focus,
.cid-u2KTjRxTkJ .nav-link:focus {
  outline: none;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KTjRxTkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KTjRxTkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KTjRxTkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KTjRxTkJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u2KTjRxTkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KTjRxTkJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2KTjRxTkJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u2KTjRxTkJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2KTjRxTkJ .navbar.collapsed {
  justify-content: center;
}
.cid-u2KTjRxTkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KTjRxTkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2KTjRxTkJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KTjRxTkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2KTjRxTkJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2KTjRxTkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KTjRxTkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KTjRxTkJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2KTjRxTkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2KTjRxTkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2KTjRxTkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KTjRxTkJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2KTjRxTkJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2KTjRxTkJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KTjRxTkJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KTjRxTkJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2KTjRxTkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KTjRxTkJ .dropdown-item.active,
.cid-u2KTjRxTkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KTjRxTkJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KTjRxTkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KTjRxTkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2KTjRxTkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KTjRxTkJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KTjRxTkJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2KTjRxTkJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KTjRxTkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTjRxTkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KTjRxTkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTjRxTkJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u2KTjRxTkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2KTjRxTkJ .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-u2KTjRxTkJ .navbar {
    height: 70px;
  }
  .cid-u2KTjRxTkJ .navbar.opened {
    height: auto;
  }
  .cid-u2KTjRxTkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KTKHyAEA {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u2KTKHyAEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KTKHyAEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2KTKHyAEA .item {
  padding-bottom: 2rem;
}
.cid-u2KTKHyAEA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u2KTKHyAEA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2KTKHyAEA .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-u2KTKHyAEA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2KTKHyAEA .carousel-control,
.cid-u2KTKHyAEA .close {
  background: #1b1b1b;
}
.cid-u2KTKHyAEA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2KTKHyAEA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2KTKHyAEA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2KTKHyAEA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2KTKHyAEA .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-u2KTKHyAEA .close::before {
  content: '\e91a';
}
.cid-u2KTKHyAEA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2KTKHyAEA .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-u2KTKHyAEA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2KTKHyAEA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2KTKHyAEA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2KTKHyAEA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2KTKHyAEA .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-u2KTKHyAEA .carousel-indicators li.active,
.cid-u2KTKHyAEA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2KTKHyAEA .carousel-indicators li::after,
.cid-u2KTKHyAEA .carousel-indicators li::before {
  content: none;
}
.cid-u2KTKHyAEA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2KTKHyAEA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KTKHyAEA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2KTKHyAEA .carousel-indicators {
    display: none;
  }
}
.cid-u2KTKHyAEA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2KTKHyAEA .carousel-inner > .active {
  display: block;
}
.cid-u2KTKHyAEA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2KTKHyAEA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2KTKHyAEA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2KTKHyAEA .carousel-control,
  .cid-u2KTKHyAEA .carousel-indicators,
  .cid-u2KTKHyAEA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2KTKHyAEA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2KTKHyAEA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2KTKHyAEA .carousel-indicators .active,
.cid-u2KTKHyAEA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2KTKHyAEA .carousel-indicators .active {
  background: #fff;
}
.cid-u2KTKHyAEA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2KTKHyAEA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2KTKHyAEA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2KTKHyAEA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2KTKHyAEA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2KTKHyAEA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2KTKHyAEA .carousel {
  width: 100%;
}
.cid-u2KTKHyAEA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2KTKHyAEA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2KTKHyAEA .modal.fade .modal-dialog,
.cid-u2KTKHyAEA .modal.in .modal-dialog {
  transform: none;
}
.cid-u2KTKHyAEA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2KTKHyAEA H6 {
  text-align: center;
}
.cid-u3lvU29PNp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e5e5e5;
}
.cid-u3lvU29PNp .mbr-text {
  text-align: center;
}
.cid-tDLz5eQFlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
@media (min-width: 1500px) {
  .cid-tDLz5eQFlg .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDLz5eQFlg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDLz5eQFlg p {
  color: #ffffff;
}
.cid-u260tJVx1x .navbar-dropdown {
  position: relative !important;
}
.cid-u260tJVx1x .navbar-dropdown {
  position: absolute !important;
}
.cid-u260tJVx1x .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-u260tJVx1x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u260tJVx1x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u260tJVx1x .dropdown-item:hover,
.cid-u260tJVx1x .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u260tJVx1x .dropdown-item:hover span {
  color: white;
}
.cid-u260tJVx1x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u260tJVx1x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u260tJVx1x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u260tJVx1x .nav-link {
  position: relative;
}
.cid-u260tJVx1x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u260tJVx1x .container {
    flex-wrap: nowrap;
  }
}
.cid-u260tJVx1x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u260tJVx1x .dropdown-menu,
.cid-u260tJVx1x .navbar.opened {
  background: #ffffff !important;
}
.cid-u260tJVx1x .nav-item:focus,
.cid-u260tJVx1x .nav-link:focus {
  outline: none;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u260tJVx1x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u260tJVx1x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u260tJVx1x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u260tJVx1x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u260tJVx1x .navbar.opened {
  transition: all 0.3s;
}
.cid-u260tJVx1x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u260tJVx1x .navbar .navbar-logo img {
  width: auto;
}
.cid-u260tJVx1x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u260tJVx1x .navbar.collapsed {
  justify-content: center;
}
.cid-u260tJVx1x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u260tJVx1x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u260tJVx1x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u260tJVx1x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u260tJVx1x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u260tJVx1x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u260tJVx1x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u260tJVx1x .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-u260tJVx1x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u260tJVx1x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u260tJVx1x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u260tJVx1x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u260tJVx1x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u260tJVx1x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u260tJVx1x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u260tJVx1x .navbar.navbar-short {
  min-height: 60px;
}
.cid-u260tJVx1x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u260tJVx1x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u260tJVx1x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u260tJVx1x .dropdown-item.active,
.cid-u260tJVx1x .dropdown-item:active {
  background-color: transparent;
}
.cid-u260tJVx1x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u260tJVx1x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u260tJVx1x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u260tJVx1x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u260tJVx1x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u260tJVx1x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u260tJVx1x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u260tJVx1x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u260tJVx1x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u260tJVx1x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u260tJVx1x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u260tJVx1x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u260tJVx1x .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-u260tJVx1x .navbar {
    height: 70px;
  }
  .cid-u260tJVx1x .navbar.opened {
    height: auto;
  }
  .cid-u260tJVx1x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4An4J1hS3 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #e5e5e5;
}
.cid-u4An4J1hS3 .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-u4An4J1hS3 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-u4An4J1hS3 input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u4An4J1hS3 input::-moz-placeholder {
  color: #000000;
}
.cid-u4An4J1hS3 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-u4An4J1hS3 textarea::-moz-placeholder {
  color: #000000;
}
.cid-u4An4J1hS3 textarea.form-control {
  min-height: 83px;
}
.cid-u4An4J1hS3 .mbr-section-subtitle {
  color: #767676;
}
.cid-u4An4J1hS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4An4J1hS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u260tOtQY4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u260tOtQY4 .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u6r44m6Y7G .navbar-dropdown {
  position: relative !important;
}
.cid-u6r44m6Y7G .navbar-dropdown {
  position: absolute !important;
}
.cid-u6r44m6Y7G .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-u6r44m6Y7G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6r44m6Y7G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6r44m6Y7G .dropdown-item:hover,
.cid-u6r44m6Y7G .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u6r44m6Y7G .dropdown-item:hover span {
  color: white;
}
.cid-u6r44m6Y7G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6r44m6Y7G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6r44m6Y7G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6r44m6Y7G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6r44m6Y7G .nav-link {
  position: relative;
}
.cid-u6r44m6Y7G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6r44m6Y7G .container {
    flex-wrap: nowrap;
  }
}
.cid-u6r44m6Y7G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6r44m6Y7G .dropdown-menu,
.cid-u6r44m6Y7G .navbar.opened {
  background: #ffffff !important;
}
.cid-u6r44m6Y7G .nav-item:focus,
.cid-u6r44m6Y7G .nav-link:focus {
  outline: none;
}
.cid-u6r44m6Y7G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6r44m6Y7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6r44m6Y7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6r44m6Y7G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6r44m6Y7G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6r44m6Y7G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6r44m6Y7G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u6r44m6Y7G .navbar.opened {
  transition: all 0.3s;
}
.cid-u6r44m6Y7G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6r44m6Y7G .navbar .navbar-logo img {
  width: auto;
}
.cid-u6r44m6Y7G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6r44m6Y7G .navbar.collapsed {
  justify-content: center;
}
.cid-u6r44m6Y7G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6r44m6Y7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6r44m6Y7G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u6r44m6Y7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6r44m6Y7G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6r44m6Y7G .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-u6r44m6Y7G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6r44m6Y7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6r44m6Y7G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6r44m6Y7G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6r44m6Y7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6r44m6Y7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6r44m6Y7G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6r44m6Y7G .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-u6r44m6Y7G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6r44m6Y7G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6r44m6Y7G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6r44m6Y7G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6r44m6Y7G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6r44m6Y7G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6r44m6Y7G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6r44m6Y7G .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6r44m6Y7G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6r44m6Y7G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6r44m6Y7G .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-u6r44m6Y7G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6r44m6Y7G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6r44m6Y7G .dropdown-item.active,
.cid-u6r44m6Y7G .dropdown-item:active {
  background-color: transparent;
}
.cid-u6r44m6Y7G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6r44m6Y7G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6r44m6Y7G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6r44m6Y7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6r44m6Y7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6r44m6Y7G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6r44m6Y7G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6r44m6Y7G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6r44m6Y7G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6r44m6Y7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u6r44m6Y7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6r44m6Y7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6r44m6Y7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6r44m6Y7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6r44m6Y7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6r44m6Y7G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6r44m6Y7G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6r44m6Y7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6r44m6Y7G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6r44m6Y7G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6r44m6Y7G .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-u6r44m6Y7G .navbar {
    height: 70px;
  }
  .cid-u6r44m6Y7G .navbar.opened {
    height: auto;
  }
  .cid-u6r44m6Y7G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6r3Hj2S5e {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u6r3Hj2S5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6r3Hj2S5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6r5hk90Mw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f1f2f4;
}
.cid-u6r5hk90Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6r5hk90Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6r5hk90Mw .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u6r5hk90Mw .container-fluid {
    padding: 0 16px;
  }
}
.cid-u6r5hk90Mw .container-fluid .row {
  padding: 0;
}
.cid-u6r5hk90Mw .container {
  overflow: hidden;
}
.cid-u6r5hk90Mw .row {
  justify-content: center;
}
.cid-u6r5hk90Mw .title-wrapper {
  margin-bottom: 80px;
}
.cid-u6r5hk90Mw .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-u6r5hk90Mw .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u6r5hk90Mw .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-u6r5hk90Mw .video-block {
    width: 100%;
  }
}
.cid-u6r5hk90Mw .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6r5hk90Mw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u6r5hk90Mw .app-video-wrapper::before {
  color: #b53b28;
  text-shadow: none;
}
.cid-u6r5hk90Mw .mbr-section-title {
  color: #495DFF;
}
.cid-u6r59Wmp7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-u6r59Wmp7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6r59Wmp7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6r59Wmp7l .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-u6r59Wmp7l .container-fluid {
    padding: 0 20px;
  }
}
.cid-u6r59Wmp7l .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6r59Wmp7l .container {
    padding: 0 20px;
  }
  .cid-u6r59Wmp7l .container .row {
    padding: 0;
  }
}
.cid-u6r59Wmp7l .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u6r59Wmp7l .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6r59Wmp7l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u6r59Wmp7l .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u6r59Wmp7l .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-u6r59Wmp7l .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u6r59Wmp7l .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u6r59Wmp7l .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-u6r59Wmp7l .mbr-section-title {
  color: #222222;
}
.cid-u6r59Wmp7l .mbr-text {
  color: #222222;
}
.cid-u6r4J3wnmF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6r4J3wnmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6r4J3wnmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6r4J3wnmF .container {
    padding: 0 16px;
  }
}
.cid-u6r4J3wnmF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6r4J3wnmF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u6r4J3wnmF .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6r4J3wnmF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u6r4J3wnmF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u6r4J3wnmF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u6r4J3wnmF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u6r4J3wnmF .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-u6r4J3wnmF .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-u6r4J3wnmF .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-u6r4J3wnmF .mbr-section-title {
  color: #08323C;
}
.cid-u6r4J3wnmF .mbr-desc {
  color: #08323C;
}
.cid-u6r4J3wnmF .mbr-text {
  color: #08323C;
}
.cid-tDLz5eQFlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #333333;
}
@media (min-width: 1500px) {
  .cid-tDLz5eQFlg .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tDLz5eQFlg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tDLz5eQFlg p {
  color: #ffffff;
}
.cid-u8kXQso0sc .navbar-dropdown {
  position: relative !important;
}
.cid-u8kXQso0sc .navbar-dropdown {
  position: absolute !important;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kXQso0sc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kXQso0sc .dropdown-item:hover,
.cid-u8kXQso0sc .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u8kXQso0sc .dropdown-item:hover span {
  color: white;
}
.cid-u8kXQso0sc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kXQso0sc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kXQso0sc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kXQso0sc .nav-link {
  position: relative;
}
.cid-u8kXQso0sc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kXQso0sc .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kXQso0sc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kXQso0sc .dropdown-menu,
.cid-u8kXQso0sc .navbar.opened {
  background: #ffffff !important;
}
.cid-u8kXQso0sc .nav-item:focus,
.cid-u8kXQso0sc .nav-link:focus {
  outline: none;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kXQso0sc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kXQso0sc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kXQso0sc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u8kXQso0sc .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kXQso0sc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kXQso0sc .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kXQso0sc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kXQso0sc .navbar.collapsed {
  justify-content: center;
}
.cid-u8kXQso0sc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kXQso0sc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kXQso0sc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kXQso0sc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kXQso0sc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kXQso0sc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kXQso0sc .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-u8kXQso0sc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kXQso0sc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kXQso0sc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8kXQso0sc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kXQso0sc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8kXQso0sc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8kXQso0sc .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8kXQso0sc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kXQso0sc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kXQso0sc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kXQso0sc .dropdown-item.active,
.cid-u8kXQso0sc .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kXQso0sc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kXQso0sc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8kXQso0sc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kXQso0sc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kXQso0sc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kXQso0sc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8kXQso0sc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kXQso0sc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8kXQso0sc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar {
    height: 70px;
  }
  .cid-u8kXQso0sc .navbar.opened {
    height: auto;
  }
  .cid-u8kXQso0sc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8kZ2LK1tg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-u8kZ2LK1tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kZ2LK1tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kZ2LK1tg .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-u8kZ2LK1tg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u8pxJLJLRP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dddfe0;
}
.cid-u8pxJLJLRP .mbr-text {
  text-align: center;
}
.cid-u8pxJLJLRP .mbr-section-subtitle {
  text-align: center;
}
.cid-u8pxJLJLRP .mbr-section-title {
  text-align: center;
}
.cid-u8pQCn8brZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-u8pQCn8brZ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8pQCn8brZ .row-element,
.cid-u8pQCn8brZ .image-element {
  padding: 0;
}
.cid-u8pQCn8brZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8pQCn8brZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8pQCn8brZ .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u8pQCn8brZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-u8pQCn8brZ .mbr-title,
  .cid-u8pQCn8brZ .mbr-text,
  .cid-u8pQCn8brZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u8pQCn8brZ .mbr-text,
.cid-u8pQCn8brZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u8pQCn8brZ .mbr-title {
  color: #084a6e;
}
.cid-u8pQCn8brZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pQCn8brZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pQCn8brZ .mbr-section-subtitle {
  color: #88382b;
}
.cid-uBYvn4BH5S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uBYvn4BH5S .mbr-text {
  text-align: center;
}
.cid-uBYuD7lOE1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e5e5e5;
}
.cid-u8poCqAr3f {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media (max-width: 992px) {
  .cid-u8poCqAr3f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u8poCqAr3f .container {
    padding: 0 16px;
  }
}
.cid-u8poCqAr3f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-u8poCqAr3f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8poCqAr3f .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-u8poCqAr3f .embla__button--next,
.cid-u8poCqAr3f .embla__button--prev {
  display: flex;
}
.cid-u8poCqAr3f .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #4479d9 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u8poCqAr3f .embla__button {
    display: none;
  }
}
.cid-u8poCqAr3f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8poCqAr3f .embla__button:hover {
  opacity: .7 !important;
}
.cid-u8poCqAr3f .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8poCqAr3f .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u8poCqAr3f .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-u8poCqAr3f .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8poCqAr3f .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-u8poCqAr3f .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-u8poCqAr3f .embla {
  position: relative;
  width: 100%;
}
.cid-u8poCqAr3f .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8poCqAr3f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8poCqAr3f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8poCqAr3f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8poCqAr3f .mbr-section-title {
  color: #260a30;
  text-align: center;
}
.cid-u8puoXs9zw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #962715;
}
.cid-u8puoXs9zw .mbr-section-title {
  text-align: center;
}
.cid-u8puoXs9zw .mbr-text {
  text-align: center;
  color: #f6f7f8;
}
.cid-u8pAsVLA0a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-u8pAsVLA0a .mbr-text {
  text-align: left;
}
.cid-u8pAsVLA0a .mbr-section-subtitle {
  text-align: left;
}
.cid-u8kXQuwiE5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #55595c;
}
.cid-u8kXQuwiE5 .mbr-text {
  text-align: center;
  color: #eeeeee;
}
.cid-u8kXQuGZeh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #55595c;
}
.cid-u8kXQuGZeh .card-wrapper {
  border-radius: 4px;
}
.cid-u8kXQuGZeh .card-subtitle {
  color: #0095ff;
}
.cid-u8kXQuGZeh .mbr-text,
.cid-u8kXQuGZeh .card-subtitle {
  color: #232323;
}
.cid-u8kXQuGZeh .mbr-iconfont {
  font-size: 90px;
  color: #374a79;
}
.cid-u8kXQuGZeh .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-u8kXQuGZeh .icon {
    margin-bottom: 15px;
  }
  .cid-u8kXQuGZeh * {
    text-align: center !important;
  }
}
.cid-u8kXQuGZeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8kXQuGZeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8kXQuGZeh .card .card-wrapper .text-wrapper .card-subtitle,
.cid-u8kXQuGZeh .card .card-wrapper .text-wrapper .mbr-section-btn {
  text-align: left;
  color: #eeeeee;
}
.cid-u8kXQuGZeh .card .card-wrapper .text-wrapper .mbr-text,
.cid-u8kXQuGZeh .card .card-wrapper .text-wrapper .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u8kXQvgORG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #55595c;
}
.cid-u8kXQvgORG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u8kXQvsGHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u8kXQvsGHV .media-container-row .mbr-text {
  color: #e5e5e5;
}
.cid-u8kXQso0sc .navbar-dropdown {
  position: relative !important;
}
.cid-u8kXQso0sc .navbar-dropdown {
  position: absolute !important;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8kXQso0sc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8kXQso0sc .dropdown-item:hover,
.cid-u8kXQso0sc .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u8kXQso0sc .dropdown-item:hover span {
  color: white;
}
.cid-u8kXQso0sc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8kXQso0sc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8kXQso0sc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8kXQso0sc .nav-link {
  position: relative;
}
.cid-u8kXQso0sc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8kXQso0sc .container {
    flex-wrap: nowrap;
  }
}
.cid-u8kXQso0sc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8kXQso0sc .dropdown-menu,
.cid-u8kXQso0sc .navbar.opened {
  background: #ffffff !important;
}
.cid-u8kXQso0sc .nav-item:focus,
.cid-u8kXQso0sc .nav-link:focus {
  outline: none;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8kXQso0sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8kXQso0sc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8kXQso0sc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8kXQso0sc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-u8kXQso0sc .navbar.opened {
  transition: all 0.3s;
}
.cid-u8kXQso0sc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8kXQso0sc .navbar .navbar-logo img {
  width: auto;
}
.cid-u8kXQso0sc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8kXQso0sc .navbar.collapsed {
  justify-content: center;
}
.cid-u8kXQso0sc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8kXQso0sc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8kXQso0sc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8kXQso0sc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8kXQso0sc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8kXQso0sc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8kXQso0sc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8kXQso0sc .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-u8kXQso0sc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8kXQso0sc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8kXQso0sc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8kXQso0sc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8kXQso0sc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8kXQso0sc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8kXQso0sc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8kXQso0sc .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8kXQso0sc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8kXQso0sc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8kXQso0sc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8kXQso0sc .dropdown-item.active,
.cid-u8kXQso0sc .dropdown-item:active {
  background-color: transparent;
}
.cid-u8kXQso0sc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8kXQso0sc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8kXQso0sc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8kXQso0sc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8kXQso0sc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8kXQso0sc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8kXQso0sc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8kXQso0sc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8kXQso0sc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8kXQso0sc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8kXQso0sc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8kXQso0sc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8kXQso0sc .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-u8kXQso0sc .navbar {
    height: 70px;
  }
  .cid-u8kXQso0sc .navbar.opened {
    height: auto;
  }
  .cid-u8kXQso0sc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qou1jsrW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-u8qou1jsrW .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-u8qou1jsrW .mbr-section-title {
  text-align: center;
  color: #962715;
}
.cid-u8qou1jsrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qou1jsrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qpJRYPge {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-u8qpmqJonw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eeeeee;
}
.cid-u8qpmqJonw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qpmqJonw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8qpmqJonw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8qpmqJonw .row {
  flex-direction: row-reverse;
}
.cid-u8qpmqJonw img {
  width: 100%;
}
.cid-u8kXQvsGHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u8kXQvsGHV .media-container-row .mbr-text {
  color: #e5e5e5;
}
