.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !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: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #03207c !important;
  border-color: #03207c !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: #010a27 !important;
  border-color: #010a27 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010a27 !important;
  border-color: #010a27 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #03207c;
  color: #03207c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010a27 !important;
  background-color: transparent!important;
  border-color: #010a27 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #03207c !important;
  border-color: #03207c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #05386b !important;
}
.text-secondary {
  color: #03207c !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010618 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #05386b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #05386b;
  border-bottom-color: #05386b;
}
.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: #05386b !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: #03207c !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='%2305386b' %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-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #ffffff !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WxHJH59L {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-u2WxHJH59L {
    align-items: flex-end;
  }
  .cid-u2WxHJH59L .row {
    justify-content: flex-end;
  }
  .cid-u2WxHJH59L .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2WxHJH59L .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u2WxHJH59L {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u2WxHJH59L .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u2WxHJH59L .content-wrap {
    width: 100%;
  }
}
.cid-u2WxHJH59L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WxHJH59L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u2WxHJH59L .mbr-section-title,
.cid-u2WxHJH59L .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u2WxHJH59L .mbr-text,
.cid-u2WxHJH59L .mbr-section-btn {
  text-align: left;
}
.cid-u2WxHJH59L .mbr-section-title {
  color: #ffffff;
}
.cid-u2WzZYxlLv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-u2WzZYxlLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WzZYxlLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WzZYxlLv .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2WzZYxlLv .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2WzZYxlLv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u2WzZYxlLv .card-wrapper {
    padding: 4rem;
  }
}
.cid-u2WzZYxlLv .mbr-text,
.cid-u2WzZYxlLv .mbr-section-btn {
  text-align: left;
  color: #041345;
}
.cid-u2WzZYxlLv .card-title {
  color: #041345;
  text-align: center;
}
.cid-u2WzXj1cMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-u2WzXj1cMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WzXj1cMc .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-u2WzXj1cMc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2WzXj1cMc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2WzXj1cMc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u2WzXj1cMc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2WzXj1cMc .mbr-section-title {
  color: #ffffff;
}
.cid-u2WzXj1cMc .mbr-text,
.cid-u2WzXj1cMc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4PcBsi2XV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.webp");
}
.cid-u4PcBsi2XV .mbr-overlay {
  background: #041345;
  opacity: 0.9;
}
.cid-u4PcBsi2XV .item:focus,
.cid-u4PcBsi2XV span:focus {
  outline: none;
}
.cid-u4PcBsi2XV .item {
  cursor: pointer;
}
.cid-u4PcBsi2XV .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-u4PcBsi2XV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-u4PcBsi2XV .grid-container-1,
.cid-u4PcBsi2XV .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u4PcBsi2XV .grid-container-1,
  .cid-u4PcBsi2XV .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-u4PcBsi2XV .mbr-section-title {
  color: #041345;
}
.cid-u4PcBsi2XV .mbr-text,
.cid-u4PcBsi2XV .mbr-section-btn {
  color: #000000;
}
.cid-u4PcBsi2XV .content-head {
  max-width: 800px;
}
.cid-u4PcBsi2XV .container,
.cid-u4PcBsi2XV .container-fluid {
  overflow: hidden;
}
.cid-u4PcBsi2XV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-u4PcBsi2XV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4PcBsi2XV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u4PcBsi2XV .grid-item img {
    min-width: 35vw;
  }
}
.cid-u4PcBsi2XV .grid-container-1,
.cid-u4PcBsi2XV .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-u4PcBsi2XV .grid-container-1 {
  align-items: flex-end;
}
.cid-u4PcBsi2XV .grid-container-2 {
  align-items: flex-start;
}
.cid-u2WzYLVqOJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-u2WzYLVqOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WzYLVqOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WzYLVqOJ .card-wrapper {
  background: #fafafa;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u2WzYLVqOJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2WzYLVqOJ .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-u2WzYLVqOJ .row {
  justify-content: space-between;
}
.cid-u2WzYLVqOJ .mbr-cardtext,
.cid-u2WzYLVqOJ .mbr-section-btn {
  color: #041345;
}
.cid-u2WzYLVqOJ .mbr-section-cardtitle {
  color: #041345;
}
.cid-u2WzYLVqOJ .mbr-section-title {
  color: #ffffff;
}
.cid-u2WzYLVqOJ .mbr-text,
.cid-u2WzYLVqOJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sFCAOqBTxa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #041345;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u4VFlv0aNX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.webp");
}
.cid-u4VFlv0aNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VFlv0aNX .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-u4VFlv0aNX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4VFlv0aNX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4VFlv0aNX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4VFlv0aNX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4VFlv0aNX .mbr-section-title {
  color: #ffffff;
}
.cid-u4VFlv0aNX .mbr-text,
.cid-u4VFlv0aNX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYQmcNph7h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041345;
}
.cid-uYQmcNph7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQmcNph7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uYQmcNph7h .container-fluid {
    padding: 0;
  }
}
.cid-uYQmcNph7h .embla__button--next,
.cid-uYQmcNph7h .embla__button--prev {
  display: flex;
}
.cid-uYQmcNph7h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uYQmcNph7h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uYQmcNph7h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uYQmcNph7h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYQmcNph7h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYQmcNph7h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYQmcNph7h .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYQmcNph7h .embla {
  position: relative;
  width: 100%;
}
.cid-uYQmcNph7h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYQmcNph7h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYQmcNph7h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYQmcNph7h .embla__slide a {
  cursor: grab;
}
.cid-uYQmcNph7h .embla__slide a:active {
  cursor: grabbing;
}
.cid-uYQmcNph7h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYQmcNph7h .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uYQmcNph7h .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYQmcNph7h .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uYQmcNph7h .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uYQmcNph7h .mbr-section-title {
  color: #232323;
}
.cid-uYQmcNph7h .mbr-section-subtitle {
  color: #232323;
}
.cid-uYQmcNph7h .mbr-box {
  color: #ffffff;
}
.cid-uYQmcNph7h .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uYQmcNph7h img,
.cid-uYQmcNph7h .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uYQmcNph7h .item-wrapper {
  position: relative;
}
.cid-uYQmcNph7h .content-head {
  max-width: 800px;
}
.cid-uZpMj6JIws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uZpMj6JIws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpMj6JIws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uZpMj6JIws .container-fluid {
    padding: 0;
  }
}
.cid-uZpMj6JIws .embla__button--next,
.cid-uZpMj6JIws .embla__button--prev {
  display: flex;
}
.cid-uZpMj6JIws .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZpMj6JIws .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZpMj6JIws .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZpMj6JIws .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZpMj6JIws .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZpMj6JIws .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZpMj6JIws .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZpMj6JIws .embla {
  position: relative;
  width: 100%;
}
.cid-uZpMj6JIws .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZpMj6JIws .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZpMj6JIws .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZpMj6JIws .embla__slide a {
  cursor: grab;
}
.cid-uZpMj6JIws .embla__slide a:active {
  cursor: grabbing;
}
.cid-uZpMj6JIws .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZpMj6JIws .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uZpMj6JIws .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZpMj6JIws .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uZpMj6JIws .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uZpMj6JIws .mbr-section-title {
  color: #041345;
}
.cid-uZpMj6JIws .mbr-section-subtitle {
  color: #232323;
}
.cid-uZpMj6JIws .mbr-box {
  color: #ffffff;
}
.cid-uZpMj6JIws .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZpMj6JIws img,
.cid-uZpMj6JIws .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uZpMj6JIws .item-wrapper {
  position: relative;
}
.cid-uZpMj6JIws .content-head {
  max-width: 800px;
}
.cid-u50Zesn7mL {
  padding-top: 16rem;
  padding-bottom: 10rem;
}
.cid-u50Zesn7mL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u50Zesn7mL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u4VCgdbMhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-u4VCgdbMhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VCgdbMhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VCgdbMhx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u4VCgdbMhx .mbr-section-subtitle {
  color: #041345;
}
.cid-u4VCgdbMhx .mbr-section-title {
  color: #041345;
}
.cid-u4VljybFIn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4VljybFIn img {
  width: 120px;
  margin: auto;
}
.cid-u4VljybFIn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u4VljybFIn .card {
    max-width: 12.5%;
  }
}
.cid-u5cNqJYOmy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u5cNqJYOmy .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u5cNqJYOmy .item:focus,
.cid-u5cNqJYOmy span:focus {
  outline: none;
}
.cid-u5cNqJYOmy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u5cNqJYOmy .content-head {
  max-width: 800px;
}
.cid-u5cNqJYOmy .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u5cNqJYOmy .item {
    min-height: 45px;
  }
}
.cid-u4VAbbGyjB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-u4VAbbGyjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VAbbGyjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VAbbGyjB .mbr-text,
.cid-u4VAbbGyjB .mbr-section-btn {
  color: #232323;
}
.cid-u4VAbbGyjB .btn {
  width: 100%;
}
.cid-u4VAbbGyjB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u4VAbbGyjB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-u4Vj89jDyy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-u4Vj89jDyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Vj89jDyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Vj89jDyy .media-container-row {
  justify-content: space-between;
}
.cid-u4Vj89jDyy .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u4Vj89jDyy .text-content {
    max-width: none;
  }
}
.cid-u4Vj89jDyy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u4Vj89jDyy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u4Vj89jDyy .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u4Vj89jDyy .icons {
    justify-content: center !important;
  }
  .cid-u4Vj89jDyy .text-content * {
    text-align: center;
  }
}
.cid-u4Vj89jDyy .mbr-section-title {
  color: #ffffff;
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #ffffff !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u510FoE72d {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u510FoE72d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u510FoE72d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u510FoE72d .mbr-text,
.cid-u510FoE72d .mbr-section-btn {
  color: #232323;
}
.cid-u510FoE72d .card-title,
.cid-u510FoE72d .card-box {
  color: #ffffff;
}
.cid-u510FoE72d .mbr-text,
.cid-u510FoE72d .link-wrap {
  color: #ffffff;
}
.cid-u510w8DFzy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.webp");
}
.cid-u510w8DFzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u510w8DFzy .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-u510w8DFzy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u510w8DFzy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u510w8DFzy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u510w8DFzy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u510w8DFzy .mbr-section-title {
  color: #ffffff;
}
.cid-u510w8DFzy .mbr-text,
.cid-u510w8DFzy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u514rgk9eF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/medium-vecteezy-human-resources-and-manpower-planning-8919051-medium-1920x1280.webp");
}
.cid-u514rgk9eF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u514rgk9eF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u514rgk9eF .mbr-description {
  text-align: left;
}
.cid-u514rgk9eF .item-wrapper {
  background: #041345;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-u514rgk9eF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u514rgk9eF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u514rgk9eF .card-title,
.cid-u514rgk9eF .iconfont-wrapper {
  color: #000000;
}
.cid-u514rgk9eF .card-text {
  color: #000000;
}
.cid-u514rgk9eF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u514rgk9eF .mbr-number {
  color: #041345;
}
.cid-u514rgk9eF .mbr-text,
.cid-u514rgk9eF .mbr-section-btn {
  text-align: center;
}
.cid-u514rgk9eF .card-text,
.cid-u514rgk9eF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u514rgk9eF .card-title {
  color: #ffffff;
}
.cid-uZph0BIczI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/360-f-800139053-pbv8qrmxjdu0ctqjvljweftbnikixu1p-905x360.webp");
}
.cid-uZph0BIczI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZph0BIczI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZph0BIczI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZph0BIczI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZph0BIczI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZph0BIczI .mbr-text,
.cid-uZph0BIczI .mbr-section-btn {
  color: #ffffff;
}
.cid-uZph0BIczI .mbr-section-title {
  color: #ffffff;
}
.cid-u51dLkS8ar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041345;
}
.cid-u51dLkS8ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51dLkS8ar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-u51dLkS8ar .container-fluid {
    padding: 0;
  }
}
.cid-u51dLkS8ar .embla__button--next,
.cid-u51dLkS8ar .embla__button--prev {
  display: flex;
}
.cid-u51dLkS8ar .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u51dLkS8ar .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u51dLkS8ar .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-u51dLkS8ar .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u51dLkS8ar .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u51dLkS8ar .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u51dLkS8ar .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u51dLkS8ar .embla {
  position: relative;
  width: 100%;
}
.cid-u51dLkS8ar .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u51dLkS8ar .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u51dLkS8ar .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u51dLkS8ar .embla__slide a {
  cursor: grab;
}
.cid-u51dLkS8ar .embla__slide a:active {
  cursor: grabbing;
}
.cid-u51dLkS8ar .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u51dLkS8ar .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u51dLkS8ar .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u51dLkS8ar .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u51dLkS8ar .item-menu-overlay {
  border-radius: 2rem;
}
.cid-u51dLkS8ar .mbr-section-title {
  color: #232323;
}
.cid-u51dLkS8ar .mbr-section-subtitle {
  color: #232323;
}
.cid-u51dLkS8ar .mbr-box {
  color: #ffffff;
}
.cid-u51dLkS8ar .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u51dLkS8ar img,
.cid-u51dLkS8ar .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u51dLkS8ar .item-wrapper {
  position: relative;
}
.cid-u51dLkS8ar .content-head {
  max-width: 800px;
}
.cid-u51kFJycHl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-u51kFJycHl .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-u51kFJycHl .panel-group {
  border: none;
}
.cid-u51kFJycHl .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-u51kFJycHl .card-header {
    padding: 0rem;
  }
}
.cid-u51kFJycHl .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-u51kFJycHl .img-col {
  padding: 0;
}
.cid-u51kFJycHl .img-item {
  height: 100%;
}
.cid-u51kFJycHl img {
  height: 100%;
  object-fit: cover;
}
.cid-u51kFJycHl .collapsed span {
  transform: rotate(0deg);
}
.cid-u51kFJycHl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u51kFJycHl p {
  margin-bottom: 0.3rem;
}
.cid-u51kFJycHl .panel-title-edit {
  color: #000000;
}
.cid-u51kFJycHl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u51kFJycHl .card {
  background: #041345;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u51kFJycHl .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u51kFJycHl .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-u51kFJycHl .panel-text {
  color: #ffffff;
}
.cid-u51kFJycHl .mbr-section-title {
  text-align: center;
  color: #041345;
}
.cid-u51kFJycHl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u51kFJycHl .panel-title-edit,
.cid-u51kFJycHl .mbr-iconfont {
  color: #ffffff;
}
.cid-u5cOGVLJ9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5cOGVLJ9a img {
  width: 120px;
  margin: auto;
}
.cid-u5cOGVLJ9a .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u5cOGVLJ9a .card {
    max-width: 12.5%;
  }
}
.cid-uZpqiY3YXM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZpqiY3YXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpqiY3YXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpqiY3YXM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZpqiY3YXM .mbr-section-subtitle {
  color: #041345;
}
.cid-uZpqiY3YXM .mbr-section-title {
  color: #041345;
}
.cid-uZpgXrXa3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZpgXrXa3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpgXrXa3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpgXrXa3k .mbr-text,
.cid-uZpgXrXa3k .mbr-section-btn {
  color: #232323;
}
.cid-uZpgXrXa3k .btn {
  width: 100%;
}
.cid-uZpgXrXa3k .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uZpgXrXa3k H1 {
  text-align: center;
  color: #ffffff;
}
.cid-u5cvHpPVSq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u5cvHpPVSq .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u5cvHpPVSq .item:focus,
.cid-u5cvHpPVSq span:focus {
  outline: none;
}
.cid-u5cvHpPVSq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u5cvHpPVSq .content-head {
  max-width: 800px;
}
.cid-u5cvHpPVSq .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u5cvHpPVSq .item {
    min-height: 45px;
  }
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYKu8m3VNc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYKu8m3VNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKu8m3VNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKu8m3VNc .media-container-row {
  justify-content: space-between;
}
.cid-uYKu8m3VNc .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYKu8m3VNc .text-content {
    max-width: none;
  }
}
.cid-uYKu8m3VNc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYKu8m3VNc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYKu8m3VNc .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYKu8m3VNc .icons {
    justify-content: center !important;
  }
  .cid-uYKu8m3VNc .text-content * {
    text-align: center;
  }
}
.cid-uYKu8m3VNc .mbr-section-title {
  color: #ffffff;
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #ffffff !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u51DByQA46 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u51DByQA46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51DByQA46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51DByQA46 .mbr-text,
.cid-u51DByQA46 .mbr-section-btn {
  color: #232323;
}
.cid-u51DByQA46 .card-title,
.cid-u51DByQA46 .card-box {
  color: #ffffff;
}
.cid-u51DByQA46 .mbr-text,
.cid-u51DByQA46 .link-wrap {
  color: #ffffff;
}
.cid-uZmspqCygY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZmspqCygY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmspqCygY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmspqCygY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmspqCygY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmspqCygY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmspqCygY .mbr-text,
.cid-uZmspqCygY .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-uZmspqCygY .mbr-section-title {
  color: #041345;
  text-align: left;
}
.cid-uZmspqCygY .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmvjhvmB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.webp");
}
@media (max-width: 991px) {
  .cid-uZmvjhvmB3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmvjhvmB3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmvjhvmB3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmvjhvmB3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmvjhvmB3 .mbr-text,
.cid-uZmvjhvmB3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZmvjhvmB3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZmvjhvmB3 .mbr-section-title DIV {
  text-align: left;
}
.cid-u51DPJddeB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u51DPJddeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51DPJddeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51DPJddeB .nav-tabs .nav-item.open .nav-link:focus,
.cid-u51DPJddeB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u51DPJddeB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #03207c;
}
@media (max-width: 767px) {
  .cid-u51DPJddeB .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-u51DPJddeB .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-u51DPJddeB .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-u51DPJddeB .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-u51DPJddeB .nav-link,
.cid-u51DPJddeB .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-u51DPJddeB .nav-tabs .nav-link.active {
  color: #03207c;
  border-bottom: 3px solid #03207c;
}
.cid-u51DPJddeB H4 {
  text-align: center;
  color: #041345;
}
.cid-u51DPJddeB H3 {
  text-align: center;
  color: #041345;
}
.cid-uZmBk0lYQ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/360-f-800139053-pbv8qrmxjdu0ctqjvljweftbnikixu1p-905x360.webp");
}
.cid-uZmBk0lYQ4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmBk0lYQ4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmBk0lYQ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmBk0lYQ4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmBk0lYQ4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmBk0lYQ4 .mbr-text,
.cid-uZmBk0lYQ4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uZmBk0lYQ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uYn8RZLuBD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uYn8RZLuBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8RZLuBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn8RZLuBD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uYn8RZLuBD .mbr-section-subtitle {
  color: #000000;
}
.cid-uYn8RZLuBD .mbr-section-title {
  color: #041345;
}
.cid-u51DWNI5R8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u51DWNI5R8 .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u51DWNI5R8 .item:focus,
.cid-u51DWNI5R8 span:focus {
  outline: none;
}
.cid-u51DWNI5R8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u51DWNI5R8 .content-head {
  max-width: 800px;
}
.cid-u51DWNI5R8 .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u51DWNI5R8 .item {
    min-height: 45px;
  }
}
.cid-uZmQr4bwpR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZmQr4bwpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmQr4bwpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmQr4bwpR .mbr-text,
.cid-uZmQr4bwpR .mbr-section-btn {
  color: #232323;
}
.cid-uZmQr4bwpR .btn {
  width: 100%;
}
.cid-uZmQr4bwpR .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uZmQr4bwpR H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYBgGBhxJe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYBgGBhxJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYBgGBhxJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYBgGBhxJe .media-container-row {
  justify-content: space-between;
}
.cid-uYBgGBhxJe .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYBgGBhxJe .text-content {
    max-width: none;
  }
}
.cid-uYBgGBhxJe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYBgGBhxJe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYBgGBhxJe .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYBgGBhxJe .icons {
    justify-content: center !important;
  }
  .cid-uYBgGBhxJe .text-content * {
    text-align: center;
  }
}
.cid-uYBgGBhxJe .mbr-section-title {
  color: #ffffff;
}
.cid-u51HF9JHNS {
  z-index: 1000;
  width: 100%;
}
.cid-u51HF9JHNS nav.navbar {
  position: fixed;
}
.cid-u51HF9JHNS .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-u51HF9JHNS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u51HF9JHNS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u51HF9JHNS .dropdown-item:hover,
.cid-u51HF9JHNS .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-u51HF9JHNS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u51HF9JHNS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u51HF9JHNS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u51HF9JHNS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u51HF9JHNS .nav-link {
  position: relative;
}
.cid-u51HF9JHNS .container {
  display: flex;
  margin: auto;
}
.cid-u51HF9JHNS .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u51HF9JHNS .dropdown-menu,
.cid-u51HF9JHNS .navbar.opened {
  background: #ffffff !important;
}
.cid-u51HF9JHNS .nav-item:focus,
.cid-u51HF9JHNS .nav-link:focus {
  outline: none;
}
.cid-u51HF9JHNS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u51HF9JHNS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u51HF9JHNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u51HF9JHNS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u51HF9JHNS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u51HF9JHNS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u51HF9JHNS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u51HF9JHNS .navbar.opened {
  transition: all 0.3s;
}
.cid-u51HF9JHNS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u51HF9JHNS .navbar .navbar-logo img {
  width: auto;
}
.cid-u51HF9JHNS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u51HF9JHNS .navbar.collapsed {
  justify-content: center;
}
.cid-u51HF9JHNS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u51HF9JHNS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u51HF9JHNS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u51HF9JHNS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u51HF9JHNS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u51HF9JHNS .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-u51HF9JHNS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u51HF9JHNS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u51HF9JHNS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u51HF9JHNS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u51HF9JHNS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u51HF9JHNS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u51HF9JHNS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u51HF9JHNS .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-u51HF9JHNS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u51HF9JHNS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u51HF9JHNS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u51HF9JHNS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u51HF9JHNS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u51HF9JHNS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u51HF9JHNS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u51HF9JHNS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u51HF9JHNS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u51HF9JHNS .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-u51HF9JHNS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u51HF9JHNS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u51HF9JHNS .dropdown-item.active,
.cid-u51HF9JHNS .dropdown-item:active {
  background-color: transparent;
}
.cid-u51HF9JHNS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u51HF9JHNS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u51HF9JHNS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u51HF9JHNS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u51HF9JHNS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u51HF9JHNS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u51HF9JHNS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u51HF9JHNS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u51HF9JHNS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u51HF9JHNS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-u51HF9JHNS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u51HF9JHNS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u51HF9JHNS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u51HF9JHNS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u51HF9JHNS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u51HF9JHNS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u51HF9JHNS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u51HF9JHNS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u51HF9JHNS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u51HF9JHNS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u51HF9JHNS .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-u51HF9JHNS .navbar {
    height: 70px;
  }
  .cid-u51HF9JHNS .navbar.opened {
    height: auto;
  }
  .cid-u51HF9JHNS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u51HFa5WLc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u51HFa5WLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51HFa5WLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51HFa5WLc .mbr-text,
