.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #25a8e8 !important;
}
.bg-info {
  background-color: #60d4e9 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #60d4e9 !important;
  border-color: #60d4e9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8de0ef !important;
  border-color: #8de0ef !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8de0ef !important;
  border-color: #8de0ef !important;
}
.btn-success,
.btn-success:active {
  background-color: #25a8e8 !important;
  border-color: #25a8e8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53baed !important;
  border-color: #53baed !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53baed !important;
  border-color: #53baed !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #60d4e9;
  color: #60d4e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1db9d5 !important;
  background-color: transparent !important;
  border-color: #1db9d5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #60d4e9 !important;
  border-color: #60d4e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25a8e8;
  color: #25a8e8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1174a5 !important;
  background-color: transparent !important;
  border-color: #1174a5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25a8e8 !important;
  border-color: #25a8e8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #25a8e8 !important;
}
.text-info {
  color: #60d4e9 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #106b97 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1cadc7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #60d4e9;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #def2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #0c2c68 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC2dedQPTo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uC2dedQPTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2dedQPTo .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-uC2dedQPTo .container {
    padding: 0 25px;
  }
}
.cid-uC2dedQPTo .row {
  justify-content: center;
}
.cid-uC2dedQPTo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uC2dedQPTo .item:first-child .item-wrapper {
  border-top: 2px solid #25a8e8;
}
.cid-uC2dedQPTo .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #25a8e8;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-uC2dedQPTo .item .item-wrapper:hover .item-img img,
.cid-uC2dedQPTo .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uC2dedQPTo .item .item-wrapper {
    display: block;
  }
}
.cid-uC2dedQPTo .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-uC2dedQPTo .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uC2dedQPTo .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-uC2dedQPTo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uC2dedQPTo .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uC2dedQPTo .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uC2dedQPTo .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #393193;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-uC2dedQPTo .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uC2dedQPTo .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #393193;
}
.cid-uC2dedQPTo .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uC2dedQPTo .mbr-section-title {
  color: #000000;
}
.cid-uC2dedQPTo .item-title {
  color: #000000;
}
.cid-uC2dedQPTo .item-desc {
  color: #000000;
}
.cid-uC2dedQPTo .item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uC2dedQPTo .item-price {
  color: #000000;
}
.cid-uCdcRQWjfF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1604.webp");
}
.cid-uCdcRQWjfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdcRQWjfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdcRQWjfF .content-head {
  max-width: 800px;
}
.cid-uCdcRQWjfF .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uCdcRQWjfF .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uCdcRQWjfF .item {
    min-height: 45px;
  }
}
.cid-uCdhevY6ON {
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCdhevY6ON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdhevY6ON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdhevY6ON .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uCdhevY6ON .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uCdhevY6ON .container {
    padding: 0 25px;
  }
}
.cid-uCdhevY6ON .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCdhevY6ON .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCdhevY6ON .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uCdhevY6ON .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uCdhevY6ON .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uCdhevY6ON .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uCdhevY6ON .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uCdhevY6ON .title-wrapper {
    padding: 0;
  }
}
.cid-uCdhevY6ON .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCdhevY6ON .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uCdhevY6ON .mbr-section-title {
  color: #000000;
}
.cid-uCdhevY6ON .mbr-text {
  color: #000000;
}
.cid-uC2cxALUn9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uC2cxALUn9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC2cxALUn9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC2cxALUn9 .container {
    padding: 0 25px;
  }
}
.cid-uC2cxALUn9 .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uC2cxALUn9 .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uC2cxALUn9 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uC2cxALUn9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2cxALUn9 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uC2cxALUn9 .item:focus,
.cid-uC2cxALUn9 span:focus {
  outline: none;
}
.cid-uC2cxALUn9 .item-wrapper {
  position: relative;
}
.cid-uC2cxALUn9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-uC2cxALUn9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uC2cxALUn9 .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uC2cxALUn9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uC2cxALUn9 .embla__button--next,
.cid-uC2cxALUn9 .embla__button--prev {
  display: flex;
}
.cid-uC2cxALUn9 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uC2cxALUn9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC2cxALUn9 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uC2cxALUn9 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uC2cxALUn9 .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uC2cxALUn9 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uC2cxALUn9 .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uC2cxALUn9 .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uC2cxALUn9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uC2cxALUn9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC2cxALUn9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC2cxALUn9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC2cxALUn9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC2cxALUn9 .mbr-section-title {
  color: #000000;
}
.cid-uC2cxALUn9 .mbr-text {
  color: #000000;
}
.cid-uCjj6J0TJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCjj6J0TJz .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uCjj6J0TJz .item-img,
.cid-uCjj6J0TJz .img-wrap,
.cid-uCjj6J0TJz img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uCjj6J0TJz img,
.cid-uCjj6J0TJz .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uCjj6J0TJz img,
  .cid-uCjj6J0TJz .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uCjj6J0TJz .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uCjj6J0TJz .item:focus,
