.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d72ee !important;
}
.bg-success {
  background-color: #0d5ccf !important;
}
.bg-info {
  background-color: #ec360a !important;
}
.bg-warning {
  background-color: #6d9553 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d72ee !important;
  border-color: #1d72ee !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4c90f2 !important;
  border-color: #4c90f2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c90f2 !important;
  border-color: #4c90f2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ef3a0e !important;
  border-color: #ef3a0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f4603c !important;
  border-color: #f4603c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f4603c !important;
  border-color: #f4603c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ec360a !important;
  border-color: #ec360a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f65933 !important;
  border-color: #f65933 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f65933 !important;
  border-color: #f65933 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d5ccf !important;
  border-color: #0d5ccf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1e74f1 !important;
  border-color: #1e74f1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e74f1 !important;
  border-color: #1e74f1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6d9553 !important;
  border-color: #6d9553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #87ae6d !important;
  border-color: #87ae6d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #87ae6d !important;
  border-color: #87ae6d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d72ee;
  color: #1d72ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d4ca8 !important;
  background-color: transparent !important;
  border-color: #0d4ca8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d72ee !important;
  border-color: #1d72ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ef3a0e;
  color: #ef3a0e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d2609 !important;
  background-color: transparent !important;
  border-color: #9d2609 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef3a0e !important;
  border-color: #ef3a0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ec360a;
  color: #ec360a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #992306 !important;
  background-color: transparent !important;
  border-color: #992306 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ec360a !important;
  border-color: #ec360a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0d5ccf;
  color: #0d5ccf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #08387d !important;
  background-color: transparent !important;
  border-color: #08387d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d5ccf !important;
  border-color: #0d5ccf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6d9553;
  color: #6d9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #445d34 !important;
  background-color: transparent !important;
  border-color: #445d34 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9553 !important;
  border-color: #6d9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #1d72ee !important;
}
.text-secondary {
  color: #ef3a0e !important;
}
.text-success {
  color: #0d5ccf !important;
}
.text-info {
  color: #ec360a !important;
}
.text-warning {
  color: #6d9553 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c4599 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8f2308 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #07316f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2006 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d532f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d72ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ec360a;
}
.alert-warning {
  background-color: #6d9553;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d72ee;
  border-color: #1d72ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d72ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbe8fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aecdfa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdd0c5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #afc99e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #1d72ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #1d72ee;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d72ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d72ee;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d72ee;
  border-bottom-color: #1d72ee;
}
.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: #1d72ee !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ef3a0e !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='%231d72ee' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vci7yz685y {
  display: flex;
  background-image: url("../../../assets/images/revised-maim-banner-al-nabeel-communications-networks.png");
}
.cid-vci7yz685y .mbr-overlay {
  background-color: #0d5ccf;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vci7yz685y {
    align-items: center;
  }
  .cid-vci7yz685y .row {
    justify-content: center;
  }
  .cid-vci7yz685y .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vci7yz685y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vci7yz685y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vci7yz685y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vci7yz685y .content-wrap {
    width: 100%;
  }
}
.cid-vci7yz685y .mbr-section-title,
.cid-vci7yz685y .mbr-section-subtitle {
  text-align: center;
}
.cid-vci7yz685y .mbr-text,
.cid-vci7yz685y .mbr-section-btn {
  text-align: center;
}
.cid-vci7yz685y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vchZp6qA1c {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vchZp6qA1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vchZp6qA1c .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-vchZp6qA1c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vchZp6qA1c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vchZp6qA1c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vchZp6qA1c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vchZp6qA1c .mbr-section-title {
  color: #155cc5;
}
.cid-vchZp6qA1c .mbr-text,
.cid-vchZp6qA1c .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vckaRTTiut {
  padding-top: 5.3rem;
  padding-bottom: 2.7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vckaRTTiut .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vckaRTTiut .mbr-text,
.cid-vckaRTTiut .mbr-section-btn {
  color: #ffffff;
}
.cid-vckaRTTiut .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vckaRTTiut .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-vckaRTTiut .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vckaRTTiut .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-vckaRTTiut .container-text {
    margin-top: 3.75rem;
  }
}
.cid-vckaRTTiut .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-vckaRTTiut .mbr-section-subtitle,
.cid-vckaRTTiut .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vckaRTTiut .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckaRTTiut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vchZct1kT1 {
  background-color: #ffffff;
}
.cid-vchZct1kT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vchZct1kT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vchZct1kT1 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vchZct1kT1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vchZct1kT1 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vchZct1kT1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vchZct1kT1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vchZct1kT1 .mbr-section-title {
  color: #155cc5;
  text-align: center;
}
.cid-vchZct1kT1 .mbr-text,
.cid-vchZct1kT1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vchZct1kT1 img {
  width: 100%;
  object-fit: cover;
  height: 50rem;
}
@media (max-width: 767px) {
  .cid-vchZct1kT1 img {
    height: 25rem;
  }
}
.cid-vci02dKgfV {
  background-color: #ffffff;
}
.cid-vci02dKgfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vci02dKgfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vci02dKgfV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vci02dKgfV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vci02dKgfV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vci02dKgfV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vci02dKgfV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vci02dKgfV .mbr-section-title {
  color: #155cc5;
  text-align: center;
}
.cid-vci02dKgfV .mbr-text,
.cid-vci02dKgfV .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vck7lYt6BV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #155cc5;
}
.cid-vck7lYt6BV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck7lYt6BV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck7lYt6BV .mbr-section-title {
  color: #ffffff;
}
.cid-vck7lYt6BV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vck6y2sXLF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vck6y2sXLF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vck6y2sXLF .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vck6y2sXLF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vck6y2sXLF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vck6y2sXLF .container {
    padding: 0 24px;
  }
}
.cid-vck6y2sXLF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .cid-vck6y2sXLF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vck6y2sXLF .embla__slide .slide-content {
  width: 100%;
}
.cid-vck6y2sXLF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vck6y2sXLF .embla__button--next,
.cid-vck6y2sXLF .embla__button--prev {
  display: flex;
}
.cid-vck6y2sXLF .embla__button {
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  background-color: #ef3a0e !important;
  color: #1d72ee !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vck6y2sXLF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vck6y2sXLF .embla__button:hover {
  opacity: .5 !important;
}
.cid-vck6y2sXLF .embla__button.embla__button--prev {
  right: 8rem;
}
@media (max-width: 992px) {
  .cid-vck6y2sXLF .embla__button.embla__button--prev {
    right: 4rem;
  }
}
.cid-vck6y2sXLF .embla__button.embla__button--next {
  right: 64px;
}
@media (max-width: 992px) {
  .cid-vck6y2sXLF .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vck6y2sXLF .embla {
  position: relative;
  width: 100%;
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vck6y2sXLF .embla {
    padding: 0;
  }
}
.cid-vck6y2sXLF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vck6y2sXLF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vck6y2sXLF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vck6y2sXLF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vci0enVaQM {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vci0enVaQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vci0enVaQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vci0enVaQM .card-wrapper {
  overflow: hidden;
  background: #0d5ccf;
}
.cid-vci0enVaQM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vci0enVaQM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vci0enVaQM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vci0enVaQM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vci0enVaQM .row {
  flex-direction: row-reverse;
}
.cid-vci0enVaQM .image-wrapper {
  padding: 0 1rem;
}
.cid-vci0enVaQM img,
.cid-vci0enVaQM .image-wrapper {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vci0enVaQM img,
  .cid-vci0enVaQM .image-wrapper {
    max-height: 350px;
  }
}
.cid-vci0enVaQM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vci0enVaQM .mbr-text {
  color: #000000;
}
.cid-vci0enVaQM .mbr-text,
.cid-vci0enVaQM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vci1HfNdOs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vci1HfNdOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vci1HfNdOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vci1HfNdOs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vci1HfNdOs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vci1HfNdOs .row {
    text-align: center;
  }
  .cid-vci1HfNdOs .row > div {
    margin: auto;
  }
  .cid-vci1HfNdOs .social-row {
    justify-content: center;
  }
}
.cid-vci1HfNdOs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vci1HfNdOs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vci1HfNdOs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vci1HfNdOs .list {
    margin-bottom: 0rem;
  }
}
.cid-vci1HfNdOs .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vci1HfNdOs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vci1HfNdOs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vci1HfNdOs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vci1HfNdOs H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vci1HfNdOs .mbr-section-subtitle {
  text-align: left;
}
.cid-vci1HfNdOs .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vciI5hAsTX {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vciI5hAsTX .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vciI5hAsTX {
    align-items: flex-end;
  }
  .cid-vciI5hAsTX .row {
    justify-content: center;
  }
  .cid-vciI5hAsTX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vciI5hAsTX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vciI5hAsTX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vciI5hAsTX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vciI5hAsTX .content-wrap {
    width: 100%;
  }
}
.cid-vciI5hAsTX .mbr-section-title,
.cid-vciI5hAsTX .mbr-section-subtitle {
  text-align: center;
}
.cid-vciI5hAsTX .mbr-text,
.cid-vciI5hAsTX .mbr-section-btn {
  text-align: center;
}
.cid-vciI5hAsTX .mbr-section-title {
  text-align: center;
}
.cid-vciYWwpjAy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vciYWwpjAy img,
.cid-vciYWwpjAy .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vciYWwpjAy .item:focus,
.cid-vciYWwpjAy span:focus {
  outline: none;
}
.cid-vciYWwpjAy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vciYWwpjAy .item {
    margin-bottom: 1rem;
  }
}
.cid-vciYWwpjAy .item-wrapper {
  position: relative;
  background: #155cc5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vciYWwpjAy .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vciYWwpjAy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vciYWwpjAy .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vciYWwpjAy .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vciYWwpjAy .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vciYWwpjAy .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vciYWwpjAy .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vciYWwpjAy .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-vciYWwpjAy .mbr-section-title {
  color: #232323;
}
.cid-vciYWwpjAy .mbr-text,
.cid-vciYWwpjAy .mbr-section-btn {
  text-align: center;
}
.cid-vciYWwpjAy .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vciYWwpjAy .content-head {
  max-width: 800px;
}
.cid-vciYWwpjAy .mbr-text,
.cid-vciYWwpjAy .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vciYWwpjAy .mbr-section-title,
.cid-vciYWwpjAy .mbr-section-head .mbr-section-btn {
  color: #155cc5;
}
.cid-vciI5ldkXJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vciI5ldkXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciI5ldkXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vciI5ldkXJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vciI5ldkXJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vciI5ldkXJ .row {
    text-align: center;
  }
  .cid-vciI5ldkXJ .row > div {
    margin: auto;
  }
  .cid-vciI5ldkXJ .social-row {
    justify-content: center;
  }
}
.cid-vciI5ldkXJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vciI5ldkXJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vciI5ldkXJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vciI5ldkXJ .list {
    margin-bottom: 0rem;
  }
}
.cid-vciI5ldkXJ .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vciI5ldkXJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vciI5ldkXJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vciI5ldkXJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vciI5ldkXJ H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vciI5ldkXJ .mbr-section-subtitle {
  text-align: left;
}
.cid-vciI5ldkXJ .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vciJEPaMUN {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vciJEPaMUN .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vciJEPaMUN {
    align-items: flex-end;
  }
  .cid-vciJEPaMUN .row {
    justify-content: center;
  }
  .cid-vciJEPaMUN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vciJEPaMUN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vciJEPaMUN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vciJEPaMUN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vciJEPaMUN .content-wrap {
    width: 100%;
  }
}
.cid-vciJEPaMUN .mbr-section-title,
.cid-vciJEPaMUN .mbr-section-subtitle {
  text-align: center;
}
.cid-vciJEPaMUN .mbr-text,
.cid-vciJEPaMUN .mbr-section-btn {
  text-align: center;
}
.cid-vciJEPaMUN .mbr-section-title {
  text-align: center;
}
.cid-vcktTpNA4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcktTpNA4x .mbr-text {
  color: #000000;
}
.cid-vcktTpNA4x .mbr-section-subtitle {
  color: #000000;
}
.cid-vcktTpNA4x .mbr-section-title {
  color: #000000;
}
.cid-vciJEPW18C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vciJEPW18C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciJEPW18C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vciJEPW18C .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vciJEPW18C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vciJEPW18C .row {
    text-align: center;
  }
  .cid-vciJEPW18C .row > div {
    margin: auto;
  }
  .cid-vciJEPW18C .social-row {
    justify-content: center;
  }
}
.cid-vciJEPW18C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vciJEPW18C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vciJEPW18C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vciJEPW18C .list {
    margin-bottom: 0rem;
  }
}
.cid-vciJEPW18C .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vciJEPW18C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vciJEPW18C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vciJEPW18C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vciJEPW18C H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vciJEPW18C .mbr-section-subtitle {
  text-align: left;
}
.cid-vciJEPW18C .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vciJGVfxTx {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vciJGVfxTx .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vciJGVfxTx {
    align-items: flex-end;
  }
  .cid-vciJGVfxTx .row {
    justify-content: center;
  }
  .cid-vciJGVfxTx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vciJGVfxTx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vciJGVfxTx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vciJGVfxTx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vciJGVfxTx .content-wrap {
    width: 100%;
  }
}
.cid-vciJGVfxTx .mbr-section-title,
.cid-vciJGVfxTx .mbr-section-subtitle {
  text-align: center;
}
.cid-vciJGVfxTx .mbr-text,
.cid-vciJGVfxTx .mbr-section-btn {
  text-align: center;
}
.cid-vciJGVfxTx .mbr-section-title {
  text-align: center;
}
.cid-vckvzt9sQK {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-vckvzt9sQK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vckvzt9sQK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vckvzt9sQK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vckvzt9sQK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vckvzt9sQK .content-head {
  max-width: 800px;
}
.cid-vciJGW0ttH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vciJGW0ttH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciJGW0ttH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vciJGW0ttH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vciJGW0ttH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vciJGW0ttH .row {
    text-align: center;
  }
  .cid-vciJGW0ttH .row > div {
    margin: auto;
  }
  .cid-vciJGW0ttH .social-row {
    justify-content: center;
  }
}
.cid-vciJGW0ttH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vciJGW0ttH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vciJGW0ttH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vciJGW0ttH .list {
    margin-bottom: 0rem;
  }
}
.cid-vciJGW0ttH .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vciJGW0ttH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vciJGW0ttH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vciJGW0ttH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vciJGW0ttH H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vciJGW0ttH .mbr-section-subtitle {
  text-align: left;
}
.cid-vciJGW0ttH .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj1nwrQx9 {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcj1nwrQx9 .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcj1nwrQx9 {
    align-items: flex-end;
  }
  .cid-vcj1nwrQx9 .row {
    justify-content: center;
  }
  .cid-vcj1nwrQx9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcj1nwrQx9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcj1nwrQx9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcj1nwrQx9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcj1nwrQx9 .content-wrap {
    width: 100%;
  }
}
.cid-vcj1nwrQx9 .mbr-section-title,
.cid-vcj1nwrQx9 .mbr-section-subtitle {
  text-align: center;
}
.cid-vcj1nwrQx9 .mbr-text,
.cid-vcj1nwrQx9 .mbr-section-btn {
  text-align: center;
}
.cid-vcj1nwrQx9 .mbr-section-title {
  text-align: center;
}
.cid-vckyGqkxPr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vckyGqkxPr .mbr-text {
  color: #000000;
}
.cid-vckyGqkxPr .mbr-section-subtitle {
  color: #000000;
}
.cid-vckyGqkxPr .mbr-section-title {
  color: #000000;
}
.cid-vcj1nyWBXe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcj1nyWBXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj1nyWBXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj1nyWBXe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcj1nyWBXe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj1nyWBXe .row {
    text-align: center;
  }
  .cid-vcj1nyWBXe .row > div {
    margin: auto;
  }
  .cid-vcj1nyWBXe .social-row {
    justify-content: center;
  }
}
.cid-vcj1nyWBXe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcj1nyWBXe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcj1nyWBXe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcj1nyWBXe .list {
    margin-bottom: 0rem;
  }
}
.cid-vcj1nyWBXe .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcj1nyWBXe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcj1nyWBXe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcj1nyWBXe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcj1nyWBXe H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcj1nyWBXe .mbr-section-subtitle {
  text-align: left;
}
.cid-vcj1nyWBXe .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj17lYS0I {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcj17lYS0I .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcj17lYS0I {
    align-items: flex-end;
  }
  .cid-vcj17lYS0I .row {
    justify-content: center;
  }
  .cid-vcj17lYS0I .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcj17lYS0I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcj17lYS0I {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcj17lYS0I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcj17lYS0I .content-wrap {
    width: 100%;
  }
}
.cid-vcj17lYS0I .mbr-section-title,
.cid-vcj17lYS0I .mbr-section-subtitle {
  text-align: center;
}
.cid-vcj17lYS0I .mbr-text,
.cid-vcj17lYS0I .mbr-section-btn {
  text-align: center;
}
.cid-vcj17lYS0I .mbr-section-title {
  text-align: center;
}
.cid-vckyfvwpOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vckyfvwpOC .mbr-text {
  color: #000000;
}
.cid-vckyfvwpOC .mbr-section-subtitle {
  color: #000000;
}
.cid-vckyfvwpOC .mbr-section-title {
  color: #000000;
}
.cid-vcj17o1lmX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcj17o1lmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj17o1lmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj17o1lmX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcj17o1lmX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj17o1lmX .row {
    text-align: center;
  }
  .cid-vcj17o1lmX .row > div {
    margin: auto;
  }
  .cid-vcj17o1lmX .social-row {
    justify-content: center;
  }
}
.cid-vcj17o1lmX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcj17o1lmX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcj17o1lmX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcj17o1lmX .list {
    margin-bottom: 0rem;
  }
}
.cid-vcj17o1lmX .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcj17o1lmX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcj17o1lmX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcj17o1lmX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcj17o1lmX H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcj17o1lmX .mbr-section-subtitle {
  text-align: left;
}
.cid-vcj17o1lmX .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj148n0hA {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcj148n0hA .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcj148n0hA {
    align-items: flex-end;
  }
  .cid-vcj148n0hA .row {
    justify-content: center;
  }
  .cid-vcj148n0hA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcj148n0hA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcj148n0hA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcj148n0hA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcj148n0hA .content-wrap {
    width: 100%;
  }
}
.cid-vcj148n0hA .mbr-section-title,
.cid-vcj148n0hA .mbr-section-subtitle {
  text-align: center;
}
.cid-vcj148n0hA .mbr-text,
.cid-vcj148n0hA .mbr-section-btn {
  text-align: center;
}
.cid-vcj148n0hA .mbr-section-title {
  text-align: center;
}
.cid-vckybZd2EN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vckybZd2EN .mbr-text {
  color: #000000;
}
.cid-vckybZd2EN .mbr-section-subtitle {
  color: #000000;
}
.cid-vckybZd2EN .mbr-section-title {
  color: #000000;
}
.cid-vcj149rrEu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcj149rrEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj149rrEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj149rrEu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcj149rrEu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj149rrEu .row {
    text-align: center;
  }
  .cid-vcj149rrEu .row > div {
    margin: auto;
  }
  .cid-vcj149rrEu .social-row {
    justify-content: center;
  }
}
.cid-vcj149rrEu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcj149rrEu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcj149rrEu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcj149rrEu .list {
    margin-bottom: 0rem;
  }
}
.cid-vcj149rrEu .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcj149rrEu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcj149rrEu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcj149rrEu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcj149rrEu H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcj149rrEu .mbr-section-subtitle {
  text-align: left;
}
.cid-vcj149rrEu .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj0XaFmfC {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcj0XaFmfC .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcj0XaFmfC {
    align-items: flex-end;
  }
  .cid-vcj0XaFmfC .row {
    justify-content: center;
  }
  .cid-vcj0XaFmfC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcj0XaFmfC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcj0XaFmfC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcj0XaFmfC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcj0XaFmfC .content-wrap {
    width: 100%;
  }
}
.cid-vcj0XaFmfC .mbr-section-title,
.cid-vcj0XaFmfC .mbr-section-subtitle {
  text-align: center;
}
.cid-vcj0XaFmfC .mbr-text,
.cid-vcj0XaFmfC .mbr-section-btn {
  text-align: center;
}
.cid-vcj0XaFmfC .mbr-section-title {
  text-align: center;
}
.cid-vckyp0299u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vckyp0299u .mbr-text {
  color: #000000;
}
.cid-vckyp0299u .mbr-section-subtitle {
  color: #000000;
}
.cid-vckyp0299u .mbr-section-title {
  color: #000000;
}
.cid-vcj0Xc0eYl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcj0Xc0eYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj0Xc0eYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj0Xc0eYl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcj0Xc0eYl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj0Xc0eYl .row {
    text-align: center;
  }
  .cid-vcj0Xc0eYl .row > div {
    margin: auto;
  }
  .cid-vcj0Xc0eYl .social-row {
    justify-content: center;
  }
}
.cid-vcj0Xc0eYl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcj0Xc0eYl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcj0Xc0eYl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcj0Xc0eYl .list {
    margin-bottom: 0rem;
  }
}
.cid-vcj0Xc0eYl .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcj0Xc0eYl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcj0Xc0eYl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcj0Xc0eYl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcj0Xc0eYl H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcj0Xc0eYl .mbr-section-subtitle {
  text-align: left;
}
.cid-vcj0Xc0eYl .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcj0SVlBvZ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcj0SVlBvZ .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcj0SVlBvZ {
    align-items: flex-end;
  }
  .cid-vcj0SVlBvZ .row {
    justify-content: center;
  }
  .cid-vcj0SVlBvZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcj0SVlBvZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcj0SVlBvZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcj0SVlBvZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcj0SVlBvZ .content-wrap {
    width: 100%;
  }
}
.cid-vcj0SVlBvZ .mbr-section-title,
.cid-vcj0SVlBvZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vcj0SVlBvZ .mbr-text,
.cid-vcj0SVlBvZ .mbr-section-btn {
  text-align: center;
}
.cid-vcj0SVlBvZ .mbr-section-title {
  text-align: center;
}
.cid-vckxD30pZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vckxD30pZ2 .mbr-text {
  color: #000000;
}
.cid-vckxD30pZ2 .mbr-section-subtitle {
  color: #000000;
}
.cid-vckxD30pZ2 .mbr-section-title {
  color: #000000;
}
.cid-vcj0SW5PPF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcj0SW5PPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcj0SW5PPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcj0SW5PPF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcj0SW5PPF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcj0SW5PPF .row {
    text-align: center;
  }
  .cid-vcj0SW5PPF .row > div {
    margin: auto;
  }
  .cid-vcj0SW5PPF .social-row {
    justify-content: center;
  }
}
.cid-vcj0SW5PPF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcj0SW5PPF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcj0SW5PPF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcj0SW5PPF .list {
    margin-bottom: 0rem;
  }
}
.cid-vcj0SW5PPF .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcj0SW5PPF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcj0SW5PPF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcj0SW5PPF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcj0SW5PPF H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcj0SW5PPF .mbr-section-subtitle {
  text-align: left;
}
.cid-vcj0SW5PPF .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vciZIcUOVs {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vciZIcUOVs .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vciZIcUOVs {
    align-items: flex-end;
  }
  .cid-vciZIcUOVs .row {
    justify-content: center;
  }
  .cid-vciZIcUOVs .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vciZIcUOVs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vciZIcUOVs {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vciZIcUOVs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vciZIcUOVs .content-wrap {
    width: 100%;
  }
}
.cid-vciZIcUOVs .mbr-section-title,
.cid-vciZIcUOVs .mbr-section-subtitle {
  text-align: center;
}
.cid-vciZIcUOVs .mbr-text,
.cid-vciZIcUOVs .mbr-section-btn {
  text-align: center;
}
.cid-vciZIcUOVs .mbr-section-title {
  text-align: center;
}
.cid-vckvQkbajt {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #edefeb;
}
.cid-vckvQkbajt .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vckvQkbajt .panel-group {
  border: none;
}
.cid-vckvQkbajt .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vckvQkbajt .card-header {
    padding: 0rem;
  }
}
.cid-vckvQkbajt .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vckvQkbajt .img-col {
  padding: 0;
}
.cid-vckvQkbajt .img-item {
  height: 100%;
}
.cid-vckvQkbajt img {
  height: 100%;
  object-fit: cover;
}
.cid-vckvQkbajt .collapsed span {
  transform: rotate(0deg);
}
.cid-vckvQkbajt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vckvQkbajt p {
  margin-bottom: 0.3rem;
}
.cid-vckvQkbajt .panel-title-edit {
  color: #000000;
}
.cid-vckvQkbajt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vckvQkbajt .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vckvQkbajt .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vckvQkbajt .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vckvQkbajt .panel-text {
  color: #000000;
}
.cid-vckvQkbajt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vckvQkbajt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vckvQkbajt .panel-title-edit,
.cid-vckvQkbajt .mbr-iconfont {
  color: #155cc5;
}
.cid-vciZIdtlQt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vciZIdtlQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vciZIdtlQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vciZIdtlQt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vciZIdtlQt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vciZIdtlQt .row {
    text-align: center;
  }
  .cid-vciZIdtlQt .row > div {
    margin: auto;
  }
  .cid-vciZIdtlQt .social-row {
    justify-content: center;
  }
}
.cid-vciZIdtlQt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vciZIdtlQt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vciZIdtlQt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vciZIdtlQt .list {
    margin-bottom: 0rem;
  }
}
.cid-vciZIdtlQt .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vciZIdtlQt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vciZIdtlQt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vciZIdtlQt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vciZIdtlQt H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vciZIdtlQt .mbr-section-subtitle {
  text-align: left;
}
.cid-vciZIdtlQt .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckzq3RWjx {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vckzq3RWjx .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vckzq3RWjx {
    align-items: flex-end;
  }
  .cid-vckzq3RWjx .row {
    justify-content: center;
  }
  .cid-vckzq3RWjx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckzq3RWjx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vckzq3RWjx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vckzq3RWjx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vckzq3RWjx .content-wrap {
    width: 100%;
  }
}
.cid-vckzq3RWjx .mbr-section-title,
.cid-vckzq3RWjx .mbr-section-subtitle {
  text-align: center;
}
.cid-vckzq3RWjx .mbr-text,
.cid-vckzq3RWjx .mbr-section-btn {
  text-align: center;
}
.cid-vckzq3RWjx .mbr-section-title {
  text-align: center;
}
.cid-vckJce8iRA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vckJce8iRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckJce8iRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckJce8iRA .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vckJce8iRA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vckJce8iRA .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckJce8iRA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vckJce8iRA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vckJce8iRA .row {
  flex-direction: row-reverse;
}
.cid-vckJce8iRA .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vckJce8iRA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vckJce8iRA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vckJce8iRA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vckJce8iRA .image-wrapper {
  padding: 0 1rem;
}
.cid-vckJce8iRA img,
.cid-vckJce8iRA .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vckJce8iRA img,
  .cid-vckJce8iRA .image-wrapper {
    max-height: 350px;
  }
}
.cid-vckJce8iRA .mbr-section-title {
  color: #155cc5;
  text-align: left;
}
.cid-vckJce8iRA .mbr-text {
  color: #000000;
}
.cid-vckJce8iRA .mbr-text,
.cid-vckJce8iRA .mbr-section-btn {
  text-align: left;
}
.cid-vckJce8iRA .price {
  color: #232323;
  text-align: left;
}
.cid-vckJce8iRA .content-head {
  max-width: 800px;
}
.cid-vckJce8iRA .mbr-section-maintitle {
  text-align: center;
}
.cid-vckJce8iRA .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-vckzq4O9kH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vckzq4O9kH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckzq4O9kH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckzq4O9kH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vckzq4O9kH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vckzq4O9kH .row {
    text-align: center;
  }
  .cid-vckzq4O9kH .row > div {
    margin: auto;
  }
  .cid-vckzq4O9kH .social-row {
    justify-content: center;
  }
}
.cid-vckzq4O9kH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vckzq4O9kH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vckzq4O9kH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vckzq4O9kH .list {
    margin-bottom: 0rem;
  }
}
.cid-vckzq4O9kH .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vckzq4O9kH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vckzq4O9kH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vckzq4O9kH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vckzq4O9kH H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vckzq4O9kH .mbr-section-subtitle {
  text-align: left;
}
.cid-vckzq4O9kH .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckKD0EaXf {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vckKD0EaXf .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vckKD0EaXf {
    align-items: flex-end;
  }
  .cid-vckKD0EaXf .row {
    justify-content: center;
  }
  .cid-vckKD0EaXf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckKD0EaXf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vckKD0EaXf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vckKD0EaXf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vckKD0EaXf .content-wrap {
    width: 100%;
  }
}
.cid-vckKD0EaXf .mbr-section-title,
.cid-vckKD0EaXf .mbr-section-subtitle {
  text-align: center;
}
.cid-vckKD0EaXf .mbr-text,
.cid-vckKD0EaXf .mbr-section-btn {
  text-align: center;
}
.cid-vckKD0EaXf .mbr-section-title {
  text-align: center;
}
.cid-vckLd8ENWq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vckLd8ENWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckLd8ENWq .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-vckLd8ENWq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vckLd8ENWq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vckLd8ENWq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vckLd8ENWq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vckLd8ENWq .mbr-section-title {
  color: #000000;
}
.cid-vckLd8ENWq .mbr-text,
.cid-vckLd8ENWq .mbr-section-btn {
  color: #000000;
}
.cid-vckKD211lq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vckKD211lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckKD211lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckKD211lq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vckKD211lq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vckKD211lq .row {
    text-align: center;
  }
  .cid-vckKD211lq .row > div {
    margin: auto;
  }
  .cid-vckKD211lq .social-row {
    justify-content: center;
  }
}
.cid-vckKD211lq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vckKD211lq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vckKD211lq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vckKD211lq .list {
    margin-bottom: 0rem;
  }
}
.cid-vckKD211lq .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vckKD211lq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vckKD211lq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vckKD211lq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vckKD211lq H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vckKD211lq .mbr-section-subtitle {
  text-align: left;
}
.cid-vckKD211lq .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcn5WHqSQv {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcn5WHqSQv .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcn5WHqSQv {
    align-items: flex-end;
  }
  .cid-vcn5WHqSQv .row {
    justify-content: center;
  }
  .cid-vcn5WHqSQv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcn5WHqSQv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcn5WHqSQv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcn5WHqSQv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcn5WHqSQv .content-wrap {
    width: 100%;
  }
}
.cid-vcn5WHqSQv .mbr-section-title,
.cid-vcn5WHqSQv .mbr-section-subtitle {
  text-align: center;
}
.cid-vcn5WHqSQv .mbr-text,
.cid-vcn5WHqSQv .mbr-section-btn {
  text-align: center;
}
.cid-vcn5WHqSQv .mbr-section-title {
  text-align: center;
}
.cid-vcn67JeBpx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcn67JeBpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn67JeBpx .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-vcn67JeBpx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcn67JeBpx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcn67JeBpx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn67JeBpx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcn67JeBpx .mbr-section-title {
  color: #000000;
}
.cid-vcn67JeBpx .mbr-text,
.cid-vcn67JeBpx .mbr-section-btn {
  color: #000000;
}
.cid-vcn5WIcqer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcn5WIcqer .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn5WIcqer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcn5WIcqer .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcn5WIcqer .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcn5WIcqer .row {
    text-align: center;
  }
  .cid-vcn5WIcqer .row > div {
    margin: auto;
  }
  .cid-vcn5WIcqer .social-row {
    justify-content: center;
  }
}
.cid-vcn5WIcqer .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcn5WIcqer .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcn5WIcqer .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn5WIcqer .list {
    margin-bottom: 0rem;
  }
}
.cid-vcn5WIcqer .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcn5WIcqer .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcn5WIcqer .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcn5WIcqer div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcn5WIcqer H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcn5WIcqer .mbr-section-subtitle {
  text-align: left;
}
.cid-vcn5WIcqer .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcn9yVJO3k {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcn9yVJO3k .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcn9yVJO3k {
    align-items: flex-end;
  }
  .cid-vcn9yVJO3k .row {
    justify-content: center;
  }
  .cid-vcn9yVJO3k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcn9yVJO3k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcn9yVJO3k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcn9yVJO3k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcn9yVJO3k .content-wrap {
    width: 100%;
  }
}
.cid-vcn9yVJO3k .mbr-section-title,
.cid-vcn9yVJO3k .mbr-section-subtitle {
  text-align: center;
}
.cid-vcn9yVJO3k .mbr-text,
.cid-vcn9yVJO3k .mbr-section-btn {
  text-align: center;
}
.cid-vcn9yVJO3k .mbr-section-title {
  text-align: center;
}
.cid-vcn9yW9yOs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcn9yW9yOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn9yW9yOs .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-vcn9yW9yOs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcn9yW9yOs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcn9yW9yOs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn9yW9yOs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcn9yW9yOs .mbr-section-title {
  color: #000000;
}
.cid-vcn9yW9yOs .mbr-text,
.cid-vcn9yW9yOs .mbr-section-btn {
  color: #000000;
}
.cid-vcn9yWwrqb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcn9yWwrqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn9yWwrqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcn9yWwrqb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcn9yWwrqb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcn9yWwrqb .row {
    text-align: center;
  }
  .cid-vcn9yWwrqb .row > div {
    margin: auto;
  }
  .cid-vcn9yWwrqb .social-row {
    justify-content: center;
  }
}
.cid-vcn9yWwrqb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcn9yWwrqb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcn9yWwrqb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn9yWwrqb .list {
    margin-bottom: 0rem;
  }
}
.cid-vcn9yWwrqb .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcn9yWwrqb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcn9yWwrqb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcn9yWwrqb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcn9yWwrqb H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcn9yWwrqb .mbr-section-subtitle {
  text-align: left;
}
.cid-vcn9yWwrqb .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcnaoXW68I {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcnaoXW68I .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcnaoXW68I {
    align-items: flex-end;
  }
  .cid-vcnaoXW68I .row {
    justify-content: center;
  }
  .cid-vcnaoXW68I .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcnaoXW68I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcnaoXW68I {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcnaoXW68I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcnaoXW68I .content-wrap {
    width: 100%;
  }
}
.cid-vcnaoXW68I .mbr-section-title,
.cid-vcnaoXW68I .mbr-section-subtitle {
  text-align: center;
}
.cid-vcnaoXW68I .mbr-text,
.cid-vcnaoXW68I .mbr-section-btn {
  text-align: center;
}
.cid-vcnaoXW68I .mbr-section-title {
  text-align: center;
}
.cid-vcngOZZoG1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcngOZZoG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcngOZZoG1 .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-vcngOZZoG1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcngOZZoG1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcngOZZoG1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcngOZZoG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcngOZZoG1 .mbr-section-title {
  color: #000000;
}
.cid-vcngOZZoG1 .mbr-text,
.cid-vcngOZZoG1 .mbr-section-btn {
  color: #000000;
}
.cid-vcnaoYwuUG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcnaoYwuUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnaoYwuUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcnaoYwuUG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcnaoYwuUG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcnaoYwuUG .row {
    text-align: center;
  }
  .cid-vcnaoYwuUG .row > div {
    margin: auto;
  }
  .cid-vcnaoYwuUG .social-row {
    justify-content: center;
  }
}
.cid-vcnaoYwuUG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcnaoYwuUG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcnaoYwuUG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnaoYwuUG .list {
    margin-bottom: 0rem;
  }
}
.cid-vcnaoYwuUG .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcnaoYwuUG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcnaoYwuUG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcnaoYwuUG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcnaoYwuUG H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcnaoYwuUG .mbr-section-subtitle {
  text-align: left;
}
.cid-vcnaoYwuUG .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcnbUl8nd4 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-vcnbUl8nd4 .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vcnbUl8nd4 {
    align-items: flex-end;
  }
  .cid-vcnbUl8nd4 .row {
    justify-content: center;
  }
  .cid-vcnbUl8nd4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcnbUl8nd4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcnbUl8nd4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcnbUl8nd4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcnbUl8nd4 .content-wrap {
    width: 100%;
  }
}
.cid-vcnbUl8nd4 .mbr-section-title,
.cid-vcnbUl8nd4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vcnbUl8nd4 .mbr-text,
.cid-vcnbUl8nd4 .mbr-section-btn {
  text-align: center;
}
.cid-vcnbUl8nd4 .mbr-section-title {
  text-align: center;
}
.cid-vcnbUlxelI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcnbUlxelI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnbUlxelI .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-vcnbUlxelI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcnbUlxelI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcnbUlxelI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnbUlxelI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcnbUlxelI .mbr-section-title {
  color: #000000;
}
.cid-vcnbUlxelI .mbr-text,
.cid-vcnbUlxelI .mbr-section-btn {
  color: #000000;
}
.cid-vcnbUlUl91 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcnbUlUl91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnbUlUl91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcnbUlUl91 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcnbUlUl91 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcnbUlUl91 .row {
    text-align: center;
  }
  .cid-vcnbUlUl91 .row > div {
    margin: auto;
  }
  .cid-vcnbUlUl91 .social-row {
    justify-content: center;
  }
}
.cid-vcnbUlUl91 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcnbUlUl91 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcnbUlUl91 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnbUlUl91 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcnbUlUl91 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcnbUlUl91 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcnbUlUl91 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcnbUlUl91 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcnbUlUl91 H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcnbUlUl91 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcnbUlUl91 .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckP1jDLul {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vckP1jDLul .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vckP1jDLul {
    align-items: flex-end;
  }
  .cid-vckP1jDLul .row {
    justify-content: center;
  }
  .cid-vckP1jDLul .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckP1jDLul .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vckP1jDLul {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vckP1jDLul .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vckP1jDLul .content-wrap {
    width: 100%;
  }
}
.cid-vckP1jDLul .mbr-section-title,
.cid-vckP1jDLul .mbr-section-subtitle {
  text-align: center;
}
.cid-vckP1jDLul .mbr-text,
.cid-vckP1jDLul .mbr-section-btn {
  text-align: center;
}
.cid-vckP1jDLul .mbr-section-title {
  text-align: center;
}
.cid-vcn6dZSHPk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcn6dZSHPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn6dZSHPk .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-vcn6dZSHPk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcn6dZSHPk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcn6dZSHPk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn6dZSHPk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcn6dZSHPk .mbr-section-title {
  color: #000000;
}
.cid-vcn6dZSHPk .mbr-text,
.cid-vcn6dZSHPk .mbr-section-btn {
  color: #000000;
}
.cid-vckP1lcrDx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vckP1lcrDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckP1lcrDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckP1lcrDx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vckP1lcrDx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vckP1lcrDx .row {
    text-align: center;
  }
  .cid-vckP1lcrDx .row > div {
    margin: auto;
  }
  .cid-vckP1lcrDx .social-row {
    justify-content: center;
  }
}
.cid-vckP1lcrDx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vckP1lcrDx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vckP1lcrDx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vckP1lcrDx .list {
    margin-bottom: 0rem;
  }
}
.cid-vckP1lcrDx .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vckP1lcrDx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vckP1lcrDx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vckP1lcrDx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vckP1lcrDx H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vckP1lcrDx .mbr-section-subtitle {
  text-align: left;
}
.cid-vckP1lcrDx .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vckNW834j3 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-vckNW834j3 .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vckNW834j3 {
    align-items: flex-end;
  }
  .cid-vckNW834j3 .row {
    justify-content: center;
  }
  .cid-vckNW834j3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckNW834j3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vckNW834j3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vckNW834j3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vckNW834j3 .content-wrap {
    width: 100%;
  }
}
.cid-vckNW834j3 .mbr-section-title,
.cid-vckNW834j3 .mbr-section-subtitle {
  text-align: center;
}
.cid-vckNW834j3 .mbr-text,
.cid-vckNW834j3 .mbr-section-btn {
  text-align: center;
}
.cid-vckNW834j3 .mbr-section-title {
  text-align: center;
}
.cid-vcn524AdyP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcn524AdyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcn524AdyP .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-vcn524AdyP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcn524AdyP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcn524AdyP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcn524AdyP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcn524AdyP .mbr-section-title {
  color: #000000;
}
.cid-vcn524AdyP .mbr-text,
.cid-vcn524AdyP .mbr-section-btn {
  color: #000000;
}
.cid-vckNW8ZlkN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vckNW8ZlkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckNW8ZlkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckNW8ZlkN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vckNW8ZlkN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vckNW8ZlkN .row {
    text-align: center;
  }
  .cid-vckNW8ZlkN .row > div {
    margin: auto;
  }
  .cid-vckNW8ZlkN .social-row {
    justify-content: center;
  }
}
.cid-vckNW8ZlkN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vckNW8ZlkN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vckNW8ZlkN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vckNW8ZlkN .list {
    margin-bottom: 0rem;
  }
}
.cid-vckNW8ZlkN .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vckNW8ZlkN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vckNW8ZlkN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vckNW8ZlkN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vckNW8ZlkN H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vckNW8ZlkN .mbr-section-subtitle {
  text-align: left;
}
.cid-vckNW8ZlkN .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcno4YVJF0 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-vcno4YVJF0 .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcno4YVJF0 {
    align-items: flex-end;
  }
  .cid-vcno4YVJF0 .row {
    justify-content: center;
  }
  .cid-vcno4YVJF0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcno4YVJF0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcno4YVJF0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcno4YVJF0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcno4YVJF0 .content-wrap {
    width: 100%;
  }
}
.cid-vcno4YVJF0 .mbr-section-title,
.cid-vcno4YVJF0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vcno4YVJF0 .mbr-text,
.cid-vcno4YVJF0 .mbr-section-btn {
  text-align: center;
}
.cid-vcno4YVJF0 .mbr-section-title {
  text-align: center;
}
.cid-vcno4Zj6Xk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vcno4Zj6Xk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcno4Zj6Xk .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-vcno4Zj6Xk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcno4Zj6Xk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcno4Zj6Xk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcno4Zj6Xk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcno4Zj6Xk .mbr-section-title {
  color: #000000;
}
.cid-vcno4Zj6Xk .mbr-text,
.cid-vcno4Zj6Xk .mbr-section-btn {
  color: #000000;
}
.cid-vcno4ZOnFf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcno4ZOnFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcno4ZOnFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcno4ZOnFf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcno4ZOnFf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcno4ZOnFf .row {
    text-align: center;
  }
  .cid-vcno4ZOnFf .row > div {
    margin: auto;
  }
  .cid-vcno4ZOnFf .social-row {
    justify-content: center;
  }
}
.cid-vcno4ZOnFf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcno4ZOnFf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcno4ZOnFf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcno4ZOnFf .list {
    margin-bottom: 0rem;
  }
}
.cid-vcno4ZOnFf .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcno4ZOnFf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcno4ZOnFf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcno4ZOnFf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcno4ZOnFf H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcno4ZOnFf .mbr-section-subtitle {
  text-align: left;
}
.cid-vcno4ZOnFf .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcnOoZZvUU {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-vcnOoZZvUU .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcnOoZZvUU {
    align-items: flex-end;
  }
  .cid-vcnOoZZvUU .row {
    justify-content: center;
  }
  .cid-vcnOoZZvUU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcnOoZZvUU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcnOoZZvUU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcnOoZZvUU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcnOoZZvUU .content-wrap {
    width: 100%;
  }
}
.cid-vcnOoZZvUU .mbr-section-title,
.cid-vcnOoZZvUU .mbr-section-subtitle {
  text-align: center;
}
.cid-vcnOoZZvUU .mbr-text,
.cid-vcnOoZZvUU .mbr-section-btn {
  text-align: center;
}
.cid-vcnOoZZvUU .mbr-section-title {
  text-align: center;
}
.cid-vcnOp0TGEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcnOp0TGEl .mbr-text {
  color: #000000;
}
.cid-vcnOp0TGEl .mbr-section-subtitle {
  color: #000000;
}
.cid-vcnOp0TGEl .mbr-section-title {
  color: #000000;
}
.cid-vcnOp1lJE5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcnOp1lJE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnOp1lJE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcnOp1lJE5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcnOp1lJE5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcnOp1lJE5 .row {
    text-align: center;
  }
  .cid-vcnOp1lJE5 .row > div {
    margin: auto;
  }
  .cid-vcnOp1lJE5 .social-row {
    justify-content: center;
  }
}
.cid-vcnOp1lJE5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcnOp1lJE5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcnOp1lJE5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnOp1lJE5 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcnOp1lJE5 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcnOp1lJE5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcnOp1lJE5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcnOp1lJE5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcnOp1lJE5 H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcnOp1lJE5 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcnOp1lJE5 .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcnMnHmNN8 {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-vcnMnHmNN8 .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcnMnHmNN8 {
    align-items: flex-end;
  }
  .cid-vcnMnHmNN8 .row {
    justify-content: center;
  }
  .cid-vcnMnHmNN8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcnMnHmNN8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcnMnHmNN8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcnMnHmNN8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcnMnHmNN8 .content-wrap {
    width: 100%;
  }
}
.cid-vcnMnHmNN8 .mbr-section-title,
.cid-vcnMnHmNN8 .mbr-section-subtitle {
  text-align: center;
}
.cid-vcnMnHmNN8 .mbr-text,
.cid-vcnMnHmNN8 .mbr-section-btn {
  text-align: center;
}
.cid-vcnMnHmNN8 .mbr-section-title {
  text-align: center;
}
.cid-vcnNYLbbzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcnNYLbbzH .mbr-text {
  color: #000000;
}
.cid-vcnNYLbbzH .mbr-section-subtitle {
  color: #000000;
}
.cid-vcnNYLbbzH .mbr-section-title {
  color: #000000;
}
.cid-vcnMnIDXO7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcnMnIDXO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnMnIDXO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcnMnIDXO7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcnMnIDXO7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcnMnIDXO7 .row {
    text-align: center;
  }
  .cid-vcnMnIDXO7 .row > div {
    margin: auto;
  }
  .cid-vcnMnIDXO7 .social-row {
    justify-content: center;
  }
}
.cid-vcnMnIDXO7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcnMnIDXO7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcnMnIDXO7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnMnIDXO7 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcnMnIDXO7 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcnMnIDXO7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcnMnIDXO7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcnMnIDXO7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcnMnIDXO7 H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcnMnIDXO7 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcnMnIDXO7 .copyright {
  text-align: center;
}
.cid-vchPEeCuTq {
  z-index: 1000;
  width: 100%;
}
.cid-vchPEeCuTq nav.navbar {
  position: fixed;
  padding: 0 0rem;
}
.cid-vchPEeCuTq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.3rem;
  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-vchPEeCuTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vchPEeCuTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vchPEeCuTq .dropdown-item:hover,