.cid-u51HFa5WLc .mbr-section-btn {
  color: #232323;
}
.cid-u51HFa5WLc .card-title,
.cid-u51HFa5WLc .card-box {
  color: #ffffff;
}
.cid-u51HFa5WLc .mbr-text,
.cid-u51HFa5WLc .link-wrap {
  color: #ffffff;
}
.cid-uZmDWJI6Gd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZmDWJI6Gd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmDWJI6Gd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmDWJI6Gd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmDWJI6Gd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmDWJI6Gd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmDWJI6Gd .mbr-text,
.cid-uZmDWJI6Gd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZmDWJI6Gd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uZmDWJI6Gd .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmF4fuKhU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.webp");
}
@media (max-width: 991px) {
  .cid-uZmF4fuKhU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmF4fuKhU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmF4fuKhU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmF4fuKhU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmF4fuKhU .mbr-text,
.cid-uZmF4fuKhU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZmF4fuKhU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZmF4fuKhU .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmGvPaJk0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZmGvPaJk0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmGvPaJk0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmGvPaJk0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmGvPaJk0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmGvPaJk0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmGvPaJk0 .mbr-text,
.cid-uZmGvPaJk0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZmGvPaJk0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uZmGvPaJk0 .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmFr1eSc5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.webp");
}
.cid-uZmFr1eSc5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmFr1eSc5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmFr1eSc5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmFr1eSc5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmFr1eSc5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmFr1eSc5 .mbr-text,
.cid-uZmFr1eSc5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uZmFr1eSc5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYBh1H9Bv5 {
  padding-top: 16rem;
  padding-bottom: 8rem;
}
.cid-uYBh1H9Bv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYBh1H9Bv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uZmS9XnXWO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZmS9XnXWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmS9XnXWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmS9XnXWO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZmS9XnXWO .mbr-section-subtitle {
  color: #000000;
}
.cid-uZmS9XnXWO .mbr-section-title {
  color: #041345;
}
.cid-u5cvBPkjar {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u5cvBPkjar .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u5cvBPkjar .item:focus,
.cid-u5cvBPkjar span:focus {
  outline: none;
}
.cid-u5cvBPkjar .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u5cvBPkjar .content-head {
  max-width: 800px;
}
.cid-u5cvBPkjar .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u5cvBPkjar .item {
    min-height: 45px;
  }
}
.cid-uZmS4cIA5u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZmS4cIA5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmS4cIA5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmS4cIA5u .mbr-text,
.cid-uZmS4cIA5u .mbr-section-btn {
  color: #232323;
}
.cid-uZmS4cIA5u .btn {
  width: 100%;
}
.cid-uZmS4cIA5u .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uZmS4cIA5u H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYKuvgV3Rg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYKuvgV3Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKuvgV3Rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKuvgV3Rg .media-container-row {
  justify-content: space-between;
}
.cid-uYKuvgV3Rg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYKuvgV3Rg .text-content {
    max-width: none;
  }
}
.cid-uYKuvgV3Rg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYKuvgV3Rg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYKuvgV3Rg .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYKuvgV3Rg .icons {
    justify-content: center !important;
  }
  .cid-uYKuvgV3Rg .text-content * {
    text-align: center;
  }
}
.cid-uYKuvgV3Rg .mbr-section-title {
  color: #ffffff;
}
.cid-u5cAWS6WwG {
  z-index: 1000;
  width: 100%;
}
.cid-u5cAWS6WwG nav.navbar {
  position: fixed;
}
.cid-u5cAWS6WwG .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-u5cAWS6WwG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5cAWS6WwG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5cAWS6WwG .dropdown-item:hover,
.cid-u5cAWS6WwG .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-u5cAWS6WwG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5cAWS6WwG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5cAWS6WwG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5cAWS6WwG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5cAWS6WwG .nav-link {
  position: relative;
}
.cid-u5cAWS6WwG .container {
  display: flex;
  margin: auto;
}
.cid-u5cAWS6WwG .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5cAWS6WwG .dropdown-menu,
.cid-u5cAWS6WwG .navbar.opened {
  background: #ffffff !important;
}
.cid-u5cAWS6WwG .nav-item:focus,
.cid-u5cAWS6WwG .nav-link:focus {
  outline: none;
}
.cid-u5cAWS6WwG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5cAWS6WwG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5cAWS6WwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5cAWS6WwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5cAWS6WwG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5cAWS6WwG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5cAWS6WwG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5cAWS6WwG .navbar.opened {
  transition: all 0.3s;
}
.cid-u5cAWS6WwG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5cAWS6WwG .navbar .navbar-logo img {
  width: auto;
}
.cid-u5cAWS6WwG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5cAWS6WwG .navbar.collapsed {
  justify-content: center;
}
.cid-u5cAWS6WwG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5cAWS6WwG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5cAWS6WwG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5cAWS6WwG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5cAWS6WwG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5cAWS6WwG .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-u5cAWS6WwG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5cAWS6WwG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5cAWS6WwG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5cAWS6WwG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5cAWS6WwG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5cAWS6WwG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5cAWS6WwG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5cAWS6WwG .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-u5cAWS6WwG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5cAWS6WwG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5cAWS6WwG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5cAWS6WwG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5cAWS6WwG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5cAWS6WwG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5cAWS6WwG .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5cAWS6WwG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5cAWS6WwG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5cAWS6WwG .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-u5cAWS6WwG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5cAWS6WwG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5cAWS6WwG .dropdown-item.active,
.cid-u5cAWS6WwG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5cAWS6WwG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5cAWS6WwG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5cAWS6WwG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5cAWS6WwG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5cAWS6WwG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5cAWS6WwG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5cAWS6WwG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5cAWS6WwG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5cAWS6WwG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5cAWS6WwG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-u5cAWS6WwG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5cAWS6WwG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5cAWS6WwG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5cAWS6WwG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5cAWS6WwG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5cAWS6WwG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5cAWS6WwG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5cAWS6WwG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5cAWS6WwG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5cAWS6WwG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5cAWS6WwG .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-u5cAWS6WwG .navbar {
    height: 70px;
  }
  .cid-u5cAWS6WwG .navbar.opened {
    height: auto;
  }
  .cid-u5cAWS6WwG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5cAWSqVpf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u5cAWSqVpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5cAWSqVpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5cAWSqVpf .mbr-text,