.cid-uCjj6J0TJz span:focus {
  outline: none;
}
.cid-uCjj6J0TJz .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uCjj6J0TJz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCjj6J0TJz .item {
    margin-bottom: 1rem;
  }
}
.cid-uCjj6J0TJz h5 {
  margin: 0;
}
.cid-uCjj6J0TJz .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uCjj6J0TJz .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uCjj6J0TJz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCjj6J0TJz .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uCjj6J0TJz .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uCjj6J0TJz .item-wrapper {
    height: auto;
  }
}
.cid-uCjj6J0TJz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCjj6J0TJz .item-title {
  text-align: center;
}
.cid-uCjj6J0TJz .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uCjj6J0TJz .mbr-text,
.cid-uCjj6J0TJz .item .mbr-section-btn {
  text-align: center;
}
.cid-uCjj6J0TJz .mbr-section-subtitle,
.cid-uCjj6J0TJz .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uHoALf8wvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHoALf8wvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoALf8wvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoALf8wvd .row {
  flex-direction: row-reverse;
}
.cid-uCj8ps6YOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCj8ps6YOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCj8ps6YOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCj8ps6YOZ .container-fluid {
  padding: 0 45px 0 0;
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-uCj8ps6YOZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uCj8ps6YOZ .container {
    padding: 0 25px;
  }
}
.cid-uCj8ps6YOZ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCj8ps6YOZ .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCj8ps6YOZ .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uCj8ps6YOZ .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uCj8ps6YOZ .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uCj8ps6YOZ .title-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uCj8ps6YOZ .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uCj8ps6YOZ .title-wrapper {
    padding: 0;
  }
}
.cid-uCj8ps6YOZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCj8ps6YOZ .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uCj8ps6YOZ .mbr-section-title {
  color: #000000;
}
.cid-uCj8ps6YOZ .mbr-text {
  color: #000000;
}
.cid-uR4AerGlMP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR4AerGlMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR4AerGlMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR4AerGlMP .row {
  flex-direction: row-reverse;
}
.cid-uThudUCpVj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uThudUCpVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThudUCpVj .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-uThudUCpVj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uThudUCpVj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uThudUCpVj .google-map {
  height: 100%;
  position: relative;
}
.cid-uThudUCpVj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uThudUCpVj .google-map iframe {
    min-height: 350px;
  }
}
.cid-uThudUCpVj .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-uThudUCpVj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uThudUCpVj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uThudUCpVj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uThudUCpVj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uThudUCpVj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uThudUCpVj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uThudUCpVj .content-head {
  max-width: 800px;
}
.cid-uThudUCpVj .list,
.cid-uThudUCpVj .item-wrap {
  color: #0c2c68;
}
.cid-uR4Dtyg2Sk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
@media (max-width: 767px) {
  .cid-uR4Dtyg2Sk .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uR4Dtyg2Sk .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uR4Dtyg2Sk .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uR4Dtyg2Sk .google-map iframe {
    min-height: 350px;
  }
}
.cid-uR4Dtyg2Sk .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-uR4Dtyg2Sk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR4Dtyg2Sk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR4Dtyg2Sk .content-head {
  max-width: 800px;
}
.cid-uR4Dtyg2Sk .mbr-section-title {
  text-align: center;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCrbgTJgCj .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 19px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 80px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uCrbgTJgCj .my-float {
  margin-top: 16px;
}
.cid-uCrbgTJgCj P {
  color: #232323;
}
.cid-uCrbgTJgCj DIV {
  color: #ffffff;
}
.cid-uCrbgTJgCj H10 {
  color: #767676;
}
.cid-uCrbgTJgCj .hidden {
  display: none;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6pSshMwr {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6pSshMwr .mbr-overlay {
  background: #ff0f00;
  opacity: 0.3;
}
.cid-uG6pSshMwr img,
.cid-uG6pSshMwr .item-img {
  width: 100%;
}
.cid-uG6pSshMwr .item:focus,
.cid-uG6pSshMwr span:focus {
  outline: none;
}
.cid-uG6pSshMwr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6pSshMwr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0c2c68;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6pSshMwr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6pSshMwr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6pSshMwr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6pSshMwr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6pSshMwr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6pSshMwr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uG6pSshMwr .mbr-text,
.cid-uG6pSshMwr .mbr-section-btn {
  text-align: left;
  color: #fff0b0;
}
.cid-uG6pSshMwr .item-title {
  text-align: left;
  color: #000000;
}
.cid-uG6pSshMwr .item-subtitle {
  text-align: left;
  color: #3c9bca;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6EnpEGEE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG6EnpEGEE .container {
  max-width: 1160px;
}
.cid-uG6EnpEGEE .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6EnpEGEE .images-container {
    width: 100%;
  }
}
.cid-uG6EnpEGEE .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6EnpEGEE .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6EnpEGEE .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6EnpEGEE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6EnpEGEE img {
  width: 116px;
  margin: auto;
}
.cid-uG6EnpEGEE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qfgmBT6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qfgmBT6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qfgmBT6 img,
.cid-uG6qfgmBT6 .item-img {
  width: 100%;
}
.cid-uG6qfgmBT6 .item:focus,
.cid-uG6qfgmBT6 span:focus {
  outline: none;
}
.cid-uG6qfgmBT6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qfgmBT6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qfgmBT6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qfgmBT6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qfgmBT6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qfgmBT6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qfgmBT6 .item-wrapper {
  background: transparent;
}
.cid-uG6qfgmBT6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qfgmBT6 .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qfgmBT6 .mbr-text,
.cid-uG6qfgmBT6 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qfgmBT6 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qfgmBT6 .item-subtitle {
  text-align: center;
}
.cid-uG6xG89Zla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG6xG89Zla .container {
  max-width: 1160px;
}
.cid-uG6xG89Zla .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6xG89Zla .images-container {
    width: 100%;
  }
}
.cid-uG6xG89Zla .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6xG89Zla .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6xG89Zla .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6xG89Zla .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6xG89Zla img {
  width: 116px;
  margin: auto;
}
.cid-uG6xG89Zla .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qiG4qAs {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qiG4qAs .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qiG4qAs img,
.cid-uG6qiG4qAs .item-img {
  width: 100%;
}
.cid-uG6qiG4qAs .item:focus,
.cid-uG6qiG4qAs span:focus {
  outline: none;
}
.cid-uG6qiG4qAs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qiG4qAs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qiG4qAs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qiG4qAs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qiG4qAs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qiG4qAs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qiG4qAs .item-wrapper {
  background: transparent;
}
.cid-uG6qiG4qAs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qiG4qAs .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qiG4qAs .mbr-text,
.cid-uG6qiG4qAs .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qiG4qAs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qiG4qAs .item-subtitle {
  text-align: center;
}
.cid-uG6AliQKAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG6AliQKAH .container {
  max-width: 1160px;
}
.cid-uG6AliQKAH .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6AliQKAH .images-container {
    width: 100%;
  }
}
.cid-uG6AliQKAH .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6AliQKAH .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6AliQKAH .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6AliQKAH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6AliQKAH img {
  width: 116px;
  margin: auto;
}
.cid-uG6AliQKAH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qlYOnxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qlYOnxg .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qlYOnxg img,
.cid-uG6qlYOnxg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uG6qlYOnxg .item:focus,
.cid-uG6qlYOnxg span:focus {
  outline: none;
}
.cid-uG6qlYOnxg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qlYOnxg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qlYOnxg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qlYOnxg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qlYOnxg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qlYOnxg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qlYOnxg .item-wrapper {
  background: transparent;
}
.cid-uG6qlYOnxg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qlYOnxg .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qlYOnxg .mbr-text,
.cid-uG6qlYOnxg .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qlYOnxg .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qlYOnxg .item-subtitle {
  text-align: center;
}
.cid-uG6Amkufsv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG6Amkufsv .container {
  max-width: 1160px;
}
.cid-uG6Amkufsv .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6Amkufsv .images-container {
    width: 100%;
  }
}
.cid-uG6Amkufsv .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6Amkufsv .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6Amkufsv .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6Amkufsv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6Amkufsv img {
  width: 116px;
  margin: auto;
}
.cid-uG6Amkufsv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qnyCimB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qnyCimB .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qnyCimB img,
.cid-uG6qnyCimB .item-img {
  width: 100%;
}
.cid-uG6qnyCimB .item:focus,
.cid-uG6qnyCimB span:focus {
  outline: none;
}
.cid-uG6qnyCimB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qnyCimB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uG6qnyCimB .item {
  padding: 0;
  margin: 0;
}
.cid-uG6qnyCimB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qnyCimB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qnyCimB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qnyCimB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qnyCimB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qnyCimB .item-wrapper {
  background: transparent;
}
.cid-uG6qnyCimB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qnyCimB .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qnyCimB .mbr-text,
.cid-uG6qnyCimB .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qnyCimB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qnyCimB .item-subtitle {
  text-align: center;
}
.cid-uG6Ap9HqWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG6Ap9HqWY .container {
  max-width: 1160px;
}
.cid-uG6Ap9HqWY .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6Ap9HqWY .images-container {
    width: 100%;
  }
}
.cid-uG6Ap9HqWY .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6Ap9HqWY .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6Ap9HqWY .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6Ap9HqWY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6Ap9HqWY img {
  width: 116px;
  margin: auto;
}
.cid-uG6Ap9HqWY .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qzc5pJm {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qzc5pJm .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qzc5pJm img,
.cid-uG6qzc5pJm .item-img {
  width: 100%;
}
.cid-uG6qzc5pJm .item:focus,
.cid-uG6qzc5pJm span:focus {
  outline: none;
}
.cid-uG6qzc5pJm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qzc5pJm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qzc5pJm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qzc5pJm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qzc5pJm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qzc5pJm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qzc5pJm .item-wrapper {
  background: transparent;
}
.cid-uG6qzc5pJm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qzc5pJm .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qzc5pJm .mbr-text,
.cid-uG6qzc5pJm .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qzc5pJm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qzc5pJm .item-subtitle {
  text-align: center;
}
.cid-uG6AqgcEHe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uG6AqgcEHe .container {
  max-width: 1160px;
}
.cid-uG6AqgcEHe .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uG6AqgcEHe .images-container {
    width: 100%;
  }
}
.cid-uG6AqgcEHe .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uG6AqgcEHe .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uG6AqgcEHe .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uG6AqgcEHe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uG6AqgcEHe img {
  width: 116px;
  margin: auto;
}
.cid-uG6AqgcEHe .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-uG6qoVnQst {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uG6qoVnQst .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-uG6qoVnQst img,
.cid-uG6qoVnQst .item-img {
  width: 100%;
}
.cid-uG6qoVnQst .item:focus,
.cid-uG6qoVnQst span:focus {
  outline: none;
}
.cid-uG6qoVnQst .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG6qoVnQst .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uG6qoVnQst .item {
  padding: 0;
  margin: 0;
}
.cid-uG6qoVnQst .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG6qoVnQst .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uG6qoVnQst .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6qoVnQst .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uG6qoVnQst .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uG6qoVnQst .item-wrapper {
  background: transparent;
}
.cid-uG6qoVnQst .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG6qoVnQst .mbr-section-title {
  color: #ffffff;
}
.cid-uG6qoVnQst .mbr-text,
.cid-uG6qoVnQst .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-uG6qoVnQst .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uG6qoVnQst .item-subtitle {
  text-align: center;
}
.cid-uG6w9ysaKz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uG6w9ysaKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6w9ysaKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6w9ysaKz .row {
  flex-direction: row-reverse;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6ITRF6ih {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uG6ITRF6ih .container {
    padding: 0 25px;
  }
}
.cid-uG6ITRF6ih .row {
  margin: 0;
}
.cid-uG6ITRF6ih .row .card {
  padding: 0;
}
.cid-uG6ITRF6ih .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uG6ITRF6ih .image-wrapper {
    height: 350px;
  }
}
.cid-uG6ITRF6ih .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG6ITRF6ih .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #4d699d;
}
@media (max-width: 768px) {
  .cid-uG6ITRF6ih .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uG6ITRF6ih .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uG6ITRF6ih .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uG6ITRF6ih .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uG6ITRF6ih .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG6ITRF6ih .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG6ITRF6ih .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uG6ITRF6ih .mbr-section-title {
  color: #ffffff;
}
.cid-uG6ITRF6ih .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uG6ITRF6ih .mbr-text {
  color: #ffffff;
}
.cid-uHpqQyK6tY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-uHpqQyK6tY {
    align-items: flex-end;
  }
  .cid-uHpqQyK6tY .row {
    justify-content: flex-start;
  }
  .cid-uHpqQyK6tY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHpqQyK6tY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHpqQyK6tY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uHpqQyK6tY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHpqQyK6tY .content-wrap {
    width: 100%;
  }
}
.cid-uHpqQyK6tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpqQyK6tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uHpqQyK6tY .mbr-section-title,
.cid-uHpqQyK6tY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uHpqQyK6tY .mbr-text,
.cid-uHpqQyK6tY .mbr-section-btn {
  text-align: left;
}
.cid-uHpqQyK6tY .mbr-section-title {
  color: #e1e7e4;
}
.cid-uG6IGojofJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uG6IGojofJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6IGojofJ .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-uG6IGojofJ .container {
    padding: 0 25px;
  }
}
.cid-uG6IGojofJ .row {
  justify-content: center;
  margin: 0;
}
.cid-uG6IGojofJ .row .card {
  padding: 0;
}
.cid-uG6IGojofJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-uG6IGojofJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG6IGojofJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG6IGojofJ .item {
  padding: 0;
}
.cid-uG6IGojofJ .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG6IGojofJ .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uG6IGojofJ .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uG6IGojofJ .item .item-wrapper:hover .item-img img,
.cid-uG6IGojofJ .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uG6IGojofJ .item .item-wrapper {
    display: block;
  }
}
.cid-uG6IGojofJ .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uG6IGojofJ .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uG6IGojofJ .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uG6IGojofJ .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG6IGojofJ .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uG6IGojofJ .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #a6a99c;
  color: #ffffff;
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uG6IGojofJ .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uG6IGojofJ .mbr-section-btn {
  margin-top: 60px;
}
.cid-uG6IGojofJ .mbr-section-title {
  color: #000000;
}
.cid-uG6IGojofJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uG6IGojofJ .item-title {
  color: #000000;
}
.cid-uG6IGojofJ .item-desc {
  color: #000000;
}
.cid-uG6IGojofJ .item-subtitle {
  color: #000000;
}
.cid-uG6IGojofJ .item-price {
  color: #000000;
}
.cid-uG6IGojofJ .mbr-section-title,
.cid-uG6IGojofJ .mbr-section-btn {
  text-align: center;
}
.cid-uHpmlFrhCr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uHpmlFrhCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpmlFrhCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpmlFrhCr .row {
  flex-direction: row-reverse;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdjsyAe1s {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondoflu.webp");
}
.cid-uJdjsyAe1s .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uJdjsyAe1s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uJdjsyAe1s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uJdjsyAe1s {
    align-items: center;
  }
  .cid-uJdjsyAe1s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJdjsyAe1s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJdjsyAe1s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJdjsyAe1s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJdjsyAe1s .content-wrap {
    width: 100%;
  }
}
.cid-uJdjsyAe1s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJdjsyAe1s .mbr-text,
.cid-uJdjsyAe1s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJdjsyAe1s .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uJdD7C442a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uJdD7C442a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdD7C442a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdD7C442a .content-head {
  max-width: 800px;
}
.cid-uJdD7C442a .loop-container .item {
  min-height: auto;
}
.cid-uJdD7C442a .item {
  color: #f7fff7;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJdD7C442a .item {
    min-height: 45px;
  }
}
.cid-uIPf9mqFdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIPf9mqFdD .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-uIPf9mqFdD .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uIPf9mqFdD .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-uIPf9mqFdD .mbr-section-title {
    margin-top: 25px;
  }
  .cid-uIPf9mqFdD .rating {
    padding-top: 20px;
  }
  .cid-uIPf9mqFdD .left-side {
    padding: 2rem 1rem;
  }
}
.cid-uIPf9mqFdD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uIPf9mqFdD .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-uIPf9mqFdD .row {
  flex-direction: row-reverse;
}
.cid-uIPf9mqFdD .iconfont-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uIPf9mqFdD .mbr-text P {
  text-align: left;
}
.cid-uJdIG8F1rO {
  background-color: #ffffff;
}
.cid-uJdIG8F1rO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdIG8F1rO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdIG8F1rO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJdIG8F1rO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJdIG8F1rO .container {
    padding: 0 22px;
  }
}
.cid-uJdIG8F1rO .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJdIG8F1rO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJdIG8F1rO .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJdIG8F1rO .image-wrapper img {
    height: 350px;
  }
}
.cid-uJdIG8F1rO .mbr-section-title {
  margin-bottom: 16px;
  color: #8a8588;
}
.cid-uJdIG8F1rO .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-uJdIG8F1rO .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uJdIG8F1rO .panel-group .card:hover,
.cid-uJdIG8F1rO .panel-group .card:focus {
  border-top: 1px solid #0c2c68;
}
.cid-uJdIG8F1rO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJdIG8F1rO .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uJdIG8F1rO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJdIG8F1rO .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #0c2c68;
  margin-left: 16px;
}
.cid-uJdIG8F1rO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uJdIG8F1rO .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uJdIG8F1rO .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uJdIG8F1rO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJdIG8F1rO .panel-title-edit {
  color: #000000;
}
.cid-uJdIG8F1rO .panel-text {
  color: #8a8588;
}
.cid-uI9PX3HJLt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uI9PX3HJLt img,
.cid-uI9PX3HJLt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uI9PX3HJLt .item:focus,
.cid-uI9PX3HJLt span:focus {
  outline: none;
}
.cid-uI9PX3HJLt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uI9PX3HJLt .item {
    margin-bottom: 1rem;
  }
}
.cid-uI9PX3HJLt .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uI9PX3HJLt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uI9PX3HJLt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uI9PX3HJLt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uI9PX3HJLt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uI9PX3HJLt .mbr-section-title {
  color: #000000;
}
.cid-uI9PX3HJLt .item-title {
  text-align: left;
}
.cid-uI9PX3HJLt .item-subtitle {
  text-align: left;
}
.cid-uI9PX3HJLt .mbr-text,
.cid-uI9PX3HJLt .item .mbr-section-btn {
  text-align: left;
}
.cid-uI9PX3HJLt .content-head {
  max-width: 800px;
}
.cid-uI9PX3Hxse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uI9PX3Hxse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9PX3Hxse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uI9PX3Hxse .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uI9PX3Hxse .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uI9PX3Hxse .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uI9PX3Hxse .card-wrapper {
  background: #3c9bca;
}
.cid-uI9PX3Hxse .mbr-text,
.cid-uI9PX3Hxse .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uI9PX3Hxse .card-title,
.cid-uI9PX3Hxse .card-box {
  text-align: left;
  color: #000000;
}
.cid-uI9PX3JHxp {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uI9PX3JHxp .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uI9PX3JHxp img,
.cid-uI9PX3JHxp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uI9PX3JHxp .item:focus,
.cid-uI9PX3JHxp span:focus {
  outline: none;
}
.cid-uI9PX3JHxp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uI9PX3JHxp .item {
    margin-bottom: 1rem;
  }
}
.cid-uI9PX3JHxp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uI9PX3JHxp .mbr-section-title {
  color: #232323;
}
.cid-uI9PX3JHxp .mbr-text,
.cid-uI9PX3JHxp .mbr-section-btn {
  color: #edefeb;
}
.cid-uI9PX3JHxp .item-title {
  color: #edefeb;
}
.cid-uI9PX3JHxp .content-head {
  max-width: 800px;
}
.cid-uR4RZrWBO5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uR4RZrWBO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR4RZrWBO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR4RZrWBO5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uR4RZrWBO5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uR4RZrWBO5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uR4RZrWBO5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR4RZrWBO5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR4RZrWBO5 .mbr-section-title {
  color: #000000;
}
.cid-uR4RZrWBO5 .mbr-text,
.cid-uR4RZrWBO5 .mbr-section-btn {
  color: #000000;
}
.cid-uR4RZrWBO5 img {
  width: 100%;
  height: 100%;
}
.cid-uI9PX3Jx39 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uI9PX3Jx39 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uI9PX3Jx39 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uI9PX3Jx39 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uI9PX3Jx39 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uI9PX3Jx39 .content-head {
  max-width: 800px;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
.cid-uKevFuDdbO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKevFuDdbO .nav-item:focus,
.cid-uKevFuDdbO .nav-link:focus {
  outline: none;
}
.cid-uKevFuDdbO .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item:active,
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uKevFuDdbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uKevFuDdbO .navbar-caption:hover {
  color: inherit !important;
}
.cid-uKevFuDdbO .container {
  max-width: 1380px;
}
.cid-uKevFuDdbO .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uKevFuDdbO .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uKevFuDdbO .nav-link:hover,
.cid-uKevFuDdbO .nav-link:active,
.cid-uKevFuDdbO .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uKevFuDdbO .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uKevFuDdbO .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uKevFuDdbO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uKevFuDdbO .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKevFuDdbO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKevFuDdbO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKevFuDdbO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKevFuDdbO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKevFuDdbO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKevFuDdbO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uKevFuDdbO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKevFuDdbO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKevFuDdbO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKevFuDdbO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKevFuDdbO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKevFuDdbO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKevFuDdbO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKevFuDdbO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKevFuDdbO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uKevFuDdbO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uKevFuDdbO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKevFuDdbO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKevFuDdbO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKevFuDdbO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKevFuDdbO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKevFuDdbO .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uKevFuDdbO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKevFuDdbO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKevFuDdbO .icons-menu span {
  color: #ffffff !important;
}
.cid-uKevFuDdbO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKevFuDdbO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uKevFuDdbO .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKevFuDdbO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKevFuDdbO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKevFuDdbO .dropdown-item.active,
.cid-uKevFuDdbO .dropdown-item:active {
  background-color: transparent;
}
.cid-uKevFuDdbO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKevFuDdbO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKevFuDdbO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKevFuDdbO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uKevFuDdbO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKevFuDdbO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKevFuDdbO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKevFuDdbO .navbar-buttons {
  text-align: center;
}
.cid-uKevFuDdbO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKevFuDdbO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKevFuDdbO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uKevFuDdbO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uKevFuDdbO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uKevFuDdbO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uKevFuDdbO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uKevFuDdbO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uKevFuDdbO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uKevFuDdbO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uKevFuDdbO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uKevFuDdbO a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uKevFuDdbO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKevFuDdbO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uKevFuDdbO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKevFuDdbO .navbar {
    height: 77px;
  }
  .cid-uKevFuDdbO .navbar.opened {
    height: auto;
  }
  .cid-uKevFuDdbO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKevFvolM8 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uKevFvolM8 .container {
    padding: 0 25px;
  }
}
.cid-uKevFvolM8 .row {
  margin: 0;
}
.cid-uKevFvolM8 .row .card {
  padding: 0;
}
.cid-uKevFvolM8 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKevFvolM8 .image-wrapper {
    height: 350px;
  }
}
.cid-uKevFvolM8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKevFvolM8 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #4d699d;
}
@media (max-width: 768px) {
  .cid-uKevFvolM8 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uKevFvolM8 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uKevFvolM8 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uKevFvolM8 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uKevFvolM8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uKevFvolM8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKevFvolM8 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uKevFvolM8 .mbr-section-title {
  color: #ffffff;
}
.cid-uKevFvolM8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKevFvolM8 .mbr-text {
  color: #ffffff;
}
.cid-uKevFx4wUr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uKevFx4wUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKevFx4wUr .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-uKevFx4wUr .container {
    padding: 0 25px;
  }
}
.cid-uKevFx4wUr .row {
  justify-content: center;
  margin: 0;
}
.cid-uKevFx4wUr .row .card {
  padding: 0;
}
.cid-uKevFx4wUr .title-wrapper {
  margin-bottom: 50px;
}
.cid-uKevFx4wUr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKevFx4wUr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKevFx4wUr .item {
  padding: 0;
}
.cid-uKevFx4wUr .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uKevFx4wUr .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uKevFx4wUr .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uKevFx4wUr .item .item-wrapper:hover .item-img img,
.cid-uKevFx4wUr .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uKevFx4wUr .item .item-wrapper {
    display: block;
  }
}
.cid-uKevFx4wUr .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uKevFx4wUr .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uKevFx4wUr .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uKevFx4wUr .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKevFx4wUr .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uKevFx4wUr .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #a6a99c;
  color: #ffffff;
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uKevFx4wUr .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uKevFx4wUr .mbr-section-btn {
  margin-top: 60px;
}
.cid-uKevFx4wUr .mbr-section-title {
  color: #000000;
}
.cid-uKevFx4wUr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKevFx4wUr .item-title {
  color: #000000;
}
.cid-uKevFx4wUr .item-desc {
  color: #000000;
}
.cid-uKevFx4wUr .item-subtitle {
  color: #000000;
}
.cid-uKevFx4wUr .item-price {
  color: #000000;
}
.cid-uKevFx4wUr .mbr-section-title,
.cid-uKevFx4wUr .mbr-section-btn {
  text-align: center;
}
.cid-uLj3a94vDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uLj3a94vDL .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uLj3a94vDL .item-img,
.cid-uLj3a94vDL .img-wrap,
.cid-uLj3a94vDL img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uLj3a94vDL img,
.cid-uLj3a94vDL .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uLj3a94vDL img,
  .cid-uLj3a94vDL .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uLj3a94vDL .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uLj3a94vDL .item:focus,
