.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: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #055292 !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #48acff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #055292 !important;
  border-color: #055292 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #076ec3 !important;
  border-color: #076ec3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #076ec3 !important;
  border-color: #076ec3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #48acff !important;
  border-color: #48acff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #7bc3ff !important;
  border-color: #7bc3ff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7bc3ff !important;
  border-color: #7bc3ff !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: #055292;
  color: #055292;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02233e !important;
  background-color: transparent !important;
  border-color: #02233e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #055292 !important;
  border-color: #055292 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #48acff;
  color: #48acff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0083f0 !important;
  background-color: transparent !important;
  border-color: #0083f0 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #48acff !important;
  border-color: #48acff !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: #055292 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #48acff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #021b2f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #007be1 !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: #055292;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #48acff;
}
.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: #055292;
  border-color: #055292;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #055292;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1f95f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #055292 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #055292;
}
/* 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: #055292;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #055292;
}
.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: #055292;
  border-bottom-color: #055292;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #055292 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f3f6f9 !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='%23055292' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #055292 !important;
}
.cid-u1INmVOdLk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1INmVOdLk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1INmVOdLk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1INmVOdLk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-body .mbr-text,
  .cid-u1INmVOdLk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1INmVOdLk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1INmVOdLk .offcanvas_box {
    display: none;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: false !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #055292;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ub9hIaaoWh {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1920.webp");
}
.cid-ub9hIaaoWh .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-ub9hIaaoWh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ub9hIaaoWh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ub9hIaaoWh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub9hIaaoWh .container {
    padding: 0 16px;
  }
}
.cid-ub9hIaaoWh .row {
  justify-content: space-between;
}
.cid-ub9hIaaoWh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-ub9hIaaoWh .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-ub9hIaaoWh .embla__slide .slide-content {
  width: 100%;
}
.cid-ub9hIaaoWh .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ub9hIaaoWh .embla__button--next,
.cid-ub9hIaaoWh .embla__button--prev {
  display: flex;
}
.cid-ub9hIaaoWh .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ub9hIaaoWh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ub9hIaaoWh .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-ub9hIaaoWh .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-ub9hIaaoWh .embla__button.embla__button--next {
  right: 0;
}
.cid-ub9hIaaoWh .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ub9hIaaoWh .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ub9hIaaoWh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ub9hIaaoWh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ub9hIaaoWh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ub9hIaaoWh .card-title {
  color: #055292;
}
.cid-uaXntIbXP3 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #055292;
}
.cid-uaXntIbXP3 .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uaXntIbXP3 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uaXntIbXP3 .icon1 {
  color: #ffffff;
}
.cid-uaXntIbXP3 .icon2 {
  color: #ffffff;
}
.cid-uaXntIbXP3 .icon3 {
  color: #ffffff;
}
.cid-uaXntIbXP3 .icon4 {
  color: #ffffff;
}
.cid-uaXntIbXP3 .big {
  min-height: 100%;
}
.cid-uaXntIbXP3 .mbr-section-btn {
  max-width: 200px;
}
.cid-uaXntIbXP3 .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-uaXntIbXP3 .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-uaXntIbXP3 .card1 {
  background-image: url("../../../assets/images/home-painting-1-1200x628.webp");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-uaXntIbXP3 .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-uaXntIbXP3 .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uaXntIbXP3 .card-box {
  z-index: 2;
}
.cid-uaXntIbXP3 .card2 {
  background-image: url("../../../assets/images/house-painters-at-work-5662561-1920x1280.webp");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uaXntIbXP3 .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uaXntIbXP3 .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #48acff;
  z-index: 1;
  opacity: 1;
}
.cid-uaXntIbXP3 .card2:hover {
  background-size: auto 115%;
}
.cid-uaXntIbXP3 .card2:hover:before {
  opacity: 0.3;
}
.cid-uaXntIbXP3 .card3 {
  background-image: url("../../../assets/images/car-painting-adobestock-preview.webp");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uaXntIbXP3 .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uaXntIbXP3 .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #055292;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-uaXntIbXP3 .card3:hover {
  background-size: auto 115%;
}
.cid-uaXntIbXP3 .card3:hover:before {
  opacity: 0.3;
}
.cid-uaXntIbXP3 .card4 {
  background-image: url("../../../assets/images/group-creative-people-meeting-together-53876-16076-1380x920.webp");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uaXntIbXP3 .card4:hover {
  background-size: auto 115%;
}
.cid-uaXntIbXP3 .card4:hover:before {
  opacity: 0;
}
.cid-uaXntIbXP3 .card4 .mbr-iconfont {
  background: #ff9017;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-uaXntIbXP3 .card-title,
.cid-uaXntIbXP3 .card-box {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card2-title {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card3-title {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card4-title {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card1-title {
  color: #055292;
}
.cid-uaXntIbXP3 .card2-text {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card4-text {
  color: #ffffff;
}
.cid-uaXntIbXP3 .card3-text {
  color: #ffffff;
}
.cid-uaYvPkD1aE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uaYvPkD1aE .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uaYvPkD1aE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uaYvPkD1aE .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .container {
    padding: 0 16px;
  }
}
.cid-uaYvPkD1aE .row {
  justify-content: space-between;
}
.cid-uaYvPkD1aE .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uaYvPkD1aE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uaYvPkD1aE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1000px;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .cid-uaYvPkD1aE .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uaYvPkD1aE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uaYvPkD1aE .embla__slide .slide-content {
  width: 100%;
}
.cid-uaYvPkD1aE .embla__slide .slide-content .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uaYvPkD1aE .embla__slide .slide-content .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .embla__slide .slide-content .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uaYvPkD1aE .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uaYvPkD1aE .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uaYvPkD1aE .embla__button--next,
.cid-uaYvPkD1aE .embla__button--prev {
  display: flex;
}
.cid-uaYvPkD1aE .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uaYvPkD1aE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uaYvPkD1aE .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uaYvPkD1aE .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uaYvPkD1aE .embla__button.embla__button--next {
  right: 0;
}
.cid-uaYvPkD1aE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uaYvPkD1aE .embla {
    padding-bottom: 36px;
  }
}
.cid-uaYvPkD1aE .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uaYvPkD1aE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uaYvPkD1aE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uaYvPkD1aE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uaYvPkD1aE .mbr-section-title {
  color: #080808;
}
.cid-uaYvPkD1aE .mbr-text {
  color: #333333;
}
.cid-uaYvPkD1aE .card-title {
  color: #055292;
  text-align: center;
}
.cid-uaYvPkD1aE .card-text {
  color: #055292;
  text-align: center;
}
.cid-uaYEQKF7XQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uaYEQKF7XQ .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaYEQKF7XQ .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
.cid-uaYEQKF7XQ .subscribe__form {
  margin-top: 70px;
}
.cid-uaYEQKF7XQ .form-group {
  margin-bottom: 0;
}
.cid-uaYEQKF7XQ .form-control {
  border: 2px solid #ff2817 !important;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #055292;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uaYEQKF7XQ .input-group-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 500 !important;
}
.cid-uaYEQKF7XQ .mbr-form .btn {
  margin: 0;
}
.cid-uaYEQKF7XQ input::placeholder {
  color: #055292;
  opacity: .6;
}
@media (max-width: 767px) {
  .cid-uaYEQKF7XQ .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-uaYEQKF7XQ .form-control {
    margin-bottom: 15px;
  }
}
.cid-uaYEQKF7XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaYEQKF7XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXmBvubAx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uaXmBvubAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXmBvubAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXmBvubAx .mbr-text,
.cid-uaXmBvubAx .mbr-section-btn {
  text-align: center;
}
.cid-uaXmBvubAx .mbr-section-title {
  text-align: center;
  color: #055292;
}
.cid-uaXmBvubAx .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uaXnIQ4Xk0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #055292;
}
.cid-uaXnIQ4Xk0 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uaXnIQ4Xk0 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uaXnIQ4Xk0 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uaXnIQ4Xk0 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uaXnIQ4Xk0 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uaXnIQ4Xk0 .wrap {
    opacity: 1 !important;
  }
  .cid-uaXnIQ4Xk0 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uaXnIQ4Xk0 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uaXnIQ4Xk0 P {
  color: #ff2817;
  text-align: right;
}
.cid-uaXnIQ4Xk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaXnIQ4Xk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaXnIQ4Xk0 DIV {
  text-align: center;
}
.cid-uaXnIQ4Xk0 H4 {
  text-align: center;
  color: #48acff;
}
.cid-u1INUWXFJ9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .container {
    padding: 0 20px;
  }
}
.cid-u1INUWXFJ9 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .row {
    padding: 46px 0;
  }
}
.cid-u1INUWXFJ9 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .content-wrapper {
    padding: 0;
  }
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1INUWXFJ9 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-u1INUWXFJ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-u1INUWXFJ9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-u1INUWXFJ9 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-u1INUWXFJ9 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-u1INUWXFJ9 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-u1INUWXFJ9 .embla__button--next,
.cid-u1INUWXFJ9 .embla__button--prev {
  display: flex;
}
.cid-u1INUWXFJ9 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #055292 !important;
  border: 2px solid #055292 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .embla__button {
    top: 2.5rem;
  }
}
.cid-u1INUWXFJ9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1INUWXFJ9 .embla__button:hover {
  opacity: 1 !important;
}
.cid-u1INUWXFJ9 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-u1INUWXFJ9 .embla__button.embla__button--next {
  right: 30px;
}
.cid-u1INUWXFJ9 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-u1INUWXFJ9 .embla {
    padding-top: 100px;
  }
}
.cid-u1INUWXFJ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u1INUWXFJ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1INUWXFJ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1INUWXFJ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1INUWXFJ9 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .mbr-section-title {
  color: #000000;
}
.cid-u1INUWXFJ9 .item-name {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .item-role {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .list,
.cid-u1INUWXFJ9 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1INUWXFJ9 .mbr-section-title,
.cid-u1INUWXFJ9 .mbr-section-btn-main {
  text-align: center;
  color: #055292;
}
.cid-u1INUWXFJ9 .item-name,
.cid-u1INUWXFJ9 .mbr-section-btn {
  text-align: center;
}
.cid-uc8IZeWdcV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc8IZeWdcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc8IZeWdcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc8IZeWdcV .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc8IZeWdcV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc8IZeWdcV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc8IZeWdcV .container {
    padding: 0 20px;
  }
}
.cid-uc8IZeWdcV .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc8IZeWdcV .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc8IZeWdcV .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc8IZeWdcV .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc8IZeWdcV .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc8IZeWdcV .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc8IZeWdcV .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-control:hover,
.cid-uc8IZeWdcV .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc8IZeWdcV .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc8IZeWdcV .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc8IZeWdcV .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc8IZeWdcV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc8IZeWdcV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc8IZeWdcV .mbr-text,
.cid-uc8IZeWdcV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc8IZeWdcV label {
  color: #000000;
}
.cid-uc8IZeWdcV .mbr-section-btn {
  text-align: center;
}
.cid-uc7BzMI62R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc7BzMI62R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7BzMI62R .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-uc7BzMI62R .container {
    padding: 0 16px;
  }
}
.cid-uc7BzMI62R .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7BzMI62R .card {
    margin-bottom: 40px;
  }
}
.cid-uc7BzMI62R .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7BzMI62R .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uc7BzMI62R .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uc7BzMI62R .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7BzMI62R .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uc7BzMI62R .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uc7BzMI62R .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7BzMI62R .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uc7BzMI62R .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7BzMI62R .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uc7BzMI62R .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uc7BzMI62R .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7BzMI62R .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7BzMI62R .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uc7BzMI62R .mbr-section-title {
  color: #ffffff;
}
.cid-uc7BzMI62R .copyright {
  color: #000000;
}
.cid-uc7BzMI62R .mbr-card-title {
  color: #000000;
}
.cid-uc7BzMI62R .list {
  color: #000000;
}
.cid-uc7BzMI62R .mbr-section-title,
.cid-uc7BzMI62R .title-wrapper,
.cid-uc7BzMI62R .social-wrapper {
  color: #055292;
}
.cid-uc7DAkWC2A {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uc7DAkWC2A .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uc7DAkWC2A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc7DAkWC2A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc7DAkWC2A .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc7DAkWC2A .menu_box .navbar.opened,
  .cid-uc7DAkWC2A .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc7DAkWC2A nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uc7DAkWC2A .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc7DAkWC2A .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc7DAkWC2A .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc7DAkWC2A .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc7DAkWC2A .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc7DAkWC2A .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc7DAkWC2A .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc7DAkWC2A .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc7DAkWC2A .offcanvas-body .mbr-text,
  .cid-uc7DAkWC2A .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc7DAkWC2A .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc7DAkWC2A .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc7DAkWC2A ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc7DAkWC2A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DAkWC2A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc7DAkWC2A .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc7DAkWC2A li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc7DAkWC2A .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc7DAkWC2A .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc7DAkWC2A .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc7DAkWC2A .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .nav-item {
    margin: 0 !important;
  }
}
.cid-uc7DAkWC2A .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc7DAkWC2A .nav-item .nav-link:hover,
.cid-uc7DAkWC2A .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc7DAkWC2A .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc7DAkWC2A .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc7DAkWC2A .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DAkWC2A .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc7DAkWC2A .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc7DAkWC2A .offcanvas_box {
    display: none;
  }
}
.cid-uc7DAkWC2A .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc7DAkWC2A .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc7DAkWC2A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc7DAkWC2A .container {
  display: flex;
  margin: auto;
}
.cid-uc7DAkWC2A .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc7DAkWC2A .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc7DAkWC2A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc7DAkWC2A .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc7DAkWC2A .navbar-nav {
    margin: 0;
  }
}
.cid-uc7DAkWC2A .dropdown-menu,
.cid-uc7DAkWC2A .navbar.opened {
  background-color: false !important;
}
.cid-uc7DAkWC2A .nav-item:focus,
.cid-uc7DAkWC2A .nav-link:focus {
  outline: none;
}
.cid-uc7DAkWC2A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc7DAkWC2A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc7DAkWC2A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc7DAkWC2A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc7DAkWC2A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc7DAkWC2A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc7DAkWC2A .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc7DAkWC2A .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc7DAkWC2A .navbar.opened {
  transition: all 0.3s;
}
.cid-uc7DAkWC2A .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc7DAkWC2A .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc7DAkWC2A .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc7DAkWC2A .navbar.collapsed {
  justify-content: center;
}
.cid-uc7DAkWC2A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc7DAkWC2A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc7DAkWC2A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc7DAkWC2A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc7DAkWC2A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc7DAkWC2A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc7DAkWC2A .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc7DAkWC2A .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc7DAkWC2A .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc7DAkWC2A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc7DAkWC2A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc7DAkWC2A .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc7DAkWC2A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc7DAkWC2A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc7DAkWC2A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc7DAkWC2A .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc7DAkWC2A .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc7DAkWC2A .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc7DAkWC2A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc7DAkWC2A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc7DAkWC2A .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc7DAkWC2A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc7DAkWC2A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc7DAkWC2A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc7DAkWC2A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc7DAkWC2A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc7DAkWC2A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc7DAkWC2A .dropdown-item.active,
.cid-uc7DAkWC2A .dropdown-item:active {
  background-color: transparent;
}
.cid-uc7DAkWC2A .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc7DAkWC2A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc7DAkWC2A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc7DAkWC2A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc7DAkWC2A ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc7DAkWC2A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc7DAkWC2A button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc7DAkWC2A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc7DAkWC2A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc7DAkWC2A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DAkWC2A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DAkWC2A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc7DAkWC2A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DAkWC2A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc7DAkWC2A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc7DAkWC2A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DAkWC2A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc7DAkWC2A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc7DAkWC2A .navbar {
    height: 70px;
  }
  .cid-uc7DAkWC2A .navbar.opened {
    height: auto;
  }
  .cid-uc7DAkWC2A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc7DAkWC2A .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc7DAkWC2A .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc7DAkWC2A .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc7DAkWC2A .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc7DAkWC2A .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc7DAkWC2A .navbar-caption:hover {
  color: #055292;
}
@media (min-width: 992px) {
  .cid-uc7DAkWC2A .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc7DAkWC2A .text_widget {
  margin-bottom: 32px;
}
.cid-uc7DAkWC2A .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc7DAkWC2A .text_widget a:hover,
.cid-uc7DAkWC2A .text_widget a:focus {
  opacity: .8;
}
.cid-uc7DAkWC2A .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DAkWC2A .navbar-caption {
  color: #000000;
}
.cid-uc7DAkWC2A .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DAkWC2A .mbr-section-subtitle,
.cid-uc7DAkWC2A .text_widget,
.cid-uc7DAkWC2A .mbr-section-btn {
  text-align: center;
}
.cid-uc7DAkWC2A a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc7DAQmHnA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #055292;
}
.cid-uc7DAQmHnA .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-uc7DAQmHnA img,
.cid-uc7DAQmHnA .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-uc7DAQmHnA .item-img {
  height: 100%;
}
.cid-uc7DAQmHnA .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uc7DAQmHnA .item:focus,
.cid-uc7DAQmHnA span:focus {
  outline: none;
}
.cid-uc7DAQmHnA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uc7DAQmHnA .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uc7DAQmHnA .mbr-text {
  color: #977741;
}
.cid-uc7DAQmHnA .mbr-section-subtitle {
  color: #9a948d;
}
.cid-uc7DAQmHnA .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uc7DAQmHnA .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-uc7DAQmHnA .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uc7DAQmHnA .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uc7DAQmHnA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uc7DAQmHnA .embla__button--next,
.cid-uc7DAQmHnA .embla__button--prev {
  display: flex;
}
.cid-uc7DAQmHnA .embla__button {
  color: #9a948d;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-uc7DAQmHnA .embla__button .mobi-mbri {
  display: none;
}
.cid-uc7DAQmHnA .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-uc7DAQmHnA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DAQmHnA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uc7DAQmHnA .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-uc7DAQmHnA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uc7DAQmHnA .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-uc7DAQmHnA .embla {
  position: relative;
  width: 100%;
}
.cid-uc7DAQmHnA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uc7DAQmHnA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DAQmHnA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DAQmHnA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DAQmHnA .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DAXLDwK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc7DAXLDwK .item {
  padding-bottom: 2rem;
}
.cid-uc7DAXLDwK .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uc7DAXLDwK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uc7DAXLDwK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uc7DAXLDwK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uc7DAXLDwK .carousel-control,
.cid-uc7DAXLDwK .close {
  background: #1b1b1b;
}
.cid-uc7DAXLDwK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uc7DAXLDwK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uc7DAXLDwK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uc7DAXLDwK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uc7DAXLDwK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uc7DAXLDwK .close::before {
  content: '\e91a';
}
.cid-uc7DAXLDwK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uc7DAXLDwK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uc7DAXLDwK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc7DAXLDwK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uc7DAXLDwK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uc7DAXLDwK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uc7DAXLDwK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uc7DAXLDwK .carousel-indicators li.active,
.cid-uc7DAXLDwK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uc7DAXLDwK .carousel-indicators li::after,
.cid-uc7DAXLDwK .carousel-indicators li::before {
  content: none;
}
.cid-uc7DAXLDwK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uc7DAXLDwK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7DAXLDwK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7DAXLDwK .carousel-indicators {
    display: none;
  }
}
.cid-uc7DAXLDwK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uc7DAXLDwK .carousel-inner > .active {
  display: block;
}
.cid-uc7DAXLDwK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc7DAXLDwK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uc7DAXLDwK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uc7DAXLDwK .carousel-control,
  .cid-uc7DAXLDwK .carousel-indicators,
  .cid-uc7DAXLDwK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uc7DAXLDwK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uc7DAXLDwK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uc7DAXLDwK .carousel-indicators .active,
.cid-uc7DAXLDwK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uc7DAXLDwK .carousel-indicators .active {
  background: #fff;
}
.cid-uc7DAXLDwK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uc7DAXLDwK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uc7DAXLDwK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uc7DAXLDwK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uc7DAXLDwK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uc7DAXLDwK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uc7DAXLDwK .carousel {
  width: 100%;
}
.cid-uc7DAXLDwK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uc7DAXLDwK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uc7DAXLDwK .modal.fade .modal-dialog,
.cid-uc7DAXLDwK .modal.in .modal-dialog {
  transform: none;
}
.cid-uc7DAXLDwK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uc7DAXLDwK H6 {
  text-align: center;
}
.cid-uc7DAXLDwK .mbr-section-title {
  color: #2e6b75;
}
.cid-uc7DAXLDwK .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uc7DAXLDwK .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uc7DAXLDwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DAXLDwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DAXLDwK H3 {
  text-align: center;
  color: #055292;
}
.cid-uc7DAqTFlK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #055292;
}
.cid-uc7DAqTFlK .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uc7DAqTFlK .image-block:hover img {
  transform: scale(1.1);
}
.cid-uc7DAqTFlK .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uc7DAqTFlK img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uc7DAqTFlK .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DAqTFlK .wrap {
    opacity: 1 !important;
  }
  .cid-uc7DAqTFlK .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uc7DAqTFlK .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uc7DAqTFlK P {
  color: #ff2817;
  text-align: right;
}
.cid-uc7DAqTFlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DAqTFlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DAqTFlK DIV {
  text-align: center;
}
.cid-uc7DAqTFlK H4 {
  text-align: center;
  color: #48acff;
}
.cid-uc7DAnmzWY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DAnmzWY .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DAnmzWY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DAnmzWY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .container {
    padding: 0 16px;
  }
}
.cid-uc7DAnmzWY .row {
  justify-content: space-between;
}
.cid-uc7DAnmzWY .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uc7DAnmzWY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uc7DAnmzWY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1000px;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .cid-uc7DAnmzWY .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DAnmzWY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uc7DAnmzWY .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DAnmzWY .embla__slide .slide-content .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uc7DAnmzWY .embla__slide .slide-content .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .embla__slide .slide-content .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uc7DAnmzWY .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uc7DAnmzWY .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uc7DAnmzWY .embla__button--next,
.cid-uc7DAnmzWY .embla__button--prev {
  display: flex;
}
.cid-uc7DAnmzWY .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DAnmzWY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DAnmzWY .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DAnmzWY .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DAnmzWY .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DAnmzWY .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc7DAnmzWY .embla {
    padding-bottom: 36px;
  }
}
.cid-uc7DAnmzWY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DAnmzWY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DAnmzWY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DAnmzWY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DAnmzWY .mbr-section-title {
  color: #080808;
}
.cid-uc7DAnmzWY .mbr-text {
  color: #333333;
}
.cid-uc7DAnmzWY .card-title {
  color: #055292;
  text-align: center;
}
.cid-uc7DAnmzWY .card-text {
  color: #055292;
  text-align: center;
}
.cid-uc7DAoKzJH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DAoKzJH .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DAoKzJH .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
.cid-uc7DAoKzJH .subscribe__form {
  margin-top: 70px;
}
.cid-uc7DAoKzJH .form-group {
  margin-bottom: 0;
}
.cid-uc7DAoKzJH .form-control {
  border: 2px solid #ff2817 !important;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #055292;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uc7DAoKzJH .input-group-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 500 !important;
}
.cid-uc7DAoKzJH .mbr-form .btn {
  margin: 0;
}
.cid-uc7DAoKzJH input::placeholder {
  color: #055292;
  opacity: .6;
}
@media (max-width: 767px) {
  .cid-uc7DAoKzJH .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-uc7DAoKzJH .form-control {
    margin-bottom: 15px;
  }
}
.cid-uc7DAoKzJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DAoKzJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DAiYYma {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DAiYYma .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uc7DAiYYma .container {
    padding: 0 16px;
  }
}
.cid-uc7DAiYYma .row {
  justify-content: space-between;
}
.cid-uc7DAiYYma .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uc7DAiYYma .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-uc7DAiYYma .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DAiYYma .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uc7DAiYYma .embla__button--next,
.cid-uc7DAiYYma .embla__button--prev {
  display: flex;
}
.cid-uc7DAiYYma .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DAiYYma .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DAiYYma .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DAiYYma .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DAiYYma .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DAiYYma .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uc7DAiYYma .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DAiYYma .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DAiYYma .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DAiYYma .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DAiYYma .card-title {
  color: #055292;
}
.cid-uc7DAKWn8X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc7DAKWn8X .container {
    padding: 0 20px;
  }
}
.cid-uc7DAKWn8X .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc7DAKWn8X .row {
    padding: 46px 0;
  }
}
.cid-uc7DAKWn8X .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uc7DAKWn8X .content-wrapper {
    padding: 0;
  }
}
.cid-uc7DAKWn8X .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc7DAKWn8X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DAKWn8X .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uc7DAKWn8X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uc7DAKWn8X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uc7DAKWn8X .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #e7f4ff;
}
@media (max-width: 992px) {
  .cid-uc7DAKWn8X .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uc7DAKWn8X .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uc7DAKWn8X .embla__button--next,
.cid-uc7DAKWn8X .embla__button--prev {
  display: flex;
}
.cid-uc7DAKWn8X .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #055292 !important;
  border: 2px solid #055292 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uc7DAKWn8X .embla__button {
    top: 2.5rem;
  }
}
.cid-uc7DAKWn8X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DAKWn8X .embla__button:hover {
  opacity: 1 !important;
}
.cid-uc7DAKWn8X .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uc7DAKWn8X .embla__button.embla__button--next {
  right: 30px;
}
.cid-uc7DAKWn8X .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uc7DAKWn8X .embla {
    padding-top: 100px;
  }
}
.cid-uc7DAKWn8X .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DAKWn8X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DAKWn8X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DAKWn8X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DAKWn8X .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc7DAKWn8X .mbr-section-title {
  color: #000000;
}
.cid-uc7DAKWn8X .item-name {
  color: #000000;
  text-align: center;
}
.cid-uc7DAKWn8X .item-role {
  color: #000000;
  text-align: center;
}
.cid-uc7DAKWn8X .list,
.cid-uc7DAKWn8X .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc7DAKWn8X .mbr-section-title,
.cid-uc7DAKWn8X .mbr-section-btn-main {
  text-align: center;
  color: #055292;
}
.cid-uc7DAKWn8X .item-name,
.cid-uc7DAKWn8X .mbr-section-btn {
  text-align: center;
}
.cid-uc7DB1A6M8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc7DB1A6M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DB1A6M8 .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-uc7DB1A6M8 .container {
    padding: 0 16px;
  }
}
.cid-uc7DB1A6M8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7DB1A6M8 .card {
    margin-bottom: 40px;
  }
}
.cid-uc7DB1A6M8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DB1A6M8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uc7DB1A6M8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uc7DB1A6M8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DB1A6M8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uc7DB1A6M8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uc7DB1A6M8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DB1A6M8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uc7DB1A6M8 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DB1A6M8 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uc7DB1A6M8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uc7DB1A6M8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DB1A6M8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DB1A6M8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uc7DB1A6M8 .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DB1A6M8 .copyright {
  color: #000000;
}
.cid-uc7DB1A6M8 .mbr-card-title {
  color: #000000;
}
.cid-uc7DB1A6M8 .list {
  color: #000000;
}
.cid-uc7DB1A6M8 .mbr-section-title,
.cid-uc7DB1A6M8 .title-wrapper,
.cid-uc7DB1A6M8 .social-wrapper {
  color: #055292;
}
.cid-uc7DCM9ioL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uc7DCM9ioL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uc7DCM9ioL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc7DCM9ioL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc7DCM9ioL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc7DCM9ioL .menu_box .navbar.opened,
  .cid-uc7DCM9ioL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc7DCM9ioL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uc7DCM9ioL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc7DCM9ioL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc7DCM9ioL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc7DCM9ioL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc7DCM9ioL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc7DCM9ioL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc7DCM9ioL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc7DCM9ioL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc7DCM9ioL .offcanvas-body .mbr-text,
  .cid-uc7DCM9ioL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc7DCM9ioL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc7DCM9ioL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc7DCM9ioL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc7DCM9ioL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DCM9ioL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc7DCM9ioL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc7DCM9ioL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc7DCM9ioL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc7DCM9ioL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc7DCM9ioL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc7DCM9ioL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .nav-item {
    margin: 0 !important;
  }
}
.cid-uc7DCM9ioL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc7DCM9ioL .nav-item .nav-link:hover,
.cid-uc7DCM9ioL .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc7DCM9ioL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc7DCM9ioL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc7DCM9ioL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DCM9ioL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc7DCM9ioL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc7DCM9ioL .offcanvas_box {
    display: none;
  }
}
.cid-uc7DCM9ioL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc7DCM9ioL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc7DCM9ioL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc7DCM9ioL .container {
  display: flex;
  margin: auto;
}
.cid-uc7DCM9ioL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc7DCM9ioL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc7DCM9ioL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc7DCM9ioL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc7DCM9ioL .navbar-nav {
    margin: 0;
  }
}
.cid-uc7DCM9ioL .dropdown-menu,
.cid-uc7DCM9ioL .navbar.opened {
  background-color: false !important;
}
.cid-uc7DCM9ioL .nav-item:focus,
.cid-uc7DCM9ioL .nav-link:focus {
  outline: none;
}
.cid-uc7DCM9ioL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc7DCM9ioL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc7DCM9ioL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc7DCM9ioL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc7DCM9ioL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc7DCM9ioL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc7DCM9ioL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc7DCM9ioL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc7DCM9ioL .navbar.opened {
  transition: all 0.3s;
}
.cid-uc7DCM9ioL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc7DCM9ioL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc7DCM9ioL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc7DCM9ioL .navbar.collapsed {
  justify-content: center;
}
.cid-uc7DCM9ioL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc7DCM9ioL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc7DCM9ioL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc7DCM9ioL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc7DCM9ioL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc7DCM9ioL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc7DCM9ioL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc7DCM9ioL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc7DCM9ioL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc7DCM9ioL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc7DCM9ioL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc7DCM9ioL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc7DCM9ioL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc7DCM9ioL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc7DCM9ioL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc7DCM9ioL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc7DCM9ioL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc7DCM9ioL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc7DCM9ioL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc7DCM9ioL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc7DCM9ioL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc7DCM9ioL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc7DCM9ioL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc7DCM9ioL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc7DCM9ioL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc7DCM9ioL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc7DCM9ioL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc7DCM9ioL .dropdown-item.active,
.cid-uc7DCM9ioL .dropdown-item:active {
  background-color: transparent;
}
.cid-uc7DCM9ioL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc7DCM9ioL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc7DCM9ioL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc7DCM9ioL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc7DCM9ioL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc7DCM9ioL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc7DCM9ioL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc7DCM9ioL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc7DCM9ioL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc7DCM9ioL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DCM9ioL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DCM9ioL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc7DCM9ioL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DCM9ioL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc7DCM9ioL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc7DCM9ioL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DCM9ioL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc7DCM9ioL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc7DCM9ioL .navbar {
    height: 70px;
  }
  .cid-uc7DCM9ioL .navbar.opened {
    height: auto;
  }
  .cid-uc7DCM9ioL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc7DCM9ioL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc7DCM9ioL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc7DCM9ioL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc7DCM9ioL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc7DCM9ioL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc7DCM9ioL .navbar-caption:hover {
  color: #055292;
}
@media (min-width: 992px) {
  .cid-uc7DCM9ioL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc7DCM9ioL .text_widget {
  margin-bottom: 32px;
}
.cid-uc7DCM9ioL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc7DCM9ioL .text_widget a:hover,
.cid-uc7DCM9ioL .text_widget a:focus {
  opacity: .8;
}
.cid-uc7DCM9ioL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DCM9ioL .navbar-caption {
  color: #000000;
}
.cid-uc7DCM9ioL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DCM9ioL .mbr-section-subtitle,
.cid-uc7DCM9ioL .text_widget,
.cid-uc7DCM9ioL .mbr-section-btn {
  text-align: center;
}
.cid-uc7DCM9ioL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc7DCK6RPw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1920.webp");
}
.cid-uc7DCK6RPw .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DCK6RPw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DCK6RPw .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DCK6RPw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DCK6RPw .container {
    padding: 0 16px;
  }
}
.cid-uc7DCK6RPw .row {
  justify-content: space-between;
}
.cid-uc7DCK6RPw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uc7DCK6RPw .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-uc7DCK6RPw .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DCK6RPw .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uc7DCK6RPw .embla__button--next,
.cid-uc7DCK6RPw .embla__button--prev {
  display: flex;
}
.cid-uc7DCK6RPw .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DCK6RPw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DCK6RPw .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DCK6RPw .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DCK6RPw .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DCK6RPw .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uc7DCK6RPw .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DCK6RPw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DCK6RPw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DCK6RPw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DCK6RPw .card-title {
  color: #055292;
}
.cid-uc96zp52x1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #48acff;
}
.cid-uc96zp52x1 .item {
  margin-right: 25px !imporant;
  margin-left: 25px !imporant;
}
.cid-uc96zp52x1 img,
.cid-uc96zp52x1 .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-uc96zp52x1 .item-img {
  height: 100%;
}
.cid-uc96zp52x1 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uc96zp52x1 .item:focus,
.cid-uc96zp52x1 span:focus {
  outline: none;
}
.cid-uc96zp52x1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uc96zp52x1 .title-block {
  z-index: 99999;
  min-width: 200px;
  text-align: center;
  top: 90%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uc96zp52x1 .mbr-text {
  color: #977741;
}
.cid-uc96zp52x1 .mbr-section-subtitle {
  color: #9a948d;
}
.cid-uc96zp52x1 .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uc96zp52x1 .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-uc96zp52x1 .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uc96zp52x1 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 38%;
  max-width: 38%;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uc96zp52x1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uc96zp52x1 .embla__button--next,
.cid-uc96zp52x1 .embla__button--prev {
  display: flex;
}
.cid-uc96zp52x1 .embla__button {
  color: #9a948d;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 38px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.cid-uc96zp52x1 .embla__button .mobi-mbri {
  display: none;
}
.cid-uc96zp52x1 .embla__button:hover {
  color: #fff;
  opacity: 1;
}
.cid-uc96zp52x1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc96zp52x1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uc96zp52x1 .embla__button.embla__button--prev {
    margin-left: 0.5rem;
  }
}
.cid-uc96zp52x1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uc96zp52x1 .embla__button.embla__button--next {
    margin-right: 0.5rem;
  }
}
.cid-uc96zp52x1 .embla {
  position: relative;
  width: 100%;
}
.cid-uc96zp52x1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uc96zp52x1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc96zp52x1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc96zp52x1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc96zp52x1 .mbr-section-title {
  color: #ffffff;
}
.cid-uc987lww0y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc987lww0y .item {
  padding-bottom: 2rem;
}
.cid-uc987lww0y .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uc987lww0y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uc987lww0y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uc987lww0y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uc987lww0y .carousel-control,
.cid-uc987lww0y .close {
  background: #1b1b1b;
}
.cid-uc987lww0y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uc987lww0y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uc987lww0y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uc987lww0y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uc987lww0y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uc987lww0y .close::before {
  content: '\e91a';
}
.cid-uc987lww0y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uc987lww0y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uc987lww0y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc987lww0y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uc987lww0y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uc987lww0y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uc987lww0y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uc987lww0y .carousel-indicators li.active,
.cid-uc987lww0y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uc987lww0y .carousel-indicators li::after,
.cid-uc987lww0y .carousel-indicators li::before {
  content: none;
}
.cid-uc987lww0y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uc987lww0y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uc987lww0y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc987lww0y .carousel-indicators {
    display: none;
  }
}
.cid-uc987lww0y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uc987lww0y .carousel-inner > .active {
  display: block;
}
.cid-uc987lww0y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc987lww0y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uc987lww0y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uc987lww0y .carousel-control,
  .cid-uc987lww0y .carousel-indicators,
  .cid-uc987lww0y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uc987lww0y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uc987lww0y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uc987lww0y .carousel-indicators .active,
.cid-uc987lww0y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uc987lww0y .carousel-indicators .active {
  background: #fff;
}
.cid-uc987lww0y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uc987lww0y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uc987lww0y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uc987lww0y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uc987lww0y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uc987lww0y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uc987lww0y .carousel {
  width: 100%;
}
.cid-uc987lww0y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uc987lww0y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uc987lww0y .modal.fade .modal-dialog,
.cid-uc987lww0y .modal.in .modal-dialog {
  transform: none;
}
.cid-uc987lww0y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uc987lww0y H6 {
  text-align: center;
}
.cid-uc987lww0y .mbr-section-title {
  color: #2e6b75;
}
.cid-uc987lww0y .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uc987lww0y .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uc987lww0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc987lww0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc987lww0y H3 {
  text-align: center;
  color: #055292;
}
.cid-uc7DCOxqRK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DCOxqRK .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DCOxqRK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DCOxqRK .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .container {
    padding: 0 16px;
  }
}
.cid-uc7DCOxqRK .row {
  justify-content: space-between;
}
.cid-uc7DCOxqRK .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uc7DCOxqRK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uc7DCOxqRK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1000px;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .cid-uc7DCOxqRK .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DCOxqRK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uc7DCOxqRK .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DCOxqRK .embla__slide .slide-content .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uc7DCOxqRK .embla__slide .slide-content .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .embla__slide .slide-content .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uc7DCOxqRK .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uc7DCOxqRK .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uc7DCOxqRK .embla__button--next,
.cid-uc7DCOxqRK .embla__button--prev {
  display: flex;
}
.cid-uc7DCOxqRK .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DCOxqRK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DCOxqRK .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DCOxqRK .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DCOxqRK .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DCOxqRK .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc7DCOxqRK .embla {
    padding-bottom: 36px;
  }
}
.cid-uc7DCOxqRK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DCOxqRK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DCOxqRK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DCOxqRK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DCOxqRK .mbr-section-title {
  color: #080808;
}
.cid-uc7DCOxqRK .mbr-text {
  color: #333333;
}
.cid-uc7DCOxqRK .card-title {
  color: #055292;
  text-align: center;
}
.cid-uc7DCOxqRK .card-text {
  color: #055292;
  text-align: center;
}
.cid-uc7DCQ03r1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DCQ03r1 .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DCQ03r1 .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
.cid-uc7DCQ03r1 .subscribe__form {
  margin-top: 70px;
}
.cid-uc7DCQ03r1 .form-group {
  margin-bottom: 0;
}
.cid-uc7DCQ03r1 .form-control {
  border: 2px solid #ff2817 !important;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #055292;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uc7DCQ03r1 .input-group-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 500 !important;
}
.cid-uc7DCQ03r1 .mbr-form .btn {
  margin: 0;
}
.cid-uc7DCQ03r1 input::placeholder {
  color: #055292;
  opacity: .6;
}
@media (max-width: 767px) {
  .cid-uc7DCQ03r1 .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-uc7DCQ03r1 .form-control {
    margin-bottom: 15px;
  }
}
.cid-uc7DCQ03r1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DCQ03r1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DCR1Izs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DCR1Izs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DCR1Izs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DCR1Izs .mbr-text,
.cid-uc7DCR1Izs .mbr-section-btn {
  text-align: center;
}
.cid-uc7DCR1Izs .mbr-section-title {
  text-align: center;
  color: #055292;
}
.cid-uc7DCR1Izs .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uc7DCScHfN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #055292;
}
.cid-uc7DCScHfN .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uc7DCScHfN .image-block:hover img {
  transform: scale(1.1);
}
.cid-uc7DCScHfN .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uc7DCScHfN img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uc7DCScHfN .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DCScHfN .wrap {
    opacity: 1 !important;
  }
  .cid-uc7DCScHfN .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uc7DCScHfN .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uc7DCScHfN P {
  color: #ff2817;
  text-align: right;
}
.cid-uc7DCScHfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DCScHfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DCScHfN DIV {
  text-align: center;
}
.cid-uc7DCScHfN H4 {
  text-align: center;
  color: #48acff;
}
.cid-uc7DDce8eJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc7DDce8eJ .container {
    padding: 0 20px;
  }
}
.cid-uc7DDce8eJ .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc7DDce8eJ .row {
    padding: 46px 0;
  }
}
.cid-uc7DDce8eJ .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uc7DDce8eJ .content-wrapper {
    padding: 0;
  }
}
.cid-uc7DDce8eJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc7DDce8eJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DDce8eJ .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uc7DDce8eJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uc7DDce8eJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uc7DDce8eJ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-uc7DDce8eJ .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uc7DDce8eJ .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uc7DDce8eJ .embla__button--next,
.cid-uc7DDce8eJ .embla__button--prev {
  display: flex;
}
.cid-uc7DDce8eJ .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #055292 !important;
  border: 2px solid #055292 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uc7DDce8eJ .embla__button {
    top: 2.5rem;
  }
}
.cid-uc7DDce8eJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DDce8eJ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uc7DDce8eJ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uc7DDce8eJ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uc7DDce8eJ .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uc7DDce8eJ .embla {
    padding-top: 100px;
  }
}
.cid-uc7DDce8eJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DDce8eJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DDce8eJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DDce8eJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DDce8eJ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc7DDce8eJ .mbr-section-title {
  color: #000000;
}
.cid-uc7DDce8eJ .item-name {
  color: #000000;
  text-align: center;
}
.cid-uc7DDce8eJ .item-role {
  color: #000000;
  text-align: center;
}
.cid-uc7DDce8eJ .list,
.cid-uc7DDce8eJ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc7DDce8eJ .mbr-section-title,
.cid-uc7DDce8eJ .mbr-section-btn-main {
  text-align: center;
  color: #055292;
}
.cid-uc7DDce8eJ .item-name,
.cid-uc7DDce8eJ .mbr-section-btn {
  text-align: center;
}
.cid-uc7DDrIfns {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc7DDrIfns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DDrIfns .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-uc7DDrIfns .container {
    padding: 0 16px;
  }
}
.cid-uc7DDrIfns .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7DDrIfns .card {
    margin-bottom: 40px;
  }
}
.cid-uc7DDrIfns .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DDrIfns .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uc7DDrIfns .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uc7DDrIfns .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DDrIfns .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uc7DDrIfns .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uc7DDrIfns .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DDrIfns .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uc7DDrIfns .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DDrIfns .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uc7DDrIfns .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uc7DDrIfns .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DDrIfns .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DDrIfns .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uc7DDrIfns .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DDrIfns .copyright {
  color: #000000;
}
.cid-uc7DDrIfns .mbr-card-title {
  color: #000000;
}
.cid-uc7DDrIfns .list {
  color: #000000;
}
.cid-uc7DDrIfns .mbr-section-title,
.cid-uc7DDrIfns .title-wrapper,
.cid-uc7DDrIfns .social-wrapper {
  color: #055292;
}
.cid-uc7DEEXhYn {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uc7DEEXhYn .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uc7DEEXhYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc7DEEXhYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc7DEEXhYn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc7DEEXhYn .menu_box .navbar.opened,
  .cid-uc7DEEXhYn .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc7DEEXhYn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uc7DEEXhYn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc7DEEXhYn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc7DEEXhYn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc7DEEXhYn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc7DEEXhYn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc7DEEXhYn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc7DEEXhYn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc7DEEXhYn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc7DEEXhYn .offcanvas-body .mbr-text,
  .cid-uc7DEEXhYn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc7DEEXhYn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc7DEEXhYn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc7DEEXhYn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc7DEEXhYn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DEEXhYn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc7DEEXhYn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc7DEEXhYn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc7DEEXhYn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc7DEEXhYn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc7DEEXhYn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc7DEEXhYn .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .nav-item {
    margin: 0 !important;
  }
}
.cid-uc7DEEXhYn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc7DEEXhYn .nav-item .nav-link:hover,
.cid-uc7DEEXhYn .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc7DEEXhYn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc7DEEXhYn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc7DEEXhYn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DEEXhYn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc7DEEXhYn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc7DEEXhYn .offcanvas_box {
    display: none;
  }
}
.cid-uc7DEEXhYn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc7DEEXhYn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc7DEEXhYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc7DEEXhYn .container {
  display: flex;
  margin: auto;
}
.cid-uc7DEEXhYn .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc7DEEXhYn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc7DEEXhYn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc7DEEXhYn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc7DEEXhYn .navbar-nav {
    margin: 0;
  }
}
.cid-uc7DEEXhYn .dropdown-menu,
.cid-uc7DEEXhYn .navbar.opened {
  background-color: false !important;
}
.cid-uc7DEEXhYn .nav-item:focus,
.cid-uc7DEEXhYn .nav-link:focus {
  outline: none;
}
.cid-uc7DEEXhYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc7DEEXhYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc7DEEXhYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc7DEEXhYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc7DEEXhYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc7DEEXhYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc7DEEXhYn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc7DEEXhYn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc7DEEXhYn .navbar.opened {
  transition: all 0.3s;
}
.cid-uc7DEEXhYn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc7DEEXhYn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc7DEEXhYn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc7DEEXhYn .navbar.collapsed {
  justify-content: center;
}
.cid-uc7DEEXhYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc7DEEXhYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc7DEEXhYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc7DEEXhYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc7DEEXhYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc7DEEXhYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc7DEEXhYn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc7DEEXhYn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc7DEEXhYn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc7DEEXhYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc7DEEXhYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc7DEEXhYn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc7DEEXhYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc7DEEXhYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc7DEEXhYn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc7DEEXhYn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc7DEEXhYn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc7DEEXhYn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc7DEEXhYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc7DEEXhYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc7DEEXhYn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc7DEEXhYn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc7DEEXhYn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc7DEEXhYn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc7DEEXhYn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc7DEEXhYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc7DEEXhYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc7DEEXhYn .dropdown-item.active,
.cid-uc7DEEXhYn .dropdown-item:active {
  background-color: transparent;
}
.cid-uc7DEEXhYn .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc7DEEXhYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc7DEEXhYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc7DEEXhYn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc7DEEXhYn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc7DEEXhYn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc7DEEXhYn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc7DEEXhYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc7DEEXhYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc7DEEXhYn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DEEXhYn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DEEXhYn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc7DEEXhYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DEEXhYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc7DEEXhYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc7DEEXhYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DEEXhYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc7DEEXhYn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc7DEEXhYn .navbar {
    height: 70px;
  }
  .cid-uc7DEEXhYn .navbar.opened {
    height: auto;
  }
  .cid-uc7DEEXhYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc7DEEXhYn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc7DEEXhYn .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc7DEEXhYn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc7DEEXhYn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc7DEEXhYn .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc7DEEXhYn .navbar-caption:hover {
  color: #055292;
}
@media (min-width: 992px) {
  .cid-uc7DEEXhYn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc7DEEXhYn .text_widget {
  margin-bottom: 32px;
}
.cid-uc7DEEXhYn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc7DEEXhYn .text_widget a:hover,
.cid-uc7DEEXhYn .text_widget a:focus {
  opacity: .8;
}
.cid-uc7DEEXhYn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DEEXhYn .navbar-caption {
  color: #000000;
}
.cid-uc7DEEXhYn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DEEXhYn .mbr-section-subtitle,
.cid-uc7DEEXhYn .text_widget,
.cid-uc7DEEXhYn .mbr-section-btn {
  text-align: center;
}
.cid-uc7DEEXhYn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc7DECKLhV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1920.webp");
}
.cid-uc7DECKLhV .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DECKLhV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DECKLhV .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DECKLhV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DECKLhV .container {
    padding: 0 16px;
  }
}
.cid-uc7DECKLhV .row {
  justify-content: space-between;
}
.cid-uc7DECKLhV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uc7DECKLhV .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-uc7DECKLhV .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DECKLhV .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uc7DECKLhV .embla__button--next,
.cid-uc7DECKLhV .embla__button--prev {
  display: flex;
}
.cid-uc7DECKLhV .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DECKLhV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DECKLhV .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DECKLhV .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DECKLhV .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DECKLhV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uc7DECKLhV .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DECKLhV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DECKLhV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DECKLhV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DECKLhV .card-title {
  color: #055292;
}
.cid-uc7DETOrK6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc7DETOrK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DETOrK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DETOrK6 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc7DETOrK6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .container {
    padding: 0 20px;
  }
}
.cid-uc7DETOrK6 .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .row {
    padding: 46px 0;
  }
}
.cid-uc7DETOrK6 .item {
  margin-bottom: 32px;
}
.cid-uc7DETOrK6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  overflow: hidden;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-uc7DETOrK6 .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uc7DETOrK6 .item-title {
  color: #000000;
}
.cid-uc7DETOrK6 .item-text {
  color: #000000;
}
.cid-uc7DETOrK6 .list {
  color: #000000;
}
.cid-uc7DEHyREH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DEHyREH .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DEHyREH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DEHyREH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .container {
    padding: 0 16px;
  }
}
.cid-uc7DEHyREH .row {
  justify-content: space-between;
}
.cid-uc7DEHyREH .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uc7DEHyREH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uc7DEHyREH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 1000px;
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .cid-uc7DEHyREH .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DEHyREH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uc7DEHyREH .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DEHyREH .embla__slide .slide-content .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uc7DEHyREH .embla__slide .slide-content .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #ffffff;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .embla__slide .slide-content .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uc7DEHyREH .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-uc7DEHyREH .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uc7DEHyREH .embla__button--next,
.cid-uc7DEHyREH .embla__button--prev {
  display: flex;
}
.cid-uc7DEHyREH .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DEHyREH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DEHyREH .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DEHyREH .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DEHyREH .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DEHyREH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc7DEHyREH .embla {
    padding-bottom: 36px;
  }
}
.cid-uc7DEHyREH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DEHyREH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DEHyREH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DEHyREH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DEHyREH .mbr-section-title {
  color: #080808;
}
.cid-uc7DEHyREH .mbr-text {
  color: #333333;
}
.cid-uc7DEHyREH .card-title {
  color: #055292;
  text-align: center;
}
.cid-uc7DEHyREH .card-text {
  color: #055292;
  text-align: center;
}
.cid-uc7DEJ1JQk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DEJ1JQk .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DEJ1JQk .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
}
.cid-uc7DEJ1JQk .subscribe__form {
  margin-top: 70px;
}
.cid-uc7DEJ1JQk .form-group {
  margin-bottom: 0;
}
.cid-uc7DEJ1JQk .form-control {
  border: 2px solid #ff2817 !important;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #055292;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uc7DEJ1JQk .input-group-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 500 !important;
}
.cid-uc7DEJ1JQk .mbr-form .btn {
  margin: 0;
}
.cid-uc7DEJ1JQk input::placeholder {
  color: #055292;
  opacity: .6;
}
@media (max-width: 767px) {
  .cid-uc7DEJ1JQk .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-uc7DEJ1JQk .form-control {
    margin-bottom: 15px;
  }
}
.cid-uc7DEJ1JQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DEJ1JQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DEK3mNe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DEK3mNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DEK3mNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DEK3mNe .mbr-text,
.cid-uc7DEK3mNe .mbr-section-btn {
  text-align: center;
}
.cid-uc7DEK3mNe .mbr-section-title {
  text-align: center;
  color: #055292;
}
.cid-uc7DEK3mNe .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uc7DELaqfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #055292;
}
.cid-uc7DELaqfP .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uc7DELaqfP .image-block:hover img {
  transform: scale(1.1);
}
.cid-uc7DELaqfP .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uc7DELaqfP img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uc7DELaqfP .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uc7DELaqfP .wrap {
    opacity: 1 !important;
  }
  .cid-uc7DELaqfP .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uc7DELaqfP .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uc7DELaqfP P {
  color: #ff2817;
  text-align: right;
}
.cid-uc7DELaqfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DELaqfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DELaqfP DIV {
  text-align: center;
}
.cid-uc7DELaqfP H4 {
  text-align: center;
  color: #48acff;
}
.cid-uc7DF54ztg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc7DF54ztg .container {
    padding: 0 20px;
  }
}
.cid-uc7DF54ztg .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc7DF54ztg .row {
    padding: 46px 0;
  }
}
.cid-uc7DF54ztg .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uc7DF54ztg .content-wrapper {
    padding: 0;
  }
}
.cid-uc7DF54ztg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc7DF54ztg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DF54ztg .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uc7DF54ztg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uc7DF54ztg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uc7DF54ztg .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-uc7DF54ztg .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uc7DF54ztg .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uc7DF54ztg .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uc7DF54ztg .embla__button--next,
.cid-uc7DF54ztg .embla__button--prev {
  display: flex;
}
.cid-uc7DF54ztg .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #055292 !important;
  border: 2px solid #055292 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uc7DF54ztg .embla__button {
    top: 2.5rem;
  }
}
.cid-uc7DF54ztg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DF54ztg .embla__button:hover {
  opacity: 1 !important;
}
.cid-uc7DF54ztg .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uc7DF54ztg .embla__button.embla__button--next {
  right: 30px;
}
.cid-uc7DF54ztg .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uc7DF54ztg .embla {
    padding-top: 100px;
  }
}
.cid-uc7DF54ztg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DF54ztg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DF54ztg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DF54ztg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DF54ztg .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc7DF54ztg .mbr-section-title {
  color: #000000;
}
.cid-uc7DF54ztg .item-name {
  color: #000000;
  text-align: center;
}
.cid-uc7DF54ztg .item-role {
  color: #000000;
  text-align: center;
}
.cid-uc7DF54ztg .list,
.cid-uc7DF54ztg .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc7DF54ztg .mbr-section-title,
.cid-uc7DF54ztg .mbr-section-btn-main {
  text-align: center;
  color: #055292;
}
.cid-uc7DF54ztg .item-name,
.cid-uc7DF54ztg .mbr-section-btn {
  text-align: center;
}
.cid-uc7DFl8Syx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc7DFl8Syx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DFl8Syx .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-uc7DFl8Syx .container {
    padding: 0 16px;
  }
}
.cid-uc7DFl8Syx .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7DFl8Syx .card {
    margin-bottom: 40px;
  }
}
.cid-uc7DFl8Syx .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DFl8Syx .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uc7DFl8Syx .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uc7DFl8Syx .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DFl8Syx .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uc7DFl8Syx .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uc7DFl8Syx .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DFl8Syx .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uc7DFl8Syx .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DFl8Syx .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uc7DFl8Syx .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uc7DFl8Syx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DFl8Syx .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DFl8Syx .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uc7DFl8Syx .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DFl8Syx .copyright {
  color: #000000;
}
.cid-uc7DFl8Syx .mbr-card-title {
  color: #000000;
}
.cid-uc7DFl8Syx .list {
  color: #000000;
}
.cid-uc7DFl8Syx .mbr-section-title,
.cid-uc7DFl8Syx .title-wrapper,
.cid-uc7DFl8Syx .social-wrapper {
  color: #055292;
}
.cid-uc7DHnGyp9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uc7DHnGyp9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: absolute !important;
}
.cid-uc7DHnGyp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc7DHnGyp9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc7DHnGyp9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc7DHnGyp9 .menu_box .navbar.opened,
  .cid-uc7DHnGyp9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc7DHnGyp9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uc7DHnGyp9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc7DHnGyp9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc7DHnGyp9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc7DHnGyp9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc7DHnGyp9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc7DHnGyp9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc7DHnGyp9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc7DHnGyp9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc7DHnGyp9 .offcanvas-body .mbr-text,
  .cid-uc7DHnGyp9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc7DHnGyp9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc7DHnGyp9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc7DHnGyp9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc7DHnGyp9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DHnGyp9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc7DHnGyp9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc7DHnGyp9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc7DHnGyp9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc7DHnGyp9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc7DHnGyp9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc7DHnGyp9 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uc7DHnGyp9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc7DHnGyp9 .nav-item .nav-link:hover,
.cid-uc7DHnGyp9 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc7DHnGyp9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc7DHnGyp9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc7DHnGyp9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc7DHnGyp9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc7DHnGyp9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc7DHnGyp9 .offcanvas_box {
    display: none;
  }
}
.cid-uc7DHnGyp9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc7DHnGyp9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc7DHnGyp9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc7DHnGyp9 .container {
  display: flex;
  margin: auto;
}
.cid-uc7DHnGyp9 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc7DHnGyp9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc7DHnGyp9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc7DHnGyp9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc7DHnGyp9 .navbar-nav {
    margin: 0;
  }
}
.cid-uc7DHnGyp9 .dropdown-menu,
.cid-uc7DHnGyp9 .navbar.opened {
  background-color: false !important;
}
.cid-uc7DHnGyp9 .nav-item:focus,
.cid-uc7DHnGyp9 .nav-link:focus {
  outline: none;
}
.cid-uc7DHnGyp9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc7DHnGyp9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc7DHnGyp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc7DHnGyp9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc7DHnGyp9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc7DHnGyp9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc7DHnGyp9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc7DHnGyp9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc7DHnGyp9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uc7DHnGyp9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc7DHnGyp9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc7DHnGyp9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc7DHnGyp9 .navbar.collapsed {
  justify-content: center;
}
.cid-uc7DHnGyp9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc7DHnGyp9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc7DHnGyp9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc7DHnGyp9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc7DHnGyp9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc7DHnGyp9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc7DHnGyp9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc7DHnGyp9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc7DHnGyp9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc7DHnGyp9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc7DHnGyp9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc7DHnGyp9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc7DHnGyp9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc7DHnGyp9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc7DHnGyp9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc7DHnGyp9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc7DHnGyp9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc7DHnGyp9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc7DHnGyp9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc7DHnGyp9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc7DHnGyp9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc7DHnGyp9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc7DHnGyp9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc7DHnGyp9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc7DHnGyp9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc7DHnGyp9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc7DHnGyp9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc7DHnGyp9 .dropdown-item.active,
.cid-uc7DHnGyp9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uc7DHnGyp9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc7DHnGyp9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc7DHnGyp9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc7DHnGyp9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc7DHnGyp9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc7DHnGyp9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc7DHnGyp9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc7DHnGyp9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc7DHnGyp9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc7DHnGyp9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DHnGyp9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc7DHnGyp9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc7DHnGyp9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DHnGyp9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc7DHnGyp9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc7DHnGyp9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc7DHnGyp9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc7DHnGyp9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc7DHnGyp9 .navbar {
    height: 70px;
  }
  .cid-uc7DHnGyp9 .navbar.opened {
    height: auto;
  }
  .cid-uc7DHnGyp9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc7DHnGyp9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc7DHnGyp9 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc7DHnGyp9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc7DHnGyp9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc7DHnGyp9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc7DHnGyp9 .navbar-caption:hover {
  color: #055292;
}
@media (min-width: 992px) {
  .cid-uc7DHnGyp9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc7DHnGyp9 .text_widget {
  margin-bottom: 32px;
}
.cid-uc7DHnGyp9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc7DHnGyp9 .text_widget a:hover,
.cid-uc7DHnGyp9 .text_widget a:focus {
  opacity: .8;
}
.cid-uc7DHnGyp9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHnGyp9 .navbar-caption {
  color: #000000;
}
.cid-uc7DHnGyp9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHnGyp9 .mbr-section-subtitle,
.cid-uc7DHnGyp9 .text_widget,
.cid-uc7DHnGyp9 .mbr-section-btn {
  text-align: center;
}
.cid-uc7DHnGyp9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc7DHGQZ2Q {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1920.webp");
}
.cid-uc7DHGQZ2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DHGQZ2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DHGQZ2Q .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc7DHGQZ2Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .container {
    padding: 0 20px;
  }
}
.cid-uc7DHGQZ2Q .item {
  margin-top: 32px;
}
.cid-uc7DHGQZ2Q .item:first-child {
  margin-top: 0;
}
.cid-uc7DHGQZ2Q .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uc7DHGQZ2Q .item:nth-child(2n) .item-wrapper {
  background-color: #48acff;
}
.cid-uc7DHGQZ2Q .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uc7DHGQZ2Q .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #ffd3a3;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-desc_1,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-desc_1,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-title_1,
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#055292 31.5%, #055292);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#055292 31.5%, #055292);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uc7DHGQZ2Q .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc7DHGQZ2Q .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uc7DHGQZ2Q .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-text_1,
.cid-uc7DHGQZ2Q .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-text_2,
.cid-uc7DHGQZ2Q .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHGQZ2Q .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uc7DHGQZ2Q .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-title_1,
.cid-uc7DHGQZ2Q .buttons_1,
.cid-uc7DHGQZ2Q .icon-wrapper_1,
.cid-uc7DHGQZ2Q .title-wrapper_1 {
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-title_2,
.cid-uc7DHGQZ2Q .buttons_2,
.cid-uc7DHGQZ2Q .icon-wrapper_2,
.cid-uc7DHGQZ2Q .title-wrapper_2 {
  text-align: center;
}
.cid-uc7DHGQZ2Q .card-title_1,
.cid-uc7DHGQZ2Q .icon-wrapper_1,
.cid-uc7DHGQZ2Q .buttons_1,
.cid-uc7DHGQZ2Q .title-wrapper_1 {
  text-align: left;
}
.cid-uc7DHGQZ2Q .card-title_2,
.cid-uc7DHGQZ2Q .icon-wrapper_2,
.cid-uc7DHGQZ2Q .buttons_2,
.cid-uc7DHGQZ2Q .title-wrapper_2 {
  text-align: right;
}
.cid-uc7DHllaSX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-3-1920x1920.webp");
}
.cid-uc7DHllaSX .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-uc7DHllaSX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uc7DHllaSX .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DHllaSX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DHllaSX .container {
    padding: 0 16px;
  }
}
.cid-uc7DHllaSX .row {
  justify-content: space-between;
}
.cid-uc7DHllaSX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-uc7DHllaSX .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-uc7DHllaSX .embla__slide .slide-content {
  width: 100%;
}
.cid-uc7DHllaSX .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uc7DHllaSX .embla__button--next,
.cid-uc7DHllaSX .embla__button--prev {
  display: flex;
}
.cid-uc7DHllaSX .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #055292 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uc7DHllaSX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DHllaSX .embla__button:hover {
  color: #ff44c2 !important;
}
.cid-uc7DHllaSX .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uc7DHllaSX .embla__button.embla__button--next {
  right: 0;
}
.cid-uc7DHllaSX .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uc7DHllaSX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DHllaSX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DHllaSX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DHllaSX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DHllaSX .card-title {
  color: #055292;
}
.cid-uc7DHWj3FM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-4-1920x1920.webp");
}
.cid-uc7DHWj3FM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DHWj3FM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DHWj3FM .row {
  justify-content: center;
}
.cid-uc7DHWj3FM .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uc7DHWj3FM .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uc7DHWj3FM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uc7DHWj3FM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc7DHWj3FM .item {
  margin-bottom: 32px;
}
.cid-uc7DHWj3FM .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-uc7DHWj3FM .item .item-wrapper {
  overflow: visible;
}
.cid-uc7DHWj3FM .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-uc7DHWj3FM .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #ff44c2;
}
@media (max-width: 992px) {
  .cid-uc7DHWj3FM .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-uc7DHWj3FM .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-uc7DHWj3FM .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uc7DHFyq1S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc7DHFyq1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DHFyq1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DHFyq1S .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc7DHFyq1S .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc7DHFyq1S .container {
    padding: 0 20px;
  }
}
.cid-uc7DHFyq1S .content-wrapper {
  padding: 60px;
  background-color: #055292;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uc7DHFyq1S .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uc7DHFyq1S .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc7DHFyq1S .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uc7DHFyq1S .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uc7DHFyq1S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uc7DHFyq1S .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uc7DHFyq1S .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-uc7DHFyq1S .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-uc7DHFyq1S .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-uc7DHFyq1S .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-uc7DHFyq1S .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uc7DHFyq1S .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DHFyq1S .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHFyq1S .mbr-text,
.cid-uc7DHFyq1S .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHFyq1S .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uc7DHFyq1S .mbr-section-title,
.cid-uc7DHFyq1S .mbr-section-btn,
.cid-uc7DHFyq1S .items-wrapper {
  text-align: center;
}
.cid-uc7DHsWe2a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uc7DHsWe2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DHsWe2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc7DHsWe2a .mbr-text,
.cid-uc7DHsWe2a .mbr-section-btn {
  text-align: center;
}
.cid-uc7DHsWe2a .mbr-section-title {
  text-align: center;
  color: #055292;
}
.cid-uc7DHsWe2a .mbr-section-subtitle {
  text-align: center;
  color: #3d2e7c;
}
.cid-uc7DHNU914 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc7DHNU914 .container {
    padding: 0 20px;
  }
}
.cid-uc7DHNU914 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc7DHNU914 .row {
    padding: 46px 0;
  }
}
.cid-uc7DHNU914 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uc7DHNU914 .content-wrapper {
    padding: 0;
  }
}
.cid-uc7DHNU914 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc7DHNU914 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DHNU914 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uc7DHNU914 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uc7DHNU914 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uc7DHNU914 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
}
@media (max-width: 992px) {
  .cid-uc7DHNU914 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uc7DHNU914 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uc7DHNU914 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uc7DHNU914 .embla__button--next,
.cid-uc7DHNU914 .embla__button--prev {
  display: flex;
}
.cid-uc7DHNU914 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #055292 !important;
  border: 2px solid #055292 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uc7DHNU914 .embla__button {
    top: 2.5rem;
  }
}
.cid-uc7DHNU914 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc7DHNU914 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uc7DHNU914 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uc7DHNU914 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uc7DHNU914 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uc7DHNU914 .embla {
    padding-top: 100px;
  }
}
.cid-uc7DHNU914 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uc7DHNU914 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc7DHNU914 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc7DHNU914 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc7DHNU914 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc7DHNU914 .mbr-section-title {
  color: #000000;
}
.cid-uc7DHNU914 .item-name {
  color: #000000;
  text-align: center;
}
.cid-uc7DHNU914 .item-role {
  color: #000000;
  text-align: center;
}
.cid-uc7DHNU914 .list,
.cid-uc7DHNU914 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc7DHNU914 .mbr-section-title,
.cid-uc7DHNU914 .mbr-section-btn-main {
  text-align: center;
  color: #055292;
}
.cid-uc7DHNU914 .item-name,
.cid-uc7DHNU914 .mbr-section-btn {
  text-align: center;
}
.cid-uc7DI3j2rF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc7DI3j2rF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc7DI3j2rF .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-uc7DI3j2rF .container {
    padding: 0 16px;
  }
}
.cid-uc7DI3j2rF .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uc7DI3j2rF .card {
    margin-bottom: 40px;
  }
}
.cid-uc7DI3j2rF .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DI3j2rF .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uc7DI3j2rF .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uc7DI3j2rF .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc7DI3j2rF .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uc7DI3j2rF .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uc7DI3j2rF .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DI3j2rF .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uc7DI3j2rF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc7DI3j2rF .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uc7DI3j2rF .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uc7DI3j2rF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc7DI3j2rF .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uc7DI3j2rF .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uc7DI3j2rF .mbr-section-title {
  color: #ffffff;
}
.cid-uc7DI3j2rF .copyright {
  color: #000000;
}
.cid-uc7DI3j2rF .mbr-card-title {
  color: #000000;
}
.cid-uc7DI3j2rF .list {
  color: #000000;
}
.cid-uc7DI3j2rF .mbr-section-title,
.cid-uc7DI3j2rF .title-wrapper,
.cid-uc7DI3j2rF .social-wrapper {
  color: #055292;
}