.cid-u5cAWSqVpf .mbr-section-btn {
  color: #232323;
}
.cid-u5cAWSqVpf .card-title,
.cid-u5cAWSqVpf .card-box {
  color: #ffffff;
}
.cid-u5cAWSqVpf .mbr-text,
.cid-u5cAWSqVpf .link-wrap {
  color: #ffffff;
}
.cid-uZmUFGRecT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZmUFGRecT .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmUFGRecT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmUFGRecT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmUFGRecT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmUFGRecT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmUFGRecT .mbr-text,
.cid-uZmUFGRecT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZmUFGRecT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uZmUFGRecT .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmXbHnZP7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.webp");
}
@media (max-width: 991px) {
  .cid-uZmXbHnZP7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmXbHnZP7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmXbHnZP7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmXbHnZP7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmXbHnZP7 .mbr-text,
.cid-uZmXbHnZP7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZmXbHnZP7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZmXbHnZP7 .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmVhrqHcb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZmVhrqHcb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZmVhrqHcb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmVhrqHcb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZmVhrqHcb .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZmVhrqHcb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZmVhrqHcb .mbr-text,
.cid-uZmVhrqHcb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZmVhrqHcb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uZmVhrqHcb .mbr-section-title DIV {
  text-align: left;
}
.cid-uZmKBMWJzg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZmKBMWJzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmKBMWJzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmKBMWJzg .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZmKBMWJzg .mbr-section-subtitle {
  color: #000000;
}
.cid-uZmKBMWJzg .mbr-section-title {
  color: #041345;
}
.cid-u5cAWUBhDl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u5cAWUBhDl .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u5cAWUBhDl .item:focus,
.cid-u5cAWUBhDl span:focus {
  outline: none;
}
.cid-u5cAWUBhDl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u5cAWUBhDl .content-head {
  max-width: 800px;
}
.cid-u5cAWUBhDl .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u5cAWUBhDl .item {
    min-height: 45px;
  }
}
.cid-uZmU9S2oWe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZmU9S2oWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmU9S2oWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmU9S2oWe .mbr-text,
.cid-uZmU9S2oWe .mbr-section-btn {
  color: #232323;
}
.cid-uZmU9S2oWe .btn {
  width: 100%;
}
.cid-uZmU9S2oWe .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uZmU9S2oWe H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYBhi0x9hz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYBhi0x9hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYBhi0x9hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYBhi0x9hz .media-container-row {
  justify-content: space-between;
}
.cid-uYBhi0x9hz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYBhi0x9hz .text-content {
    max-width: none;
  }
}
.cid-uYBhi0x9hz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYBhi0x9hz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYBhi0x9hz .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYBhi0x9hz .icons {
    justify-content: center !important;
  }
  .cid-uYBhi0x9hz .text-content * {
    text-align: center;
  }
}
.cid-uYBhi0x9hz .mbr-section-title {
  color: #ffffff;
}
.cid-u5cGbZKu8Q {
  z-index: 1000;
  width: 100%;
}
.cid-u5cGbZKu8Q nav.navbar {
  position: fixed;
}
.cid-u5cGbZKu8Q .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-u5cGbZKu8Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5cGbZKu8Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5cGbZKu8Q .dropdown-item:hover,
.cid-u5cGbZKu8Q .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-u5cGbZKu8Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5cGbZKu8Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5cGbZKu8Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5cGbZKu8Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5cGbZKu8Q .nav-link {
  position: relative;
}
.cid-u5cGbZKu8Q .container {
  display: flex;
  margin: auto;
}
.cid-u5cGbZKu8Q .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5cGbZKu8Q .dropdown-menu,
.cid-u5cGbZKu8Q .navbar.opened {
  background: #ffffff !important;
}
.cid-u5cGbZKu8Q .nav-item:focus,
.cid-u5cGbZKu8Q .nav-link:focus {
  outline: none;
}
.cid-u5cGbZKu8Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5cGbZKu8Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5cGbZKu8Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5cGbZKu8Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5cGbZKu8Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5cGbZKu8Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5cGbZKu8Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5cGbZKu8Q .navbar.opened {
  transition: all 0.3s;
}
.cid-u5cGbZKu8Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5cGbZKu8Q .navbar .navbar-logo img {
  width: auto;
}
.cid-u5cGbZKu8Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5cGbZKu8Q .navbar.collapsed {
  justify-content: center;
}
.cid-u5cGbZKu8Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5cGbZKu8Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5cGbZKu8Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5cGbZKu8Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5cGbZKu8Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5cGbZKu8Q .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-u5cGbZKu8Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5cGbZKu8Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5cGbZKu8Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5cGbZKu8Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5cGbZKu8Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5cGbZKu8Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5cGbZKu8Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5cGbZKu8Q .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-u5cGbZKu8Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5cGbZKu8Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5cGbZKu8Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5cGbZKu8Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5cGbZKu8Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5cGbZKu8Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5cGbZKu8Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5cGbZKu8Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5cGbZKu8Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5cGbZKu8Q .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-u5cGbZKu8Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5cGbZKu8Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5cGbZKu8Q .dropdown-item.active,
.cid-u5cGbZKu8Q .dropdown-item:active {
  background-color: transparent;
}
.cid-u5cGbZKu8Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5cGbZKu8Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5cGbZKu8Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5cGbZKu8Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5cGbZKu8Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5cGbZKu8Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5cGbZKu8Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5cGbZKu8Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5cGbZKu8Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5cGbZKu8Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-u5cGbZKu8Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5cGbZKu8Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5cGbZKu8Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5cGbZKu8Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5cGbZKu8Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5cGbZKu8Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5cGbZKu8Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5cGbZKu8Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5cGbZKu8Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5cGbZKu8Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5cGbZKu8Q .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-u5cGbZKu8Q .navbar {
    height: 70px;
  }
  .cid-u5cGbZKu8Q .navbar.opened {
    height: auto;
  }
  .cid-u5cGbZKu8Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5cGc02TBr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-u5cGc02TBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5cGc02TBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5cGc02TBr .mbr-text,