.cid-uLj3a94vDL span:focus {
  outline: none;
}
.cid-uLj3a94vDL .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uLj3a94vDL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLj3a94vDL .item {
    margin-bottom: 1rem;
  }
}
.cid-uLj3a94vDL h5 {
  margin: 0;
}
.cid-uLj3a94vDL .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uLj3a94vDL .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uLj3a94vDL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLj3a94vDL .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uLj3a94vDL .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uLj3a94vDL .item-wrapper {
    height: auto;
  }
}
.cid-uLj3a94vDL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLj3a94vDL .item-title {
  text-align: center;
}
.cid-uLj3a94vDL .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uLj3a94vDL .mbr-text,
.cid-uLj3a94vDL .item .mbr-section-btn {
  text-align: center;
}
.cid-uLj3a94vDL .mbr-section-subtitle,
.cid-uLj3a94vDL .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uKevFykuAC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKevFykuAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKevFykuAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKevFykuAC .row {
  flex-direction: row-reverse;
}
.cid-uKevFyUis3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uKevFyUis3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uKevFyUis3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKevFyUis3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKevFyUis3 .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uKevFyUis3 .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uKevFyUis3 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uKevFyUis3 .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uKevFyUis3 .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKevFyUis3 .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uKevFyUis3 .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKevFyUis3 .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uKevFyUis3 .mbr-section-title {
  color: #150764;
}
.cid-uKevFyUis3 .mbr-desc {
  color: #150764;
}
.cid-uKevFyUis3 .list {
  color: #150764;
}
.cid-uKevFyUis3 .mbr-section-title,
.cid-uKevFyUis3 .mbr-section-btn,
.cid-uKevFyUis3 .logo-wrapper {
  color: #3c9bca;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLh5NT8YZy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uLh5NT8YZy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLh5NT8YZy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLh5NT8YZy .container {
    padding: 0 25px;
  }
}
.cid-uLh5NT8YZy .row {
  margin: 0;
}
.cid-uLh5NT8YZy .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uLh5NT8YZy .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uLh5NT8YZy .image-wrapper {
    min-height: 350px;
  }
}
.cid-uLh5NT8YZy .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLh5NT8YZy .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uLh5NT8YZy .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uLh5NT8YZy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLh5NT8YZy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLh5NT8YZy .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uLh5NT8YZy .mbr-section-title {
  color: #000000;
}
.cid-uLh5NT8YZy .mbr-text {
  color: #000000;
}
.cid-uLh76u7Ecr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLh76u7Ecr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh76u7Ecr .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-uLh76u7Ecr .container {
    padding: 0 25px;
  }
}
.cid-uLh76u7Ecr .row {
  justify-content: center;
}
.cid-uLh76u7Ecr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uLh76u7Ecr .item {
  margin-bottom: 30px;
}
.cid-uLh76u7Ecr .item a {
  display: block;
}
.cid-uLh76u7Ecr .item a:hover .item-wrapper .item-img img,
.cid-uLh76u7Ecr .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uLh76u7Ecr .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uLh76u7Ecr .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uLh76u7Ecr .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLh76u7Ecr .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLh76u7Ecr .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLh76u7Ecr .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uLh76u7Ecr .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uLh76u7Ecr .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLh76u7Ecr .item-title {
  color: #000000;
}
.cid-uLh76u7Ecr .mbr-desc {
  color: #000000;
}
.cid-uLhyf6byFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uLhyf6byFt .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uLhyf6byFt .item-img,
.cid-uLhyf6byFt .img-wrap,
.cid-uLhyf6byFt img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uLhyf6byFt img,
.cid-uLhyf6byFt .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uLhyf6byFt img,
  .cid-uLhyf6byFt .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uLhyf6byFt .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uLhyf6byFt .item:focus,