.cid-vchPEeCuTq .dropdown-item:focus {
  background: #1d72ee !important;
  color: white !important;
}
.cid-vchPEeCuTq .dropdown-item:hover span {
  color: white;
}
.cid-vchPEeCuTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vchPEeCuTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vchPEeCuTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vchPEeCuTq .nav-link {
  position: relative;
}
.cid-vchPEeCuTq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .container {
    flex-wrap: nowrap;
  }
}
.cid-vchPEeCuTq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown-menu,
.cid-vchPEeCuTq .navbar.opened {
  background: #0d5ccf !important;
}
.cid-vchPEeCuTq .nav-item:focus,
.cid-vchPEeCuTq .nav-link:focus {
  outline: none;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vchPEeCuTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vchPEeCuTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vchPEeCuTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vchPEeCuTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 92, 207, 0);
  backdrop-filter: blur(5px);
}
.cid-vchPEeCuTq .navbar.opened {
  transition: all 0.3s;
}
.cid-vchPEeCuTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vchPEeCuTq .navbar .navbar-logo img {
  width: auto;
}
.cid-vchPEeCuTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vchPEeCuTq .navbar.collapsed {
  justify-content: center;
}
.cid-vchPEeCuTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vchPEeCuTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vchPEeCuTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vchPEeCuTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vchPEeCuTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vchPEeCuTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vchPEeCuTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vchPEeCuTq .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-vchPEeCuTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vchPEeCuTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vchPEeCuTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vchPEeCuTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vchPEeCuTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vchPEeCuTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 910px) {
  .cid-vchPEeCuTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vchPEeCuTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vchPEeCuTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vchPEeCuTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vchPEeCuTq .dropdown-item.active,
.cid-vchPEeCuTq .dropdown-item:active {
  background-color: transparent;
}
.cid-vchPEeCuTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vchPEeCuTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d5ccf;
}
.cid-vchPEeCuTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vchPEeCuTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vchPEeCuTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vchPEeCuTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vchPEeCuTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ef3a0e;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vchPEeCuTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vchPEeCuTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vchPEeCuTq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vchPEeCuTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vchPEeCuTq .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-vchPEeCuTq .navbar {
    height: 70px;
  }
  .cid-vchPEeCuTq .navbar.opened {
    height: auto;
  }
  .cid-vchPEeCuTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcnGzhUdIT {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcnGzhUdIT .mbr-overlay {
  background-color: #155cc5;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vcnGzhUdIT {
    align-items: flex-end;
  }
  .cid-vcnGzhUdIT .row {
    justify-content: center;
  }
  .cid-vcnGzhUdIT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcnGzhUdIT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcnGzhUdIT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcnGzhUdIT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcnGzhUdIT .content-wrap {
    width: 100%;
  }
}
.cid-vcnGzhUdIT .mbr-section-title,
.cid-vcnGzhUdIT .mbr-section-subtitle {
  text-align: center;
}
.cid-vcnGzhUdIT .mbr-text,
.cid-vcnGzhUdIT .mbr-section-btn {
  text-align: center;
}
.cid-vcnGzhUdIT .mbr-section-title {
  text-align: center;
}
.cid-vcnGzid0bj {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-vcnGzid0bj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcnGzid0bj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vcnGzid0bj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vcnGzid0bj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vcnGzid0bj .content-head {
  max-width: 800px;
}
.cid-vcnGziv3t8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #155cc5;
}
.cid-vcnGziv3t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcnGziv3t8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcnGziv3t8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcnGziv3t8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcnGziv3t8 .row {
    text-align: center;
  }
  .cid-vcnGziv3t8 .row > div {
    margin: auto;
  }
  .cid-vcnGziv3t8 .social-row {
    justify-content: center;
  }
}
.cid-vcnGziv3t8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcnGziv3t8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcnGziv3t8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcnGziv3t8 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcnGziv3t8 .mbr-text {
  color: #edefeb;
  text-align: left;
}
.cid-vcnGziv3t8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcnGziv3t8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcnGziv3t8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcnGziv3t8 H5 {
  color: #ffeb69;
  text-align: center;
}
.cid-vcnGziv3t8 .mbr-section-subtitle {
  text-align: left;
}
.cid-vcnGziv3t8 .copyright {
  text-align: center;
}