.cid-u5cGc02TBr .mbr-section-btn {
  color: #232323;
}
.cid-u5cGc02TBr .card-title,
.cid-u5cGc02TBr .card-box {
  color: #ffffff;
}
.cid-u5cGc02TBr .mbr-text,
.cid-u5cGc02TBr .link-wrap {
  color: #ffffff;
}
.cid-u5cGJeq3Cb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5cGJeq3Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5cGJeq3Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5cGJeq3Cb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u5cGJeq3Cb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5cGJeq3Cb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5cGJeq3Cb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u5cGJeq3Cb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #05386b;
}
.cid-u5cGJeq3Cb .card-title {
  color: #041345;
}
.cid-u5cGJeq3Cb .mbr-section-subtitle {
  color: #03207c;
}
.cid-u5cGRYWByL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sss-2000x1333.webp");
}
.cid-u5cGRYWByL .mbr-overlay {
  background-color: #041345;
  opacity: 0.9;
}
.cid-u5cGRYWByL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u5cGRYWByL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u5cGRYWByL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u5cGRYWByL .mbr-section-title {
  color: #ffffff;
}
.cid-uZpC7EQz80 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZpC7EQz80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpC7EQz80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uZpC7EQz80 .container-fluid {
    padding: 0;
  }
}
.cid-uZpC7EQz80 .embla__button--next,
.cid-uZpC7EQz80 .embla__button--prev {
  display: flex;
}
.cid-uZpC7EQz80 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZpC7EQz80 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZpC7EQz80 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZpC7EQz80 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZpC7EQz80 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZpC7EQz80 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZpC7EQz80 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZpC7EQz80 .embla {
  position: relative;
  width: 100%;
}
.cid-uZpC7EQz80 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZpC7EQz80 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZpC7EQz80 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZpC7EQz80 .embla__slide a {
  cursor: grab;
}
.cid-uZpC7EQz80 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uZpC7EQz80 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZpC7EQz80 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uZpC7EQz80 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZpC7EQz80 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uZpC7EQz80 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uZpC7EQz80 .mbr-section-title {
  color: #232323;
}
.cid-uZpC7EQz80 .mbr-section-subtitle {
  color: #232323;
}
.cid-uZpC7EQz80 .mbr-box {
  color: #ffffff;
}
.cid-uZpC7EQz80 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZpC7EQz80 img,
.cid-uZpC7EQz80 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uZpC7EQz80 .item-wrapper {
  position: relative;
}
.cid-uZpC7EQz80 .content-head {
  max-width: 800px;
}
.cid-u5cGc1Ny1V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-u5cGc1Ny1V .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-u5cGc1Ny1V .item:focus,
.cid-u5cGc1Ny1V span:focus {
  outline: none;
}
.cid-u5cGc1Ny1V .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-u5cGc1Ny1V .content-head {
  max-width: 800px;
}
.cid-u5cGc1Ny1V .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-u5cGc1Ny1V .item {
    min-height: 45px;
  }
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYKvbhE3uE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYKvbhE3uE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKvbhE3uE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKvbhE3uE .media-container-row {
  justify-content: space-between;
}
.cid-uYKvbhE3uE .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYKvbhE3uE .text-content {
    max-width: none;
  }
}
.cid-uYKvbhE3uE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYKvbhE3uE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYKvbhE3uE .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYKvbhE3uE .icons {
    justify-content: center !important;
  }
  .cid-uYKvbhE3uE .text-content * {
    text-align: center;
  }
}
.cid-uYKvbhE3uE .mbr-section-title {
  color: #ffffff;
}
.cid-uUrDyADHGj {
  z-index: 1000;
  width: 100%;
}
.cid-uUrDyADHGj nav.navbar {
  position: fixed;
}
.cid-uUrDyADHGj .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-uUrDyADHGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUrDyADHGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUrDyADHGj .dropdown-item:hover,
.cid-uUrDyADHGj .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uUrDyADHGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUrDyADHGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUrDyADHGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUrDyADHGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUrDyADHGj .nav-link {
  position: relative;
}
.cid-uUrDyADHGj .container {
  display: flex;
  margin: auto;
}
.cid-uUrDyADHGj .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUrDyADHGj .dropdown-menu,
.cid-uUrDyADHGj .navbar.opened {
  background: #ffffff !important;
}
.cid-uUrDyADHGj .nav-item:focus,
.cid-uUrDyADHGj .nav-link:focus {
  outline: none;
}
.cid-uUrDyADHGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUrDyADHGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUrDyADHGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUrDyADHGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUrDyADHGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUrDyADHGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUrDyADHGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uUrDyADHGj .navbar.opened {
  transition: all 0.3s;
}
.cid-uUrDyADHGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUrDyADHGj .navbar .navbar-logo img {
  width: auto;
}
.cid-uUrDyADHGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUrDyADHGj .navbar.collapsed {
  justify-content: center;
}
.cid-uUrDyADHGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUrDyADHGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUrDyADHGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUrDyADHGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUrDyADHGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUrDyADHGj .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-uUrDyADHGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUrDyADHGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUrDyADHGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUrDyADHGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUrDyADHGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUrDyADHGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUrDyADHGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUrDyADHGj .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-uUrDyADHGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUrDyADHGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUrDyADHGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUrDyADHGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUrDyADHGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUrDyADHGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUrDyADHGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUrDyADHGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUrDyADHGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUrDyADHGj .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-uUrDyADHGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUrDyADHGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUrDyADHGj .dropdown-item.active,
.cid-uUrDyADHGj .dropdown-item:active {
  background-color: transparent;
}
.cid-uUrDyADHGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUrDyADHGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUrDyADHGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUrDyADHGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUrDyADHGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUrDyADHGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUrDyADHGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUrDyADHGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUrDyADHGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUrDyADHGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uUrDyADHGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUrDyADHGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUrDyADHGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUrDyADHGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUrDyADHGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUrDyADHGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUrDyADHGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUrDyADHGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUrDyADHGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUrDyADHGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUrDyADHGj .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-uUrDyADHGj .navbar {
    height: 70px;
  }
  .cid-uUrDyADHGj .navbar.opened {
    height: auto;
  }
  .cid-uUrDyADHGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZmLKims9B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uZmLKims9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmLKims9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmLKims9B .mbr-text,