.cid-uLhyf6byFt span:focus {
  outline: none;
}
.cid-uLhyf6byFt .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uLhyf6byFt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLhyf6byFt .item {
    margin-bottom: 1rem;
  }
}
.cid-uLhyf6byFt h5 {
  margin: 0;
}
.cid-uLhyf6byFt .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uLhyf6byFt .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uLhyf6byFt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLhyf6byFt .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uLhyf6byFt .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uLhyf6byFt .item-wrapper {
    height: auto;
  }
}
.cid-uLhyf6byFt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLhyf6byFt .item-title {
  text-align: center;
}
.cid-uLhyf6byFt .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uLhyf6byFt .mbr-text,
.cid-uLhyf6byFt .item .mbr-section-btn {
  text-align: center;
}
.cid-uLhyf6byFt .mbr-section-subtitle,
.cid-uLhyf6byFt .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
.cid-uQJSgdbKLG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQJSgdbKLG .nav-item:focus,
.cid-uQJSgdbKLG .nav-link:focus {
  outline: none;
}
.cid-uQJSgdbKLG .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQJSgdbKLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQJSgdbKLG .navbar-caption:hover {
  color: inherit !important;
}
.cid-uQJSgdbKLG .container {
  max-width: 1380px;
}
.cid-uQJSgdbKLG .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQJSgdbKLG .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uQJSgdbKLG .nav-link:hover,
.cid-uQJSgdbKLG .nav-link:active,
.cid-uQJSgdbKLG .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uQJSgdbKLG .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uQJSgdbKLG .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uQJSgdbKLG .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQJSgdbKLG .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQJSgdbKLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQJSgdbKLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQJSgdbKLG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQJSgdbKLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQJSgdbKLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQJSgdbKLG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQJSgdbKLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQJSgdbKLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQJSgdbKLG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQJSgdbKLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQJSgdbKLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQJSgdbKLG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQJSgdbKLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQJSgdbKLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQJSgdbKLG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQJSgdbKLG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQJSgdbKLG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQJSgdbKLG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQJSgdbKLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQJSgdbKLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQJSgdbKLG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQJSgdbKLG .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uQJSgdbKLG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQJSgdbKLG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQJSgdbKLG .icons-menu span {
  color: #ffffff !important;
}
.cid-uQJSgdbKLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQJSgdbKLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uQJSgdbKLG .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQJSgdbKLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQJSgdbKLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQJSgdbKLG .dropdown-item.active,
.cid-uQJSgdbKLG .dropdown-item:active {
  background-color: transparent;
}
.cid-uQJSgdbKLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQJSgdbKLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQJSgdbKLG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQJSgdbKLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uQJSgdbKLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQJSgdbKLG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQJSgdbKLG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQJSgdbKLG .navbar-buttons {
  text-align: center;
}
.cid-uQJSgdbKLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQJSgdbKLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQJSgdbKLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQJSgdbKLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQJSgdbKLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQJSgdbKLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQJSgdbKLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQJSgdbKLG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQJSgdbKLG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQJSgdbKLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQJSgdbKLG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQJSgdbKLG a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uQJSgdbKLG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQJSgdbKLG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQJSgdbKLG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQJSgdbKLG .navbar {
    height: 77px;
  }
  .cid-uQJSgdbKLG .navbar.opened {
    height: auto;
  }
  .cid-uQJSgdbKLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJSgew66I {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQJSgew66I .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQJSgew66I .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQJSgew66I .container {
    padding: 0 25px;
  }
}
.cid-uQJSgew66I .row {
  margin: 0;
}
.cid-uQJSgew66I .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uQJSgew66I .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uQJSgew66I .image-wrapper {
    min-height: 350px;
  }
}
.cid-uQJSgew66I .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQJSgew66I .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uQJSgew66I .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uQJSgew66I .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQJSgew66I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQJSgew66I .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uQJSgew66I .mbr-section-title {
  color: #000000;
}
.cid-uQJSgew66I .mbr-text {
  color: #000000;
}
.cid-uQJSgfI6bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQJSgfI6bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJSgfI6bg .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-uQJSgfI6bg .container {
    padding: 0 25px;
  }
}
.cid-uQJSgfI6bg .row {
  justify-content: center;
}
.cid-uQJSgfI6bg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQJSgfI6bg .item {
  margin-bottom: 30px;
}
.cid-uQJSgfI6bg .item a {
  display: block;
}
.cid-uQJSgfI6bg .item a:hover .item-wrapper .item-img img,
.cid-uQJSgfI6bg .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uQJSgfI6bg .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQJSgfI6bg .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uQJSgfI6bg .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQJSgfI6bg .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQJSgfI6bg .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQJSgfI6bg .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uQJSgfI6bg .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uQJSgfI6bg .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQJSgfI6bg .item-title {
  color: #000000;
}
.cid-uQJSgfI6bg .mbr-desc {
  color: #000000;
}
.cid-uQJSggRUEZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQJSggRUEZ .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uQJSggRUEZ .item-img,
.cid-uQJSggRUEZ .img-wrap,
.cid-uQJSggRUEZ img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uQJSggRUEZ img,
.cid-uQJSggRUEZ .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uQJSggRUEZ img,
  .cid-uQJSggRUEZ .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uQJSggRUEZ .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uQJSggRUEZ .item:focus,
