.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Cairo', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  /*font-size: 1.2rem;
  line-height: 1.5;*/
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #004481 !important;
}
.bg-success {
  background-color: #3cb18e !important;
}
.bg-info {
  background-color: #004481 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #312783 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004481 !important;
  border-color: #004481 !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: #00162a !important;
  border-color: #00162a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00162a !important;
  border-color: #00162a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #004481 !important;
  border-color: #004481 !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: #00162a !important;
  border-color: #00162a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00162a !important;
  border-color: #00162a !important;
}
.btn-success,
.btn-success:active {
  background-color: #3cb18e !important;
  border-color: #3cb18e !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: #26705a !important;
  border-color: #26705a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #26705a !important;
  border-color: #26705a !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: #312783 !important;
  border-color: #312783 !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: #181340 !important;
  border-color: #181340 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #181340 !important;
  border-color: #181340 !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: #004481;
  color: #004481;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00162a !important;
  background-color: transparent!important;
  border-color: #00162a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004481 !important;
  border-color: #004481 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #004481;
  color: #004481;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00162a !important;
  background-color: transparent!important;
  border-color: #00162a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #004481 !important;
  border-color: #004481 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3cb18e;
  color: #3cb18e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #26705a !important;
  background-color: transparent!important;
  border-color: #26705a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3cb18e !important;
  border-color: #3cb18e !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: #312783;
  color: #312783;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #181340 !important;
  background-color: transparent!important;
  border-color: #181340 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #312783 !important;
  border-color: #312783 !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: #004481 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #3cb18e !important;
}
.text-info {
  color: #004481 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #312783 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000e1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #226551 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000e1b !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: #141034 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.5em;
  background-position: -10000px 1.5em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.5em;
}
.nav-tabs .nav-link.active {
  color: #004481;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #004481;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #312783;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004481;
  border-color: #004481;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004481;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0187ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92dac5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0187ff;
}
.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: #685bce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #004481 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #004481;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004481;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004481;
}
.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: #004481;
  border-bottom-color: #004481;
}
.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: #004481 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23004481' %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-tS0Lx91fR7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #191443;
}
.cid-tJIPDalDrG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #312783;
}
.cid-tJIPDalDrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIPDalDrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIPDalDrG .mbr-section-title {
  color: #ffffff;
}
.cid-tGkmMHqhzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGkmMHqhzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGkmMHqhzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGkmMHqhzi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tGkmMHqhzi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGkmMHqhzi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #004481;
}
.cid-tGkmMHqhzi .panel-body,
.cid-tGkmMHqhzi .card-header {
  padding: 1rem 0;
}
.cid-tGkmMHqhzi .panel-title-edit {
  color: #004481;
  text-align: right;
}
.cid-tGkmMHqhzi H3 {
  color: #004481;
}
.cid-tGZ1ytoAEB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGZ1ytoAEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZ1ytoAEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZ1ytoAEB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGZ1ytoAEB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1ytoAEB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGZ1ytoAEB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGZ1ytoAEB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1ytoAEB .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGZ1ytoAEB .mbr-text,
.cid-tGZ1ytoAEB .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tGHxm7Wki6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHxm7Wki6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHxm7Wki6 .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHKapqxxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHKapqxxS nav.navbar {
  position: fixed;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHKapqxxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHKapqxxS .dropdown-item:hover,
.cid-tGHKapqxxS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHKapqxxS .dropdown-item:hover span {
  color: white;
}
.cid-tGHKapqxxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHKapqxxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHKapqxxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHKapqxxS .nav-link {
  position: relative;
}
.cid-tGHKapqxxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown-menu,
.cid-tGHKapqxxS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHKapqxxS .nav-item:focus,
.cid-tGHKapqxxS .nav-link:focus {
  outline: none;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHKapqxxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHKapqxxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHKapqxxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHKapqxxS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHKapqxxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHKapqxxS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHKapqxxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHKapqxxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHKapqxxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHKapqxxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHKapqxxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHKapqxxS .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-tGHKapqxxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHKapqxxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHKapqxxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHKapqxxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHKapqxxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHKapqxxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHKapqxxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHKapqxxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHKapqxxS .dropdown-item.active,
.cid-tGHKapqxxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHKapqxxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHKapqxxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHKapqxxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHKapqxxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHKapqxxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHKapqxxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar {
    height: 70px;
  }
  .cid-tGHKapqxxS .navbar.opened {
    height: auto;
  }
  .cid-tGHKapqxxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHKapqxxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHKapqxxS nav.navbar {
  position: fixed;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHKapqxxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHKapqxxS .dropdown-item:hover,
.cid-tGHKapqxxS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHKapqxxS .dropdown-item:hover span {
  color: white;
}
.cid-tGHKapqxxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHKapqxxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHKapqxxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHKapqxxS .nav-link {
  position: relative;
}
.cid-tGHKapqxxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown-menu,
.cid-tGHKapqxxS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHKapqxxS .nav-item:focus,
.cid-tGHKapqxxS .nav-link:focus {
  outline: none;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHKapqxxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHKapqxxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHKapqxxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHKapqxxS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHKapqxxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHKapqxxS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHKapqxxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHKapqxxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHKapqxxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHKapqxxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHKapqxxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHKapqxxS .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-tGHKapqxxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHKapqxxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHKapqxxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHKapqxxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHKapqxxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHKapqxxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHKapqxxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHKapqxxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHKapqxxS .dropdown-item.active,
.cid-tGHKapqxxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHKapqxxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHKapqxxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHKapqxxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHKapqxxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHKapqxxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHKapqxxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar {
    height: 70px;
  }
  .cid-tGHKapqxxS .navbar.opened {
    height: auto;
  }
  .cid-tGHKapqxxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHZ5fDQhE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGHZ5fDQhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHZ5fDQhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHZ5fDQhE .video-wrapper iframe {
  width: 100%;
}
.cid-tGHZ5fDQhE .mbr-section-title,
.cid-tGHZ5fDQhE .mbr-section-subtitle,
.cid-tGHZ5fDQhE .mbr-text {
  text-align: center;
}
.cid-tGHZ5fDQhE .mbr-section-title {
  color: #004481;
}
.cid-tGHZ5fDQhE .mbr-text {
  color: #312783;
}
.cid-tGZ1te9nio {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGZ1te9nio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZ1te9nio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZ1te9nio .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGZ1te9nio .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1te9nio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGZ1te9nio .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGZ1te9nio .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1te9nio .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGZ1te9nio .mbr-text,
.cid-tGZ1te9nio .mbr-section-btn {
  text-align: right;
  color: #555555;
}
.cid-tGHxm7Wki6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHxm7Wki6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHxm7Wki6 .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGI3tZpFvw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGI3tZpFvw img,
.cid-tGI3tZpFvw .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tGI3tZpFvw .item:focus,
.cid-tGI3tZpFvw span:focus {
  outline: none;
}
.cid-tGI3tZpFvw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGI3tZpFvw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGI3tZpFvw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGI3tZpFvw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGI3tZpFvw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGI3tZpFvw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGI3tZpFvw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGI3tZpFvw .mbr-section-title {
  color: #004481;
}
.cid-tGI3tZpFvw .mbr-text,
.cid-tGI3tZpFvw .mbr-section-btn {
  text-align: right;
}
.cid-tGI3tZpFvw .item-title {
  text-align: right;
  color: #004481;
}
.cid-tGI3tZpFvw .item-subtitle {
  text-align: right;
}
.cid-tGZ1kM6Xcw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGZ1kM6Xcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZ1kM6Xcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZ1kM6Xcw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGZ1kM6Xcw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1kM6Xcw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGZ1kM6Xcw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGZ1kM6Xcw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1kM6Xcw .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGZ1kM6Xcw .mbr-text,
.cid-tGZ1kM6Xcw .mbr-section-btn {
  text-align: right;
  color: #555555;
}
.cid-tGI3u0gAOZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGI3u0gAOZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGI3u0gAOZ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGI3u0gAOZ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGI3u0gAOZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGI3u0gAOZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGI3u0gAOZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGI3u0gAOZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGI3u0gAOZ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGI3u0gAOZ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGI3u0gAOZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGI3u0gAOZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGI3u0gAOZ .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGI3u1pXvn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGI3u1pXvn nav.navbar {
  position: fixed;
}
.cid-tGI3u1pXvn .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-tGI3u1pXvn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGI3u1pXvn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGI3u1pXvn .dropdown-item:hover,
.cid-tGI3u1pXvn .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGI3u1pXvn .dropdown-item:hover span {
  color: white;
}
.cid-tGI3u1pXvn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGI3u1pXvn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGI3u1pXvn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGI3u1pXvn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGI3u1pXvn .nav-link {
  position: relative;
}
.cid-tGI3u1pXvn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGI3u1pXvn .container {
    flex-wrap: wrap;
  }
}
.cid-tGI3u1pXvn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGI3u1pXvn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGI3u1pXvn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGI3u1pXvn .dropdown-menu,
.cid-tGI3u1pXvn .navbar.opened {
  background: #ffffff !important;
}
.cid-tGI3u1pXvn .nav-item:focus,
.cid-tGI3u1pXvn .nav-link:focus {
  outline: none;
}
.cid-tGI3u1pXvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGI3u1pXvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGI3u1pXvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGI3u1pXvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGI3u1pXvn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGI3u1pXvn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGI3u1pXvn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGI3u1pXvn .navbar.opened {
  transition: all 0.3s;
}
.cid-tGI3u1pXvn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGI3u1pXvn .navbar .navbar-logo img {
  width: auto;
}
.cid-tGI3u1pXvn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGI3u1pXvn .navbar.collapsed {
  justify-content: center;
}
.cid-tGI3u1pXvn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGI3u1pXvn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGI3u1pXvn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGI3u1pXvn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGI3u1pXvn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGI3u1pXvn .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-tGI3u1pXvn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGI3u1pXvn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGI3u1pXvn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGI3u1pXvn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGI3u1pXvn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGI3u1pXvn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGI3u1pXvn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGI3u1pXvn .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-tGI3u1pXvn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGI3u1pXvn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGI3u1pXvn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGI3u1pXvn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGI3u1pXvn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGI3u1pXvn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGI3u1pXvn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGI3u1pXvn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGI3u1pXvn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGI3u1pXvn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGI3u1pXvn .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-tGI3u1pXvn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGI3u1pXvn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGI3u1pXvn .dropdown-item.active,
.cid-tGI3u1pXvn .dropdown-item:active {
  background-color: transparent;
}
.cid-tGI3u1pXvn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGI3u1pXvn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGI3u1pXvn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGI3u1pXvn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGI3u1pXvn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGI3u1pXvn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGI3u1pXvn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGI3u1pXvn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGI3u1pXvn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGI3u1pXvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGI3u1pXvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGI3u1pXvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGI3u1pXvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGI3u1pXvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGI3u1pXvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGI3u1pXvn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGI3u1pXvn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGI3u1pXvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGI3u1pXvn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGI3u1pXvn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGI3u1pXvn .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-tGI3u1pXvn .navbar {
    height: 70px;
  }
  .cid-tGI3u1pXvn .navbar.opened {
    height: auto;
  }
  .cid-tGI3u1pXvn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH3ZTSlPrm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH3ZTSlPrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3ZTSlPrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3ZTSlPrm .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH3ZTSlPrm .mbr-section-subtitle {
  text-align: right;
}
.cid-tH3ZTSSR4y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH3ZTSSR4y .mbr-section-subtitle {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH3ZTSSR4y .mbr-text {
  text-align: right;
  color: #004481;
}
.cid-tH3ZTTjqtt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH3ZTTjqtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3ZTTjqtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3ZTTjqtt .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH3ZTTjqtt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH3ZTTjqtt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH3ZTTjqtt .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH3ZTTjqtt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH3ZTTjqtt .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH3ZTTjqtt .mbr-text,
.cid-tH3ZTTjqtt .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH3ZTTR58d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH3ZTTR58d .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH3ZTTR58d .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH3ZTTR58d .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH3ZTTR58d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH3ZTTR58d .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH3ZTTR58d .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH3ZTTR58d .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH3ZTTR58d .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH3ZTTR58d .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH3ZTTR58d .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH3ZTTR58d .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH3ZTTR58d .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH3ZTUunG7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH3ZTUunG7 nav.navbar {
  position: fixed;
}
.cid-tH3ZTUunG7 .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-tH3ZTUunG7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH3ZTUunG7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH3ZTUunG7 .dropdown-item:hover,
.cid-tH3ZTUunG7 .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH3ZTUunG7 .dropdown-item:hover span {
  color: white;
}
.cid-tH3ZTUunG7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH3ZTUunG7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH3ZTUunG7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH3ZTUunG7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH3ZTUunG7 .nav-link {
  position: relative;
}
.cid-tH3ZTUunG7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH3ZTUunG7 .container {
    flex-wrap: wrap;
  }
}
.cid-tH3ZTUunG7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH3ZTUunG7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH3ZTUunG7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH3ZTUunG7 .dropdown-menu,
.cid-tH3ZTUunG7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tH3ZTUunG7 .nav-item:focus,
.cid-tH3ZTUunG7 .nav-link:focus {
  outline: none;
}
.cid-tH3ZTUunG7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH3ZTUunG7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH3ZTUunG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH3ZTUunG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH3ZTUunG7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH3ZTUunG7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH3ZTUunG7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH3ZTUunG7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tH3ZTUunG7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH3ZTUunG7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tH3ZTUunG7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH3ZTUunG7 .navbar.collapsed {
  justify-content: center;
}
.cid-tH3ZTUunG7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH3ZTUunG7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH3ZTUunG7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH3ZTUunG7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH3ZTUunG7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH3ZTUunG7 .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-tH3ZTUunG7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH3ZTUunG7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH3ZTUunG7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH3ZTUunG7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH3ZTUunG7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH3ZTUunG7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH3ZTUunG7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH3ZTUunG7 .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-tH3ZTUunG7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH3ZTUunG7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH3ZTUunG7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH3ZTUunG7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH3ZTUunG7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH3ZTUunG7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH3ZTUunG7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH3ZTUunG7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH3ZTUunG7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH3ZTUunG7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH3ZTUunG7 .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-tH3ZTUunG7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH3ZTUunG7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH3ZTUunG7 .dropdown-item.active,
.cid-tH3ZTUunG7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH3ZTUunG7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH3ZTUunG7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH3ZTUunG7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH3ZTUunG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH3ZTUunG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH3ZTUunG7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH3ZTUunG7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH3ZTUunG7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH3ZTUunG7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH3ZTUunG7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH3ZTUunG7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH3ZTUunG7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH3ZTUunG7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH3ZTUunG7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH3ZTUunG7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH3ZTUunG7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH3ZTUunG7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH3ZTUunG7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH3ZTUunG7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH3ZTUunG7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH3ZTUunG7 .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-tH3ZTUunG7 .navbar {
    height: 70px;
  }
  .cid-tH3ZTUunG7 .navbar.opened {
    height: auto;
  }
  .cid-tH3ZTUunG7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4H3w5hlR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4H3w5hlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4H3w5hlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4H3w5hlR .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH4H3w5hlR .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4H3wJN9i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4H3wJN9i .mbr-section-subtitle {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH4H3wJN9i .mbr-text {
  text-align: right;
  color: #004481;
}
.cid-tH4H3wJN9i .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tH4H3x61XU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH4H3x61XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4H3x61XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4H3x61XU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH4H3x61XU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4H3x61XU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH4H3x61XU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4H3x61XU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4H3x61XU .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH4H3x61XU .mbr-text,
.cid-tH4H3x61XU .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH4H3xANzS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH4H3xANzS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4H3xANzS .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH4H3xANzS .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH4H3xANzS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4H3xANzS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH4H3xANzS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH4H3xANzS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH4H3xANzS .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH4H3xANzS .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH4H3xANzS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH4H3xANzS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH4H3xANzS .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH4H3ya15Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH4H3ya15Q nav.navbar {
  position: fixed;
}
.cid-tH4H3ya15Q .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-tH4H3ya15Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH4H3ya15Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH4H3ya15Q .dropdown-item:hover,
.cid-tH4H3ya15Q .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH4H3ya15Q .dropdown-item:hover span {
  color: white;
}
.cid-tH4H3ya15Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH4H3ya15Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH4H3ya15Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH4H3ya15Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH4H3ya15Q .nav-link {
  position: relative;
}
.cid-tH4H3ya15Q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4H3ya15Q .container {
    flex-wrap: wrap;
  }
}
.cid-tH4H3ya15Q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4H3ya15Q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH4H3ya15Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH4H3ya15Q .dropdown-menu,
.cid-tH4H3ya15Q .navbar.opened {
  background: #ffffff !important;
}
.cid-tH4H3ya15Q .nav-item:focus,
.cid-tH4H3ya15Q .nav-link:focus {
  outline: none;
}
.cid-tH4H3ya15Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH4H3ya15Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH4H3ya15Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH4H3ya15Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH4H3ya15Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH4H3ya15Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH4H3ya15Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH4H3ya15Q .navbar.opened {
  transition: all 0.3s;
}
.cid-tH4H3ya15Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH4H3ya15Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tH4H3ya15Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH4H3ya15Q .navbar.collapsed {
  justify-content: center;
}
.cid-tH4H3ya15Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH4H3ya15Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH4H3ya15Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH4H3ya15Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH4H3ya15Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH4H3ya15Q .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-tH4H3ya15Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH4H3ya15Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH4H3ya15Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH4H3ya15Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH4H3ya15Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH4H3ya15Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH4H3ya15Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH4H3ya15Q .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-tH4H3ya15Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH4H3ya15Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH4H3ya15Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH4H3ya15Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH4H3ya15Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH4H3ya15Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH4H3ya15Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH4H3ya15Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH4H3ya15Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH4H3ya15Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH4H3ya15Q .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-tH4H3ya15Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH4H3ya15Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH4H3ya15Q .dropdown-item.active,
.cid-tH4H3ya15Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tH4H3ya15Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH4H3ya15Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH4H3ya15Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH4H3ya15Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH4H3ya15Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH4H3ya15Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH4H3ya15Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH4H3ya15Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH4H3ya15Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH4H3ya15Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH4H3ya15Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH4H3ya15Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4H3ya15Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4H3ya15Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH4H3ya15Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4H3ya15Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH4H3ya15Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH4H3ya15Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4H3ya15Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH4H3ya15Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH4H3ya15Q .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-tH4H3ya15Q .navbar {
    height: 70px;
  }
  .cid-tH4H3ya15Q .navbar.opened {
    height: auto;
  }
  .cid-tH4H3ya15Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4P8PDnNT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4P8PDnNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4P8PDnNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4P8PDnNT .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH4P8PDnNT .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4P8QfGqT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH4P8QfGqT .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4P8QfGqT .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH9mDKqeh9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tH9mDKqeh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH9mDKqeh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH9mDKqeh9 .item {
  padding-bottom: 2rem;
}
.cid-tH9mDKqeh9 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tH9mDKqeh9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tH9mDKqeh9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tH9mDKqeh9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tH9mDKqeh9 .carousel-control,
.cid-tH9mDKqeh9 .close {
  background: #1b1b1b;
}
.cid-tH9mDKqeh9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH9mDKqeh9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH9mDKqeh9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH9mDKqeh9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH9mDKqeh9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH9mDKqeh9 .close::before {
  content: '\e91a';
}
.cid-tH9mDKqeh9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH9mDKqeh9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH9mDKqeh9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH9mDKqeh9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH9mDKqeh9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH9mDKqeh9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH9mDKqeh9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH9mDKqeh9 .carousel-indicators li.active,
.cid-tH9mDKqeh9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH9mDKqeh9 .carousel-indicators li::after,
.cid-tH9mDKqeh9 .carousel-indicators li::before {
  content: none;
}
.cid-tH9mDKqeh9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH9mDKqeh9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH9mDKqeh9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH9mDKqeh9 .carousel-indicators {
    display: none;
  }
}
.cid-tH9mDKqeh9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH9mDKqeh9 .carousel-inner > .active {
  display: block;
}
.cid-tH9mDKqeh9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH9mDKqeh9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH9mDKqeh9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH9mDKqeh9 .carousel-control,
  .cid-tH9mDKqeh9 .carousel-indicators,
  .cid-tH9mDKqeh9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH9mDKqeh9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH9mDKqeh9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH9mDKqeh9 .carousel-indicators .active,
.cid-tH9mDKqeh9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH9mDKqeh9 .carousel-indicators .active {
  background: #fff;
}
.cid-tH9mDKqeh9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH9mDKqeh9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH9mDKqeh9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH9mDKqeh9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH9mDKqeh9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH9mDKqeh9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH9mDKqeh9 .carousel {
  width: 100%;
}
.cid-tH9mDKqeh9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH9mDKqeh9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH9mDKqeh9 .modal.fade .modal-dialog,
.cid-tH9mDKqeh9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tH9mDKqeh9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH9mDKqeh9 H6 {
  text-align: center;
}
.cid-tH4P8QSJDd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH4P8QSJDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4P8QSJDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4P8QSJDd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH4P8QSJDd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4P8QSJDd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH4P8QSJDd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4P8QSJDd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4P8QSJDd .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH4P8QSJDd .mbr-text,
.cid-tH4P8QSJDd .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH4P8RrWnw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH4P8RrWnw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4P8RrWnw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH4P8RrWnw .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH4P8RrWnw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4P8RrWnw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH4P8RrWnw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH4P8RrWnw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH4P8RrWnw .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH4P8RrWnw .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH4P8RrWnw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH4P8RrWnw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH4P8RrWnw .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH4P8S572r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH4P8S572r nav.navbar {
  position: fixed;
}
.cid-tH4P8S572r .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-tH4P8S572r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH4P8S572r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH4P8S572r .dropdown-item:hover,
.cid-tH4P8S572r .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH4P8S572r .dropdown-item:hover span {
  color: white;
}
.cid-tH4P8S572r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH4P8S572r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH4P8S572r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH4P8S572r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH4P8S572r .nav-link {
  position: relative;
}
.cid-tH4P8S572r .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4P8S572r .container {
    flex-wrap: wrap;
  }
}
.cid-tH4P8S572r .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4P8S572r .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH4P8S572r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH4P8S572r .dropdown-menu,
.cid-tH4P8S572r .navbar.opened {
  background: #ffffff !important;
}
.cid-tH4P8S572r .nav-item:focus,
.cid-tH4P8S572r .nav-link:focus {
  outline: none;
}
.cid-tH4P8S572r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH4P8S572r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH4P8S572r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH4P8S572r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH4P8S572r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH4P8S572r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH4P8S572r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH4P8S572r .navbar.opened {
  transition: all 0.3s;
}
.cid-tH4P8S572r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH4P8S572r .navbar .navbar-logo img {
  width: auto;
}
.cid-tH4P8S572r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH4P8S572r .navbar.collapsed {
  justify-content: center;
}
.cid-tH4P8S572r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH4P8S572r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH4P8S572r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH4P8S572r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH4P8S572r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH4P8S572r .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-tH4P8S572r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH4P8S572r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH4P8S572r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH4P8S572r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH4P8S572r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH4P8S572r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH4P8S572r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH4P8S572r .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-tH4P8S572r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH4P8S572r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH4P8S572r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH4P8S572r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH4P8S572r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH4P8S572r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH4P8S572r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH4P8S572r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH4P8S572r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH4P8S572r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH4P8S572r .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-tH4P8S572r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH4P8S572r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH4P8S572r .dropdown-item.active,
.cid-tH4P8S572r .dropdown-item:active {
  background-color: transparent;
}
.cid-tH4P8S572r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH4P8S572r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH4P8S572r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH4P8S572r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH4P8S572r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH4P8S572r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH4P8S572r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH4P8S572r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH4P8S572r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH4P8S572r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH4P8S572r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH4P8S572r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4P8S572r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4P8S572r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH4P8S572r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4P8S572r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH4P8S572r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH4P8S572r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4P8S572r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH4P8S572r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH4P8S572r .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-tH4P8S572r .navbar {
    height: 70px;
  }
  .cid-tH4P8S572r .navbar.opened {
    height: auto;
  }
  .cid-tH4P8S572r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4Pc3VmtD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4Pc3VmtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4Pc3VmtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4Pc3VmtD .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH4Pc3VmtD .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4Pc4FJ2q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tH4Pc4FJ2q .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4Pc4FJ2q .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH4Pc5bOR7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH4Pc5bOR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4Pc5bOR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4Pc5bOR7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH4Pc5bOR7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4Pc5bOR7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH4Pc5bOR7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4Pc5bOR7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4Pc5bOR7 .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH4Pc5bOR7 .mbr-text,
.cid-tH4Pc5bOR7 .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH4Pc5HfDX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH4Pc5HfDX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4Pc5HfDX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH4Pc5HfDX .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH4Pc5HfDX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4Pc5HfDX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH4Pc5HfDX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH4Pc5HfDX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH4Pc5HfDX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH4Pc5HfDX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH4Pc5HfDX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH4Pc5HfDX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH4Pc5HfDX .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH4Pc6jIfv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH4Pc6jIfv nav.navbar {
  position: fixed;
}
.cid-tH4Pc6jIfv .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-tH4Pc6jIfv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH4Pc6jIfv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH4Pc6jIfv .dropdown-item:hover,
.cid-tH4Pc6jIfv .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH4Pc6jIfv .dropdown-item:hover span {
  color: white;
}
.cid-tH4Pc6jIfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH4Pc6jIfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH4Pc6jIfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH4Pc6jIfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH4Pc6jIfv .nav-link {
  position: relative;
}
.cid-tH4Pc6jIfv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4Pc6jIfv .container {
    flex-wrap: wrap;
  }
}
.cid-tH4Pc6jIfv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4Pc6jIfv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH4Pc6jIfv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH4Pc6jIfv .dropdown-menu,
.cid-tH4Pc6jIfv .navbar.opened {
  background: #ffffff !important;
}
.cid-tH4Pc6jIfv .nav-item:focus,
.cid-tH4Pc6jIfv .nav-link:focus {
  outline: none;
}
.cid-tH4Pc6jIfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH4Pc6jIfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH4Pc6jIfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH4Pc6jIfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH4Pc6jIfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH4Pc6jIfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH4Pc6jIfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH4Pc6jIfv .navbar.opened {
  transition: all 0.3s;
}
.cid-tH4Pc6jIfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH4Pc6jIfv .navbar .navbar-logo img {
  width: auto;
}
.cid-tH4Pc6jIfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH4Pc6jIfv .navbar.collapsed {
  justify-content: center;
}
.cid-tH4Pc6jIfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH4Pc6jIfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH4Pc6jIfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH4Pc6jIfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH4Pc6jIfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH4Pc6jIfv .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-tH4Pc6jIfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH4Pc6jIfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH4Pc6jIfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH4Pc6jIfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH4Pc6jIfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH4Pc6jIfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH4Pc6jIfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH4Pc6jIfv .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-tH4Pc6jIfv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH4Pc6jIfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH4Pc6jIfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH4Pc6jIfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH4Pc6jIfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH4Pc6jIfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH4Pc6jIfv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH4Pc6jIfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH4Pc6jIfv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH4Pc6jIfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH4Pc6jIfv .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-tH4Pc6jIfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH4Pc6jIfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH4Pc6jIfv .dropdown-item.active,
.cid-tH4Pc6jIfv .dropdown-item:active {
  background-color: transparent;
}
.cid-tH4Pc6jIfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH4Pc6jIfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH4Pc6jIfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH4Pc6jIfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH4Pc6jIfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH4Pc6jIfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH4Pc6jIfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH4Pc6jIfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH4Pc6jIfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH4Pc6jIfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH4Pc6jIfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH4Pc6jIfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4Pc6jIfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4Pc6jIfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH4Pc6jIfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4Pc6jIfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH4Pc6jIfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH4Pc6jIfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4Pc6jIfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH4Pc6jIfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH4Pc6jIfv .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-tH4Pc6jIfv .navbar {
    height: 70px;
  }
  .cid-tH4Pc6jIfv .navbar.opened {
    height: auto;
  }
  .cid-tH4Pc6jIfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDYpDGnW9Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tDYpDGnW9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDYpDGnW9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDYpDGnW9Q .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tDYpDGnW9Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDYpDGnW9Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tDYpDGnW9Q .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tDYpDGnW9Q .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDYpDGnW9Q .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tDYpDGnW9Q .mbr-text,
.cid-tDYpDGnW9Q .mbr-section-btn {
  text-align: right;
  color: #353535;
}
.cid-tGHNGzNi6h {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-casaoui.svg");
}
.cid-tGHNGzNi6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHNGzNi6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tGHNGzNi6h .container {
    max-width: 1400px;
  }
}
.cid-tGHNGzNi6h .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tGHNGzNi6h .card-wrapper {
  margin-top: 3rem;
}
.cid-tGHNGzNi6h .row {
  justify-content: center;
}
.cid-tGHNGzNi6h .card-title,
.cid-tGHNGzNi6h .iconfont-wrapper {
  color: #004481;
}
.cid-tE3mVDUXm0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dee4f3;
}
.cid-tE3mVDUXm0 img,
.cid-tE3mVDUXm0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tE3mVDUXm0 .item:focus,
.cid-tE3mVDUXm0 span:focus {
  outline: none;
}
.cid-tE3mVDUXm0 .item-wrapper {
  position: relative;
}
.cid-tE3mVDUXm0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tE3mVDUXm0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE3mVDUXm0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tE3mVDUXm0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tE3mVDUXm0 .mbr-section-title {
  color: #004481;
}
.cid-tE3mVDUXm0 .mbr-text,
.cid-tE3mVDUXm0 .mbr-section-btn {
  text-align: right;
}
.cid-tE3mVDUXm0 .item-title {
  text-align: center;
  color: #004481;
}
.cid-tE3mVDUXm0 .item-subtitle {
  text-align: left;
}
.cid-tE3mVDUXm0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tE3mVDUXm0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tE3mVDUXm0 .embla__button--next,
.cid-tE3mVDUXm0 .embla__button--prev {
  display: flex;
}
.cid-tE3mVDUXm0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tE3mVDUXm0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tE3mVDUXm0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tE3mVDUXm0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE3mVDUXm0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tE3mVDUXm0 .embla__button {
    top: auto;
  }
}
.cid-tE3mVDUXm0 .embla {
  position: relative;
  width: 100%;
}
.cid-tE3mVDUXm0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tE3mVDUXm0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tE3mVDUXm0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tE3mVDUXm0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGXrGEmamR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-casaoui.svg");
}
.cid-tGXrGEmamR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXrGEmamR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXrGEmamR .mbr-text {
  color: #767676;
}
.cid-tGXrGEmamR .mbr-section-subtitle {
  color: #767676;
}
.cid-tGXrGEmamR .title .num {
  width: 100%;
  display: block;
}
.cid-tGXrGEmamR .title .card-title {
  z-index: 1;
}
.cid-tGXrGEmamR .num {
  color: #3cb18e;
}
@media (max-width: 767px) {
  .cid-tGXrGEmamR * {
    text-align: center !important;
  }
  .cid-tGXrGEmamR .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tGXrGEmamR .mbr-section-title,
.cid-tGXrGEmamR .card-box {
  text-align: center;
  color: #004481;
}
.cid-tGXrGEmamR .card-title,
.cid-tGXrGEmamR .card-img {
  color: #3cb18e;
}
.cid-tE3EeVmLvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tE3EeVmLvG img,
.cid-tE3EeVmLvG .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tE3EeVmLvG .item:focus,
.cid-tE3EeVmLvG span:focus {
  outline: none;
}
.cid-tE3EeVmLvG .item-wrapper {
  position: relative;
}
.cid-tE3EeVmLvG .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tE3EeVmLvG .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tE3EeVmLvG .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE3EeVmLvG .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tE3EeVmLvG .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tE3EeVmLvG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tE3EeVmLvG .mbr-section-title {
  color: #004481;
}
.cid-tE3EeVmLvG .mbr-text,
.cid-tE3EeVmLvG .mbr-section-btn {
  text-align: right;
}
.cid-tE3EeVmLvG .item-title {
  text-align: right;
  color: #bbbbbb;
}
.cid-tE3EeVmLvG .item-subtitle {
  text-align: right;
  color: #004481;
}
.cid-tE3EeVmLvG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tE3EeVmLvG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tE3EeVmLvG .embla__button--next,
.cid-tE3EeVmLvG .embla__button--prev {
  display: flex;
}
.cid-tE3EeVmLvG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tE3EeVmLvG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tE3EeVmLvG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tE3EeVmLvG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE3EeVmLvG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tE3EeVmLvG .embla__button {
    top: auto;
  }
}
.cid-tE3EeVmLvG .embla {
  position: relative;
  width: 100%;
}
.cid-tE3EeVmLvG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tE3EeVmLvG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tE3EeVmLvG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tE3EeVmLvG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGHxm7Wki6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHxm7Wki6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHxm7Wki6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHxm7Wki6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHxm7Wki6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHxm7Wki6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHxm7Wki6 .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHKapqxxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHKapqxxS nav.navbar {
  position: fixed;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHKapqxxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHKapqxxS .dropdown-item:hover,
.cid-tGHKapqxxS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHKapqxxS .dropdown-item:hover span {
  color: white;
}
.cid-tGHKapqxxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHKapqxxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHKapqxxS .nav-dropdown .link {
  /*padding: 0 0.3em !important;
  margin: 0.667em 1em !important;*/
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHKapqxxS .nav-link {
  position: relative;
}
.cid-tGHKapqxxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown-menu,
.cid-tGHKapqxxS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHKapqxxS .nav-item:focus,
.cid-tGHKapqxxS .nav-link:focus {
  outline: none;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHKapqxxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHKapqxxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHKapqxxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHKapqxxS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHKapqxxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHKapqxxS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHKapqxxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHKapqxxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHKapqxxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHKapqxxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHKapqxxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHKapqxxS .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-tGHKapqxxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHKapqxxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHKapqxxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHKapqxxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHKapqxxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHKapqxxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHKapqxxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHKapqxxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHKapqxxS .dropdown-item.active,
.cid-tGHKapqxxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHKapqxxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHKapqxxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHKapqxxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHKapqxxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHKapqxxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHKapqxxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar {
    height: 70px;
  }
  .cid-tGHKapqxxS .navbar.opened {
    height: auto;
  }
  .cid-tGHKapqxxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHHV7tU9F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGHHV7tU9F img,
.cid-tGHHV7tU9F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGHHV7tU9F .item:focus,
.cid-tGHHV7tU9F span:focus {
  outline: none;
}
.cid-tGHHV7tU9F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGHHV7tU9F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGHHV7tU9F .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGHHV7tU9F .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGHHV7tU9F .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGHHV7tU9F .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGHHV7tU9F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGHHV7tU9F .mbr-section-title {
  color: #004481;
}
.cid-tGHHV7tU9F .mbr-text,
.cid-tGHHV7tU9F .mbr-section-btn {
  text-align: right;
}
.cid-tGHHV7tU9F .item-title {
  text-align: right;
  color: #004481;
}
.cid-tGHHV7tU9F .item-subtitle {
  text-align: left;
}
.cid-tGHz61mMXo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGHz61mMXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHz61mMXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHz61mMXo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGHz61mMXo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHz61mMXo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGHz61mMXo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGHz61mMXo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHz61mMXo .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGHz61mMXo .mbr-text,
.cid-tGHz61mMXo .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tGHz63KkEY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHz63KkEY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHz63KkEY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHz63KkEY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHz63KkEY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHz63KkEY .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHz63KkEY .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHz63KkEY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHz63KkEY .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHKapqxxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHKapqxxS nav.navbar {
  position: fixed;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHKapqxxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHKapqxxS .dropdown-item:hover,
.cid-tGHKapqxxS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHKapqxxS .dropdown-item:hover span {
  color: white;
}
.cid-tGHKapqxxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHKapqxxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHKapqxxS .nav-dropdown .link {
  /*padding: 0 0.3em !important;
  margin: 0.667em 1em !important;*/
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHKapqxxS .nav-link {
  position: relative;
}
.cid-tGHKapqxxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown-menu,
.cid-tGHKapqxxS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHKapqxxS .nav-item:focus,
.cid-tGHKapqxxS .nav-link:focus {
  outline: none;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHKapqxxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHKapqxxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHKapqxxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHKapqxxS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHKapqxxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHKapqxxS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHKapqxxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHKapqxxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHKapqxxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHKapqxxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHKapqxxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHKapqxxS .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-tGHKapqxxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHKapqxxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHKapqxxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHKapqxxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHKapqxxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHKapqxxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHKapqxxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHKapqxxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHKapqxxS .dropdown-item.active,
.cid-tGHKapqxxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHKapqxxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHKapqxxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHKapqxxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHKapqxxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHKapqxxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHKapqxxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar {
    height: 70px;
  }
  .cid-tGHKapqxxS .navbar.opened {
    height: auto;
  }
  .cid-tGHKapqxxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHLIoo7cT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGHLIoo7cT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHLIoo7cT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHLIoo7cT .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tGHLIoo7cT .mbr-section-subtitle {
  text-align: right;
}
.cid-tGHL1bLQW8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGHL1bLQW8 .mbr-section-subtitle {
  text-align: right;
}
.cid-tGHL1bLQW8 .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tHDkvcGNLg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tHDkvcGNLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDkvcGNLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDkvcGNLg .item {
  padding-bottom: 2rem;
}
.cid-tHDkvcGNLg .item-wrapper {
  position: relative;
}
.cid-tHDkvcGNLg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHDkvcGNLg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHDkvcGNLg .carousel-control,
.cid-tHDkvcGNLg .close {
  background: #1b1b1b;
}
.cid-tHDkvcGNLg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHDkvcGNLg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHDkvcGNLg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHDkvcGNLg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHDkvcGNLg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHDkvcGNLg .close::before {
  content: '\e91a';
}
.cid-tHDkvcGNLg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHDkvcGNLg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHDkvcGNLg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHDkvcGNLg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHDkvcGNLg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHDkvcGNLg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHDkvcGNLg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHDkvcGNLg .carousel-indicators li.active,
.cid-tHDkvcGNLg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHDkvcGNLg .carousel-indicators li::after,
.cid-tHDkvcGNLg .carousel-indicators li::before {
  content: none;
}
.cid-tHDkvcGNLg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHDkvcGNLg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHDkvcGNLg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHDkvcGNLg .carousel-indicators {
    display: none;
  }
}
.cid-tHDkvcGNLg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHDkvcGNLg .carousel-inner > .active {
  display: block;
}
.cid-tHDkvcGNLg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHDkvcGNLg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHDkvcGNLg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHDkvcGNLg .carousel-control,
  .cid-tHDkvcGNLg .carousel-indicators,
  .cid-tHDkvcGNLg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHDkvcGNLg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHDkvcGNLg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHDkvcGNLg .carousel-indicators .active,
.cid-tHDkvcGNLg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHDkvcGNLg .carousel-indicators .active {
  background: #fff;
}
.cid-tHDkvcGNLg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHDkvcGNLg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHDkvcGNLg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHDkvcGNLg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHDkvcGNLg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHDkvcGNLg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHDkvcGNLg .carousel {
  width: 100%;
}
.cid-tHDkvcGNLg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHDkvcGNLg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHDkvcGNLg .modal.fade .modal-dialog,
.cid-tHDkvcGNLg .modal.in .modal-dialog {
  transform: none;
}
.cid-tHDkvcGNLg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHDkvcGNLg H6 {
  text-align: center;
}
.cid-tHDkvcGNLg H3 {
  color: #004481;
}
.cid-tGHMSxWqCR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGHMSxWqCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHMSxWqCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHMSxWqCR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGHMSxWqCR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHMSxWqCR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGHMSxWqCR .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGHMSxWqCR .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHMSxWqCR .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGHMSxWqCR .mbr-text,
.cid-tGHMSxWqCR .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tGHz63KkEY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHz63KkEY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHz63KkEY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHz63KkEY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHz63KkEY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHz63KkEY .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHz63KkEY .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHz63KkEY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHz63KkEY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHz63KkEY .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHKapqxxS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHKapqxxS nav.navbar {
  position: fixed;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHKapqxxS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHKapqxxS .dropdown-item:hover,
.cid-tGHKapqxxS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHKapqxxS .dropdown-item:hover span {
  color: white;
}
.cid-tGHKapqxxS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHKapqxxS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHKapqxxS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHKapqxxS .nav-link {
  position: relative;
}
.cid-tGHKapqxxS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHKapqxxS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown-menu,
.cid-tGHKapqxxS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHKapqxxS .nav-item:focus,
.cid-tGHKapqxxS .nav-link:focus {
  outline: none;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHKapqxxS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHKapqxxS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHKapqxxS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHKapqxxS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHKapqxxS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHKapqxxS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHKapqxxS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHKapqxxS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHKapqxxS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHKapqxxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHKapqxxS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHKapqxxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHKapqxxS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHKapqxxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHKapqxxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHKapqxxS .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-tGHKapqxxS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHKapqxxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHKapqxxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHKapqxxS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHKapqxxS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHKapqxxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHKapqxxS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHKapqxxS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHKapqxxS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHKapqxxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHKapqxxS .dropdown-item.active,
.cid-tGHKapqxxS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHKapqxxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHKapqxxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHKapqxxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHKapqxxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHKapqxxS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHKapqxxS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHKapqxxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHKapqxxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHKapqxxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHKapqxxS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHKapqxxS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHKapqxxS .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-tGHKapqxxS .navbar {
    height: 70px;
  }
  .cid-tGHKapqxxS .navbar.opened {
    height: auto;
  }
  .cid-tGHKapqxxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHX2jClgV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGHX2jClgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHX2jClgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHX2jClgV .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tGHX2jClgV .mbr-section-subtitle {
  text-align: right;
}
.cid-tGHX2kaG12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGHX2kaG12 .mbr-section-subtitle {
  text-align: right;
  color: #5f5f5f;
}
.cid-tGHX2kaG12 .mbr-text {
  text-align: right;
  color: #004481;
}
.cid-tGHX2kaG12 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tGHX2iZGx6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGHX2iZGx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHX2iZGx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHX2iZGx6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGHX2iZGx6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHX2iZGx6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGHX2iZGx6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGHX2iZGx6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGHX2iZGx6 .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGHX2iZGx6 .mbr-text,
.cid-tGHX2iZGx6 .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tGHX2kK2gr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHX2kK2gr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHX2kK2gr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHX2kK2gr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHX2kK2gr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHX2kK2gr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHX2kK2gr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHX2kK2gr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHX2kK2gr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHX2kK2gr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHX2kK2gr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHX2kK2gr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHX2kK2gr .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHX2lHrXk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHX2lHrXk nav.navbar {
  position: fixed;
}
.cid-tGHX2lHrXk .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-tGHX2lHrXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHX2lHrXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHX2lHrXk .dropdown-item:hover,
.cid-tGHX2lHrXk .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHX2lHrXk .dropdown-item:hover span {
  color: white;
}
.cid-tGHX2lHrXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHX2lHrXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHX2lHrXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGHX2lHrXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHX2lHrXk .nav-link {
  position: relative;
}
.cid-tGHX2lHrXk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHX2lHrXk .container {
    flex-wrap: wrap;
  }
}
.cid-tGHX2lHrXk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHX2lHrXk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHX2lHrXk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHX2lHrXk .dropdown-menu,
.cid-tGHX2lHrXk .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHX2lHrXk .nav-item:focus,
.cid-tGHX2lHrXk .nav-link:focus {
  outline: none;
}
.cid-tGHX2lHrXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHX2lHrXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHX2lHrXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHX2lHrXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHX2lHrXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHX2lHrXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHX2lHrXk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHX2lHrXk .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHX2lHrXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHX2lHrXk .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHX2lHrXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHX2lHrXk .navbar.collapsed {
  justify-content: center;
}
.cid-tGHX2lHrXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHX2lHrXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHX2lHrXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHX2lHrXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHX2lHrXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHX2lHrXk .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-tGHX2lHrXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHX2lHrXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHX2lHrXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHX2lHrXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHX2lHrXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHX2lHrXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHX2lHrXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHX2lHrXk .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-tGHX2lHrXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHX2lHrXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHX2lHrXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHX2lHrXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHX2lHrXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHX2lHrXk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHX2lHrXk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHX2lHrXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHX2lHrXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHX2lHrXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHX2lHrXk .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-tGHX2lHrXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHX2lHrXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHX2lHrXk .dropdown-item.active,
.cid-tGHX2lHrXk .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHX2lHrXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHX2lHrXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHX2lHrXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHX2lHrXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHX2lHrXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHX2lHrXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHX2lHrXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHX2lHrXk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHX2lHrXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHX2lHrXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHX2lHrXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHX2lHrXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHX2lHrXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHX2lHrXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHX2lHrXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHX2lHrXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHX2lHrXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHX2lHrXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHX2lHrXk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHX2lHrXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHX2lHrXk .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-tGHX2lHrXk .navbar {
    height: 70px;
  }
  .cid-tGHX2lHrXk .navbar.opened {
    height: auto;
  }
  .cid-tGHX2lHrXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGHXXydoad {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGHXXydoad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHXXydoad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHXXydoad .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tGHXXydoad .mbr-section-subtitle {
  text-align: right;
}
.cid-tGHXXyP8FJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGHXXyP8FJ .mbr-section-subtitle {
  text-align: right;
}
.cid-tGHXXyP8FJ .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tGHXXzwJzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGHXXzwJzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHXXzwJzW .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-tGHXXzwJzW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGHXXzwJzW .row {
  flex-direction: row-reverse;
}
.cid-tGHXXzwJzW img {
  width: 100%;
}
.cid-tGZ1DFVkm2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tGZ1DFVkm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZ1DFVkm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZ1DFVkm2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGZ1DFVkm2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1DFVkm2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGZ1DFVkm2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGZ1DFVkm2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGZ1DFVkm2 .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tGZ1DFVkm2 .mbr-text,
.cid-tGZ1DFVkm2 .mbr-section-btn {
  text-align: right;
  color: #555555;
}
.cid-tGHXXAjrNm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tGHXXAjrNm .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHXXAjrNm .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tGHXXAjrNm .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGHXXAjrNm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGHXXAjrNm .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tGHXXAjrNm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGHXXAjrNm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGHXXAjrNm .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tGHXXAjrNm .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGHXXAjrNm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHXXAjrNm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGHXXAjrNm .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tGHXXBbjfS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGHXXBbjfS nav.navbar {
  position: fixed;
}
.cid-tGHXXBbjfS .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-tGHXXBbjfS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGHXXBbjfS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGHXXBbjfS .dropdown-item:hover,
.cid-tGHXXBbjfS .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tGHXXBbjfS .dropdown-item:hover span {
  color: white;
}
.cid-tGHXXBbjfS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGHXXBbjfS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGHXXBbjfS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGHXXBbjfS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGHXXBbjfS .nav-link {
  position: relative;
}
.cid-tGHXXBbjfS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHXXBbjfS .container {
    flex-wrap: wrap;
  }
}
.cid-tGHXXBbjfS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGHXXBbjfS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tGHXXBbjfS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGHXXBbjfS .dropdown-menu,
.cid-tGHXXBbjfS .navbar.opened {
  background: #ffffff !important;
}
.cid-tGHXXBbjfS .nav-item:focus,
.cid-tGHXXBbjfS .nav-link:focus {
  outline: none;
}
.cid-tGHXXBbjfS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGHXXBbjfS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGHXXBbjfS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGHXXBbjfS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGHXXBbjfS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGHXXBbjfS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGHXXBbjfS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tGHXXBbjfS .navbar.opened {
  transition: all 0.3s;
}
.cid-tGHXXBbjfS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGHXXBbjfS .navbar .navbar-logo img {
  width: auto;
}
.cid-tGHXXBbjfS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGHXXBbjfS .navbar.collapsed {
  justify-content: center;
}
.cid-tGHXXBbjfS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGHXXBbjfS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGHXXBbjfS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tGHXXBbjfS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGHXXBbjfS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGHXXBbjfS .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-tGHXXBbjfS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGHXXBbjfS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGHXXBbjfS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGHXXBbjfS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGHXXBbjfS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGHXXBbjfS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGHXXBbjfS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGHXXBbjfS .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-tGHXXBbjfS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGHXXBbjfS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGHXXBbjfS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGHXXBbjfS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGHXXBbjfS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGHXXBbjfS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGHXXBbjfS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGHXXBbjfS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGHXXBbjfS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGHXXBbjfS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGHXXBbjfS .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-tGHXXBbjfS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGHXXBbjfS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGHXXBbjfS .dropdown-item.active,
.cid-tGHXXBbjfS .dropdown-item:active {
  background-color: transparent;
}
.cid-tGHXXBbjfS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGHXXBbjfS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGHXXBbjfS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGHXXBbjfS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGHXXBbjfS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGHXXBbjfS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGHXXBbjfS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGHXXBbjfS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGHXXBbjfS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGHXXBbjfS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tGHXXBbjfS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGHXXBbjfS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHXXBbjfS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGHXXBbjfS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGHXXBbjfS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHXXBbjfS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGHXXBbjfS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGHXXBbjfS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGHXXBbjfS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGHXXBbjfS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGHXXBbjfS .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-tGHXXBbjfS .navbar {
    height: 70px;
  }
  .cid-tGHXXBbjfS .navbar.opened {
    height: auto;
  }
  .cid-tGHXXBbjfS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH0K0cKqqZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH0K0cKqqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH0K0cKqqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH0K0cKqqZ .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH0K0cKqqZ .mbr-section-subtitle {
  text-align: right;
}
.cid-tH0K0dT1Jq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tH0K0dT1Jq .mbr-section-subtitle {
  text-align: right;
}
.cid-tH0K0dT1Jq .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH0K0fXBJG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH0K0fXBJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH0K0fXBJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH0K0fXBJG .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH0K0fXBJG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH0K0fXBJG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH0K0fXBJG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH0K0fXBJG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH0K0fXBJG .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH0K0fXBJG .mbr-text,
.cid-tH0K0fXBJG .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH0K0gNq21 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH0K0gNq21 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH0K0gNq21 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH0K0gNq21 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH0K0gNq21 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH0K0gNq21 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH0K0gNq21 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH0K0gNq21 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH0K0gNq21 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH0K0gNq21 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH0K0gNq21 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH0K0gNq21 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH0K0gNq21 .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH0K0hUUuO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH0K0hUUuO nav.navbar {
  position: fixed;
}
.cid-tH0K0hUUuO .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-tH0K0hUUuO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH0K0hUUuO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH0K0hUUuO .dropdown-item:hover,
.cid-tH0K0hUUuO .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH0K0hUUuO .dropdown-item:hover span {
  color: white;
}
.cid-tH0K0hUUuO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH0K0hUUuO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH0K0hUUuO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH0K0hUUuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH0K0hUUuO .nav-link {
  position: relative;
}
.cid-tH0K0hUUuO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH0K0hUUuO .container {
    flex-wrap: wrap;
  }
}
.cid-tH0K0hUUuO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH0K0hUUuO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH0K0hUUuO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH0K0hUUuO .dropdown-menu,
.cid-tH0K0hUUuO .navbar.opened {
  background: #ffffff !important;
}
.cid-tH0K0hUUuO .nav-item:focus,
.cid-tH0K0hUUuO .nav-link:focus {
  outline: none;
}
.cid-tH0K0hUUuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH0K0hUUuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH0K0hUUuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH0K0hUUuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH0K0hUUuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH0K0hUUuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH0K0hUUuO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH0K0hUUuO .navbar.opened {
  transition: all 0.3s;
}
.cid-tH0K0hUUuO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH0K0hUUuO .navbar .navbar-logo img {
  width: auto;
}
.cid-tH0K0hUUuO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH0K0hUUuO .navbar.collapsed {
  justify-content: center;
}
.cid-tH0K0hUUuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH0K0hUUuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH0K0hUUuO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH0K0hUUuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH0K0hUUuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH0K0hUUuO .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-tH0K0hUUuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH0K0hUUuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH0K0hUUuO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH0K0hUUuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH0K0hUUuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH0K0hUUuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH0K0hUUuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH0K0hUUuO .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-tH0K0hUUuO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH0K0hUUuO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH0K0hUUuO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH0K0hUUuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH0K0hUUuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH0K0hUUuO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH0K0hUUuO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH0K0hUUuO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH0K0hUUuO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH0K0hUUuO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH0K0hUUuO .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-tH0K0hUUuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH0K0hUUuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH0K0hUUuO .dropdown-item.active,
.cid-tH0K0hUUuO .dropdown-item:active {
  background-color: transparent;
}
.cid-tH0K0hUUuO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH0K0hUUuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH0K0hUUuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH0K0hUUuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH0K0hUUuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH0K0hUUuO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH0K0hUUuO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH0K0hUUuO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH0K0hUUuO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH0K0hUUuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH0K0hUUuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH0K0hUUuO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH0K0hUUuO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH0K0hUUuO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH0K0hUUuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH0K0hUUuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH0K0hUUuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH0K0hUUuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH0K0hUUuO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH0K0hUUuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH0K0hUUuO .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-tH0K0hUUuO .navbar {
    height: 70px;
  }
  .cid-tH0K0hUUuO .navbar.opened {
    height: auto;
  }
  .cid-tH0K0hUUuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH4OXY1Q6C {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4OXY1Q6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4OXY1Q6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4OXY1Q6C .mbr-section-title {
  text-align: center;
  color: #004481;
}
.cid-tH4OXY1Q6C .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4OXYAoxo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tH4OXYAoxo .mbr-section-subtitle {
  text-align: right;
}
.cid-tH4OXYAoxo .mbr-text {
  text-align: right;
  color: #5f5f5f;
}
.cid-tH4OXZ5R0z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1000x668.webp");
}
.cid-tH4OXZ5R0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4OXZ5R0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4OXZ5R0z .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tH4OXZ5R0z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4OXZ5R0z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tH4OXZ5R0z .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tH4OXZ5R0z .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tH4OXZ5R0z .mbr-section-title {
  text-align: right;
  color: #004481;
}
.cid-tH4OXZ5R0z .mbr-text,
.cid-tH4OXZ5R0z .mbr-section-btn {
  text-align: right;
  color: #312783;
}
.cid-tH4OXZHdyx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #191443;
}
@media (max-width: 767px) {
  .cid-tH4OXZHdyx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4OXZHdyx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tH4OXZHdyx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tH4OXZHdyx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tH4OXZHdyx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tH4OXZHdyx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tH4OXZHdyx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tH4OXZHdyx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tH4OXZHdyx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tH4OXZHdyx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tH4OXZHdyx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tH4OXZHdyx .copyright > p {
  text-align: left;
  color: #fafafa;
}
.cid-tH4OY1ByT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH4OY1ByT5 nav.navbar {
  position: fixed;
}
.cid-tH4OY1ByT5 .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-tH4OY1ByT5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH4OY1ByT5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH4OY1ByT5 .dropdown-item:hover,
.cid-tH4OY1ByT5 .dropdown-item:focus {
  background: #004481 !important;
  color: white !important;
}
.cid-tH4OY1ByT5 .dropdown-item:hover span {
  color: white;
}
.cid-tH4OY1ByT5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH4OY1ByT5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH4OY1ByT5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH4OY1ByT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH4OY1ByT5 .nav-link {
  position: relative;
}
.cid-tH4OY1ByT5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4OY1ByT5 .container {
    flex-wrap: wrap;
  }
}
.cid-tH4OY1ByT5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tH4OY1ByT5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tH4OY1ByT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH4OY1ByT5 .dropdown-menu,
.cid-tH4OY1ByT5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tH4OY1ByT5 .nav-item:focus,
.cid-tH4OY1ByT5 .nav-link:focus {
  outline: none;
}
.cid-tH4OY1ByT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH4OY1ByT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH4OY1ByT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH4OY1ByT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH4OY1ByT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH4OY1ByT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH4OY1ByT5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tH4OY1ByT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tH4OY1ByT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH4OY1ByT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tH4OY1ByT5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH4OY1ByT5 .navbar.collapsed {
  justify-content: center;
}
.cid-tH4OY1ByT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH4OY1ByT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tH4OY1ByT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tH4OY1ByT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH4OY1ByT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH4OY1ByT5 .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-tH4OY1ByT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH4OY1ByT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH4OY1ByT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH4OY1ByT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH4OY1ByT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH4OY1ByT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH4OY1ByT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH4OY1ByT5 .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-tH4OY1ByT5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH4OY1ByT5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH4OY1ByT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH4OY1ByT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH4OY1ByT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH4OY1ByT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tH4OY1ByT5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tH4OY1ByT5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH4OY1ByT5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH4OY1ByT5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH4OY1ByT5 .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-tH4OY1ByT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH4OY1ByT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH4OY1ByT5 .dropdown-item.active,
.cid-tH4OY1ByT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tH4OY1ByT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH4OY1ByT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH4OY1ByT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH4OY1ByT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tH4OY1ByT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH4OY1ByT5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH4OY1ByT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH4OY1ByT5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH4OY1ByT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH4OY1ByT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5f5f5f;
}
.cid-tH4OY1ByT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH4OY1ByT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4OY1ByT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH4OY1ByT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH4OY1ByT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4OY1ByT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH4OY1ByT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH4OY1ByT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH4OY1ByT5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH4OY1ByT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH4OY1ByT5 .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-tH4OY1ByT5 .navbar {
    height: 70px;
  }
  .cid-tH4OY1ByT5 .navbar.opened {
    height: auto;
  }
  .cid-tH4OY1ByT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