.cid-uZmLKims9B .mbr-section-btn {
  color: #232323;
}
.cid-uZmLKims9B .card-title,
.cid-uZmLKims9B .card-box {
  color: #ffffff;
}
.cid-uZmLKims9B .mbr-text,
.cid-uZmLKims9B .link-wrap {
  color: #ffffff;
}
.cid-uUrJtDBf6A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1122.webp");
}
.cid-uUrJtDBf6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrJtDBf6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUrJtDBf6A .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uUrJtDBf6A .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uUrJtDBf6A .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uUrJtDBf6A .mbr-section-title {
  color: #ffffff;
}
.cid-uUrJtDBf6A .mbr-text,
.cid-uUrJtDBf6A .mbr-section-btn,
.cid-uUrJtDBf6A .social-row {
  color: #ffffff;
}
.cid-uUrJtDBf6A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUrLMlyKD6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-uUrLMlyKD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrLMlyKD6 .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-uUrLMlyKD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUrLMlyKD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUrLMlyKD6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUrLMlyKD6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUrLMlyKD6 .mbr-section-title {
  color: #ffffff;
}
.cid-uUrLMlyKD6 .mbr-text,
.cid-uUrLMlyKD6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uYn9wlJbyk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYn9wlJbyk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uYn9wlJbyk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYn9wlJbyk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYn9wlJbyk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uYn9wlJbyk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYn9wlJbyk .mbr-text,
.cid-uYn9wlJbyk .mbr-section-btn {
  color: #041345;
}
.cid-uYn9wlJbyk .mbr-section-title {
  color: #041345;
}
.cid-uUrDyBhp29 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uUrDyBhp29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUrDyBhp29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uUrDyBhp29 .container-fluid {
    padding: 0;
  }
}
.cid-uUrDyBhp29 .embla__button--next,
.cid-uUrDyBhp29 .embla__button--prev {
  display: flex;
}
.cid-uUrDyBhp29 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uUrDyBhp29 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uUrDyBhp29 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uUrDyBhp29 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUrDyBhp29 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUrDyBhp29 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUrDyBhp29 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUrDyBhp29 .embla {
  position: relative;
  width: 100%;
}
.cid-uUrDyBhp29 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUrDyBhp29 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUrDyBhp29 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUrDyBhp29 .embla__slide a {
  cursor: grab;
}
.cid-uUrDyBhp29 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uUrDyBhp29 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUrDyBhp29 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uUrDyBhp29 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUrDyBhp29 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uUrDyBhp29 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uUrDyBhp29 .mbr-section-title {
  color: #041345;
}
.cid-uUrDyBhp29 .mbr-section-subtitle {
  color: #232323;
}
.cid-uUrDyBhp29 .mbr-box {
  color: #ffffff;
}
.cid-uUrDyBhp29 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uUrDyBhp29 img,
.cid-uUrDyBhp29 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uUrDyBhp29 .item-wrapper {
  position: relative;
}
.cid-uUrDyBhp29 .content-head {
  max-width: 800px;
}
.cid-uZmWBqGgxD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZmWBqGgxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZmWBqGgxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZmWBqGgxD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZmWBqGgxD .mbr-section-subtitle {
  color: #000000;
}
.cid-uZmWBqGgxD .mbr-section-title {
  color: #041345;
}
.cid-uUrDyC5j3K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-uUrDyC5j3K .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-uUrDyC5j3K .item:focus,
.cid-uUrDyC5j3K span:focus {
  outline: none;
}
.cid-uUrDyC5j3K .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUrDyC5j3K .content-head {
  max-width: 800px;
}
.cid-uUrDyC5j3K .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uUrDyC5j3K .item {
    min-height: 45px;
  }
}
.cid-uYktzAleei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uYktzAleei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYktzAleei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYktzAleei .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uYktzAleei .row {
    text-align: center;
  }
  .cid-uYktzAleei .row > div {
    margin: auto;
  }
  .cid-uYktzAleei .social-row {
    justify-content: center;
  }
}
.cid-uYktzAleei .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uYktzAleei .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uYktzAleei .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYktzAleei .list {
    margin-bottom: 0rem;
  }
}
.cid-uYktzAleei .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uYktzAleei .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uYktzAleei .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uYktzAleei div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uYktzAleei H5 {
  color: #041345;
}
.cid-uYBhmpYww5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uYBhmpYww5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYBhmpYww5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYBhmpYww5 .media-container-row {
  justify-content: space-between;
}
.cid-uYBhmpYww5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uYBhmpYww5 .text-content {
    max-width: none;
  }
}
.cid-uYBhmpYww5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uYBhmpYww5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uYBhmpYww5 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uYBhmpYww5 .icons {
    justify-content: center !important;
  }
  .cid-uYBhmpYww5 .text-content * {
    text-align: center;
  }
}
.cid-uYBhmpYww5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZgMVg7aZC {
  z-index: 1000;
  width: 100%;
}
.cid-uZgMVg7aZC nav.navbar {
  position: fixed;
}
.cid-uZgMVg7aZC .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-uZgMVg7aZC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZgMVg7aZC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZgMVg7aZC .dropdown-item:hover,
.cid-uZgMVg7aZC .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uZgMVg7aZC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZgMVg7aZC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZgMVg7aZC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZgMVg7aZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZgMVg7aZC .nav-link {
  position: relative;
}
.cid-uZgMVg7aZC .container {
  display: flex;
  margin: auto;
}
.cid-uZgMVg7aZC .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZgMVg7aZC .dropdown-menu,
.cid-uZgMVg7aZC .navbar.opened {
  background: #ffffff !important;
}
.cid-uZgMVg7aZC .nav-item:focus,
.cid-uZgMVg7aZC .nav-link:focus {
  outline: none;
}
.cid-uZgMVg7aZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZgMVg7aZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZgMVg7aZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZgMVg7aZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZgMVg7aZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZgMVg7aZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZgMVg7aZC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uZgMVg7aZC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZgMVg7aZC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZgMVg7aZC .navbar .navbar-logo img {
  width: auto;
}
.cid-uZgMVg7aZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZgMVg7aZC .navbar.collapsed {
  justify-content: center;
}
.cid-uZgMVg7aZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZgMVg7aZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZgMVg7aZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZgMVg7aZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZgMVg7aZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZgMVg7aZC .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-uZgMVg7aZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZgMVg7aZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZgMVg7aZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZgMVg7aZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZgMVg7aZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZgMVg7aZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZgMVg7aZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZgMVg7aZC .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-uZgMVg7aZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZgMVg7aZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZgMVg7aZC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZgMVg7aZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZgMVg7aZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZgMVg7aZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZgMVg7aZC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZgMVg7aZC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZgMVg7aZC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZgMVg7aZC .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-uZgMVg7aZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZgMVg7aZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZgMVg7aZC .dropdown-item.active,
.cid-uZgMVg7aZC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZgMVg7aZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZgMVg7aZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZgMVg7aZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZgMVg7aZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZgMVg7aZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZgMVg7aZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZgMVg7aZC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZgMVg7aZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZgMVg7aZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZgMVg7aZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uZgMVg7aZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZgMVg7aZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZgMVg7aZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZgMVg7aZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZgMVg7aZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZgMVg7aZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZgMVg7aZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZgMVg7aZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZgMVg7aZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZgMVg7aZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZgMVg7aZC .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-uZgMVg7aZC .navbar {
    height: 70px;
  }
  .cid-uZgMVg7aZC .navbar.opened {
    height: auto;
  }
  .cid-uZgMVg7aZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZgMVgoG7F {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uZgMVgoG7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgMVgoG7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgMVgoG7F .mbr-text,
.cid-uZgMVgoG7F .mbr-section-btn {
  color: #232323;
}
.cid-uZgMVgoG7F .card-title,
.cid-uZgMVgoG7F .card-box {
  color: #ffffff;
}
.cid-uZgMVgoG7F .mbr-text,
.cid-uZgMVgoG7F .link-wrap {
  color: #ffffff;
}
.cid-uZgMVgyJ4h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.webp");
}
.cid-uZgMVgyJ4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgMVgyJ4h .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-uZgMVgyJ4h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZgMVgyJ4h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZgMVgyJ4h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZgMVgyJ4h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZgMVgyJ4h .mbr-section-title {
  color: #ffffff;
}
.cid-uZgMVgyJ4h .mbr-text,
.cid-uZgMVgyJ4h .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZgMVijHt0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-uZgMVijHt0 .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-uZgMVijHt0 .item:focus,
.cid-uZgMVijHt0 span:focus {
  outline: none;
}
.cid-uZgMVijHt0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZgMVijHt0 .content-head {
  max-width: 800px;
}
.cid-uZgMVijHt0 .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uZgMVijHt0 .item {
    min-height: 45px;
  }
}
.cid-uZgMViueiV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZgMViueiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgMViueiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgMViueiV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZgMViueiV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZgMViueiV .row {
    text-align: center;
  }
  .cid-uZgMViueiV .row > div {
    margin: auto;
  }
  .cid-uZgMViueiV .social-row {
    justify-content: center;
  }
}
.cid-uZgMViueiV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZgMViueiV .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uZgMViueiV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZgMViueiV .list {
    margin-bottom: 0rem;
  }
}
.cid-uZgMViueiV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZgMViueiV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZgMViueiV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZgMViueiV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZgMViueiV H5 {
  color: #041345;
}
.cid-uZgMViNQMH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uZgMViNQMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgMViNQMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgMViNQMH .media-container-row {
  justify-content: space-between;
}
.cid-uZgMViNQMH .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uZgMViNQMH .text-content {
    max-width: none;
  }
}
.cid-uZgMViNQMH .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uZgMViNQMH .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uZgMViNQMH .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZgMViNQMH .icons {
    justify-content: center !important;
  }
  .cid-uZgMViNQMH .text-content * {
    text-align: center;
  }
}
.cid-uZgMViNQMH .mbr-section-title {
  color: #ffffff;
}
.cid-uZgPFFeHQc {
  z-index: 1000;
  width: 100%;
}
.cid-uZgPFFeHQc nav.navbar {
  position: fixed;
}
.cid-uZgPFFeHQc .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-uZgPFFeHQc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZgPFFeHQc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZgPFFeHQc .dropdown-item:hover,
.cid-uZgPFFeHQc .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uZgPFFeHQc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZgPFFeHQc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZgPFFeHQc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZgPFFeHQc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZgPFFeHQc .nav-link {
  position: relative;
}
.cid-uZgPFFeHQc .container {
  display: flex;
  margin: auto;
}
.cid-uZgPFFeHQc .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZgPFFeHQc .dropdown-menu,
.cid-uZgPFFeHQc .navbar.opened {
  background: #ffffff !important;
}
.cid-uZgPFFeHQc .nav-item:focus,
.cid-uZgPFFeHQc .nav-link:focus {
  outline: none;
}
.cid-uZgPFFeHQc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZgPFFeHQc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZgPFFeHQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZgPFFeHQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZgPFFeHQc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZgPFFeHQc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZgPFFeHQc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uZgPFFeHQc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZgPFFeHQc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZgPFFeHQc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZgPFFeHQc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZgPFFeHQc .navbar.collapsed {
  justify-content: center;
}
.cid-uZgPFFeHQc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZgPFFeHQc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZgPFFeHQc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZgPFFeHQc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZgPFFeHQc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZgPFFeHQc .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-uZgPFFeHQc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZgPFFeHQc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZgPFFeHQc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZgPFFeHQc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZgPFFeHQc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZgPFFeHQc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZgPFFeHQc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZgPFFeHQc .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-uZgPFFeHQc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZgPFFeHQc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZgPFFeHQc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZgPFFeHQc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZgPFFeHQc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZgPFFeHQc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZgPFFeHQc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZgPFFeHQc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZgPFFeHQc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZgPFFeHQc .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-uZgPFFeHQc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZgPFFeHQc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZgPFFeHQc .dropdown-item.active,
.cid-uZgPFFeHQc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZgPFFeHQc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZgPFFeHQc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZgPFFeHQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZgPFFeHQc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZgPFFeHQc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZgPFFeHQc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZgPFFeHQc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZgPFFeHQc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZgPFFeHQc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZgPFFeHQc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uZgPFFeHQc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZgPFFeHQc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZgPFFeHQc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZgPFFeHQc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZgPFFeHQc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZgPFFeHQc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZgPFFeHQc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZgPFFeHQc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZgPFFeHQc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZgPFFeHQc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZgPFFeHQc .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-uZgPFFeHQc .navbar {
    height: 70px;
  }
  .cid-uZgPFFeHQc .navbar.opened {
    height: auto;
  }
  .cid-uZgPFFeHQc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZgPFFxBPW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uZgPFFxBPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgPFFxBPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgPFFxBPW .mbr-text,