.cid-uQJSggRUEZ span:focus {
  outline: none;
}
.cid-uQJSggRUEZ .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uQJSggRUEZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQJSggRUEZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uQJSggRUEZ h5 {
  margin: 0;
}
.cid-uQJSggRUEZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQJSggRUEZ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uQJSggRUEZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQJSggRUEZ .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uQJSggRUEZ .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uQJSggRUEZ .item-wrapper {
    height: auto;
  }
}
.cid-uQJSggRUEZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQJSggRUEZ .item-title {
  text-align: center;
}
.cid-uQJSggRUEZ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uQJSggRUEZ .mbr-text,
.cid-uQJSggRUEZ .item .mbr-section-btn {
  text-align: center;
}
.cid-uQJSggRUEZ .mbr-section-subtitle,
.cid-uQJSggRUEZ .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uQK7ajGQpP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQK7ajGQpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK7ajGQpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK7ajGQpP .row {
  flex-direction: row-reverse;
}
.cid-uQJSgjuXvk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQJSgjuXvk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQJSgjuXvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJSgjuXvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJSgjuXvk .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQJSgjuXvk .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQJSgjuXvk .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQJSgjuXvk .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQJSgjuXvk .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQJSgjuXvk .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQJSgjuXvk .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQJSgjuXvk .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQJSgjuXvk .mbr-section-title {
  color: #150764;
}
.cid-uQJSgjuXvk .mbr-desc {
  color: #150764;
}
.cid-uQJSgjuXvk .list {
  color: #150764;
}
.cid-uQJSgjuXvk .mbr-section-title,
.cid-uQJSgjuXvk .mbr-section-btn,
.cid-uQJSgjuXvk .logo-wrapper {
  color: #3c9bca;
}
.cid-uQK7LXXWuF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQK7LXXWuF .nav-item:focus,
.cid-uQK7LXXWuF .nav-link:focus {
  outline: none;
}
.cid-uQK7LXXWuF .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQK7LXXWuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQK7LXXWuF .navbar-caption:hover {
  color: inherit !important;
}
.cid-uQK7LXXWuF .container {
  max-width: 1380px;
}
.cid-uQK7LXXWuF .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQK7LXXWuF .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uQK7LXXWuF .nav-link:hover,
.cid-uQK7LXXWuF .nav-link:active,
.cid-uQK7LXXWuF .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uQK7LXXWuF .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uQK7LXXWuF .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uQK7LXXWuF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQK7LXXWuF .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQK7LXXWuF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQK7LXXWuF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQK7LXXWuF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQK7LXXWuF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQK7LXXWuF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQK7LXXWuF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQK7LXXWuF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQK7LXXWuF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQK7LXXWuF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQK7LXXWuF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQK7LXXWuF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQK7LXXWuF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQK7LXXWuF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQK7LXXWuF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQK7LXXWuF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQK7LXXWuF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQK7LXXWuF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQK7LXXWuF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQK7LXXWuF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQK7LXXWuF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQK7LXXWuF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQK7LXXWuF .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uQK7LXXWuF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQK7LXXWuF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQK7LXXWuF .icons-menu span {
  color: #ffffff !important;
}
.cid-uQK7LXXWuF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQK7LXXWuF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uQK7LXXWuF .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQK7LXXWuF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQK7LXXWuF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQK7LXXWuF .dropdown-item.active,
.cid-uQK7LXXWuF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQK7LXXWuF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQK7LXXWuF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQK7LXXWuF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQK7LXXWuF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uQK7LXXWuF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQK7LXXWuF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQK7LXXWuF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQK7LXXWuF .navbar-buttons {
  text-align: center;
}
.cid-uQK7LXXWuF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQK7LXXWuF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQK7LXXWuF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQK7LXXWuF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQK7LXXWuF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQK7LXXWuF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQK7LXXWuF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQK7LXXWuF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQK7LXXWuF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQK7LXXWuF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQK7LXXWuF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQK7LXXWuF a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uQK7LXXWuF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQK7LXXWuF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQK7LXXWuF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQK7LXXWuF .navbar {
    height: 77px;
  }
  .cid-uQK7LXXWuF .navbar.opened {
    height: auto;
  }
  .cid-uQK7LXXWuF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQK7LYCRiq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
