.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'Inria Serif', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Inria Serif', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inria Serif', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inria Serif', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inria Serif', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 2.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #103178 !important;
}
.bg-success {
  background-color: #13a05d !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffc800 !important;
}
.bg-danger {
  background-color: #ffc800 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #103178 !important;
  border-color: #103178 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #103178 !important;
  background-color: white!important;
  border-color: #103178 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06122b !important;
  border-color: #06122b !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4151b !important;
  border-color: #e4151b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #e4151b !important;
  background-color: white!important;
  border-color: #e4151b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #950e12 !important;
  border-color: #950e12 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #47b5ed !important;
  background-color: white!important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #13a05d !important;
  border-color: #13a05d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #13a05d !important;
  background-color: white!important;
  border-color: #13a05d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a5330 !important;
  border-color: #0a5330 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffc800 !important;
  background-color: white!important;
  border-color: #ffc800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a88400 !important;
  border-color: #a88400 !important;
}
.btn-white {
  background: white;
  transition: all 0.3s;
  color: #103178;
  border-color: white;
}
.btn-white:hover {
  background: #103178;
  color: white;
  border-color: #103178;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: white!important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #103178;
  color: #103178;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #06122b !important;
  background-color: transparent!important;
  border-color: #06122b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #103178 !important;
  border-color: #103178 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e4151b;
  color: #e4151b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #950e12 !important;
  background-color: transparent!important;
  border-color: #950e12 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4151b !important;
  border-color: #e4151b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #13a05d;
  color: #13a05d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a5330 !important;
  background-color: transparent!important;
  border-color: #0a5330 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #13a05d !important;
  border-color: #13a05d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88400 !important;
  background-color: transparent!important;
  border-color: #a88400 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffc800 !important;
  border-color: #ffc800 !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: #103178 !important;
}
.text-secondary {
  color: #e4151b !important;
}
.text-success {
  color: #13a05d !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffc800 !important;
}
.text-danger {
  color: #ffc800 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040c1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #870c10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #084528 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997800 !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]) {
  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]):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: #103178;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffc800;
}
.alert-danger {
  background-color: #ffc800;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #103178;
  border-color: #103178;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #103178;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2561e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #49e99d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inria Serif', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #103178 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inria Serif', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #103178;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #103178;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #103178;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #103178;
  border-bottom-color: #103178;
}
.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: #103178 !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: #e4151b !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='%23103178' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-snLOGe11q7 .navbar-dropdown {
  position: relative !important;
}
.cid-snLOGe11q7 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-snLOGe11q7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-snLOGe11q7 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-snLOGe11q7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-snLOGe11q7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-snLOGe11q7 .container {
    padding: 0 1rem;
  }
}
.cid-snLOGe11q7 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-snLOGe11q7 .nav-link {
  position: relative;
}
.cid-snLOGe11q7 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-snLOGe11q7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snLOGe11q7 .navbar.opened {
  transition: all 0.3s;
}
.cid-snLOGe11q7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snLOGe11q7 .navbar .navbar-logo img {
  width: auto;
}
.cid-snLOGe11q7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snLOGe11q7 .navbar.collapsed {
  justify-content: center;
}
.cid-snLOGe11q7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snLOGe11q7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snLOGe11q7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snLOGe11q7 .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-snLOGe11q7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snLOGe11q7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snLOGe11q7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snLOGe11q7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snLOGe11q7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snLOGe11q7 .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-snLOGe11q7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snLOGe11q7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snLOGe11q7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snLOGe11q7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snLOGe11q7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snLOGe11q7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snLOGe11q7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-snLOGe11q7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-snLOGe11q7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snLOGe11q7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snLOGe11q7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snLOGe11q7 .dropdown-item:hover,
.cid-snLOGe11q7 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-snLOGe11q7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snLOGe11q7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snLOGe11q7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snLOGe11q7 .dropdown-menu,
.cid-snLOGe11q7 .navbar.opened {
  background: #ffffff !important;
}
.cid-snLOGe11q7 .nav-item:focus,
.cid-snLOGe11q7 .nav-link:focus {
  outline: none;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snLOGe11q7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snLOGe11q7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snLOGe11q7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snLOGe11q7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snLOGe11q7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snLOGe11q7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snLOGe11q7 .dropdown-item.active,
.cid-snLOGe11q7 .dropdown-item:active {
  background-color: transparent;
}
.cid-snLOGe11q7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snLOGe11q7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snLOGe11q7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snLOGe11q7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snLOGe11q7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snLOGe11q7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snLOGe11q7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snLOGe11q7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snLOGe11q7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snLOGe11q7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snLOGe11q7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-snLOGe11q7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snLOGe11q7 .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-snLOGe11q7 .navbar {
    height: 70px;
  }
  .cid-snLOGe11q7 .navbar.opened {
    height: auto;
  }
  .cid-snLOGe11q7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4yCr78gsD {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/asian-nurse-take-care-senior-woman-on-wheelchair-at-nursing-home-care-2000x1333.webp");
}
.cid-u4yCr78gsD .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-u4yCr78gsD .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-u4yCr78gsD .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-u4yCr78gsD .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-u4yCr78gsD .card-title {
  padding: 0;
  margin: 0;
}
.cid-u4yCr78gsD .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-u4yCr78gsD .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4yCr78gsD .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-u4yCr78gsD .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4yCr78gsD .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-u4yCr78gsD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4yCr78gsD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4yCr78gsD .card-title,
.cid-u4yCr78gsD .card-icon {
  color: #ffffff;
}
.cid-u4yCr78gsD .mbr-section-title {
  color: #103178;
}
.cid-u4yCr78gsD .mbr-text,
.cid-u4yCr78gsD .mbr-section-btn {
  color: #103178;
}
.cid-u4yCr78gsD .card-text {
  color: #ffffff;
}
.cid-u4yCr78gsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yCr78gsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4yEgcCWlY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (min-width: 1500px) {
  .cid-u4yEgcCWlY .container {
    max-width: 1400px;
  }
}
.cid-u4yEgcCWlY .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-u4yEgcCWlY .card-wrapper {
  margin-top: 3rem;
}
.cid-u4yEgcCWlY .row {
  justify-content: center;
}
.cid-u4yEgcCWlY .card-title,
.cid-u4yEgcCWlY .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4yEgcCWlY .card-text {
  color: #ffffff;
}
.cid-u4yEgcCWlY .mbr-section-title {
  color: #e4151b;
}
.cid-u4yEgcCWlY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4yEgcCWlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4yEgcCWlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO97JkfMbf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uO97JkfMbf .row {
  padding: 0 1rem;
}
.cid-uO97JkfMbf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uO97JkfMbf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO97JkfMbf .card-wrapper {
    width: fit-content;
    flex-direction: column;
  }
  .cid-uO97JkfMbf .card-wrapper .card-icon {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uO97JkfMbf .align-right {
    text-align: center;
  }
}
.cid-uO97JkfMbf .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uO97JkfMbf .item-wrapper {
  background-image: url("../../../assets/images/background2.webp");
  background-size: cover;
  min-width: 100%;
  background-position: center;
  display: flex;
  margin: 2rem;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .cid-uO97JkfMbf .item-wrapper {
    padding: 2rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uO97JkfMbf .item-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uO97JkfMbf .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uO97JkfMbf .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uO97JkfMbf .card-title,
.cid-uO97JkfMbf .card-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uO97JkfMbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO97JkfMbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4MWCXhhuH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4MWCXhhuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4MWCXhhuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4MWCXhhuH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4MWCXhhuH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4MWCXhhuH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4MWCXhhuH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4MWCXhhuH .container {
    padding: 0 16px;
  }
}
.cid-u4MWCXhhuH .row {
  justify-content: center;
}
.cid-u4MWCXhhuH .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #103178;
}
@media (max-width: 1200px) {
  .cid-u4MWCXhhuH .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u4MWCXhhuH .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-u4MWCXhhuH .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-u4MWCXhhuH .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-u4MWCXhhuH .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-u4MWCXhhuH .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u4MWCXhhuH .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-u4MWCXhhuH .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u4MWCXhhuH .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-u4MWCXhhuH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4MWCXhhuH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u4MWCXhhuH .mbr-section-title {
  color: #e4151b;
}
.cid-u4MWCXhhuH .mbr-text {
  color: #ffffff;
}
.cid-uGgSL6iCPp {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-uGgSL6iCPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgSL6iCPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uGgSL6iCPp .content-head {
  max-width: 800px;
}
.cid-uGgSL6iCPp .mbr-section-title {
  color: #291f1e;
}
.cid-u4K6bZsUqr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4K6bZsUqr .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4K6bZsUqr .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4K6bZsUqr .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4K6bZsUqr .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #e4151b;
}
.cid-u4K6bZsUqr .mbr-text,
.cid-u4K6bZsUqr .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u4K6bZsUqr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K6bZsUqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4K6bZsUqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4K6dHve1B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4K6dHve1B .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4K6dHve1B .row {
  flex-direction: row-reverse;
}
.cid-u4K6dHve1B .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-u4K6dHve1B .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4K6dHve1B .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4K6dHve1B .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #e4151b;
}
.cid-u4K6dHve1B .mbr-text,
.cid-u4K6dHve1B .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u4K6dHve1B .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4K6dHve1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4K6dHve1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4z7nrzMMu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/female-nurse-talking-with-an-old-woman-2000x1333.webp");
}
.cid-u4z7nrzMMu img {
  width: 100%;
  border-radius: 30px;
}
.cid-u4z7nrzMMu .my-auto {
  margin-bottom: 0!important;
}
.cid-u4z7nrzMMu .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u4z7nrzMMu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4z7nrzMMu .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-u4z7nrzMMu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4z7nrzMMu .mbr-section-title {
  color: #e4151b;
}
.cid-u4z7nrzMMu .mbr-text,
.cid-u4z7nrzMMu .mbr-section-btn {
  color: #ffffff;
}
.cid-u4z7nrzMMu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4yRmUaliW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4yRmUaliW .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4yRmUaliW .mbr-section-subtitle {
  text-align: center;
}
.cid-u4yRmUaliW .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4z9FIeMJr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4z9FIeMJr .item-wrapper {
  width: 100%;
}
.cid-u4z9FIeMJr .left-side {
  text-align: left;
}
.cid-u4z9FIeMJr .row {
  align-items: center;
  justify-content: center;
}
.cid-u4z9FIeMJr .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-u4z9FIeMJr .card-box:focus-within {
  opacity: 1;
}
.cid-u4z9FIeMJr .row-center {
  height: 100%;
}
.cid-u4z9FIeMJr .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-u4z9FIeMJr .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u4z9FIeMJr .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-u4z9FIeMJr .card-wrapper:hover .card-box,
.cid-u4z9FIeMJr .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u4z9FIeMJr .card-wrapper:hover .card-img,
.cid-u4z9FIeMJr .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-u4z9FIeMJr .card-wrapper:hover:before,
.cid-u4z9FIeMJr .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-u4z9FIeMJr .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-u4z9FIeMJr .g {
  grid-row-gap: 24px;
}
.cid-u4z9FIeMJr .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-u4z9FIeMJr .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-u4z9FIeMJr .carousel-control {
    display: none;
  }
}
.cid-u4z9FIeMJr .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-u4z9FIeMJr .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-u4z9FIeMJr .card1 {
  background-image: url("../../../assets/images/male-nurse-caring-for-patient-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z9FIeMJr .card2 {
  background-image: url("../../../assets/images/female-nurse-talking-with-an-old-woman-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z9FIeMJr .card3 {
  background-image: url("../../../assets/images/img-392-2000x1811.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z9FIeMJr .card4 {
  background-image: url("../../../assets/images/portrait-of-happy-asian-disabled-senior-elderly-male-on-wheelchair-enjoy-stay-home-nursing-care-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z9FIeMJr .card5 {
  background-image: url("../../../assets/images/female-nurse-helping-elderly-male-with-walking-frame-stand-up-from-bed-at-home-professional-care-2000x1333.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z9FIeMJr .card6 {
  background-image: url("../../../assets/images/nursing-home-care-concept-the-healthy-nurse-helping-support-and-checking-the-elderly-male-2000x1331.webp");
  background-size: cover;
  background-position: center;
}
.cid-u4z2uM2HRw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #103178;
}
@media (max-width: 992px) {
  .cid-u4z2uM2HRw {
    background-color: #9fdbf8;
  }
  .cid-u4z2uM2HRw .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-u4z2uM2HRw .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-u4z2uM2HRw .mbr-overlay {
  padding: 0;
  background: #9fdbf8;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-u4z2uM2HRw .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-u4z2uM2HRw h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-u4z2uM2HRw .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u4z2uM2HRw .mbr-section-subtitle {
  font-weight: 500;
  color: #103178;
  margin: 30px 0;
}
.cid-u4z2uM2HRw .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u4z2uM2HRw .accordion-wrapper {
  padding: 0 25px;
}
.cid-u4z2uM2HRw .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-u4z2uM2HRw .vertical-center {
  align-items: center;
}
.cid-u4z2uM2HRw .panel-group {
  width: 100%;
}
.cid-u4z2uM2HRw .card {
  border-bottom: 1px solid #7394ab !important;
  border-radius: 0px;
}
.cid-u4z2uM2HRw .card:first-of-type {
  border-top: 1px solid #7394ab;
}
.cid-u4z2uM2HRw .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-u4z2uM2HRw .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u4z2uM2HRw .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u4z2uM2HRw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4z2uM2HRw .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u4z2uM2HRw .card h4,
.cid-u4z2uM2HRw .card h5 {
  margin-bottom: 0;
}
.cid-u4z2uM2HRw .card p {
  margin: 0;
}
.cid-u4z2uM2HRw .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-u4z2uM2HRw .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4z2uM2HRw .sign {
  color: #ffffff;
}
.cid-u4z2uM2HRw .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-u4z2uM2HRw .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u4z2uM2HRw .header-text,
.cid-u4z2uM2HRw .sign P {
  text-align: left;
}
.cid-u4z2uM2HRw .mbr-text {
  color: #ffffff;
}
.cid-u4z2uM2HRw .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-u4z2uM2HRw .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-u4z2uM2HRw .text-container {
  max-width: 934px;
}
.cid-u4z2uM2HRw .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-u4z2uM2HRw .panel-title {
  background: transparent;
}
.cid-u4z2uM2HRw H4 {
  color: #ffffff;
}
.cid-u4z2uM2HRw .header-text,
.cid-u4z2uM2HRw .sign {
  color: #e4151b;
}
.cid-u4z2uM2HRw .mbr-text,
.cid-u4z2uM2HRw .mbr-section-btn {
  color: #ffffff;
}
.cid-u4z2uM2HRw H5 {
  color: #e4151b;
}
.cid-u4z2uM2HRw .panel-text {
  color: #000000;
}
.cid-u4z2uM2HRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4z2uM2HRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zmwuYmy3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #103178;
}
.cid-u4zmwuYmy3 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4zmwuYmy3 .card-box {
  width: 100%;
}
.cid-u4zmwuYmy3 .card-img {
  padding: 1rem;
  border: 2px solid #f7e4d6;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u4zmwuYmy3 .card-img span {
  color: #f23801;
  font-size: 3.2rem;
}
.cid-u4zmwuYmy3 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-u4zmwuYmy3 .card {
    margin-bottom: 2rem;
  }
}
.cid-u4zmwuYmy3 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-u4zmwuYmy3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u4zmwuYmy3 .mbr-section-title b:last-child,
.cid-u4zmwuYmy3 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-u4zmwuYmy3 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-u4zmwuYmy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zmwuYmy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zmwuYmy3 .mbr-text {
  color: #ffffff;
}
.cid-u4zmwuYmy3 .card-title,
.cid-u4zmwuYmy3 .card-img {
  color: #ffffff;
}
.cid-snLQ1XAZqT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f0f2f5;
}
.cid-snLQ1XAZqT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-snLQ1XAZqT .team-card:hover {
  transform: translateY(-10px);
}
.cid-snLQ1XAZqT .title-icon {
  font-size: 3rem;
  color: #ffc800;
  padding-right: 1rem;
}
.cid-snLQ1XAZqT .title-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-snLQ1XAZqT .title-wrap {
    flex-direction: column;
  }
  .cid-snLQ1XAZqT .title-wrap .title-icon {
    padding: 0;
  }
}
.cid-snLQ1XAZqT .card-wrap {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-snLQ1XAZqT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-snLQ1XAZqT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-snLQ1XAZqT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-snLQ1XAZqT .card-wrap .content-wrap {
    padding: 2rem 1rem;
  }
}
.cid-snLQ1XAZqT .social-row {
  display: flex;
}
.cid-snLQ1XAZqT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-snLQ1XAZqT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffc800;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-snLQ1XAZqT .social-row {
    justify-content: center;
  }
}
.cid-snLQ1XAZqT .card-text,
.cid-snLQ1XAZqT .mbr-section-btn,
.cid-snLQ1XAZqT .social-row {
  color: #103178;
}
.cid-snLQ1XAZqT .card-title,
.cid-snLQ1XAZqT .social-row {
  color: #103178;
}
.cid-snLQ1XAZqT .mbr-section-title {
  color: #103178;
}
.cid-snLQ1XAZqT .mbr-section-title,
.cid-snLQ1XAZqT .title-col {
  text-align: center;
}
.cid-snLQgAa3OJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-snLQgAa3OJ .btn {
  border: 1px solid #efefef;
}
.cid-snLQgAa3OJ .row {
  align-items: center;
}
.cid-snLQgAa3OJ .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-snLQgAa3OJ .row {
    text-align: center;
  }
  .cid-snLQgAa3OJ .social-row {
    justify-content: center;
  }
}
.cid-snLQgAa3OJ .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-snLQgAa3OJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-snLQgAa3OJ .list {
    margin-bottom: 0rem;
  }
}
.cid-snLQgAa3OJ .google-map {
  height: 34rem;
  position: relative;
}
.cid-snLQgAa3OJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-snLQgAa3OJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-snLQgAa3OJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snLQgAa3OJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snLQgAa3OJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-snLQgAa3OJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-snLQgAa3OJ .mbr-section-subtitle {
  color: #103178;
}
.cid-snLQgAa3OJ .mbr-text {
  color: #5b6c8f;
}
.cid-snLQgAa3OJ .phone {
  color: #103178;
}
.cid-snLQgAa3OJ .list,
.cid-snLQgAa3OJ .mbr-section-btn {
  text-align: center;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHlUXjR4 .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHlUXjR4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHlUXjR4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHlUXjR4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHlUXjR4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHlUXjR4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHlUXjR4 .container {
    padding: 0 1rem;
  }
}
.cid-u4zHlUXjR4 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHlUXjR4 .nav-link {
  position: relative;
}
.cid-u4zHlUXjR4 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHlUXjR4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHlUXjR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHlUXjR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHlUXjR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHlUXjR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHlUXjR4 .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHlUXjR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHlUXjR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHlUXjR4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHlUXjR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHlUXjR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHlUXjR4 .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-u4zHlUXjR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHlUXjR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHlUXjR4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHlUXjR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHlUXjR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHlUXjR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHlUXjR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHlUXjR4 .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-u4zHlUXjR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHlUXjR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHlUXjR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHlUXjR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHlUXjR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHlUXjR4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHlUXjR4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHlUXjR4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHlUXjR4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHlUXjR4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHlUXjR4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHlUXjR4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHlUXjR4 .dropdown-item:hover,
.cid-u4zHlUXjR4 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHlUXjR4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHlUXjR4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHlUXjR4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHlUXjR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHlUXjR4 .dropdown-menu,
.cid-u4zHlUXjR4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHlUXjR4 .nav-item:focus,
.cid-u4zHlUXjR4 .nav-link:focus {
  outline: none;
}
.cid-u4zHlUXjR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHlUXjR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHlUXjR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHlUXjR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHlUXjR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHlUXjR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHlUXjR4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHlUXjR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHlUXjR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHlUXjR4 .dropdown-item.active,
.cid-u4zHlUXjR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHlUXjR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHlUXjR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHlUXjR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHlUXjR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHlUXjR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHlUXjR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHlUXjR4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHlUXjR4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHlUXjR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHlUXjR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHlUXjR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHlUXjR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHlUXjR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHlUXjR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHlUXjR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHlUXjR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHlUXjR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHlUXjR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHlUXjR4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHlUXjR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHlUXjR4 .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-u4zHlUXjR4 .navbar {
    height: 70px;
  }
  .cid-u4zHlUXjR4 .navbar.opened {
    height: auto;
  }
  .cid-u4zHlUXjR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHlW534y {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/female-nurse-talking-with-an-old-woman-2000x1333.webp");
}
.cid-u4zHlW534y .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-u4zHlW534y .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-u4zHlW534y .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-u4zHlW534y .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-u4zHlW534y .card-title {
  padding: 0;
  margin: 0;
}
.cid-u4zHlW534y .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-u4zHlW534y .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4zHlW534y .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-u4zHlW534y .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u4zHlW534y .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-u4zHlW534y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zHlW534y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4zHlW534y .card-title,
.cid-u4zHlW534y .card-icon {
  color: #ffffff;
}
.cid-u4zHlW534y .mbr-section-title {
  color: #103178;
}
.cid-u4zHlW534y .mbr-text,
.cid-u4zHlW534y .mbr-section-btn {
  color: #103178;
}
.cid-u4zHlW534y .card-text {
  color: #ffffff;
}
.cid-u4zHlW534y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHlW534y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zHlWwzTl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (min-width: 1500px) {
  .cid-u4zHlWwzTl .container {
    max-width: 1400px;
  }
}
.cid-u4zHlWwzTl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-u4zHlWwzTl .card-wrapper {
  margin-top: 3rem;
}
.cid-u4zHlWwzTl .row {
  justify-content: center;
}
.cid-u4zHlWwzTl .card-title,
.cid-u4zHlWwzTl .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4zHlWwzTl .card-text {
  color: #ffffff;
}
.cid-u4zHlWwzTl .mbr-section-title {
  color: #e4151b;
}
.cid-u4zHlWwzTl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4zHlWwzTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHlWwzTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgQUPH33E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGgQUPH33E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgQUPH33E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgQUPH33E .row {
  justify-content: center;
}
.cid-uGgQUPH33E .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGgQUPH33E .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGgQUPH33E .title-wrapper .mbr-section-title span {
  color: #e4151b;
}
.cid-uGgQUPH33E .mbr-section-title {
  color: #103178;
  text-align: center;
}
.cid-u4H1tDC82c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-u4H1tDC82c .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H1tDC82c .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H1tDC82c .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H1tDC82c .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-u4H1tDC82c .mbr-text,
.cid-u4H1tDC82c .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4H1tDC82c .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H1tDC82c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H1tDC82c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4H1zAe7gG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4H1zAe7gG .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H1zAe7gG .row {
  flex-direction: row-reverse;
}
.cid-u4H1zAe7gG .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-u4H1zAe7gG .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H1zAe7gG .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H1zAe7gG .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-u4H1zAe7gG .mbr-text,
.cid-u4H1zAe7gG .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u4H1zAe7gG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H1zAe7gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H1zAe7gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4H1BeqX7O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u4H1BeqX7O .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H1BeqX7O .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H1BeqX7O .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H1BeqX7O .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-u4H1BeqX7O .mbr-text,
.cid-u4H1BeqX7O .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4H1BeqX7O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H1BeqX7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H1BeqX7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4H1CONyUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4H1CONyUq .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H1CONyUq .row {
  flex-direction: row-reverse;
}
.cid-u4H1CONyUq .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-u4H1CONyUq .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H1CONyUq .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H1CONyUq .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-u4H1CONyUq .mbr-text,
.cid-u4H1CONyUq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-u4H1CONyUq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H1CONyUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H1CONyUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4H1EimLIj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-u4H1EimLIj .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H1EimLIj .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H1EimLIj .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H1EimLIj .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-u4H1EimLIj .mbr-text,
.cid-u4H1EimLIj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4H1EimLIj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H1EimLIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H1EimLIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4H53z754S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4H53z754S .column-wrapper {
  padding-left: 1.5rem;
}
.cid-u4H53z754S .row {
  flex-direction: row-reverse;
}
.cid-u4H53z754S .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-u4H53z754S .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-u4H53z754S .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-u4H53z754S .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-u4H53z754S .mbr-text,
.cid-u4H53z754S .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u4H53z754S .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4H53z754S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4H53z754S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO93BIMmD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1079x1920.webp");
}
.cid-uO93BIMmD8 .row {
  flex-direction: row-reverse;
}
.cid-uO93BIMmD8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uO93BIMmD8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uO93BIMmD8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO93BIMmD8 .mbr-section-title {
  color: #103178;
}
.cid-uO93BIMmD8 .mbr-text,
.cid-uO93BIMmD8 .mbr-section-btn {
  color: #103178;
}
.cid-uO93BIMmD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO93BIMmD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHo6CiT4 .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHo6CiT4 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHo6CiT4 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHo6CiT4 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHo6CiT4 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHo6CiT4 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHo6CiT4 .container {
    padding: 0 1rem;
  }
}
.cid-u4zHo6CiT4 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHo6CiT4 .nav-link {
  position: relative;
}
.cid-u4zHo6CiT4 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHo6CiT4 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHo6CiT4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHo6CiT4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHo6CiT4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHo6CiT4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHo6CiT4 .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHo6CiT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHo6CiT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHo6CiT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHo6CiT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHo6CiT4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHo6CiT4 .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-u4zHo6CiT4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHo6CiT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHo6CiT4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHo6CiT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHo6CiT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHo6CiT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHo6CiT4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHo6CiT4 .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-u4zHo6CiT4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHo6CiT4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHo6CiT4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHo6CiT4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHo6CiT4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHo6CiT4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHo6CiT4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHo6CiT4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHo6CiT4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHo6CiT4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHo6CiT4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHo6CiT4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHo6CiT4 .dropdown-item:hover,
.cid-u4zHo6CiT4 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHo6CiT4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHo6CiT4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHo6CiT4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHo6CiT4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHo6CiT4 .dropdown-menu,
.cid-u4zHo6CiT4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHo6CiT4 .nav-item:focus,
.cid-u4zHo6CiT4 .nav-link:focus {
  outline: none;
}
.cid-u4zHo6CiT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHo6CiT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHo6CiT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHo6CiT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHo6CiT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHo6CiT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHo6CiT4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHo6CiT4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHo6CiT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHo6CiT4 .dropdown-item.active,
.cid-u4zHo6CiT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHo6CiT4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHo6CiT4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHo6CiT4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHo6CiT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHo6CiT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHo6CiT4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHo6CiT4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHo6CiT4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHo6CiT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHo6CiT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHo6CiT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHo6CiT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHo6CiT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHo6CiT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHo6CiT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHo6CiT4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHo6CiT4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHo6CiT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHo6CiT4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHo6CiT4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHo6CiT4 .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-u4zHo6CiT4 .navbar {
    height: 70px;
  }
  .cid-u4zHo6CiT4 .navbar.opened {
    height: auto;
  }
  .cid-u4zHo6CiT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHo8Cwpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4zHo8Cwpw .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4zHo8Cwpw .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zHo8Cwpw .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4SfCnmzOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .container {
    padding: 0 22px;
  }
}
.cid-u4SfCnmzOn .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u4SfCnmzOn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .cid-u4SfCnmzOn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u4SfCnmzOn .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #103178;
}
.cid-u4SfCnmzOn .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #103178;
}
.cid-u4SfCnmzOn .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper {
  border-radius: 16px !important;
  background-color: #e4151b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 15px;
  width: fit-content;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper {
    justify-content: flex-start;
  }
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-img .tag-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 26px;
  border-top: 1px solid #000000;
  padding-top: 16px;
  margin-left: 0;
  margin-right: 0;
}
.cid-u4SfCnmzOn .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-u4SfCnmzOn .embla__button--next,
.cid-u4SfCnmzOn .embla__button--prev {
  display: flex;
}
.cid-u4SfCnmzOn .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u4SfCnmzOn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4SfCnmzOn .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u4SfCnmzOn .embla__button.embla__button--prev {
  right: 22%;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .embla__button.embla__button--prev {
    right: 6rem;
  }
}
.cid-u4SfCnmzOn .embla__button.embla__button--next {
  right: 16%;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u4SfCnmzOn .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-u4SfCnmzOn .embla {
    padding-bottom: 4rem;
  }
}
.cid-u4SfCnmzOn .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u4SfCnmzOn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4SfCnmzOn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4SfCnmzOn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4SfCnmzOn .mbr-section-title {
  color: #000000;
}
.cid-u4SfCnmzOn .item-tag {
  color: #000000;
}
.cid-u4SfCnmzOn .item-name {
  color: #000000;
}
.cid-u4SfCnmzOn .item-role {
  color: #ffffff;
}
.cid-u4SfCnmzOn .item-name,
.cid-u4SfCnmzOn .mbr-section-btn {
  color: #ffffff;
}
.cid-u4zHo7Cg3e {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #103178;
}
@media (min-width: 1500px) {
  .cid-u4zHo7Cg3e .container {
    max-width: 1400px;
  }
}
.cid-u4zHo7Cg3e .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-u4zHo7Cg3e .card-wrapper {
  margin-top: 3rem;
}
.cid-u4zHo7Cg3e .row {
  justify-content: center;
}
.cid-u4zHo7Cg3e .card-title,
.cid-u4zHo7Cg3e .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4zHo7Cg3e .card-text {
  color: #ffffff;
}
.cid-u4zHo7Cg3e .mbr-section-title {
  color: #e4151b;
}
.cid-u4zHo7Cg3e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4zHo7Cg3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHo7Cg3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9Nf1mzFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uO9Nf1mzFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9Nf1mzFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9Nf1mzFC .row {
  justify-content: space-between;
}
.cid-uO9Nf1mzFC .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO9Nf1mzFC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uO9Nf1mzFC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uO9Nf1mzFC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
}
.cid-uO9Nf1mzFC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uO9Nf1mzFC .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uO9Nf1mzFC .mbr-label {
  color: #000000;
}
.cid-uO9Nf1mzFC .mbr-section-title {
  color: #000000;
}
.cid-uO9Nf1mzFC .item-title {
  color: #000000;
}
.cid-uO9Nf1mzFC .item-text {
  color: #8a8a8a;
}
.cid-uOcch3Nt43 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #000000 10%, #0047ff 80%, #ffffff 130%);
}
.cid-uOcch3Nt43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcch3Nt43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcch3Nt43 .row {
  justify-content: center;
}
.cid-uOcch3Nt43 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uOcch3Nt43 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uOcch3Nt43 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOcch3Nt43 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOcch3Nt43 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOcch3Nt43 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uOcch3Nt43 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uOcch3Nt43 .mbr-section-title {
  color: #ffffff;
}
.cid-uOcch3Nt43 .mbr-text,
.cid-uOcch3Nt43 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOcch3Nt43 .mbr-section-title,
.cid-uOcch3Nt43 .mbr-section-btn,
.cid-uOcch3Nt43 .logo-wrapper {
  text-align: center;
}
.cid-u4HigqfmHp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
}
.cid-u4HigqfmHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4HigqfmHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4HigqfmHp .container {
    padding: 0 22px;
  }
}
.cid-u4HigqfmHp .row {
  justify-content: space-between;
}
.cid-u4HigqfmHp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u4HigqfmHp .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #353535 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #353535;
  border-radius: 0;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #353535;
}
.cid-u4HigqfmHp .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-u4HigqfmHp .mbr-section-title {
  color: #000000;
}
.cid-u4HigqfmHp .mbr-text {
  color: #000000;
}
.cid-u4HigqfmHp label {
  color: #000000;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHpOcRA5 .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHpOcRA5 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHpOcRA5 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHpOcRA5 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHpOcRA5 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHpOcRA5 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHpOcRA5 .container {
    padding: 0 1rem;
  }
}
.cid-u4zHpOcRA5 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHpOcRA5 .nav-link {
  position: relative;
}
.cid-u4zHpOcRA5 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHpOcRA5 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHpOcRA5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHpOcRA5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHpOcRA5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHpOcRA5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHpOcRA5 .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHpOcRA5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHpOcRA5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHpOcRA5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHpOcRA5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHpOcRA5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHpOcRA5 .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-u4zHpOcRA5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHpOcRA5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHpOcRA5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHpOcRA5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHpOcRA5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHpOcRA5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHpOcRA5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHpOcRA5 .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-u4zHpOcRA5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHpOcRA5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHpOcRA5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHpOcRA5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHpOcRA5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHpOcRA5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHpOcRA5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHpOcRA5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHpOcRA5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHpOcRA5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHpOcRA5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHpOcRA5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHpOcRA5 .dropdown-item:hover,
.cid-u4zHpOcRA5 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHpOcRA5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHpOcRA5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHpOcRA5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHpOcRA5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHpOcRA5 .dropdown-menu,
.cid-u4zHpOcRA5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHpOcRA5 .nav-item:focus,
.cid-u4zHpOcRA5 .nav-link:focus {
  outline: none;
}
.cid-u4zHpOcRA5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHpOcRA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHpOcRA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHpOcRA5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHpOcRA5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHpOcRA5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHpOcRA5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHpOcRA5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHpOcRA5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHpOcRA5 .dropdown-item.active,
.cid-u4zHpOcRA5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHpOcRA5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHpOcRA5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHpOcRA5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHpOcRA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHpOcRA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHpOcRA5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHpOcRA5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHpOcRA5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHpOcRA5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHpOcRA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHpOcRA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHpOcRA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHpOcRA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHpOcRA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHpOcRA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHpOcRA5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHpOcRA5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHpOcRA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHpOcRA5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHpOcRA5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHpOcRA5 .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-u4zHpOcRA5 .navbar {
    height: 70px;
  }
  .cid-u4zHpOcRA5 .navbar.opened {
    height: auto;
  }
  .cid-u4zHpOcRA5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHpQiaTP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4zHpQiaTP .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4zHpQiaTP .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zHpQiaTP .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4zHpPpSJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (min-width: 1500px) {
  .cid-u4zHpPpSJZ .container {
    max-width: 1400px;
  }
}
.cid-u4zHpPpSJZ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-u4zHpPpSJZ .card-wrapper {
  margin-top: 3rem;
}
.cid-u4zHpPpSJZ .row {
  justify-content: center;
}
.cid-u4zHpPpSJZ .card-title,
.cid-u4zHpPpSJZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4zHpPpSJZ .card-text {
  color: #ffffff;
}
.cid-u4zHpPpSJZ .mbr-section-title {
  color: #e4151b;
}
.cid-u4zHpPpSJZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4zHpPpSJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHpPpSJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zVNPfROL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (min-width: 1500px) {
  .cid-u4zVNPfROL .container {
    max-width: 1400px;
  }
}
.cid-u4zVNPfROL .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #5b6c8f;
  margin-bottom: 2rem;
}
.cid-u4zVNPfROL .card-wrapper {
  margin-top: 3rem;
}
.cid-u4zVNPfROL .row {
  justify-content: center;
}
.cid-u4zVNPfROL .card-title,
.cid-u4zVNPfROL .iconfont-wrapper {
  color: #ffffff;
}
.cid-u4zVNPfROL .card-text {
  color: #ffffff;
}
.cid-u4zVNPfROL .mbr-section-title {
  color: #e4151b;
}
.cid-u4zVNPfROL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4zVNPfROL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zVNPfROL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zHpQ6BWa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nursing-home-care-concept-the-healthy-nurse-helping-support-and-checking-the-elderly-male-2000x1331.webp");
}
.cid-u4zHpQ6BWa img {
  width: 100%;
  border-radius: 30px;
}
.cid-u4zHpQ6BWa .my-auto {
  margin-bottom: 0!important;
}
.cid-u4zHpQ6BWa .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u4zHpQ6BWa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4zHpQ6BWa .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-u4zHpQ6BWa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zHpQ6BWa .mbr-section-title {
  color: #e4151b;
}
.cid-u4zHpQ6BWa .mbr-text,
.cid-u4zHpQ6BWa .mbr-section-btn {
  color: #ffffff;
}
.cid-u4zHpQ6BWa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHsqfa37 .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHsqfa37 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHsqfa37 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHsqfa37 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHsqfa37 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHsqfa37 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHsqfa37 .container {
    padding: 0 1rem;
  }
}
.cid-u4zHsqfa37 .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHsqfa37 .nav-link {
  position: relative;
}
.cid-u4zHsqfa37 .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHsqfa37 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHsqfa37 .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHsqfa37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHsqfa37 .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHsqfa37 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHsqfa37 .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHsqfa37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHsqfa37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHsqfa37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHsqfa37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHsqfa37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHsqfa37 .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-u4zHsqfa37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHsqfa37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHsqfa37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHsqfa37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHsqfa37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHsqfa37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHsqfa37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHsqfa37 .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-u4zHsqfa37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHsqfa37 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHsqfa37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHsqfa37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHsqfa37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHsqfa37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHsqfa37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHsqfa37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHsqfa37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHsqfa37 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHsqfa37 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHsqfa37 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHsqfa37 .dropdown-item:hover,
.cid-u4zHsqfa37 .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHsqfa37 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHsqfa37 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHsqfa37 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHsqfa37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHsqfa37 .dropdown-menu,
.cid-u4zHsqfa37 .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHsqfa37 .nav-item:focus,
.cid-u4zHsqfa37 .nav-link:focus {
  outline: none;
}
.cid-u4zHsqfa37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHsqfa37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHsqfa37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHsqfa37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHsqfa37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHsqfa37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHsqfa37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHsqfa37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHsqfa37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHsqfa37 .dropdown-item.active,
.cid-u4zHsqfa37 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHsqfa37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHsqfa37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHsqfa37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHsqfa37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHsqfa37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHsqfa37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHsqfa37 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHsqfa37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHsqfa37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHsqfa37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHsqfa37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHsqfa37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHsqfa37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHsqfa37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHsqfa37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHsqfa37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHsqfa37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHsqfa37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHsqfa37 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHsqfa37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHsqfa37 .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-u4zHsqfa37 .navbar {
    height: 70px;
  }
  .cid-u4zHsqfa37 .navbar.opened {
    height: auto;
  }
  .cid-u4zHsqfa37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHssIFxK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