.cid-uZgPFFxBPW .mbr-section-btn {
  color: #232323;
}
.cid-uZgPFFxBPW .card-title,
.cid-uZgPFFxBPW .card-box {
  color: #ffffff;
}
.cid-uZgPFFxBPW .mbr-text,
.cid-uZgPFFxBPW .link-wrap {
  color: #ffffff;
}
.cid-uZgPRh5zzh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/electricity-pycs4h1vy7env7tq-1920x1200.webp");
}
.cid-uZgPRh5zzh .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZgPRh5zzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgPRh5zzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgPRh5zzh .item-wrapper {
  background: #041345;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZgPRh5zzh .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZgPRh5zzh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZgPRh5zzh .card-title,
.cid-uZgPRh5zzh .iconfont-wrapper {
  color: #ffffff;
}
.cid-uZgPRh5zzh .content-head {
  max-width: 800px;
}
.cid-uZgPRh5zzh .mbr-section-title {
  color: #03207c;
}
.cid-uZgPRh5zzh .mbr-section-subtitle {
  color: #000000;
}
.cid-uZgPRh5zzh .card-text {
  color: #ffffff;
}
.cid-uZgPRh5zzh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZgPRh5zzh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZpybmxtdx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #041345;
}
.cid-uZpybmxtdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpybmxtdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uZpybmxtdx .container-fluid {
    padding: 0;
  }
}
.cid-uZpybmxtdx .embla__button--next,
.cid-uZpybmxtdx .embla__button--prev {
  display: flex;
}
.cid-uZpybmxtdx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZpybmxtdx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZpybmxtdx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZpybmxtdx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZpybmxtdx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZpybmxtdx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZpybmxtdx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZpybmxtdx .embla {
  position: relative;
  width: 100%;
}
.cid-uZpybmxtdx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZpybmxtdx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZpybmxtdx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZpybmxtdx .embla__slide a {
  cursor: grab;
}
.cid-uZpybmxtdx .embla__slide a:active {
  cursor: grabbing;
}
.cid-uZpybmxtdx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZpybmxtdx .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uZpybmxtdx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZpybmxtdx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uZpybmxtdx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uZpybmxtdx .mbr-section-title {
  color: #232323;
}
.cid-uZpybmxtdx .mbr-section-subtitle {
  color: #232323;
}
.cid-uZpybmxtdx .mbr-box {
  color: #ffffff;
}
.cid-uZpybmxtdx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZpybmxtdx img,
.cid-uZpybmxtdx .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uZpybmxtdx .item-wrapper {
  position: relative;
}
.cid-uZpybmxtdx .content-head {
  max-width: 800px;
}
.cid-uZpxNFJbT1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZpxNFJbT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpxNFJbT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpxNFJbT1 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZpxNFJbT1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZpxNFJbT1 .mbr-section-title {
  color: #041345;
}
.cid-uZgPFGD73t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-uZgPFGD73t .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-uZgPFGD73t .item:focus,
.cid-uZgPFGD73t span:focus {
  outline: none;
}
.cid-uZgPFGD73t .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZgPFGD73t .content-head {
  max-width: 800px;
}
.cid-uZgPFGD73t .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uZgPFGD73t .item {
    min-height: 45px;
  }
}
.cid-uZgPFGPvTw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZgPFGPvTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgPFGPvTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgPFGPvTw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZgPFGPvTw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZgPFGPvTw .row {
    text-align: center;
  }
  .cid-uZgPFGPvTw .row > div {
    margin: auto;
  }
  .cid-uZgPFGPvTw .social-row {
    justify-content: center;
  }
}
.cid-uZgPFGPvTw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZgPFGPvTw .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uZgPFGPvTw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZgPFGPvTw .list {
    margin-bottom: 0rem;
  }
}
.cid-uZgPFGPvTw .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZgPFGPvTw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZgPFGPvTw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZgPFGPvTw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZgPFGPvTw H5 {
  color: #041345;
}
.cid-uZgPFHdZrz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uZgPFHdZrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZgPFHdZrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZgPFHdZrz .media-container-row {
  justify-content: space-between;
}
.cid-uZgPFHdZrz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uZgPFHdZrz .text-content {
    max-width: none;
  }
}
.cid-uZgPFHdZrz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uZgPFHdZrz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uZgPFHdZrz .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZgPFHdZrz .icons {
    justify-content: center !important;
  }
  .cid-uZgPFHdZrz .text-content * {
    text-align: center;
  }
}
.cid-uZgPFHdZrz .mbr-section-title {
  color: #ffffff;
}
.cid-uZpFJxx32m {
  z-index: 1000;
  width: 100%;
}
.cid-uZpFJxx32m nav.navbar {
  position: fixed;
}
.cid-uZpFJxx32m .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-uZpFJxx32m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZpFJxx32m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZpFJxx32m .dropdown-item:hover,
.cid-uZpFJxx32m .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uZpFJxx32m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZpFJxx32m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZpFJxx32m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZpFJxx32m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZpFJxx32m .nav-link {
  position: relative;
}
.cid-uZpFJxx32m .container {
  display: flex;
  margin: auto;
}
.cid-uZpFJxx32m .iconfont-wrapper {
  color: #041345 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZpFJxx32m .dropdown-menu,
.cid-uZpFJxx32m .navbar.opened {
  background: #ffffff !important;
}
.cid-uZpFJxx32m .nav-item:focus,
.cid-uZpFJxx32m .nav-link:focus {
  outline: none;
}
.cid-uZpFJxx32m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZpFJxx32m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZpFJxx32m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZpFJxx32m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZpFJxx32m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZpFJxx32m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZpFJxx32m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uZpFJxx32m .navbar.opened {
  transition: all 0.3s;
}
.cid-uZpFJxx32m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZpFJxx32m .navbar .navbar-logo img {
  width: auto;
}
.cid-uZpFJxx32m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZpFJxx32m .navbar.collapsed {
  justify-content: center;
}
.cid-uZpFJxx32m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZpFJxx32m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZpFJxx32m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZpFJxx32m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZpFJxx32m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZpFJxx32m .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-uZpFJxx32m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZpFJxx32m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZpFJxx32m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZpFJxx32m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZpFJxx32m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZpFJxx32m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZpFJxx32m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZpFJxx32m .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-uZpFJxx32m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZpFJxx32m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZpFJxx32m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZpFJxx32m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZpFJxx32m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZpFJxx32m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZpFJxx32m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZpFJxx32m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZpFJxx32m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZpFJxx32m .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-uZpFJxx32m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZpFJxx32m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZpFJxx32m .dropdown-item.active,
.cid-uZpFJxx32m .dropdown-item:active {
  background-color: transparent;
}
.cid-uZpFJxx32m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZpFJxx32m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZpFJxx32m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZpFJxx32m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZpFJxx32m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZpFJxx32m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZpFJxx32m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZpFJxx32m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZpFJxx32m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZpFJxx32m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uZpFJxx32m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZpFJxx32m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZpFJxx32m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZpFJxx32m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZpFJxx32m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZpFJxx32m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZpFJxx32m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZpFJxx32m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZpFJxx32m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZpFJxx32m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZpFJxx32m .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-uZpFJxx32m .navbar {
    height: 70px;
  }
  .cid-uZpFJxx32m .navbar.opened {
    height: auto;
  }
  .cid-uZpFJxx32m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZpFJyMyko {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x935.webp");
}
.cid-uZpFJyMyko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJyMyko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpFJyMyko .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uZpFJyMyko .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uZpFJyMyko .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uZpFJyMyko .mbr-section-title {
  color: #ffffff;
}
.cid-uZpFJyMyko .mbr-text,
.cid-uZpFJyMyko .mbr-section-btn,
.cid-uZpFJyMyko .social-row {
  color: #ffffff;
}
.cid-uZpFJyMyko .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZpFJzhyX0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZpFJzhyX0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZpFJzhyX0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uZpFJzhyX0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uZpFJzhyX0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZpFJzhyX0 .mbr-text,
.cid-uZpFJzhyX0 .mbr-section-btn {
  color: #041345;
}
.cid-uZpFJzhyX0 .mbr-section-title {
  color: #041345;
}
.cid-uZpFJz5fRo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-uZpFJz5fRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJz5fRo .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-uZpFJz5fRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZpFJz5fRo .row {
  flex-direction: row-reverse;
}
.cid-uZpFJz5fRo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZpFJz5fRo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZpFJz5fRo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZpFJz5fRo .mbr-section-title {
  color: #ffffff;
}
.cid-uZpFJz5fRo .mbr-text,
.cid-uZpFJz5fRo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZpFJzrKfU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uZpFJzrKfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJzrKfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uZpFJzrKfU .container-fluid {
    padding: 0;
  }
}
.cid-uZpFJzrKfU .embla__button--next,
.cid-uZpFJzrKfU .embla__button--prev {
  display: flex;
}
.cid-uZpFJzrKfU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZpFJzrKfU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZpFJzrKfU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZpFJzrKfU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZpFJzrKfU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZpFJzrKfU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZpFJzrKfU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZpFJzrKfU .embla {
  position: relative;
  width: 100%;
}
.cid-uZpFJzrKfU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZpFJzrKfU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZpFJzrKfU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZpFJzrKfU .embla__slide a {
  cursor: grab;
}
.cid-uZpFJzrKfU .embla__slide a:active {
  cursor: grabbing;
}
.cid-uZpFJzrKfU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZpFJzrKfU .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uZpFJzrKfU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZpFJzrKfU .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uZpFJzrKfU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uZpFJzrKfU .mbr-section-title {
  color: #041345;
}
.cid-uZpFJzrKfU .mbr-section-subtitle {
  color: #232323;
}
.cid-uZpFJzrKfU .mbr-box {
  color: #ffffff;
}
.cid-uZpFJzrKfU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZpFJzrKfU img,
.cid-uZpFJzrKfU .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uZpFJzrKfU .item-wrapper {
  position: relative;
}
.cid-uZpFJzrKfU .content-head {
  max-width: 800px;
}
.cid-uZpFJA6mur {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1303.webp");
}
.cid-uZpFJA6mur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJA6mur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpFJA6mur .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZpFJA6mur .mbr-section-subtitle {
  color: #000000;
}
.cid-uZpFJA6mur .mbr-section-title {
  color: #041345;
}
.cid-uZpFJAhtl1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1134.webp");
}
.cid-uZpFJAhtl1 .mbr-overlay {
  background: #041345;
  opacity: 0.6;
}
.cid-uZpFJAhtl1 .item:focus,
.cid-uZpFJAhtl1 span:focus {
  outline: none;
}
.cid-uZpFJAhtl1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZpFJAhtl1 .content-head {
  max-width: 800px;
}
.cid-uZpFJAhtl1 .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uZpFJAhtl1 .item {
    min-height: 45px;
  }
}
.cid-uZpFJAs7yK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1278.webp");
}
.cid-uZpFJAs7yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJAs7yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpFJAs7yK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZpFJAs7yK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZpFJAs7yK .row {
    text-align: center;
  }
  .cid-uZpFJAs7yK .row > div {
    margin: auto;
  }
  .cid-uZpFJAs7yK .social-row {
    justify-content: center;
  }
}
.cid-uZpFJAs7yK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZpFJAs7yK .list {
  list-style: none;
  padding-left: 0;
  color: #041345;
}
@media (max-width: 991px) {
  .cid-uZpFJAs7yK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZpFJAs7yK .list {
    margin-bottom: 0rem;
  }
}
.cid-uZpFJAs7yK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uZpFJAs7yK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZpFJAs7yK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZpFJAs7yK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZpFJAs7yK H5 {
  color: #041345;
}
.cid-uZpFJAMVHx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-uZpFJAMVHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZpFJAMVHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZpFJAMVHx .media-container-row {
  justify-content: space-between;
}
.cid-uZpFJAMVHx .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uZpFJAMVHx .text-content {
    max-width: none;
  }
}
.cid-uZpFJAMVHx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uZpFJAMVHx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uZpFJAMVHx .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uZpFJAMVHx .icons {
    justify-content: center !important;
  }
  .cid-uZpFJAMVHx .text-content * {
    text-align: center;
  }
}
.cid-uZpFJAMVHx .mbr-section-title {
  color: #ffffff;
}