@media (max-width: 992px) {
  .cid-uQK7LYCRiq .container {
    padding: 0 25px;
  }
}
.cid-uQK7LYCRiq .row {
  margin: 0;
}
.cid-uQK7LYCRiq .row .card {
  padding: 0;
}
.cid-uQK7LYCRiq .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQK7LYCRiq .image-wrapper {
    height: 350px;
  }
}
.cid-uQK7LYCRiq .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQK7LYCRiq .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #4d699d;
}
@media (max-width: 768px) {
  .cid-uQK7LYCRiq .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uQK7LYCRiq .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uQK7LYCRiq .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uQK7LYCRiq .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uQK7LYCRiq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uQK7LYCRiq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQK7LYCRiq .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uQK7LYCRiq .mbr-section-title {
  color: #ffffff;
}
.cid-uQK7LYCRiq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQK7LYCRiq .mbr-text {
  color: #ffffff;
}
.cid-uQK7LZmOGT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uQK7LZmOGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK7LZmOGT .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-uQK7LZmOGT .container {
    padding: 0 25px;
  }
}
.cid-uQK7LZmOGT .row {
  justify-content: center;
  margin: 0;
}
.cid-uQK7LZmOGT .row .card {
  padding: 0;
}
.cid-uQK7LZmOGT .title-wrapper {
  margin-bottom: 50px;
}
.cid-uQK7LZmOGT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQK7LZmOGT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQK7LZmOGT .item {
  padding: 0;
}
.cid-uQK7LZmOGT .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uQK7LZmOGT .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uQK7LZmOGT .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-uQK7LZmOGT .item .item-wrapper:hover .item-img img,
.cid-uQK7LZmOGT .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-uQK7LZmOGT .item .item-wrapper {
    display: block;
  }
}
.cid-uQK7LZmOGT .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uQK7LZmOGT .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-uQK7LZmOGT .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQK7LZmOGT .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-uQK7LZmOGT .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #a6a99c;
  color: #ffffff;
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-uQK7LZmOGT .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-uQK7LZmOGT .mbr-section-btn {
  margin-top: 60px;
}
.cid-uQK7LZmOGT .mbr-section-title {
  color: #000000;
}
.cid-uQK7LZmOGT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uQK7LZmOGT .item-title {
  color: #000000;
}
.cid-uQK7LZmOGT .item-desc {
  color: #000000;
}
.cid-uQK7LZmOGT .item-subtitle {
  color: #000000;
}
.cid-uQK7LZmOGT .item-price {
  color: #000000;
}
.cid-uQK7LZmOGT .mbr-section-title,
.cid-uQK7LZmOGT .mbr-section-btn {
  text-align: center;
}
.cid-uQK7M0uVQM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQK7M0uVQM .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uQK7M0uVQM .item-img,
.cid-uQK7M0uVQM .img-wrap,
.cid-uQK7M0uVQM img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uQK7M0uVQM img,
.cid-uQK7M0uVQM .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uQK7M0uVQM img,
  .cid-uQK7M0uVQM .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uQK7M0uVQM .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uQK7M0uVQM .item:focus,