.cid-u4zHssIFxK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u4zHssIFxK .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zHssIFxK .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-uEj58TQfhL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uEj58TQfhL .btn {
  border: 1px solid #efefef;
}
.cid-uEj58TQfhL .row {
  align-items: center;
}
.cid-uEj58TQfhL .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uEj58TQfhL .row {
    text-align: center;
  }
  .cid-uEj58TQfhL .social-row {
    justify-content: center;
  }
}
.cid-uEj58TQfhL .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uEj58TQfhL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEj58TQfhL .list {
    margin-bottom: 0rem;
  }
}
.cid-uEj58TQfhL .google-map {
  height: 34rem;
  position: relative;
}
.cid-uEj58TQfhL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEj58TQfhL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEj58TQfhL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEj58TQfhL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEj58TQfhL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEj58TQfhL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uEj58TQfhL .mbr-section-subtitle {
  color: #103178;
  text-align: center;
}
.cid-uEj58TQfhL .mbr-text {
  color: #5b6c8f;
  text-align: center;
}
.cid-uEj58TQfhL .phone {
  color: #103178;
  text-align: center;
}
.cid-uEj58TQfhL .list,
.cid-uEj58TQfhL .mbr-section-btn {
  text-align: center;
}
.cid-uEj5ybvbMT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEj5ybvbMT .row {
  padding: 0 1rem;
}
.cid-uEj5ybvbMT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uEj5ybvbMT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEj5ybvbMT .card-wrapper {
    width: fit-content;
    flex-direction: column;
  }
  .cid-uEj5ybvbMT .card-wrapper .card-icon {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uEj5ybvbMT .align-right {
    text-align: center;
  }
}
.cid-uEj5ybvbMT .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uEj5ybvbMT .item-wrapper {
  background-image: url("../../../assets/images/background2.webp");
  background-size: cover;
  min-width: 100%;
  background-position: center;
  display: flex;
  margin: 2rem;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .cid-uEj5ybvbMT .item-wrapper {
    padding: 2rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uEj5ybvbMT .item-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-uEj5ybvbMT .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uEj5ybvbMT .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uEj5ybvbMT .card-title,
.cid-uEj5ybvbMT .card-icon {
  color: #ffffff;
}
.cid-uEj5ybvbMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEj5ybvbMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHEXsugz .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHEXsugz .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHEXsugz .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHEXsugz .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHEXsugz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHEXsugz .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHEXsugz .container {
    padding: 0 1rem;
  }
}
.cid-u4zHEXsugz .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHEXsugz .nav-link {
  position: relative;
}
.cid-u4zHEXsugz .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHEXsugz .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHEXsugz .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHEXsugz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHEXsugz .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHEXsugz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHEXsugz .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHEXsugz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHEXsugz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHEXsugz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHEXsugz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHEXsugz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHEXsugz .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-u4zHEXsugz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHEXsugz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHEXsugz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHEXsugz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHEXsugz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHEXsugz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHEXsugz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHEXsugz .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-u4zHEXsugz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHEXsugz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHEXsugz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHEXsugz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHEXsugz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHEXsugz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHEXsugz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHEXsugz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHEXsugz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHEXsugz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHEXsugz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHEXsugz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHEXsugz .dropdown-item:hover,
.cid-u4zHEXsugz .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHEXsugz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHEXsugz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHEXsugz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHEXsugz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHEXsugz .dropdown-menu,
.cid-u4zHEXsugz .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHEXsugz .nav-item:focus,
.cid-u4zHEXsugz .nav-link:focus {
  outline: none;
}
.cid-u4zHEXsugz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHEXsugz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHEXsugz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHEXsugz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHEXsugz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHEXsugz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHEXsugz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHEXsugz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHEXsugz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHEXsugz .dropdown-item.active,
.cid-u4zHEXsugz .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHEXsugz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHEXsugz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHEXsugz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHEXsugz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHEXsugz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHEXsugz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHEXsugz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHEXsugz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHEXsugz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHEXsugz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHEXsugz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHEXsugz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHEXsugz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHEXsugz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHEXsugz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHEXsugz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHEXsugz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHEXsugz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHEXsugz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHEXsugz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHEXsugz .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-u4zHEXsugz .navbar {
    height: 70px;
  }
  .cid-u4zHEXsugz .navbar.opened {
    height: auto;
  }
  .cid-u4zHEXsugz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHF00x8C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4zHF00x8C .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4zHF00x8C .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zHF00x8C .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4zHF0rJxm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (max-width: 992px) {
  .cid-u4zHF0rJxm {
    background-color: #9fdbf8;
  }
  .cid-u4zHF0rJxm .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-u4zHF0rJxm .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-u4zHF0rJxm .mbr-overlay {
  padding: 0;
  background: #9fdbf8;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-u4zHF0rJxm .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-u4zHF0rJxm h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-u4zHF0rJxm .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u4zHF0rJxm .mbr-section-subtitle {
  font-weight: 500;
  color: #103178;
  margin: 30px 0;
}
.cid-u4zHF0rJxm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u4zHF0rJxm .accordion-wrapper {
  padding: 0 25px;
}
.cid-u4zHF0rJxm .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-u4zHF0rJxm .vertical-center {
  align-items: center;
}
.cid-u4zHF0rJxm .panel-group {
  width: 100%;
}
.cid-u4zHF0rJxm .card {
  border-bottom: 1px solid #7394ab !important;
  border-radius: 0px;
}
.cid-u4zHF0rJxm .card:first-of-type {
  border-top: 1px solid #7394ab;
}
.cid-u4zHF0rJxm .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-u4zHF0rJxm .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u4zHF0rJxm .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u4zHF0rJxm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4zHF0rJxm .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u4zHF0rJxm .card h4,
.cid-u4zHF0rJxm .card h5 {
  margin-bottom: 0;
}
.cid-u4zHF0rJxm .card p {
  margin: 0;
}
.cid-u4zHF0rJxm .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-u4zHF0rJxm .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4zHF0rJxm .sign {
  color: #ffffff;
}
.cid-u4zHF0rJxm .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-u4zHF0rJxm .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u4zHF0rJxm .header-text,
.cid-u4zHF0rJxm .sign P {
  text-align: left;
}
.cid-u4zHF0rJxm .mbr-text {
  color: #ffffff;
}
.cid-u4zHF0rJxm .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-u4zHF0rJxm .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-u4zHF0rJxm .text-container {
  max-width: 934px;
}
.cid-u4zHF0rJxm .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-u4zHF0rJxm .panel-title {
  background: transparent;
}
.cid-u4zHF0rJxm H4 {
  color: #ffffff;
}
.cid-u4zHF0rJxm .header-text,
.cid-u4zHF0rJxm .sign {
  color: #e4151b;
}
.cid-u4zHF0rJxm .mbr-text,
.cid-u4zHF0rJxm .mbr-section-btn {
  color: #ffffff;
}
.cid-u4zHF0rJxm H5 {
  color: #e4151b;
}
.cid-u4zHF0rJxm .panel-text {
  color: #000000;
}
.cid-u4zHF0rJxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHF0rJxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4HDovwOwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4HDovwOwz .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4HDovwOwz .mbr-section-subtitle {
  text-align: center;
}
.cid-u4HDovwOwz .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4HxzNGQRo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #103178;
}
@media (max-width: 992px) {
  .cid-u4HxzNGQRo {
    background-color: #9fdbf8;
  }
  .cid-u4HxzNGQRo .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-u4HxzNGQRo .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-u4HxzNGQRo .mbr-overlay {
  padding: 0;
  background: #9fdbf8;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-u4HxzNGQRo .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-u4HxzNGQRo h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-u4HxzNGQRo .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u4HxzNGQRo .mbr-section-subtitle {
  font-weight: 500;
  color: #103178;
  margin: 30px 0;
}
.cid-u4HxzNGQRo .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u4HxzNGQRo .accordion-wrapper {
  padding: 0 25px;
}
.cid-u4HxzNGQRo .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-u4HxzNGQRo .vertical-center {
  align-items: center;
}
.cid-u4HxzNGQRo .panel-group {
  width: 100%;
}
.cid-u4HxzNGQRo .card {
  border-bottom: 1px solid #7394ab !important;
  border-radius: 0px;
}
.cid-u4HxzNGQRo .card:first-of-type {
  border-top: 1px solid #7394ab;
}
.cid-u4HxzNGQRo .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-u4HxzNGQRo .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u4HxzNGQRo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u4HxzNGQRo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4HxzNGQRo .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u4HxzNGQRo .card h4,
.cid-u4HxzNGQRo .card h5 {
  margin-bottom: 0;
}
.cid-u4HxzNGQRo .card p {
  margin: 0;
}
.cid-u4HxzNGQRo .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-u4HxzNGQRo .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4HxzNGQRo .sign {
  color: #ffffff;
}
.cid-u4HxzNGQRo .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-u4HxzNGQRo .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u4HxzNGQRo .header-text,
.cid-u4HxzNGQRo .sign P {
  text-align: left;
}
.cid-u4HxzNGQRo .mbr-text {
  color: #ffffff;
}
.cid-u4HxzNGQRo .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-u4HxzNGQRo .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-u4HxzNGQRo .text-container {
  max-width: 934px;
}
.cid-u4HxzNGQRo .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-u4HxzNGQRo .panel-title {
  background: transparent;
}
.cid-u4HxzNGQRo H4 {
  color: #ffffff;
}
.cid-u4HxzNGQRo .header-text,
.cid-u4HxzNGQRo .sign {
  color: #e4151b;
}
.cid-u4HxzNGQRo .mbr-text,
.cid-u4HxzNGQRo .mbr-section-btn {
  color: #ffffff;
}
.cid-u4HxzNGQRo H5 {
  color: #e4151b;
}
.cid-u4HxzNGQRo .panel-text {
  color: #000000;
}
.cid-u4HxzNGQRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4HxzNGQRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4HDpgewsZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4HDpgewsZ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4HDpgewsZ .mbr-section-subtitle {
  text-align: center;
}
.cid-u4HDpgewsZ .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4HyfQVRI4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103178;
}
@media (max-width: 992px) {
  .cid-u4HyfQVRI4 {
    background-color: #9fdbf8;
  }
  .cid-u4HyfQVRI4 .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-u4HyfQVRI4 .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-u4HyfQVRI4 .mbr-overlay {
  padding: 0;
  background: #9fdbf8;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-u4HyfQVRI4 .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-u4HyfQVRI4 h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-u4HyfQVRI4 .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-u4HyfQVRI4 .mbr-section-subtitle {
  font-weight: 500;
  color: #103178;
  margin: 30px 0;
}
.cid-u4HyfQVRI4 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u4HyfQVRI4 .accordion-wrapper {
  padding: 0 25px;
}
.cid-u4HyfQVRI4 .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-u4HyfQVRI4 .vertical-center {
  align-items: center;
}
.cid-u4HyfQVRI4 .panel-group {
  width: 100%;
}
.cid-u4HyfQVRI4 .card {
  border-bottom: 1px solid #7394ab !important;
  border-radius: 0px;
}
.cid-u4HyfQVRI4 .card:first-of-type {
  border-top: 1px solid #7394ab;
}
.cid-u4HyfQVRI4 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-u4HyfQVRI4 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u4HyfQVRI4 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u4HyfQVRI4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4HyfQVRI4 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u4HyfQVRI4 .card h4,
.cid-u4HyfQVRI4 .card h5 {
  margin-bottom: 0;
}
.cid-u4HyfQVRI4 .card p {
  margin: 0;
}
.cid-u4HyfQVRI4 .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-u4HyfQVRI4 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4HyfQVRI4 .sign {
  color: #ffffff;
}
.cid-u4HyfQVRI4 .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-u4HyfQVRI4 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-u4HyfQVRI4 .header-text,
.cid-u4HyfQVRI4 .sign P {
  text-align: left;
}
.cid-u4HyfQVRI4 .mbr-text {
  color: #ffffff;
}
.cid-u4HyfQVRI4 .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-u4HyfQVRI4 .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-u4HyfQVRI4 .text-container {
  max-width: 934px;
}
.cid-u4HyfQVRI4 .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-u4HyfQVRI4 .panel-title {
  background: transparent;
}
.cid-u4HyfQVRI4 H4 {
  color: #ffffff;
}
.cid-u4HyfQVRI4 .header-text,
.cid-u4HyfQVRI4 .sign {
  color: #e4151b;
}
.cid-u4HyfQVRI4 .mbr-text,
.cid-u4HyfQVRI4 .mbr-section-btn {
  color: #ffffff;
}
.cid-u4HyfQVRI4 H5 {
  color: #e4151b;
}
.cid-u4HyfQVRI4 .panel-text {
  color: #000000;
}
.cid-u4HyfQVRI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4HyfQVRI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHPbO5wk .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHPbO5wk .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHPbO5wk .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHPbO5wk .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHPbO5wk .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHPbO5wk .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHPbO5wk .container {
    padding: 0 1rem;
  }
}
.cid-u4zHPbO5wk .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHPbO5wk .nav-link {
  position: relative;
}
.cid-u4zHPbO5wk .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHPbO5wk .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHPbO5wk .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHPbO5wk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHPbO5wk .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHPbO5wk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHPbO5wk .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHPbO5wk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHPbO5wk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHPbO5wk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHPbO5wk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHPbO5wk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHPbO5wk .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-u4zHPbO5wk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHPbO5wk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHPbO5wk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHPbO5wk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHPbO5wk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHPbO5wk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHPbO5wk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHPbO5wk .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-u4zHPbO5wk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHPbO5wk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHPbO5wk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHPbO5wk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHPbO5wk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHPbO5wk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHPbO5wk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHPbO5wk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHPbO5wk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHPbO5wk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHPbO5wk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHPbO5wk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHPbO5wk .dropdown-item:hover,
.cid-u4zHPbO5wk .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHPbO5wk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHPbO5wk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHPbO5wk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHPbO5wk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHPbO5wk .dropdown-menu,
.cid-u4zHPbO5wk .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHPbO5wk .nav-item:focus,
.cid-u4zHPbO5wk .nav-link:focus {
  outline: none;
}
.cid-u4zHPbO5wk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHPbO5wk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHPbO5wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHPbO5wk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHPbO5wk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHPbO5wk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHPbO5wk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHPbO5wk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHPbO5wk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHPbO5wk .dropdown-item.active,
.cid-u4zHPbO5wk .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHPbO5wk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHPbO5wk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHPbO5wk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHPbO5wk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHPbO5wk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHPbO5wk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHPbO5wk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHPbO5wk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHPbO5wk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHPbO5wk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHPbO5wk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHPbO5wk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHPbO5wk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHPbO5wk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHPbO5wk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHPbO5wk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHPbO5wk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHPbO5wk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHPbO5wk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHPbO5wk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHPbO5wk .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-u4zHPbO5wk .navbar {
    height: 70px;
  }
  .cid-u4zHPbO5wk .navbar.opened {
    height: auto;
  }
  .cid-u4zHPbO5wk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHPemlSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/female-nurse-talking-with-an-old-woman-2000x1333.webp");
}
.cid-u4zHPemlSx img {
  width: 100%;
  border-radius: 30px;
}
.cid-u4zHPemlSx .my-auto {
  margin-bottom: 0!important;
}
.cid-u4zHPemlSx .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u4zHPemlSx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4zHPemlSx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-u4zHPemlSx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zHPemlSx .mbr-section-title {
  color: #e4151b;
}
.cid-u4zHPemlSx .mbr-text,
.cid-u4zHPemlSx .mbr-section-btn {
  color: #ffffff;
}
.cid-u4zHPemlSx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zHTu5VEU .navbar-dropdown {
  position: relative !important;
}
.cid-u4zHTu5VEU .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zHTu5VEU .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zHTu5VEU .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zHTu5VEU .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zHTu5VEU .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zHTu5VEU .container {
    padding: 0 1rem;
  }
}
.cid-u4zHTu5VEU .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zHTu5VEU .nav-link {
  position: relative;
}
.cid-u4zHTu5VEU .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zHTu5VEU .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zHTu5VEU .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zHTu5VEU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zHTu5VEU .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zHTu5VEU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zHTu5VEU .navbar.collapsed {
  justify-content: center;
}
.cid-u4zHTu5VEU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zHTu5VEU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zHTu5VEU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zHTu5VEU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zHTu5VEU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zHTu5VEU .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-u4zHTu5VEU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zHTu5VEU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zHTu5VEU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zHTu5VEU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zHTu5VEU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zHTu5VEU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zHTu5VEU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zHTu5VEU .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-u4zHTu5VEU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zHTu5VEU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zHTu5VEU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zHTu5VEU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zHTu5VEU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zHTu5VEU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zHTu5VEU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zHTu5VEU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zHTu5VEU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zHTu5VEU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHTu5VEU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zHTu5VEU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zHTu5VEU .dropdown-item:hover,
.cid-u4zHTu5VEU .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zHTu5VEU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zHTu5VEU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zHTu5VEU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zHTu5VEU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zHTu5VEU .dropdown-menu,
.cid-u4zHTu5VEU .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zHTu5VEU .nav-item:focus,
.cid-u4zHTu5VEU .nav-link:focus {
  outline: none;
}
.cid-u4zHTu5VEU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zHTu5VEU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zHTu5VEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zHTu5VEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zHTu5VEU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zHTu5VEU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zHTu5VEU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zHTu5VEU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zHTu5VEU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zHTu5VEU .dropdown-item.active,
.cid-u4zHTu5VEU .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zHTu5VEU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zHTu5VEU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zHTu5VEU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zHTu5VEU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zHTu5VEU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zHTu5VEU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zHTu5VEU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zHTu5VEU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zHTu5VEU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zHTu5VEU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zHTu5VEU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zHTu5VEU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHTu5VEU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zHTu5VEU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zHTu5VEU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHTu5VEU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zHTu5VEU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zHTu5VEU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zHTu5VEU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zHTu5VEU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zHTu5VEU .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-u4zHTu5VEU .navbar {
    height: 70px;
  }
  .cid-u4zHTu5VEU .navbar.opened {
    height: auto;
  }
  .cid-u4zHTu5VEU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zHTwnRl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4zHTwnRl8 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4zHTwnRl8 .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zHTwnRl8 .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4JWQOvXTW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4JWQOvXTW .row {
  flex-direction: row-reverse;
}
.cid-u4JWQOvXTW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u4JWQOvXTW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4JWQOvXTW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4JWQOvXTW .mbr-section-title {
  color: #103178;
}
.cid-u4JWQOvXTW .mbr-text,
.cid-u4JWQOvXTW .mbr-section-btn {
  color: #103178;
  text-align: center;
}
.cid-u4JWQOvXTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4JWQOvXTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zHTvF9bY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-u4zHTvF9bY img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-u4zHTvF9bY .row {
  justify-content: space-between;
}
.cid-u4zHTvF9bY .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-u4zHTvF9bY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u4zHTvF9bY .image-wrapper {
    padding: 1rem;
  }
}
.cid-u4zHTvF9bY .image-wrapper:hover .img-link,
.cid-u4zHTvF9bY .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-u4zHTvF9bY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u4zHTvF9bY .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-u4zHTvF9bY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zHTvF9bY .img-link {
  background: #103178;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-u4zHTvF9bY .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #e4151b;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u4zHTvF9bY .img-link {
    flex-direction: column;
  }
  .cid-u4zHTvF9bY .img-link .status,
  .cid-u4zHTvF9bY .img-link .icons {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4zHTvF9bY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4zHTvF9bY .mbr-section-title {
  color: #000000;
}
.cid-u4zHTvF9bY .mbr-section-text {
  color: #000000;
}
.cid-u4zHTvF9bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zHTvF9bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zHTvF9bY .name {
  color: #e4151b;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
.cid-u4zIkl2Hba .navbar-dropdown {
  position: relative !important;
}
.cid-u4zIkl2Hba .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u4zIkl2Hba .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u4zIkl2Hba .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u4zIkl2Hba .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u4zIkl2Hba .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4zIkl2Hba .container {
    padding: 0 1rem;
  }
}
.cid-u4zIkl2Hba .menu-tite {
  background: #103178;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-u4zIkl2Hba .nav-link {
  position: relative;
}
.cid-u4zIkl2Hba .nav-link:hover {
  color: #47b5ed !important;
}
.cid-u4zIkl2Hba .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u4zIkl2Hba .navbar.opened {
  transition: all 0.3s;
}
.cid-u4zIkl2Hba .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4zIkl2Hba .navbar .navbar-logo img {
  width: auto;
}
.cid-u4zIkl2Hba .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4zIkl2Hba .navbar.collapsed {
  justify-content: center;
}
.cid-u4zIkl2Hba .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4zIkl2Hba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4zIkl2Hba .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-u4zIkl2Hba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4zIkl2Hba .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4zIkl2Hba .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-u4zIkl2Hba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4zIkl2Hba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4zIkl2Hba .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4zIkl2Hba .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4zIkl2Hba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4zIkl2Hba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4zIkl2Hba .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4zIkl2Hba .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-u4zIkl2Hba .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4zIkl2Hba .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4zIkl2Hba .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4zIkl2Hba .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4zIkl2Hba .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4zIkl2Hba .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4zIkl2Hba .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4zIkl2Hba .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4zIkl2Hba .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4zIkl2Hba .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zIkl2Hba .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4zIkl2Hba .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4zIkl2Hba .dropdown-item:hover,
.cid-u4zIkl2Hba .dropdown-item:focus {
  background: #103178 !important;
  color: white !important;
}
.cid-u4zIkl2Hba .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4zIkl2Hba .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4zIkl2Hba .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u4zIkl2Hba .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4zIkl2Hba .dropdown-menu,
.cid-u4zIkl2Hba .navbar.opened {
  background: #ffffff !important;
}
.cid-u4zIkl2Hba .nav-item:focus,
.cid-u4zIkl2Hba .nav-link:focus {
  outline: none;
}
.cid-u4zIkl2Hba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4zIkl2Hba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4zIkl2Hba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4zIkl2Hba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4zIkl2Hba .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4zIkl2Hba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4zIkl2Hba .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4zIkl2Hba .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4zIkl2Hba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4zIkl2Hba .dropdown-item.active,
.cid-u4zIkl2Hba .dropdown-item:active {
  background-color: transparent;
}
.cid-u4zIkl2Hba .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4zIkl2Hba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4zIkl2Hba .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4zIkl2Hba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4zIkl2Hba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4zIkl2Hba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4zIkl2Hba ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4zIkl2Hba .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4zIkl2Hba button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4zIkl2Hba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u4zIkl2Hba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4zIkl2Hba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zIkl2Hba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4zIkl2Hba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4zIkl2Hba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zIkl2Hba nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4zIkl2Hba nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4zIkl2Hba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4zIkl2Hba .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u4zIkl2Hba a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4zIkl2Hba .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-u4zIkl2Hba .navbar {
    height: 70px;
  }
  .cid-u4zIkl2Hba .navbar.opened {
    height: auto;
  }
  .cid-u4zIkl2Hba .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4zIknJNKz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4zIknJNKz .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4zIknJNKz .mbr-section-subtitle {
  text-align: center;
}
.cid-u4zIknJNKz .mbr-section-title {
  color: #e4151b;
  text-align: center;
}
.cid-u4JZBvYsii {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4JZBvYsii .row {
  flex-direction: row-reverse;
}
.cid-u4JZBvYsii .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u4JZBvYsii .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4JZBvYsii .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4JZBvYsii .mbr-section-title {
  color: #103178;
}
.cid-u4JZBvYsii .mbr-text,
.cid-u4JZBvYsii .mbr-section-btn {
  color: #103178;
  text-align: center;
}
.cid-u4JZBvYsii .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4JZBvYsii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlZe4LP8z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXlZe4LP8z .row {
  flex-direction: row-reverse;
}
.cid-uXlZe4LP8z .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uXlZe4LP8z .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXlZe4LP8z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXlZe4LP8z .mbr-section-title {
  color: #103178;
}
.cid-uXlZe4LP8z .mbr-text,
.cid-uXlZe4LP8z .mbr-section-btn {
  color: #103178;
  text-align: center;
}
.cid-uXlZe4LP8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlZe4LP8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zIkn16kU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-u4zIkn16kU img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-u4zIkn16kU .row {
  justify-content: space-between;
}
.cid-u4zIkn16kU .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-u4zIkn16kU .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u4zIkn16kU .image-wrapper {
    padding: 1rem;
  }
}
.cid-u4zIkn16kU .image-wrapper:hover .img-link,
.cid-u4zIkn16kU .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-u4zIkn16kU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u4zIkn16kU .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-u4zIkn16kU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4zIkn16kU .img-link {
  background: #103178;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-u4zIkn16kU .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #e4151b;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u4zIkn16kU .img-link {
    flex-direction: column;
  }
  .cid-u4zIkn16kU .img-link .status,
  .cid-u4zIkn16kU .img-link .icons {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4zIkn16kU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4zIkn16kU .mbr-section-title {
  color: #000000;
}
.cid-u4zIkn16kU .mbr-section-text {
  color: #000000;
}
.cid-u4zIkn16kU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4zIkn16kU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4zIkn16kU .name {
  color: #e4151b;
}
.cid-u4KephFQga {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #103178;
}
.cid-u4KephFQga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KephFQga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4KephFQga .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-u4KephFQga .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-u4KephFQga .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u4KephFQga .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-u4KephFQga .container {
    max-width: 100%;
  }
  .cid-u4KephFQga .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u4KephFQga .item-wrap {
  width: 100%;
}
.cid-u4KephFQga .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u4KephFQga .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u4KephFQga .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u4KephFQga .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u4KephFQga .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u4KephFQga .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-u4KephFQga .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #e4151b, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u4KephFQga .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u4KephFQga .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u4KephFQga .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u4KephFQga .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-links {
    padding-top: 20px;
  }
}
.cid-u4KephFQga .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u4KephFQga .list {
    text-align: center !important;
  }
}
.cid-u4KephFQga .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-u4KephFQga .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-u4KephFQga .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #103178;
  transition: 0.4s all;
}
.cid-u4KephFQga .list a:hover {
  color: #103178 !important;
  line-height: inherit !important;
}
.cid-u4KephFQga .list a:hover:before {
  width: 100%;
}
.cid-u4KephFQga .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-u4KephFQga .col-copyright {
    padding-top: 40px;
  }
}
.cid-u4KephFQga .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-u4KephFQga .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-u5Mpbx90UQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-u5Mpbx90UQ .mbr-text {
  color: #ffffff;
}