.cid-uQK7M0uVQM span:focus {
  outline: none;
}
.cid-uQK7M0uVQM .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uQK7M0uVQM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQK7M0uVQM .item {
    margin-bottom: 1rem;
  }
}
.cid-uQK7M0uVQM h5 {
  margin: 0;
}
.cid-uQK7M0uVQM .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQK7M0uVQM .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uQK7M0uVQM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQK7M0uVQM .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uQK7M0uVQM .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uQK7M0uVQM .item-wrapper {
    height: auto;
  }
}
.cid-uQK7M0uVQM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQK7M0uVQM .item-title {
  text-align: center;
}
.cid-uQK7M0uVQM .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uQK7M0uVQM .mbr-text,
.cid-uQK7M0uVQM .item .mbr-section-btn {
  text-align: center;
}
.cid-uQK7M0uVQM .mbr-section-subtitle,
.cid-uQK7M0uVQM .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uQK7M1z6ok {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQK7M1z6ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK7M1z6ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK7M1z6ok .row {
  flex-direction: row-reverse;
}
.cid-uQK7M2dVBQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQK7M2dVBQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQK7M2dVBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK7M2dVBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK7M2dVBQ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQK7M2dVBQ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQK7M2dVBQ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQK7M2dVBQ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQK7M2dVBQ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQK7M2dVBQ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQK7M2dVBQ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQK7M2dVBQ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQK7M2dVBQ .mbr-section-title {
  color: #150764;
}
.cid-uQK7M2dVBQ .mbr-desc {
  color: #150764;
}
.cid-uQK7M2dVBQ .list {
  color: #150764;
}
.cid-uQK7M2dVBQ .mbr-section-title,
.cid-uQK7M2dVBQ .mbr-section-btn,
.cid-uQK7M2dVBQ .logo-wrapper {
  color: #3c9bca;
}
.cid-uQKMkK6FXq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQKMkK6FXq .nav-item:focus,
.cid-uQKMkK6FXq .nav-link:focus {
  outline: none;
}
.cid-uQKMkK6FXq .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQKMkK6FXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQKMkK6FXq .navbar-caption:hover {
  color: inherit !important;
}
.cid-uQKMkK6FXq .container {
  max-width: 1380px;
}
.cid-uQKMkK6FXq .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQKMkK6FXq .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uQKMkK6FXq .nav-link:hover,
.cid-uQKMkK6FXq .nav-link:active,
.cid-uQKMkK6FXq .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uQKMkK6FXq .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uQKMkK6FXq .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uQKMkK6FXq .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQKMkK6FXq .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQKMkK6FXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQKMkK6FXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQKMkK6FXq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQKMkK6FXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQKMkK6FXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQKMkK6FXq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQKMkK6FXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQKMkK6FXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQKMkK6FXq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQKMkK6FXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKMkK6FXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKMkK6FXq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQKMkK6FXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKMkK6FXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKMkK6FXq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQKMkK6FXq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQKMkK6FXq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKMkK6FXq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKMkK6FXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQKMkK6FXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKMkK6FXq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKMkK6FXq .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uQKMkK6FXq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQKMkK6FXq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQKMkK6FXq .icons-menu span {
  color: #ffffff !important;
}
.cid-uQKMkK6FXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQKMkK6FXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uQKMkK6FXq .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQKMkK6FXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQKMkK6FXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQKMkK6FXq .dropdown-item.active,
.cid-uQKMkK6FXq .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKMkK6FXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKMkK6FXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKMkK6FXq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKMkK6FXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uQKMkK6FXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKMkK6FXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKMkK6FXq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKMkK6FXq .navbar-buttons {
  text-align: center;
}
.cid-uQKMkK6FXq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQKMkK6FXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKMkK6FXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQKMkK6FXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQKMkK6FXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQKMkK6FXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQKMkK6FXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQKMkK6FXq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQKMkK6FXq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQKMkK6FXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQKMkK6FXq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQKMkK6FXq a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uQKMkK6FXq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQKMkK6FXq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQKMkK6FXq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKMkK6FXq .navbar {
    height: 77px;
  }
  .cid-uQKMkK6FXq .navbar.opened {
    height: auto;
  }
  .cid-uQKMkK6FXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKMkL3xv9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uQKMkL3xv9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQKMkL3xv9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQKMkL3xv9 .container {
    padding: 0 25px;
  }
}
.cid-uQKMkL3xv9 .row {
  margin: 0;
}
.cid-uQKMkL3xv9 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uQKMkL3xv9 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uQKMkL3xv9 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uQKMkL3xv9 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQKMkL3xv9 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uQKMkL3xv9 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uQKMkL3xv9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQKMkL3xv9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQKMkL3xv9 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uQKMkL3xv9 .mbr-section-title {
  color: #000000;
}
.cid-uQKMkL3xv9 .mbr-text {
  color: #000000;
}
.cid-uQKMkLFOc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQKMkLFOc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKMkLFOc3 .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-uQKMkLFOc3 .container {
    padding: 0 25px;
  }
}
.cid-uQKMkLFOc3 .row {
  justify-content: center;
}
.cid-uQKMkLFOc3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQKMkLFOc3 .item {
  margin-bottom: 30px;
}
.cid-uQKMkLFOc3 .item a {
  display: block;
}
.cid-uQKMkLFOc3 .item a:hover .item-wrapper .item-img img,
.cid-uQKMkLFOc3 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uQKMkLFOc3 .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQKMkLFOc3 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uQKMkLFOc3 .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQKMkLFOc3 .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKMkLFOc3 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQKMkLFOc3 .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uQKMkLFOc3 .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uQKMkLFOc3 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKMkLFOc3 .item-title {
  color: #000000;
}
.cid-uQKMkLFOc3 .mbr-desc {
  color: #000000;
}
.cid-uQKMkMBjd8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQKMkMBjd8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uQKMkMBjd8 .item-img,
.cid-uQKMkMBjd8 .img-wrap,
.cid-uQKMkMBjd8 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uQKMkMBjd8 img,
.cid-uQKMkMBjd8 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uQKMkMBjd8 img,
  .cid-uQKMkMBjd8 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uQKMkMBjd8 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uQKMkMBjd8 .item:focus,
.cid-uQKMkMBjd8 span:focus {
  outline: none;
}
.cid-uQKMkMBjd8 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uQKMkMBjd8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKMkMBjd8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKMkMBjd8 h5 {
  margin: 0;
}
.cid-uQKMkMBjd8 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQKMkMBjd8 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uQKMkMBjd8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQKMkMBjd8 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uQKMkMBjd8 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uQKMkMBjd8 .item-wrapper {
    height: auto;
  }
}
.cid-uQKMkMBjd8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQKMkMBjd8 .item-title {
  text-align: center;
}
.cid-uQKMkMBjd8 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uQKMkMBjd8 .mbr-text,
.cid-uQKMkMBjd8 .item .mbr-section-btn {
  text-align: center;
}
.cid-uQKMkMBjd8 .mbr-section-subtitle,
.cid-uQKMkMBjd8 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uQRuqcVSuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQRuqcVSuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRuqcVSuz .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-uQRuqcVSuz .container {
    padding: 0 25px;
  }
}
.cid-uQRuqcVSuz .row {
  justify-content: center;
}
.cid-uQRuqcVSuz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQRuqcVSuz .item {
  margin-bottom: 30px;
}
.cid-uQRuqcVSuz .item a {
  display: block;
}
.cid-uQRuqcVSuz .item a:hover .item-wrapper .item-img img,
.cid-uQRuqcVSuz .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uQRuqcVSuz .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQRuqcVSuz .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uQRuqcVSuz .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQRuqcVSuz .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQRuqcVSuz .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQRuqcVSuz .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uQRuqcVSuz .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uQRuqcVSuz .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQRuqcVSuz .item-title {
  color: #000000;
}
.cid-uQRuqcVSuz .mbr-desc {
  color: #000000;
}
.cid-uQKMkOUvFn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQKMkOUvFn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQKMkOUvFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKMkOUvFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKMkOUvFn .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQKMkOUvFn .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQKMkOUvFn .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQKMkOUvFn .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQKMkOUvFn .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQKMkOUvFn .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQKMkOUvFn .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQKMkOUvFn .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQKMkOUvFn .mbr-section-title {
  color: #150764;
}
.cid-uQKMkOUvFn .mbr-desc {
  color: #150764;
}
.cid-uQKMkOUvFn .list {
  color: #150764;
}
.cid-uQKMkOUvFn .mbr-section-title,
.cid-uQKMkOUvFn .mbr-section-btn,
.cid-uQKMkOUvFn .logo-wrapper {
  color: #3c9bca;
}
.cid-uQRAy8BbMR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQRAy8BbMR .nav-item:focus,
.cid-uQRAy8BbMR .nav-link:focus {
  outline: none;
}
.cid-uQRAy8BbMR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQRAy8BbMR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQRAy8BbMR .navbar-caption:hover {
  color: inherit !important;
}
.cid-uQRAy8BbMR .container {
  max-width: 1380px;
}
.cid-uQRAy8BbMR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQRAy8BbMR .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uQRAy8BbMR .nav-link:hover,
.cid-uQRAy8BbMR .nav-link:active,
.cid-uQRAy8BbMR .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uQRAy8BbMR .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uQRAy8BbMR .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uQRAy8BbMR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQRAy8BbMR .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRAy8BbMR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRAy8BbMR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQRAy8BbMR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQRAy8BbMR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRAy8BbMR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRAy8BbMR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQRAy8BbMR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRAy8BbMR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQRAy8BbMR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQRAy8BbMR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRAy8BbMR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRAy8BbMR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQRAy8BbMR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRAy8BbMR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRAy8BbMR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQRAy8BbMR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQRAy8BbMR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRAy8BbMR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRAy8BbMR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQRAy8BbMR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQRAy8BbMR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQRAy8BbMR .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uQRAy8BbMR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQRAy8BbMR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQRAy8BbMR .icons-menu span {
  color: #ffffff !important;
}
.cid-uQRAy8BbMR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRAy8BbMR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uQRAy8BbMR .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQRAy8BbMR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRAy8BbMR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRAy8BbMR .dropdown-item.active,
.cid-uQRAy8BbMR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRAy8BbMR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRAy8BbMR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRAy8BbMR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRAy8BbMR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uQRAy8BbMR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRAy8BbMR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRAy8BbMR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRAy8BbMR .navbar-buttons {
  text-align: center;
}
.cid-uQRAy8BbMR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQRAy8BbMR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQRAy8BbMR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQRAy8BbMR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQRAy8BbMR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQRAy8BbMR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQRAy8BbMR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQRAy8BbMR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQRAy8BbMR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQRAy8BbMR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQRAy8BbMR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQRAy8BbMR a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uQRAy8BbMR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQRAy8BbMR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQRAy8BbMR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRAy8BbMR .navbar {
    height: 77px;
  }
  .cid-uQRAy8BbMR .navbar.opened {
    height: auto;
  }
  .cid-uQRAy8BbMR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRAy9miZs {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uQRAy9miZs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQRAy9miZs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQRAy9miZs .container {
    padding: 0 25px;
  }
}
.cid-uQRAy9miZs .row {
  margin: 0;
}
.cid-uQRAy9miZs .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uQRAy9miZs .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uQRAy9miZs .image-wrapper {
    min-height: 350px;
  }
}
.cid-uQRAy9miZs .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-uQRAy9miZs .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uQRAy9miZs .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uQRAy9miZs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQRAy9miZs .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQRAy9miZs .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uQRAy9miZs .mbr-section-title {
  color: #000000;
}
.cid-uQRAy9miZs .mbr-text {
  color: #000000;
}
.cid-uQRAya9meB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQRAya9meB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRAya9meB .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-uQRAya9meB .container {
    padding: 0 25px;
  }
}
.cid-uQRAya9meB .row {
  justify-content: center;
}
.cid-uQRAya9meB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQRAya9meB .item {
  margin-bottom: 30px;
}
.cid-uQRAya9meB .item a {
  display: block;
}
.cid-uQRAya9meB .item a:hover .item-wrapper .item-img img,
.cid-uQRAya9meB .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uQRAya9meB .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQRAya9meB .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uQRAya9meB .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQRAya9meB .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQRAya9meB .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQRAya9meB .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uQRAya9meB .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uQRAya9meB .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQRAya9meB .item-title {
  color: #000000;
}
.cid-uQRAya9meB .mbr-desc {
  color: #000000;
}
.cid-uQRAyb8KO4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQRAyb8KO4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-uQRAyb8KO4 .item-img,
.cid-uQRAyb8KO4 .img-wrap,
.cid-uQRAyb8KO4 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uQRAyb8KO4 img,
.cid-uQRAyb8KO4 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uQRAyb8KO4 img,
  .cid-uQRAyb8KO4 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uQRAyb8KO4 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uQRAyb8KO4 .item:focus,
.cid-uQRAyb8KO4 span:focus {
  outline: none;
}
.cid-uQRAyb8KO4 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uQRAyb8KO4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQRAyb8KO4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQRAyb8KO4 h5 {
  margin: 0;
}
.cid-uQRAyb8KO4 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQRAyb8KO4 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uQRAyb8KO4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQRAyb8KO4 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uQRAyb8KO4 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uQRAyb8KO4 .item-wrapper {
    height: auto;
  }
}
.cid-uQRAyb8KO4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQRAyb8KO4 .item-title {
  text-align: center;
}
.cid-uQRAyb8KO4 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uQRAyb8KO4 .mbr-text,
.cid-uQRAyb8KO4 .item .mbr-section-btn {
  text-align: center;
}
.cid-uQRAyb8KO4 .mbr-section-subtitle,
.cid-uQRAyb8KO4 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uQRAyct83C {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQRAyct83C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRAyct83C .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-uQRAyct83C .container {
    padding: 0 25px;
  }
}
.cid-uQRAyct83C .row {
  justify-content: center;
}
.cid-uQRAyct83C .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uQRAyct83C .item {
  margin-bottom: 30px;
}
.cid-uQRAyct83C .item a {
  display: block;
}
.cid-uQRAyct83C .item a:hover .item-wrapper .item-img img,
.cid-uQRAyct83C .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uQRAyct83C .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQRAyct83C .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uQRAyct83C .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQRAyct83C .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQRAyct83C .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQRAyct83C .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uQRAyct83C .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uQRAyct83C .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQRAyct83C .item-title {
  color: #000000;
}
.cid-uQRAyct83C .mbr-desc {
  color: #000000;
}
.cid-uQRAyedhSE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uQRAyedhSE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uQRAyedhSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRAyedhSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRAyedhSE .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uQRAyedhSE .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uQRAyedhSE .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQRAyedhSE .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQRAyedhSE .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQRAyedhSE .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uQRAyedhSE .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQRAyedhSE .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uQRAyedhSE .mbr-section-title {
  color: #150764;
}
.cid-uQRAyedhSE .mbr-desc {
  color: #150764;
}
.cid-uQRAyedhSE .list {
  color: #150764;
}
.cid-uQRAyedhSE .mbr-section-title,
.cid-uQRAyedhSE .mbr-section-btn,
.cid-uQRAyedhSE .logo-wrapper {
  color: #3c9bca;
}
.cid-uC2rguQq8w .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .nav-item:focus,
.cid-uC2rguQq8w .nav-link:focus {
  outline: none;
}
.cid-uC2rguQq8w .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:active,
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2rguQq8w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uC2rguQq8w .navbar-caption:hover {
  color: inherit !important;
}
.cid-uC2rguQq8w .container {
  max-width: 1380px;
}
.cid-uC2rguQq8w .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uC2rguQq8w .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uC2rguQq8w .nav-link:hover,
.cid-uC2rguQq8w .nav-link:active,
.cid-uC2rguQq8w .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-uC2rguQq8w .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca;
  background: none;
}
.cid-uC2rguQq8w .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #3c9bca !important;
}
.cid-uC2rguQq8w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uC2rguQq8w .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2rguQq8w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uC2rguQq8w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2rguQq8w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC2rguQq8w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC2rguQq8w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2rguQq8w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uC2rguQq8w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2rguQq8w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2rguQq8w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2rguQq8w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uC2rguQq8w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC2rguQq8w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC2rguQq8w .navbar.navbar-short {
  background: #3c9bca !important;
  min-height: 60px;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2rguQq8w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2rguQq8w .icons-menu span {
  color: #ffffff !important;
}
.cid-uC2rguQq8w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2rguQq8w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uC2rguQq8w .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2rguQq8w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2rguQq8w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2rguQq8w .dropdown-item.active,
.cid-uC2rguQq8w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2rguQq8w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2rguQq8w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3c9bca;
}
.cid-uC2rguQq8w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2rguQq8w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2rguQq8w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC2rguQq8w .navbar-buttons {
  text-align: center;
}
.cid-uC2rguQq8w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uC2rguQq8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uC2rguQq8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uC2rguQq8w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uC2rguQq8w a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uC2rguQq8w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC2rguQq8w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uC2rguQq8w .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2rguQq8w .navbar {
    height: 77px;
  }
  .cid-uC2rguQq8w .navbar.opened {
    height: auto;
  }
  .cid-uC2rguQq8w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR7wNIa8il {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR7wNIa8il .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7wNIa8il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7wNIa8il .row {
  flex-direction: row-reverse;
}
.cid-uR7AiH6MFl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7AiH6MFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7AiH6MFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7AiH6MFl .row {
  flex-direction: row-reverse;
}
.cid-uR7AOtflaM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7AOtflaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7AOtflaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7AOtflaM .row {
  flex-direction: row-reverse;
}
.cid-uR7CVG0YfO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7CVG0YfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7CVG0YfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7CVG0YfO .row {
  flex-direction: row-reverse;
}
.cid-uR7FtJ9IwE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7FtJ9IwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7FtJ9IwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7FtJ9IwE .row {
  flex-direction: row-reverse;
}
.cid-uR7FwPPZcJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7FwPPZcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7FwPPZcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7FwPPZcJ .row {
  flex-direction: row-reverse;
}
.cid-uR7Fxo9XIf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7Fxo9XIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7Fxo9XIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7Fxo9XIf .row {
  flex-direction: row-reverse;
}
.cid-uR7GtUq4Rh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7GtUq4Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7GtUq4Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7GtUq4Rh .row {
  flex-direction: row-reverse;
}
.cid-uR7AiIjmMP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR7AiIjmMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7AiIjmMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7AiIjmMP .row {
  flex-direction: row-reverse;
}
.cid-uCpjTC9oKl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x960.webp");
}
.cid-uCpjTC9oKl .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uCpjTC9oKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpjTC9oKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpjTC9oKl .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCpjTC9oKl .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #60d4e9;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uCpjTC9oKl .mbr-section-title {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-desc {
  color: #150764;
}
.cid-uCpjTC9oKl .list {
  color: #150764;
}
.cid-uCpjTC9oKl .mbr-section-title,
.cid-uCpjTC9oKl .mbr-section-btn,
.cid-uCpjTC9oKl .logo-wrapper {
  color: #3c9bca;
}
