.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: Rethink Sans;
}
.display-1 {
  font-family: 'TT_Octosquares_Regular-1';
  font-size: 4.7rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'TT_Octosquares_Regular-1';
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'DMSans_24pt-Regular';
  font-size: 1.1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DMSans_24pt-Regular';
  font-size: 1.6rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DMSans_24pt-Regular';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #0b31ac !important;
}
.bg-success {
  background-color: #9a9a9a !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #0b31ac !important;
}
.bg-danger {
  background-color: #e75111 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b31ac !important;
  border-color: #0b31ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0e3fdc !important;
  border-color: #0e3fdc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e3fdc !important;
  border-color: #0e3fdc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e88da !important;
  border-color: #6e88da !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #97a9e4 !important;
  border-color: #97a9e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #97a9e4 !important;
  border-color: #97a9e4 !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: #9a9a9a !important;
  border-color: #9a9a9a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0b31ac !important;
  border-color: #0b31ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0e3fdc !important;
  border-color: #0e3fdc !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0e3fdc !important;
  border-color: #0e3fdc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e75111 !important;
  border-color: #e75111 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f1713a !important;
  border-color: #f1713a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f1713a !important;
  border-color: #f1713a !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: #0b31ac;
  color: #0b31ac;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #061a5b !important;
  background-color: transparent !important;
  border-color: #061a5b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b31ac !important;
  border-color: #0b31ac !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6e88da;
  color: #6e88da;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3154c0 !important;
  background-color: transparent !important;
  border-color: #3154c0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e88da !important;
  border-color: #6e88da !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: #9a9a9a;
  color: #9a9a9a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6f6f6f !important;
  background-color: transparent !important;
  border-color: #6f6f6f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0b31ac;
  color: #0b31ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #061a5b !important;
  background-color: transparent !important;
  border-color: #061a5b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0b31ac !important;
  border-color: #0b31ac !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e75111;
  color: #e75111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #96350b !important;
  background-color: transparent !important;
  border-color: #96350b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e75111 !important;
  border-color: #e75111 !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: #0b31ac !important;
}
.text-secondary {
  color: #6e88da !important;
}
.text-success {
  color: #9a9a9a !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #0b31ac !important;
}
.text-danger {
  color: #e75111 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #05164c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2e4eb4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #676767 !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: #05164c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #88300a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e75111 !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: #0b31ac;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #0b31ac;
}
.alert-danger {
  background-color: #e75111;
}
.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: #0b31ac;
  border-color: #0b31ac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0b31ac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #436df3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dadada;
}
.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: #436df3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd8c9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DMSans_24pt-Regular';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #0b31ac !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DMSans_24pt-Regular';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0b31ac;
}
/* 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: #0b31ac;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0b31ac;
}
.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: #0b31ac;
  border-bottom-color: #0b31ac;
}
.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: #0b31ac !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6e88da !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='%230b31ac' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0b31ac;
  border-radius: 100%;
  color: #6e88da !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #0b31ac;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #6e88da;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #6e88da;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #6e88da !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #6e88da !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #6e88da !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-uhokcmcqLj {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uhokcmcqLj .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uhokcmcqLj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-uhokcmcqLj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhokcmcqLj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uhokcmcqLj .menu_box .navbar.opened,
  .cid-uhokcmcqLj .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhokcmcqLj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uhokcmcqLj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uhokcmcqLj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uhokcmcqLj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhokcmcqLj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhokcmcqLj .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-uhokcmcqLj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhokcmcqLj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhokcmcqLj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhokcmcqLj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhokcmcqLj .offcanvas-body .mbr-text,
  .cid-uhokcmcqLj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhokcmcqLj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhokcmcqLj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhokcmcqLj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhokcmcqLj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhokcmcqLj .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-uhokcmcqLj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhokcmcqLj 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-uhokcmcqLj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uhokcmcqLj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uhokcmcqLj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhokcmcqLj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .nav-item {
    margin: 0 !important;
  }
}
.cid-uhokcmcqLj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uhokcmcqLj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhokcmcqLj .nav-item .nav-link:hover::before,
.cid-uhokcmcqLj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uhokcmcqLj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhokcmcqLj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhokcmcqLj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhokcmcqLj .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-uhokcmcqLj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhokcmcqLj .offcanvas_box {
    display: none;
  }
}
.cid-uhokcmcqLj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhokcmcqLj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhokcmcqLj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhokcmcqLj .container {
  display: flex;
  margin: auto;
}
.cid-uhokcmcqLj .iconfont-wrapper {
  color: #0b31ac;
  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-uhokcmcqLj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhokcmcqLj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhokcmcqLj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhokcmcqLj .navbar-nav {
    margin: 0;
  }
}
.cid-uhokcmcqLj .dropdown-menu,
.cid-uhokcmcqLj .navbar.opened {
  background-color: true !important;
}
.cid-uhokcmcqLj .nav-item:focus,
.cid-uhokcmcqLj .nav-link:focus {
  outline: none;
}
.cid-uhokcmcqLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhokcmcqLj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhokcmcqLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhokcmcqLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhokcmcqLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhokcmcqLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhokcmcqLj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhokcmcqLj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhokcmcqLj .navbar.opened {
  transition: all 0.3s;
}
.cid-uhokcmcqLj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-uhokcmcqLj .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uhokcmcqLj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhokcmcqLj .navbar.collapsed {
  justify-content: center;
}
.cid-uhokcmcqLj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhokcmcqLj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhokcmcqLj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhokcmcqLj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhokcmcqLj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhokcmcqLj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhokcmcqLj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhokcmcqLj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhokcmcqLj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uhokcmcqLj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhokcmcqLj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhokcmcqLj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhokcmcqLj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhokcmcqLj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhokcmcqLj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhokcmcqLj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhokcmcqLj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhokcmcqLj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhokcmcqLj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uhokcmcqLj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhokcmcqLj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhokcmcqLj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhokcmcqLj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhokcmcqLj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhokcmcqLj .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-uhokcmcqLj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uhokcmcqLj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhokcmcqLj .dropdown-item.active,
.cid-uhokcmcqLj .dropdown-item:active {
  background-color: transparent;
}
.cid-uhokcmcqLj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uhokcmcqLj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhokcmcqLj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhokcmcqLj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhokcmcqLj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhokcmcqLj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhokcmcqLj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-uhokcmcqLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhokcmcqLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhokcmcqLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhokcmcqLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhokcmcqLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhokcmcqLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhokcmcqLj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhokcmcqLj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhokcmcqLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhokcmcqLj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhokcmcqLj .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-uhokcmcqLj .navbar {
    height: 70px;
  }
  .cid-uhokcmcqLj .navbar.opened {
    height: auto;
  }
  .cid-uhokcmcqLj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhokcmcqLj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uhokcmcqLj .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uhokcmcqLj .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uhokcmcqLj .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-uhokcmcqLj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhokcmcqLj .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-uhokcmcqLj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhokcmcqLj .text_widget a:hover,
.cid-uhokcmcqLj .text_widget a:focus {
  opacity: .8;
}
.cid-uhokcmcqLj .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-uhokcmcqLj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhokcmcqLj .navbar-caption {
  color: #000000;
}
.cid-uhokcmcqLj .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-uhokcmcqLj .mbr-section-subtitle,
.cid-uhokcmcqLj .text_widget,
.cid-uhokcmcqLj .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-uhokcmcqLj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhokd4N1ur {
  background-image: url("../../../assets/images/mim-worker-head-1.webp");
}
.cid-uhokd4N1ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhokd4N1ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhokd4N1ur .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-uhokd4N1ur .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhokd4N1ur .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhokd4N1ur .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uhokd4N1ur .container {
    padding: 0 20px;
  }
}
.cid-uhokd4N1ur .row {
  height: 100%;
}
.cid-uhokd4N1ur .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uhokd4N1ur .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uhokd4N1ur .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uhokd4N1ur .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uhokd4N1ur .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uhokd4N1ur .mbr-section-title {
  color: #ffffff;
}
.cid-uhokd4N1ur .mbr-desc {
  color: #ffffff;
}
.cid-usBGwOx6cQ {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-usBGwOx6cQ .mbr-section-title {
  color: #0b31ac;
}
@media (max-width: 992px) {
  .cid-usBGwOx6cQ .mbr-section-title {
    padding-left: 7px;
  }
}
.cid-usBGwOx6cQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usBGwOx6cQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usBGwOx6cQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usBGwOx6cQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usBGwOx6cQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usBGwOx6cQ .container {
    padding: 0 20px;
  }
}
.cid-usBGwOx6cQ .row {
  justify-content: space-between;
}
.cid-usBGwOx6cQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usBGwOx6cQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-usBGwOx6cQ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-usBHfqvtKp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-usBHfqvtKp .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usBHfqvtKp .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usBHfqvtKp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usBHfqvtKp .container {
    padding: 0 20px;
  }
}
.cid-usBHfqvtKp .mbr-section-title {
  margin-bottom: 90px;
  color: #0b31ac;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-usBHfqvtKp .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usBHfqvtKp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-usBHfqvtKp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usBHfqvtKp .embla__slide .slide-content {
  width: 100%;
}
.cid-usBHfqvtKp .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-usBHfqvtKp .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-usBHfqvtKp .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #0b31ac;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usBHfqvtKp .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 300px !important;
  }
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-usBHfqvtKp .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-usBHfqvtKp .embla__button--next,
.cid-usBHfqvtKp .embla__button--prev {
  display: flex;
}
.cid-usBHfqvtKp .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #e75111 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-usBHfqvtKp .embla__button:hover {
  opacity: .5 !important;
}
.cid-usBHfqvtKp .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-usBHfqvtKp .embla__button.embla__button--next {
  right: 0;
}
.cid-usBHfqvtKp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-usBHfqvtKp .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #ededed;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-usBHfqvtKp .embla::before {
    display: none;
  }
}
.cid-usBHfqvtKp .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-usBHfqvtKp .embla__viewport {
    overflow: hidden ;
  }
}
.cid-usBHfqvtKp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usBHfqvtKp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usBHfqvtKp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usBHfqvtKp .item-title {
  color: #0b31ac;
}
.cid-usBHfqvtKp .item-desc {
  color: #e75111;
}
.cid-usBHfqvtKp .mbr-desc {
  text-align: left;
  color: #0b31ac;
}
.cid-uhokfj9Lj5 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.cid-uhokfj9Lj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhokfj9Lj5 .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-uhokfj9Lj5 .container {
    padding: 0 20px;
  }
}
.cid-uhokfj9Lj5 .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uhokfj9Lj5 .row .card {
  padding: 0 10px;
}
.cid-uhokfj9Lj5 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uhokfj9Lj5 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uhokfj9Lj5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uhokfj9Lj5 .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uhokfj9Lj5 .item {
    margin-bottom: 40px;
  }
}
.cid-uhokfj9Lj5 .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uhokfj9Lj5 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #0b31ac;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uhokfj9Lj5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uhokfj9Lj5 .mbr-section-title {
  color: #000000;
}
.cid-uhokfj9Lj5 .card-number {
  color: #000000;
}
.cid-uhokfj9Lj5 .card-title {
  color: #0b31ac;
}
.cid-uhokfj9Lj5 .card-text {
  color: #0b31ac;
}
.cid-uhokfj9Lj5 .mbr-section-title,
.cid-uhokfj9Lj5 .title-wrapper {
  color: #0b31ac;
  text-align: left;
}
.cid-usGlzKDeXa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mim-grau-bg-2.webp");
}
.cid-usGlzKDeXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGlzKDeXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGlzKDeXa .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usGlzKDeXa .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usGlzKDeXa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usGlzKDeXa .container {
    padding: 0 20px;
  }
}
.cid-usGlzKDeXa .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-usGlzKDeXa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usGlzKDeXa .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-usGlzKDeXa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usGlzKDeXa .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-usGlzKDeXa .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-usGlzKDeXa .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-usGlzKDeXa .mbr-section-title {
  color: #000000;
}
.cid-usGlzKDeXa .mbr-desc {
  color: #000000;
}
.cid-usGlzKDeXa .mbr-section-title,
.cid-usGlzKDeXa .mbr-section-btn {
  color: #0b31ac;
  text-align: center;
}
.cid-uhokJRIJQp {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uhokJRIJQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhokJRIJQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhokJRIJQp .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uhokJRIJQp .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhokJRIJQp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uhokJRIJQp .container {
    padding: 0 20px;
  }
}
.cid-uhokJRIJQp .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhokJRIJQp .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uhokJRIJQp .logo-wrapper img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.cid-uhokJRIJQp .contacts-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
}
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap:hover,
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap:focus {
  cursor: pointer;
}
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap:hover::before,
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uhokJRIJQp .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhokJRIJQp .list {
  color: #000000;
}
.cid-uhokJRIJQp .list,
.cid-uhokJRIJQp .item-wrap,
.cid-uhokJRIJQp .contacts-wrapper {
  text-align: left;
  color: #0b31ac;
}
.cid-usFZ4puITt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-usFZ4puITt .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFZ4puITt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFZ4puITt .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usFZ4puITt .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usFZ4puITt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usFZ4puITt .container {
    padding: 0 20px;
  }
}
.cid-usFZ4puITt .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-usFZ4puITt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usFZ4puITt .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-usFZ4puITt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usFZ4puITt .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-usFZ4puITt .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-usFZ4puITt .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-usFZ4puITt .mbr-section-title {
  color: #000000;
}
.cid-usFZ4puITt .mbr-desc {
  color: #000000;
}
.cid-uu6hxheglf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uu6hxheglf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6hxheglf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6hxheglf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container {
    padding: 0 20px;
  }
}
.cid-uu6hxheglf .row {
  justify-content: center;
}
.cid-uu6hxheglf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uu6hxheglf .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uu6hxheglf .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uu6hxheglf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:hover,
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-uu6hxheglf .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-uu6hxheglf .mbr-text {
  color: #000000;
}
.cid-uu6hxheglf .mbr-list-title {
  color: #0b31ac;
}
.cid-uu6hxheglf .list {
  color: #9a9a9a;
}
.cid-uu6hxheglf .list,
.cid-uu6hxheglf .item-wrap,
.cid-uu6hxheglf .contacts-wrapper {
  color: #0b31ac;
}
.cid-uu6hxheglf .mbr-text,
.cid-uu6hxheglf .text-wrap,
.cid-uu6hxheglf .mbr-section-btn {
  color: #0b31ac;
}
.cid-uwF9vz2qnF.popup-builder {
  background-color: #ffffff;
}
.cid-uwF9vz2qnF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwF9vz2qnF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwF9vz2qnF .modal-content,
.cid-uwF9vz2qnF .modal-dialog {
  height: auto;
}
.cid-uwF9vz2qnF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwF9vz2qnF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwF9vz2qnF .form-wrapper .mbr-form .form-group,
  .cid-uwF9vz2qnF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwF9vz2qnF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwF9vz2qnF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwF9vz2qnF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uwF9vz2qnF .pt-0 {
  padding-top: 0 !important;
}
.cid-uwF9vz2qnF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwF9vz2qnF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwF9vz2qnF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwF9vz2qnF .modal-open {
  overflow: hidden;
}
.cid-uwF9vz2qnF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwF9vz2qnF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwF9vz2qnF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwF9vz2qnF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwF9vz2qnF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwF9vz2qnF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwF9vz2qnF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwF9vz2qnF .modal-content {
  background: #0b31ac;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwF9vz2qnF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwF9vz2qnF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwF9vz2qnF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwF9vz2qnF .modal-backdrop.show {
  opacity: .5;
}
.cid-uwF9vz2qnF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwF9vz2qnF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwF9vz2qnF .modal-header {
    padding: 1rem;
  }
}
.cid-uwF9vz2qnF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwF9vz2qnF .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwF9vz2qnF .modal-header .close:hover {
  opacity: 1;
}
.cid-uwF9vz2qnF .modal-header .close:focus {
  outline: none;
}
.cid-uwF9vz2qnF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uwF9vz2qnF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwF9vz2qnF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwF9vz2qnF .modal-body {
    padding: 1rem;
  }
}
.cid-uwF9vz2qnF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwF9vz2qnF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwF9vz2qnF .modal-footer {
    padding: 1rem;
  }
}
.cid-uwF9vz2qnF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwF9vz2qnF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwF9vz2qnF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwF9vz2qnF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwF9vz2qnF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwF9vz2qnF .modal-lg,
  .cid-uwF9vz2qnF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwF9vz2qnF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwF9vz2qnF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwF9vz2qnF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwF9vz2qnF .form-group {
  margin-bottom: 1rem;
}
.cid-uwF9vz2qnF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwF9vz2qnF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwF9vz2qnF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwF9vz2qnF .mbr-section-btn {
  margin: 0;
}
.cid-uwF9vz2qnF .mbr-section-btn .btn {
  margin: 0;
}
.cid-usHqDtS19X {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-usHqDtS19X .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-usHqDtS19X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-usHqDtS19X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usHqDtS19X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usHqDtS19X .menu_box .navbar.opened,
  .cid-usHqDtS19X .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-usHqDtS19X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-usHqDtS19X .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-usHqDtS19X .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-usHqDtS19X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usHqDtS19X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-usHqDtS19X .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-usHqDtS19X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-usHqDtS19X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-usHqDtS19X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-usHqDtS19X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-usHqDtS19X .offcanvas-body .mbr-text,
  .cid-usHqDtS19X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-usHqDtS19X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-usHqDtS19X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-usHqDtS19X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-usHqDtS19X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usHqDtS19X .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-usHqDtS19X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-usHqDtS19X 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-usHqDtS19X .lg_brand {
    margin: 0 1rem;
  }
  .cid-usHqDtS19X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-usHqDtS19X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usHqDtS19X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .nav-item {
    margin: 0 !important;
  }
}
.cid-usHqDtS19X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-usHqDtS19X .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usHqDtS19X .nav-item .nav-link:hover::before,
.cid-usHqDtS19X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-usHqDtS19X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usHqDtS19X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usHqDtS19X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usHqDtS19X .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-usHqDtS19X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usHqDtS19X .offcanvas_box {
    display: none;
  }
}
.cid-usHqDtS19X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usHqDtS19X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usHqDtS19X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usHqDtS19X .container {
  display: flex;
  margin: auto;
}
.cid-usHqDtS19X .iconfont-wrapper {
  color: #0b31ac;
  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-usHqDtS19X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usHqDtS19X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-usHqDtS19X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-usHqDtS19X .navbar-nav {
    margin: 0;
  }
}
.cid-usHqDtS19X .dropdown-menu,
.cid-usHqDtS19X .navbar.opened {
  background-color: true !important;
}
.cid-usHqDtS19X .nav-item:focus,
.cid-usHqDtS19X .nav-link:focus {
  outline: none;
}
.cid-usHqDtS19X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usHqDtS19X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usHqDtS19X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usHqDtS19X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usHqDtS19X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usHqDtS19X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usHqDtS19X .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usHqDtS19X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usHqDtS19X .navbar.opened {
  transition: all 0.3s;
}
.cid-usHqDtS19X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-usHqDtS19X .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-usHqDtS19X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usHqDtS19X .navbar.collapsed {
  justify-content: center;
}
.cid-usHqDtS19X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usHqDtS19X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usHqDtS19X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usHqDtS19X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usHqDtS19X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usHqDtS19X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usHqDtS19X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usHqDtS19X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usHqDtS19X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usHqDtS19X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usHqDtS19X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usHqDtS19X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usHqDtS19X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usHqDtS19X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usHqDtS19X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usHqDtS19X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usHqDtS19X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usHqDtS19X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usHqDtS19X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usHqDtS19X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usHqDtS19X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usHqDtS19X .navbar.navbar-short {
  min-height: 60px;
}
.cid-usHqDtS19X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usHqDtS19X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usHqDtS19X .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-usHqDtS19X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usHqDtS19X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usHqDtS19X .dropdown-item.active,
.cid-usHqDtS19X .dropdown-item:active {
  background-color: transparent;
}
.cid-usHqDtS19X .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-usHqDtS19X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usHqDtS19X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usHqDtS19X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usHqDtS19X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usHqDtS19X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usHqDtS19X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-usHqDtS19X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usHqDtS19X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usHqDtS19X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usHqDtS19X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usHqDtS19X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usHqDtS19X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usHqDtS19X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usHqDtS19X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usHqDtS19X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usHqDtS19X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usHqDtS19X .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-usHqDtS19X .navbar {
    height: 70px;
  }
  .cid-usHqDtS19X .navbar.opened {
    height: auto;
  }
  .cid-usHqDtS19X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usHqDtS19X .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-usHqDtS19X .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-usHqDtS19X .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-usHqDtS19X .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-usHqDtS19X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usHqDtS19X .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-usHqDtS19X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usHqDtS19X .text_widget a:hover,
.cid-usHqDtS19X .text_widget a:focus {
  opacity: .8;
}
.cid-usHqDtS19X .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-usHqDtS19X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usHqDtS19X .navbar-caption {
  color: #000000;
}
.cid-usHqDtS19X .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-usHqDtS19X .mbr-section-subtitle,
.cid-usHqDtS19X .text_widget,
.cid-usHqDtS19X .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-usHqDtS19X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usHqRa1XnR {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(10deg, darkblue 0%, #0b31ac 50%) !important;
}
.cid-usHqRa1XnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHqRa1XnR .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-usHqRa1XnR .container {
    padding: 0 20px;
  }
}
.cid-usHqRa1XnR .row {
  justify-content: space-between;
}
.cid-usHqRa1XnR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-usHqRa1XnR .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usHqRa1XnR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHqRa1XnR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usHqRa1XnR .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-usHqRa1XnR .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-usHqRa1XnR .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-usHqRa1XnR .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.cid-usHqRa1XnR .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: ;
  transition: all 0.3s ease-in-out;
}
.cid-usHqRa1XnR .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHqRa1XnR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usHqRa1XnR .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-usHqRa1XnR .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-usHqRa1XnR .image-wrapper img {
    height: 400px;
  }
}
.cid-usHqRa1XnR .mbr-section-title {
  color: #0b31ac;
}
.cid-usHqRa1XnR .mbr-link {
  color: #000000;
}
.cid-usHqRa1XnR .mbr-desc {
  color: #ffffff;
}
.cid-usHqRa1XnR .mbr-text {
  color: #ffffff;
}
.cid-usHqRa1XnR .mbr-link,
.cid-usHqRa1XnR .link-wrapper {
  color: #ffffff;
}
.cid-usHqDuEztP {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ededed;
}
.cid-usHqDuEztP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHqDuEztP .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-usHqDuEztP .container {
    padding: 0 20px;
  }
}
.cid-usHqDuEztP .row {
  justify-content: space-between;
}
.cid-usHqDuEztP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHqDuEztP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-usHqDuEztP .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-usHqDuEztP .mbr-section-title {
  color: #0b31ac;
  text-align: left;
}
.cid-usHqDuXb7R {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 992px) {
  .cid-usHqDuXb7R .container {
    padding: 0 20px;
  }
}
.cid-usHqDuXb7R .mbr-section-title {
  margin-bottom: 90px;
  color: #0b31ac;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-usHqDuXb7R .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 465px) {
  .cid-usHqDuXb7R .mbr-section-title {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.cid-usHqDuXb7R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-usHqDuXb7R .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usHqDuXb7R .embla__slide .slide-content {
  width: 100%;
}
.cid-usHqDuXb7R .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-usHqDuXb7R .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-usHqDuXb7R .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #0b31ac;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img img {
  width: 600px;
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 300px;
  }
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img img img {
  width: 700px;
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 470px) {
  .cid-usHqDuXb7R .embla__slide .slide-content a .item-wrapper .item-img img img {
    min-height: 300px;
  }
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-usHqDuXb7R .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-usHqDuXb7R .embla__button--next,
.cid-usHqDuXb7R .embla__button--prev {
  display: flex;
}
.cid-usHqDuXb7R .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #e75111 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-usHqDuXb7R .embla__button:hover {
  opacity: .5 !important;
}
.cid-usHqDuXb7R .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-usHqDuXb7R .embla__button.embla__button--next {
  right: 0;
}
.cid-usHqDuXb7R .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-usHqDuXb7R .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #ededed;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-usHqDuXb7R .embla::before {
    display: none;
  }
}
.cid-usHqDuXb7R .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-usHqDuXb7R .embla__viewport {
    overflow: hidden ;
  }
}
.cid-usHqDuXb7R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usHqDuXb7R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usHqDuXb7R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usHqDuXb7R .item-title {
  color: #0b31ac;
  text-align: center;
}
.cid-usHqDuXb7R .item-desc {
  color: #0b31ac;
}
.cid-usHqDuXb7R .mbr-desc {
  text-align: left;
  color: #0b31ac;
}
.cid-usHyUBZOzG {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ededed;
}
.cid-usHyUBZOzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHyUBZOzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHyUBZOzG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usHyUBZOzG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-usHyUBZOzG .container {
    padding: 0 30px;
  }
}
.cid-usHyUBZOzG .row {
  justify-content: center;
}
.cid-usHyUBZOzG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHyUBZOzG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usHyUBZOzG .mbr-desc {
  color: #0b31ac;
  text-align: left;
}
.cid-usHyUBZOzG .mbr-text {
  color: #0b31ac;
}
.cid-usHMZXbrmf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-usHMZXbrmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHMZXbrmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHMZXbrmf .container {
  max-width: 1140px;
}
.cid-usHMZXbrmf .row {
  align-items: stretch;
}
.cid-usHMZXbrmf .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-usHMZXbrmf .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-usHMZXbrmf .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usHMZXbrmf .title-container {
    position: static;
  }
}
.cid-usHMZXbrmf .mbr-section-title {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-usHMZXbrmf .item-text {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}
.cid-usHMZXbrmf .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-usHMZXbrmf .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-usHMZXbrmf .mbr-section-subtitle {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-usHMZXbrmf .mbr-text {
  color: #0b31ac;
  margin-bottom: 0;
  width: 100%;
}
.cid-usNRbGL78R {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ededed;
}
.cid-usNRbGL78R .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNRbGL78R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNRbGL78R .container {
  max-width: 1140px;
}
.cid-usNRbGL78R .row {
  align-items: stretch;
}
.cid-usNRbGL78R .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-usNRbGL78R .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-usNRbGL78R .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usNRbGL78R .title-container {
    position: static;
  }
}
.cid-usNRbGL78R .mbr-section-title {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.cid-usNRbGL78R .item-text {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}
.cid-usNRbGL78R .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-usNRbGL78R .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-usNRbGL78R .mbr-section-subtitle {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-usNRbGL78R .mbr-text {
  color: #0b31ac;
  margin-bottom: 0;
  width: 100%;
}
.cid-usHqDumGPa {
  background-image: url("../../../assets/images/mbr-1920x1076-mim-1.webp");
}
.cid-usHqDumGPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHqDumGPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHqDumGPa .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 1440px) {
  .cid-usHqDumGPa .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHqDumGPa .container-fluid {
    padding: 0 20px;
  }
}
.cid-usHqDumGPa .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-usHqDumGPa .container {
    padding: 0 20px;
  }
}
.cid-usHqDumGPa .row {
  height: 100%;
}
.cid-usHqDumGPa .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-usHqDumGPa .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-usHqDumGPa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-usHqDumGPa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHqDumGPa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usHqDumGPa .mbr-section-title {
  color: #ffffff;
}
.cid-usHqDumGPa .mbr-desc {
  color: #ffffff;
}
.cid-uu6hxheglf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uu6hxheglf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6hxheglf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6hxheglf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container {
    padding: 0 20px;
  }
}
.cid-uu6hxheglf .row {
  justify-content: center;
}
.cid-uu6hxheglf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uu6hxheglf .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uu6hxheglf .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uu6hxheglf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:hover,
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-uu6hxheglf .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-uu6hxheglf .mbr-text {
  color: #000000;
}
.cid-uu6hxheglf .mbr-list-title {
  color: #0b31ac;
}
.cid-uu6hxheglf .list {
  color: #9a9a9a;
}
.cid-uu6hxheglf .list,
.cid-uu6hxheglf .item-wrap,
.cid-uu6hxheglf .contacts-wrapper {
  color: #0b31ac;
}
.cid-uu6hxheglf .mbr-text,
.cid-uu6hxheglf .text-wrap,
.cid-uu6hxheglf .mbr-section-btn {
  color: #0b31ac;
}
.cid-usHRZFcpWk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-usHRZFcpWk .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-usHRZFcpWk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-usHRZFcpWk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usHRZFcpWk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usHRZFcpWk .menu_box .navbar.opened,
  .cid-usHRZFcpWk .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-usHRZFcpWk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-usHRZFcpWk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-usHRZFcpWk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-usHRZFcpWk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usHRZFcpWk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-usHRZFcpWk .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-usHRZFcpWk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-usHRZFcpWk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-usHRZFcpWk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-usHRZFcpWk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-usHRZFcpWk .offcanvas-body .mbr-text,
  .cid-usHRZFcpWk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-usHRZFcpWk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-usHRZFcpWk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-usHRZFcpWk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-usHRZFcpWk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usHRZFcpWk .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-usHRZFcpWk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-usHRZFcpWk 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-usHRZFcpWk .lg_brand {
    margin: 0 1rem;
  }
  .cid-usHRZFcpWk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-usHRZFcpWk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-usHRZFcpWk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .nav-item {
    margin: 0 !important;
  }
}
.cid-usHRZFcpWk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-usHRZFcpWk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-usHRZFcpWk .nav-item .nav-link:hover::before,
.cid-usHRZFcpWk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-usHRZFcpWk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usHRZFcpWk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usHRZFcpWk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usHRZFcpWk .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-usHRZFcpWk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usHRZFcpWk .offcanvas_box {
    display: none;
  }
}
.cid-usHRZFcpWk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usHRZFcpWk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usHRZFcpWk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usHRZFcpWk .container {
  display: flex;
  margin: auto;
}
.cid-usHRZFcpWk .iconfont-wrapper {
  color: #0b31ac;
  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-usHRZFcpWk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usHRZFcpWk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-usHRZFcpWk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-usHRZFcpWk .navbar-nav {
    margin: 0;
  }
}
.cid-usHRZFcpWk .dropdown-menu,
.cid-usHRZFcpWk .navbar.opened {
  background-color: true !important;
}
.cid-usHRZFcpWk .nav-item:focus,
.cid-usHRZFcpWk .nav-link:focus {
  outline: none;
}
.cid-usHRZFcpWk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usHRZFcpWk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usHRZFcpWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usHRZFcpWk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usHRZFcpWk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usHRZFcpWk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usHRZFcpWk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usHRZFcpWk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usHRZFcpWk .navbar.opened {
  transition: all 0.3s;
}
.cid-usHRZFcpWk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-usHRZFcpWk .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-usHRZFcpWk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usHRZFcpWk .navbar.collapsed {
  justify-content: center;
}
.cid-usHRZFcpWk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usHRZFcpWk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usHRZFcpWk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usHRZFcpWk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usHRZFcpWk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usHRZFcpWk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usHRZFcpWk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usHRZFcpWk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usHRZFcpWk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usHRZFcpWk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usHRZFcpWk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usHRZFcpWk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usHRZFcpWk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usHRZFcpWk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usHRZFcpWk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usHRZFcpWk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usHRZFcpWk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usHRZFcpWk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usHRZFcpWk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usHRZFcpWk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usHRZFcpWk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usHRZFcpWk .navbar.navbar-short {
  min-height: 60px;
}
.cid-usHRZFcpWk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usHRZFcpWk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usHRZFcpWk .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-usHRZFcpWk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-usHRZFcpWk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usHRZFcpWk .dropdown-item.active,
.cid-usHRZFcpWk .dropdown-item:active {
  background-color: transparent;
}
.cid-usHRZFcpWk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-usHRZFcpWk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usHRZFcpWk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usHRZFcpWk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usHRZFcpWk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usHRZFcpWk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usHRZFcpWk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-usHRZFcpWk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usHRZFcpWk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usHRZFcpWk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usHRZFcpWk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usHRZFcpWk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usHRZFcpWk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usHRZFcpWk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usHRZFcpWk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usHRZFcpWk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usHRZFcpWk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usHRZFcpWk .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-usHRZFcpWk .navbar {
    height: 70px;
  }
  .cid-usHRZFcpWk .navbar.opened {
    height: auto;
  }
  .cid-usHRZFcpWk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usHRZFcpWk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-usHRZFcpWk .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-usHRZFcpWk .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-usHRZFcpWk .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-usHRZFcpWk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usHRZFcpWk .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-usHRZFcpWk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usHRZFcpWk .text_widget a:hover,
.cid-usHRZFcpWk .text_widget a:focus {
  opacity: .8;
}
.cid-usHRZFcpWk .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-usHRZFcpWk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usHRZFcpWk .navbar-caption {
  color: #000000;
}
.cid-usHRZFcpWk .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-usHRZFcpWk .mbr-section-subtitle,
.cid-usHRZFcpWk .text_widget,
.cid-usHRZFcpWk .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-usHRZFcpWk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usHRZFGQ34 {
  background-color: #f5f5f5;
}
.cid-usHRZFGQ34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHRZFGQ34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHRZFGQ34 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHRZFGQ34 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .container {
    padding: 0 20px;
  }
}
.cid-usHRZFGQ34 .row {
  justify-content: space-between;
}
.cid-usHRZFGQ34 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-usHRZFGQ34 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-usHRZFGQ34 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHRZFGQ34 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-usHRZFGQ34 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-usHRZFGQ34 .image-wrapper img {
    height: 450px;
  }
}
.cid-usHRZFGQ34 .mbr-section-title {
  color: #ffffff;
}
.cid-usHRZFGQ34 .mbr-link {
  color: #000000;
}
.cid-usHRZFGQ34 .mbr-desc {
  color: #0b31ac;
}
.cid-usHRZFGQ34 .mbr-text {
  color: #0b31ac;
}
.cid-usHRZG1jkj {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #f5f5f5;
}
.cid-usHRZG1jkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHRZG1jkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHRZG1jkj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHRZG1jkj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHRZG1jkj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHRZG1jkj .container {
    padding: 0 20px;
  }
}
.cid-usHRZG1jkj .row {
  justify-content: space-between;
}
.cid-usHRZG1jkj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHRZG1jkj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-usHRZG1jkj .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-usHRZG1jkj .mbr-section-title {
  color: #0b31ac;
}
.cid-usHRZGiYV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-usHRZGiYV7 .container {
    padding: 0 20px;
  }
}
.cid-usHRZGiYV7 .mbr-section-title {
  margin-bottom: 90px;
  color: #0b31ac;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-usHRZGiYV7 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHRZGiYV7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-usHRZGiYV7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usHRZGiYV7 .embla__slide .slide-content {
  width: 100%;
}
.cid-usHRZGiYV7 .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-usHRZGiYV7 .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-usHRZGiYV7 .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #0b31ac;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-wrapper .item-img img {
  width: 700px;
  height: 500px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHRZGiYV7 .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 300px;
  }
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-usHRZGiYV7 .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-usHRZGiYV7 .embla__button--next,
.cid-usHRZGiYV7 .embla__button--prev {
  display: flex;
}
.cid-usHRZGiYV7 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #6e88da !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-usHRZGiYV7 .embla__button:hover {
  opacity: .5 !important;
}
.cid-usHRZGiYV7 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-usHRZGiYV7 .embla__button.embla__button--next {
  right: 0;
}
.cid-usHRZGiYV7 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-usHRZGiYV7 .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #0b31ac;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-usHRZGiYV7 .embla::before {
    display: none;
  }
}
.cid-usHRZGiYV7 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-usHRZGiYV7 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-usHRZGiYV7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usHRZGiYV7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usHRZGiYV7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usHRZGiYV7 .item-title {
  color: #0b31ac;
  text-align: center;
}
.cid-usHRZGiYV7 .item-desc {
  color: #0b31ac;
}
.cid-usHRZGiYV7 .mbr-desc {
  text-align: left;
  color: #0b31ac;
}
.cid-usHRZGPhXS {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f5f5f5;
}
.cid-usHRZGPhXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHRZGPhXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHRZGPhXS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usHRZGPhXS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-usHRZGPhXS .container {
    padding: 0 30px;
  }
}
.cid-usHRZGPhXS .row {
  justify-content: center;
}
.cid-usHRZGPhXS .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHRZGPhXS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usHRZGPhXS .mbr-desc {
  color: #0b31ac;
}
.cid-usHRZGPhXS .mbr-text {
  color: #0b31ac;
}
.cid-usHRZH9Xud {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-usHRZH9Xud .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHRZH9Xud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHRZH9Xud .container {
  max-width: 1140px;
}
.cid-usHRZH9Xud .row {
  align-items: stretch;
}
.cid-usHRZH9Xud .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-usHRZH9Xud .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-usHRZH9Xud .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-usHRZH9Xud .title-container {
    position: static;
  }
}
.cid-usHRZH9Xud .mbr-section-title {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-usHRZH9Xud .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-usHRZH9Xud .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-usHRZH9Xud .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-usHRZH9Xud .mbr-section-subtitle {
  color: #0b31ac;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-usHRZH9Xud .mbr-text {
  color: #0b31ac;
  margin-bottom: 0;
  width: 100%;
}
.cid-uwzIPxfPvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uwzIPxfPvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwzIPxfPvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwzIPxfPvr .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uwzIPxfPvr .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uwzIPxfPvr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uwzIPxfPvr .container {
    padding: 0 20px;
  }
}
.cid-uwzIPxfPvr .row {
  justify-content: space-between;
}
.cid-uwzIPxfPvr .desc-wrapper {
  border-top: 1px solid #0b31ac;
}
.cid-uwzIPxfPvr .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uwzIPxfPvr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uwzIPxfPvr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uwzIPxfPvr .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwzIPxfPvr .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uwzIPxfPvr .mbr-section-title {
  color: #000000;
}
.cid-uwzIPxfPvr .mbr-desc {
  color: #0b31ac;
}
.cid-uwzIPxfPvr .mbr-text {
  color: #9a9a9a;
}
.cid-uwzIPxfPvr .mbr-section-title,
.cid-uwzIPxfPvr .title-wrap {
  color: #0b31ac;
}
.cid-uwzIPxfPvr .mbr-text,
.cid-uwzIPxfPvr .text-wrap {
  color: #6e88da;
}
.cid-uwzIPWZ6AH {
  background-color: #f5f5f5;
}
.cid-uwzIPWZ6AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwzIPWZ6AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwzIPWZ6AH .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uwzIPWZ6AH .container-fluid {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-uwzIPWZ6AH .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uwzIPWZ6AH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uwzIPWZ6AH .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uwzIPWZ6AH .container {
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uwzIPWZ6AH .container {
    padding: 0 20px;
  }
}
.cid-uwzIPWZ6AH .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uwzIPWZ6AH .title-wrapper {
  margin-bottom: 40px;
}
.cid-uwzIPWZ6AH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uwzIPWZ6AH .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uwzIPWZ6AH .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uwzIPWZ6AH .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uwzIPWZ6AH .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uwzIPWZ6AH .mbr-section-title {
  color: #000000;
}
.cid-uwzIPWZ6AH .mbr-desc {
  color: #0b31ac;
}
.cid-uwzIPWZ6AH .mbr-text {
  color: #9a9a9a;
}
.cid-uwzIPWZ6AH .mbr-section-title,
.cid-uwzIPWZ6AH .mbr-section-btn {
  color: #0b31ac;
}
.cid-uwzISxC8cI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uwzISxC8cI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwzISxC8cI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwzISxC8cI .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uwzISxC8cI .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uwzISxC8cI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uwzISxC8cI .container {
    padding: 0 20px;
  }
}
.cid-uwzISxC8cI .row {
  justify-content: space-between;
}
.cid-uwzISxC8cI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uwzISxC8cI .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-uwzISxC8cI .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uwzISxC8cI .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-uwzISxC8cI .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #e1e1e1 !important;
  border-radius: .75rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-uwzISxC8cI .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uwzISxC8cI .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #6e88da;
  border-color: #6e88da;
}
.cid-uwzISxC8cI .dragArea.row .form-group .form-check .form-check-label {
  color: #6e88da;
}
.cid-uwzISxC8cI .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uwzISxC8cI .mbr-text {
  color: #000000;
}
.cid-uwzISxC8cI label {
  color: #000000;
}
.cid-uwzISxC8cI .mbr-section-title {
  color: #0b31ac;
}
.cid-uwzISxC8cI LABEL {
  color: #0b31ac;
}
.cid-usHS25OqBw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS25OqBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS25OqBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS25OqBw .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS25OqBw .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS25OqBw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS25OqBw .container {
    padding: 0 20px;
  }
}
.cid-usHS25OqBw .row {
  justify-content: center;
}
.cid-usHS25OqBw .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS25OqBw .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHS25OqBw .item {
    margin-bottom: 40px;
  }
}
.cid-usHS25OqBw .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-usHS25OqBw .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-usHS25OqBw .item:hover .item-wrapper .item-img img,
.cid-usHS25OqBw .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-usHS25OqBw .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-usHS25OqBw .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHS25OqBw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usHS25OqBw .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-usHS25OqBw .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b31ac;
}
.cid-usHS25OqBw .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-usHS25OqBw .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-usHS25OqBw .item a {
  display: block;
}
.cid-usHS25OqBw .mbr-desc {
  color: #0b31ac;
}
.cid-usHS25OqBw .card-title {
  color: #0b31ac;
}
.cid-usHS2mCG5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS2mCG5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS2mCG5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS2mCG5t .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS2mCG5t .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .container {
    padding: 0 20px;
  }
}
.cid-usHS2mCG5t .card {
  justify-content: flex-end;
}
.cid-usHS2mCG5t .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS2mCG5t .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-usHS2mCG5t .link-wrapper:hover .mbr-link::before,
.cid-usHS2mCG5t .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-usHS2mCG5t .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-usHS2mCG5t .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-usHS2mCG5t .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-usHS2mCG5t .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 410px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-usHS2mCG5t .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-usHS2mCG5t .mbr-section-title {
  color: #0b31ac;
}
.cid-usHS2mCG5t .mbr-link,
.cid-usHS2mCG5t .link-wrapper {
  color: #e75111;
  text-align: right;
}
.cid-usHS2mCG5t .card-title {
  color: #000000;
}
.cid-usHS2mCG5t .card-text {
  color: #0b31ac;
}
.cid-usHS2mCG5t .card-number {
  color: #0b31ac;
}
.cid-usHS2mCG5t .card-title,
.cid-usHS2mCG5t .item-img {
  color: #0b31ac;
}
.cid-usHS2P6tt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS2P6tt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS2P6tt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS2P6tt1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS2P6tt1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS2P6tt1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS2P6tt1 .container {
    padding: 0 20px;
  }
}
.cid-usHS2P6tt1 .row {
  justify-content: center;
}
.cid-usHS2P6tt1 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS2P6tt1 .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHS2P6tt1 .item {
    margin-bottom: 40px;
  }
}
.cid-usHS2P6tt1 .item:hover .item-wrapper,
.cid-usHS2P6tt1 .item:focus .item-wrapper {
  border: 1px solid #e75111;
}
.cid-usHS2P6tt1 .item:hover .item-wrapper .item-img img,
.cid-usHS2P6tt1 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-usHS2P6tt1 .item .item-wrapper {
  height: 100%;
  border: 1px solid #0b31ac;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-usHS2P6tt1 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-usHS2P6tt1 .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHS2P6tt1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usHS2P6tt1 .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-usHS2P6tt1 .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-usHS2P6tt1 .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-usHS2P6tt1 .item a {
  display: block;
  height: 100%;
}
.cid-usHS2P6tt1 .mbr-desc {
  color: #0b31ac;
}
.cid-usHS2P6tt1 .card-title {
  color: #0b31ac;
}
.cid-usHS2P6tt1 .card-date {
  color: #b6c6cf;
}
.cid-usHS3aHo9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usHS3aHo9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS3aHo9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS3aHo9e .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS3aHo9e .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS3aHo9e .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS3aHo9e .container {
    padding: 0 20px;
  }
}
.cid-usHS3aHo9e .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-usHS3aHo9e .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usHS3aHo9e .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-usHS3aHo9e .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS3aHo9e .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-usHS3aHo9e .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-usHS3aHo9e .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-usHS3aHo9e .mbr-section-title {
  color: #000000;
}
.cid-usHS3aHo9e .mbr-desc {
  color: #0b31ac;
}
.cid-usHS3aHo9e .mbr-section-title,
.cid-usHS3aHo9e .mbr-section-btn {
  color: #0b31ac;
}
.cid-usHS3lmmQO {
  flex-direction: column;
  justify-content: space-between;
}
.cid-usHS3lmmQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS3lmmQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-usHS3lmmQO .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS3lmmQO .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS3lmmQO .container-fluid {
    padding: 0 20px;
  }
}
.cid-usHS3lmmQO .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-usHS3lmmQO .container {
    padding: 0 20px;
  }
}
.cid-usHS3lmmQO .row {
  height: 100%;
}
.cid-usHS3lmmQO .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-usHS3lmmQO .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-usHS3lmmQO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-usHS3lmmQO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS3lmmQO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-usHS3lmmQO .mbr-section-title {
  color: #ffffff;
}
.cid-usHS3lmmQO .mbr-desc {
  color: #ffffff;
}
.cid-usHS41zbZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS41zbZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS41zbZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS41zbZQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS41zbZQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS41zbZQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS41zbZQ .container {
    padding: 0 20px;
  }
}
.cid-usHS41zbZQ .row {
  justify-content: space-between;
}
.cid-usHS41zbZQ .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-usHS41zbZQ .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-usHS41zbZQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-usHS41zbZQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-usHS41zbZQ .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS41zbZQ .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-usHS41zbZQ .mbr-section-title {
  color: #000000;
}
.cid-usHS41zbZQ .mbr-desc {
  color: #0b31ac;
}
.cid-usHS41zbZQ .mbr-text {
  color: #9a9a9a;
}
.cid-usHS41zbZQ .mbr-section-title,
.cid-usHS41zbZQ .title-wrap {
  color: #0b31ac;
}
.cid-usHS41zbZQ .mbr-text,
.cid-usHS41zbZQ .text-wrap {
  color: #0b31ac;
}
.cid-usHS4dQIim {
  background-color: #f5f5f5;
}
.cid-usHS4dQIim .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS4dQIim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS4dQIim .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-usHS4dQIim .container-fluid {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-usHS4dQIim .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS4dQIim .container-fluid {
    padding: 0 20px;
  }
}
.cid-usHS4dQIim .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-usHS4dQIim .container {
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-usHS4dQIim .container {
    padding: 0 20px;
  }
}
.cid-usHS4dQIim .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-usHS4dQIim .title-wrapper {
  margin-bottom: 40px;
}
.cid-usHS4dQIim .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-usHS4dQIim .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS4dQIim .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-usHS4dQIim .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-usHS4dQIim .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-usHS4dQIim .mbr-section-title {
  color: #000000;
}
.cid-usHS4dQIim .mbr-desc {
  color: #0b31ac;
}
.cid-usHS4dQIim .mbr-text {
  color: #9a9a9a;
}
.cid-usHS4dQIim .mbr-text,
.cid-usHS4dQIim .text-wrap {
  color: #0b31ac;
}
.cid-usHS4dQIim .mbr-section-title,
.cid-usHS4dQIim .mbr-section-btn {
  color: #0b31ac;
}
.cid-usHS4ueswz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS4ueswz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS4ueswz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS4ueswz .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS4ueswz .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS4ueswz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS4ueswz .container {
    padding: 0 20px;
  }
}
.cid-usHS4ueswz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-usHS4ueswz .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-usHS4ueswz .logo-wrapper img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.cid-usHS4ueswz .contacts-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
}
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap:hover,
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap:focus {
  cursor: pointer;
}
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap:hover::before,
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-usHS4ueswz .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-usHS4ueswz .list {
  color: #000000;
}
.cid-usHS4ueswz .list,
.cid-usHS4ueswz .item-wrap,
.cid-usHS4ueswz .contacts-wrapper {
  color: #0b31ac;
}
.cid-usHS4FQlpJ {
  background-color: #ffffff;
}
.cid-usHS4FQlpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS4FQlpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS4FQlpJ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS4FQlpJ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .container {
    padding: 0 20px;
  }
}
.cid-usHS4FQlpJ .row {
  justify-content: space-between;
}
.cid-usHS4FQlpJ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-usHS4FQlpJ .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-usHS4FQlpJ .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS4FQlpJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-usHS4FQlpJ .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-usHS4FQlpJ .image-wrapper img {
    height: 450px;
  }
}
.cid-usHS4FQlpJ .mbr-section-title {
  color: #0b31ac;
}
.cid-usHS4FQlpJ .mbr-link {
  color: #000000;
}
.cid-usHS4FQlpJ .mbr-desc {
  color: #0b31ac;
}
.cid-usHS4FQlpJ .mbr-text {
  color: #0b31ac;
}
.cid-usHS4FQlpJ .mbr-link,
.cid-usHS4FQlpJ .link-wrapper {
  color: #e75111;
}
.cid-usHS51EV0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS51EV0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS51EV0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS51EV0n .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS51EV0n .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS51EV0n .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS51EV0n .container {
    padding: 0 20px;
  }
}
.cid-usHS51EV0n .row {
  justify-content: space-between;
}
.cid-usHS51EV0n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS51EV0n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS51EV0n .mbr-figure {
  border-radius: .5em !important;
}
.cid-usHS51EV0n .mbr-section-title {
  color: #0b31ac;
}
.cid-usHS5fG8xG {
  background-image: url("../../../assets/images/background4.webp");
  align-items: flex-end;
}
.cid-usHS5fG8xG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS5fG8xG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS5fG8xG .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS5fG8xG .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS5fG8xG .container-fluid {
    padding: 0 20px;
  }
}
.cid-usHS5fG8xG .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-usHS5fG8xG .container {
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-usHS5fG8xG .container {
    padding: 0 20px;
  }
}
.cid-usHS5fG8xG .row {
  height: 100%;
}
.cid-usHS5fG8xG .row .card {
  justify-content: flex-end;
}
.cid-usHS5fG8xG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS5fG8xG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-usHS5fG8xG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-usHS5fG8xG .mbr-section-btn {
    text-align: left;
  }
}
.cid-usHS5fG8xG .mbr-section-title {
  color: #ffffff;
}
.cid-usHS5VYnEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS5VYnEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS5VYnEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS5VYnEf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS5VYnEf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .container {
    padding: 0 20px;
  }
}
.cid-usHS5VYnEf .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS5VYnEf .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
}
.cid-usHS5VYnEf .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item {
    border: 1px solid #dfe6ea;
    border-radius: 1.2rem !important;
    margin-bottom: 10px;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a {
  display: block;
}
.cid-usHS5VYnEf .items-wrapper .item a:hover .item-wrapper::before,
.cid-usHS5VYnEf .items-wrapper .item a:focus .item-wrapper::before {
  height: 100%;
}
.cid-usHS5VYnEf .items-wrapper .item a:hover .item-wrapper .card-box .card-number,
.cid-usHS5VYnEf .items-wrapper .item a:focus .item-wrapper .card-box .card-number {
  padding-left: 16px;
}
.cid-usHS5VYnEf .items-wrapper .item a:hover .item-wrapper .card-box .icon-wrapper,
.cid-usHS5VYnEf .items-wrapper .item a:focus .item-wrapper .card-box .icon-wrapper {
  padding-right: 16px;
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper {
  position: relative;
  padding: 28px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper {
    padding: 24px;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e75111;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .card-number {
  width: 30%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .card-number {
    display: none;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .card-title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .card-title {
    width: auto;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
    width: auto;
  }
}
.cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #0b31ac;
}
@media (max-width: 992px) {
  .cid-usHS5VYnEf .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    background-color: #e75111;
    font-size: 22px;
  }
}
.cid-usHS5VYnEf .mbr-desc {
  color: #0b31ac;
}
.cid-usHS5VYnEf .card-title {
  color: #0b31ac;
}
.cid-usHS5VYnEf .card-number {
  color: #0b31ac;
}
.cid-usHS6akzor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS6akzor .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS6akzor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS6akzor .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS6akzor .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6akzor .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6akzor .container {
    padding: 0 20px;
  }
}
.cid-usHS6akzor .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-usHS6akzor .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-usHS6akzor .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-usHS6akzor .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-usHS6akzor .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHS6akzor .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #0b31ac;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #e75111;
  transition: all 0.3s ease-in-out;
}
.cid-usHS6akzor .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #e75111;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-usHS6akzor .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-usHS6akzor .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-usHS6akzor .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-usHS6akzor .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-usHS6akzor .mbr-desc {
  color: #0b31ac;
}
.cid-usHS6akzor .panel-number {
  color: #0b31ac;
}
.cid-usHS6akzor .panel-title-edit {
  color: #0b31ac;
}
.cid-usHS6akzor .panel-text {
  color: #0b31ac;
}
.cid-usHS6knUkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS6knUkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS6knUkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS6knUkf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS6knUkf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .container {
    padding: 0 20px;
  }
}
.cid-usHS6knUkf .row {
  justify-content: space-between;
}
.cid-usHS6knUkf .tab-content {
  margin-bottom: 64px;
}
.cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #ffffff;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-usHS6knUkf .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-usHS6knUkf .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #0b31ac;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #0b31ac;
  transition: all .3s ease;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #e75111;
  transition: all 1s ease;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #e75111;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-usHS6knUkf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-usHS6knUkf .mbr-desc {
  color: #000000;
}
.cid-usHS6knUkf .card-title {
  color: #0b31ac;
}
.cid-usHS6knUkf .card-text {
  color: #9a9a9a;
}
.cid-usHS6knUkf .mbr-desc,
.cid-usHS6knUkf .nav-item {
  color: #0b31ac;
}
.cid-usHS6knUkf .card-text,
.cid-usHS6knUkf .text-wrap {
  color: #0b31ac;
}
.cid-usHS6CDZs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS6CDZs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS6CDZs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS6CDZs0 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS6CDZs0 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .container {
    padding: 0 20px;
  }
}
.cid-usHS6CDZs0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-usHS6CDZs0 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-usHS6CDZs0 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border: 1px solid #0b31ac;
  border-radius: 1.2rem;
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 1px solid #0b31ac;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .content-wrapper .tabs-wrapper {
    padding: 30px;
    border-right: none;
    border-bottom: 1px solid #0b31ac;
  }
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap {
    margin-bottom: 0;
  }
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 12px 16px 12px;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #e75111;
  padding: 18px 40px;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 18px 24px;
  }
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: #0b31ac;
  transform: scale(0);
  transition: all .3s ease;
  z-index: -1;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1);
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 30px;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 250px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 30px;
}
.cid-usHS6CDZs0 .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-usHS6CDZs0 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-usHS6CDZs0 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 1.2rem 1.2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-usHS6CDZs0 .content-wrapper .image-wrapper img {
    height: 400px;
    border-radius: 0 0 1.2rem 1.2rem !important;
  }
}
.cid-usHS6CDZs0 .mbr-section-title {
  color: #000000;
}
.cid-usHS6CDZs0 .card-title {
  color: #0b31ac;
}
.cid-usHS6CDZs0 .card-text {
  color: #0b31ac;
}
.cid-usHS6CDZs0 .mbr-section-title,
.cid-usHS6CDZs0 .title-wrapper {
  color: #0b31ac;
}
.cid-usHS7h3ZCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS7h3ZCP .item:focus,
.cid-usHS7h3ZCP span:focus {
  outline: none;
}
.cid-usHS7h3ZCP .item {
  cursor: pointer;
}
.cid-usHS7h3ZCP .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-usHS7h3ZCP .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-usHS7h3ZCP .grid-container-1,
.cid-usHS7h3ZCP .grid-container-2,
.cid-usHS7h3ZCP .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-usHS7h3ZCP .grid-container-1,
  .cid-usHS7h3ZCP .grid-container-2,
  .cid-usHS7h3ZCP .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-usHS7h3ZCP .container,
.cid-usHS7h3ZCP .container-fluid {
  overflow: hidden;
}
.cid-usHS7h3ZCP .container-fluid {
  padding-top: 52px;
  padding-bottom: 52px;
  border-top: 1px solid #0b31ac;
  border-bottom: 1px solid #0b31ac;
}
.cid-usHS7h3ZCP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-usHS7h3ZCP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-usHS7h3ZCP .grid-item img {
  min-width: 46vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-usHS7h3ZCP .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-usHS7h3ZCP .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-usHS7h3ZCP .grid-container-1,
.cid-usHS7h3ZCP .grid-container-2,
.cid-usHS7h3ZCP .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-usHS7h3ZCP .grid-container-1 {
  align-items: flex-end;
}
.cid-usHS7h3ZCP .grid-container-2 {
  align-items: flex-start;
}
.cid-usHS7h3ZCP .mbr-section-title {
  margin-bottom: 90px;
  color: #0b31ac;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usHS7h3ZCP .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS7EqYQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-usHS7EqYQ6 .container {
    padding: 0 20px;
  }
}
.cid-usHS7EqYQ6 .mbr-desc {
  margin-bottom: 90px;
  color: #0b31ac;
}
@media (max-width: 992px) {
  .cid-usHS7EqYQ6 .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-usHS7EqYQ6 .mbr-section-title {
  margin-bottom: 90px;
  color: #0b31ac;
}
@media (max-width: 992px) {
  .cid-usHS7EqYQ6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usHS7EqYQ6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .cid-usHS7EqYQ6 .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-usHS7EqYQ6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usHS7EqYQ6 .embla__slide .slide-content {
  width: 100%;
}
.cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 550px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 360px;
  }
}
.cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .cid-usHS7EqYQ6 .embla__slide .slide-content .item-wrapper .item-img .item-content .item-title {
    width: 100%;
  }
}
.cid-usHS7EqYQ6 .embla__button--next,
.cid-usHS7EqYQ6 .embla__button--prev {
  display: flex;
}
.cid-usHS7EqYQ6 .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #6e88da !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-usHS7EqYQ6 .embla__button:hover {
  opacity: .5 !important;
}
.cid-usHS7EqYQ6 .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-usHS7EqYQ6 .embla__button.embla__button--next {
  right: 0;
}
.cid-usHS7EqYQ6 .embla {
  position: relative;
  width: 100%;
}
.cid-usHS7EqYQ6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-usHS7EqYQ6 .embla__viewport {
    overflow: hidden ;
  }
}
.cid-usHS7EqYQ6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usHS7EqYQ6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usHS7EqYQ6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usHS7EqYQ6 .item-title {
  color: #000000;
}
.cid-usHS7EqYQ6 .item-title,
.cid-usHS7EqYQ6 .item-content {
  color: #0b31ac;
}
.cid-usHS7QdDxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-usHS7QdDxP .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS7QdDxP .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS7QdDxP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS7QdDxP .container {
    padding: 0 20px;
  }
}
.cid-usHS7QdDxP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-usHS7QdDxP .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-usHS7QdDxP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usHS7QdDxP .embla__slide .slide-content {
  width: 100%;
}
.cid-usHS7QdDxP .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-usHS7QdDxP .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-usHS7QdDxP .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-usHS7QdDxP .embla__button--next,
.cid-usHS7QdDxP .embla__button--prev {
  display: flex;
}
.cid-usHS7QdDxP .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #6e88da !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-usHS7QdDxP .embla__button:hover {
  opacity: .5 !important;
}
.cid-usHS7QdDxP .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-usHS7QdDxP .embla__button.embla__button--next {
  right: 0;
}
.cid-usHS7QdDxP .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-usHS7QdDxP .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dce3fb;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-usHS7QdDxP .embla::before {
    display: none;
  }
}
.cid-usHS7QdDxP .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-usHS7QdDxP .embla__viewport {
    overflow: hidden ;
  }
}
.cid-usHS7QdDxP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usHS7QdDxP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usHS7QdDxP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usHS9IVhfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHS9IVhfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHS9IVhfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHS9IVhfq .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHS9IVhfq .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHS9IVhfq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHS9IVhfq .container {
    padding: 0 20px;
  }
}
.cid-usHS9IVhfq .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-usHS9IVhfq .row .card {
  padding: 0 10px;
}
.cid-usHS9IVhfq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-usHS9IVhfq .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-usHS9IVhfq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-usHS9IVhfq .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHS9IVhfq .item {
    margin-bottom: 40px;
  }
}
.cid-usHS9IVhfq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cid-usHS9IVhfq .item .item-wrapper .card-box .price-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe6ea;
  margin-bottom: 30px;
}
.cid-usHS9IVhfq .item .item-wrapper .card-box .price-wrap .card-price {
  width: 180px;
  height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #dce3fb;
  margin-bottom: 0;
}
.cid-usHS9IVhfq .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
.cid-usHS9IVhfq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-usHS9IVhfq .item .item-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-usHS9IVhfq .mbr-section-title {
  color: #000000;
}
.cid-usHS9IVhfq .card-price,
.cid-usHS9IVhfq .price-wrap {
  color: #0b31ac;
  text-align: center;
}
.cid-usHS9IVhfq .card-title {
  color: #000000;
}
.cid-usHS9IVhfq .card-text {
  color: #0b31ac;
}
.cid-usHS9IVhfq .mbr-section-btn {
  text-align: center;
}
.cid-usHS9IVhfq .card-title,
.cid-usHS9IVhfq .mbr-section-btn {
  color: #0b31ac;
}
.cid-usHS9IVhfq .mbr-section-title,
.cid-usHS9IVhfq .title-wrapper {
  color: #0b31ac;
}
.cid-usHSaeEgVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-usHSaeEgVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHSaeEgVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHSaeEgVT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-usHSaeEgVT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-usHSaeEgVT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-usHSaeEgVT .container {
    padding: 0 20px;
  }
}
.cid-usHSaeEgVT .row {
  justify-content: center;
}
.cid-usHSaeEgVT .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-usHSaeEgVT .item {
    margin-bottom: 40px;
  }
}
.cid-usHSaeEgVT .item:hover .item-wrapper,
.cid-usHSaeEgVT .item:focus .item-wrapper {
  border: 1px solid #e75111;
}
.cid-usHSaeEgVT .item:hover .item-wrapper .item-img img,
.cid-usHSaeEgVT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-usHSaeEgVT .item .item-wrapper {
  height: 100%;
  border: 1px solid #0b31ac;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-usHSaeEgVT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-usHSaeEgVT .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usHSaeEgVT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usHSaeEgVT .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-usHSaeEgVT .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-usHSaeEgVT .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-usHSaeEgVT .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-usHSaeEgVT .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-usHSaeEgVT .card-price {
  color: #0b31ac;
}
.cid-usHSaeEgVT .card-desc {
  color: #0b31ac;
}
.cid-usHSaeEgVT .card-title {
  color: #0b31ac;
}
.cid-uu6hxheglf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uu6hxheglf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6hxheglf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6hxheglf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .container {
    padding: 0 20px;
  }
}
.cid-uu6hxheglf .row {
  justify-content: center;
}
.cid-uu6hxheglf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uu6hxheglf .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uu6hxheglf .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uu6hxheglf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uu6hxheglf .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uu6hxheglf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:hover,
.cid-uu6hxheglf .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-uu6hxheglf .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-uu6hxheglf .mbr-text {
  color: #000000;
}
.cid-uu6hxheglf .mbr-list-title {
  color: #0b31ac;
}
.cid-uu6hxheglf .list {
  color: #9a9a9a;
}
.cid-uu6hxheglf .list,
.cid-uu6hxheglf .item-wrap,
.cid-uu6hxheglf .contacts-wrapper {
  color: #0b31ac;
}
.cid-uu6hxheglf .mbr-text,
.cid-uu6hxheglf .text-wrap,
.cid-uu6hxheglf .mbr-section-btn {
  color: #0b31ac;
}
.cid-uw5O8tXjjl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uw5O8tXjjl .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uw5O8tXjjl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-uw5O8tXjjl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw5O8tXjjl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uw5O8tXjjl .menu_box .navbar.opened,
  .cid-uw5O8tXjjl .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-uw5O8tXjjl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uw5O8tXjjl .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uw5O8tXjjl .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uw5O8tXjjl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uw5O8tXjjl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uw5O8tXjjl .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-uw5O8tXjjl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uw5O8tXjjl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uw5O8tXjjl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uw5O8tXjjl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uw5O8tXjjl .offcanvas-body .mbr-text,
  .cid-uw5O8tXjjl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uw5O8tXjjl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uw5O8tXjjl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uw5O8tXjjl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uw5O8tXjjl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uw5O8tXjjl .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-uw5O8tXjjl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uw5O8tXjjl 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-uw5O8tXjjl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uw5O8tXjjl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uw5O8tXjjl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uw5O8tXjjl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .nav-item {
    margin: 0 !important;
  }
}
.cid-uw5O8tXjjl .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uw5O8tXjjl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uw5O8tXjjl .nav-item .nav-link:hover::before,
.cid-uw5O8tXjjl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uw5O8tXjjl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uw5O8tXjjl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uw5O8tXjjl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uw5O8tXjjl .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-uw5O8tXjjl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uw5O8tXjjl .offcanvas_box {
    display: none;
  }
}
.cid-uw5O8tXjjl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uw5O8tXjjl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uw5O8tXjjl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uw5O8tXjjl .container {
  display: flex;
  margin: auto;
}
.cid-uw5O8tXjjl .iconfont-wrapper {
  color: #0b31ac;
  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-uw5O8tXjjl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uw5O8tXjjl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uw5O8tXjjl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uw5O8tXjjl .navbar-nav {
    margin: 0;
  }
}
.cid-uw5O8tXjjl .dropdown-menu,
.cid-uw5O8tXjjl .navbar.opened {
  background-color: true !important;
}
.cid-uw5O8tXjjl .nav-item:focus,
.cid-uw5O8tXjjl .nav-link:focus {
  outline: none;
}
.cid-uw5O8tXjjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw5O8tXjjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw5O8tXjjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw5O8tXjjl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5O8tXjjl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw5O8tXjjl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw5O8tXjjl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uw5O8tXjjl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uw5O8tXjjl .navbar.opened {
  transition: all 0.3s;
}
.cid-uw5O8tXjjl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-uw5O8tXjjl .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uw5O8tXjjl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw5O8tXjjl .navbar.collapsed {
  justify-content: center;
}
.cid-uw5O8tXjjl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw5O8tXjjl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uw5O8tXjjl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw5O8tXjjl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw5O8tXjjl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw5O8tXjjl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uw5O8tXjjl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw5O8tXjjl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uw5O8tXjjl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uw5O8tXjjl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw5O8tXjjl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw5O8tXjjl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uw5O8tXjjl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw5O8tXjjl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uw5O8tXjjl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw5O8tXjjl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uw5O8tXjjl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uw5O8tXjjl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uw5O8tXjjl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uw5O8tXjjl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw5O8tXjjl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uw5O8tXjjl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw5O8tXjjl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw5O8tXjjl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw5O8tXjjl .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-uw5O8tXjjl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uw5O8tXjjl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw5O8tXjjl .dropdown-item.active,
.cid-uw5O8tXjjl .dropdown-item:active {
  background-color: transparent;
}
.cid-uw5O8tXjjl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uw5O8tXjjl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw5O8tXjjl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw5O8tXjjl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw5O8tXjjl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uw5O8tXjjl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw5O8tXjjl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-uw5O8tXjjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw5O8tXjjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw5O8tXjjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5O8tXjjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5O8tXjjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw5O8tXjjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5O8tXjjl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw5O8tXjjl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw5O8tXjjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5O8tXjjl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uw5O8tXjjl .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-uw5O8tXjjl .navbar {
    height: 70px;
  }
  .cid-uw5O8tXjjl .navbar.opened {
    height: auto;
  }
  .cid-uw5O8tXjjl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw5O8tXjjl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uw5O8tXjjl .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uw5O8tXjjl .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uw5O8tXjjl .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-uw5O8tXjjl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uw5O8tXjjl .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-uw5O8tXjjl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uw5O8tXjjl .text_widget a:hover,
.cid-uw5O8tXjjl .text_widget a:focus {
  opacity: .8;
}
.cid-uw5O8tXjjl .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-uw5O8tXjjl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uw5O8tXjjl .navbar-caption {
  color: #000000;
}
.cid-uw5O8tXjjl .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-uw5O8tXjjl .mbr-section-subtitle,
.cid-uw5O8tXjjl .text_widget,
.cid-uw5O8tXjjl .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-uw5O8tXjjl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uw5O8uxrlx {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(10deg, darkblue 0%, #0b31ac 50%) !important;
}
.cid-uw5O8uxrlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5O8uxrlx .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-uw5O8uxrlx .container {
    padding: 0 20px;
  }
}
.cid-uw5O8uxrlx .row {
  justify-content: space-between;
}
.cid-uw5O8uxrlx .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uw5O8uxrlx .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uw5O8uxrlx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.cid-uw5O8uxrlx .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: ;
  transition: all 0.3s ease-in-out;
}
.cid-uw5O8uxrlx .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uw5O8uxrlx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uw5O8uxrlx .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uw5O8uxrlx .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uw5O8uxrlx .image-wrapper img {
    height: 450px;
  }
}
.cid-uw5O8uxrlx .mbr-section-title {
  color: #0b31ac;
}
.cid-uw5O8uxrlx .mbr-link {
  color: #000000;
}
.cid-uw5O8uxrlx .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uw5O8uxrlx .mbr-text {
  color: #0b31ac;
}
.cid-uw5O8uxrlx .mbr-link,
.cid-uw5O8uxrlx .link-wrapper {
  color: #ffffff;
}
.cid-uw5O8vefwD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 992px) {
  .cid-uw5O8vefwD .container {
    padding: 0 20px;
  }
}
.cid-uw5O8vefwD .mbr-section-title {
  margin-bottom: 90px;
  padding-left: 10px;
  color: #0b31ac;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uw5O8vefwD .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 465px) {
  .cid-uw5O8vefwD .mbr-section-title {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.cid-uw5O8vefwD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uw5O8vefwD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uw5O8vefwD .embla__slide .slide-content {
  width: 100%;
}
.cid-uw5O8vefwD .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-uw5O8vefwD .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uw5O8vefwD .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #eb5e2e;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img img {
  width: 400px;
  height: 300px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 300px;
  }
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img img img {
  width: 700px;
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 470px) {
  .cid-uw5O8vefwD .embla__slide .slide-content a .item-wrapper .item-img img img {
    min-height: 300px;
  }
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uw5O8vefwD .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uw5O8vefwD .embla__button--next,
.cid-uw5O8vefwD .embla__button--prev {
  display: flex;
}
.cid-uw5O8vefwD .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #e75111 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uw5O8vefwD .embla__button:hover {
  opacity: .5 !important;
}
.cid-uw5O8vefwD .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uw5O8vefwD .embla__button.embla__button--next {
  right: 0;
}
.cid-uw5O8vefwD .embla {
  position: relative;
  width: 100%;
}
.cid-uw5O8vefwD .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uw5O8vefwD .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uw5O8vefwD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw5O8vefwD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw5O8vefwD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uw5O8vefwD .item-title {
  color: #0b31ac;
  text-align: center;
}
.cid-uw5O8vefwD .item-desc {
  color: #0b31ac;
  text-align: center;
}
.cid-uw5O8vefwD .mbr-desc {
  text-align: left;
  color: #0b31ac;
}
.cid-uw5O8vSaNQ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ededed;
}
.cid-uw5O8vSaNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5O8vSaNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5O8vSaNQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uw5O8vSaNQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uw5O8vSaNQ .container {
    padding: 0 30px;
  }
}
.cid-uw5O8vSaNQ .row {
  justify-content: center;
}
.cid-uw5O8vSaNQ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uw5O8vSaNQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uw5O8vSaNQ .mbr-desc {
  color: #0b31ac;
  text-align: left;
}
.cid-uw5O8vSaNQ .mbr-text {
  color: #0b31ac;
}
.cid-ux9gb7nHuU {
  background-color: #ededed !important;
}
.cid-ux9gb7nHuU .container {
  border: 18px solid #ededed;
  margin-top: -18px;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .cid-ux9gb7nHuU .container {
    border: 8px solid #ededed;
    margin-top: -8px;
  }
}
.cid-ux9gb7nHuU .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-ux9gb7nHuU .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-ux9gb7nHuU .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9gb7nHuU .row .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-ux9gb7nHuU .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ux9gb7nHuU .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ux9gb7nHuU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ux9gb7nHuU .nav.nav-tabs {
  margin-bottom: 72px;
  border-bottom: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux9gb7nHuU .nav.nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-ux9gb7nHuU .nav.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 20px 32px;
  border-radius: 15em;
  background-color: #ffffff;
  color: #0b31ac;
  margin: 10px;
  transition: all 0.3s ease-out;
  align-items: center;
  display: flex;
  min-height: 76px;
}
@media (max-width: 768px) {
  .cid-ux9gb7nHuU .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 24px;
  }
}
.cid-ux9gb7nHuU .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #0b31ac;
  color: #ffffff;
}
.cid-ux9gb7nHuU .tab-content .tab-pane img {
  height: 600px;
  width: 80%;
  border-radius: 1.2em;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ux9gb7nHuU .tab-content .tab-pane img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0;
  }
}
.cid-ux9gb7nHuU .tab-content .tab-pane .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-ux9gb7nHuU .mbr-section-title {
  color: #0b31ac;
}
.cid-ux9gb7nHuU .mbr-text {
  color: #0b31ac;
  text-align: center;
}
.cid-uw7mBbyix7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uw7mBbyix7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw7mBbyix7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw7mBbyix7 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .container {
    padding: 0 6px;
  }
}
.cid-uw7mBbyix7 .row {
  margin: 0;
  background-color: #ededed;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uw7mBbyix7 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uw7mBbyix7 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uw7mBbyix7 .row {
    padding: 70px 30px;
  }
}
.cid-uw7mBbyix7 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uw7mBbyix7 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .desc-wrapper {
    padding: 0;
  }
}
.cid-uw7mBbyix7 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uw7mBbyix7 .title-wrapper {
  margin-bottom: 64px;
}
.cid-uw7mBbyix7 .title-wrapper span {
  color: #e75111;
}
.cid-uw7mBbyix7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uw7mBbyix7 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .cards-wrapper {
    display: block;
  }
}
.cid-uw7mBbyix7 .cards-wrapper .item {
  position: relative;
}
.cid-uw7mBbyix7 .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #0b31ac;
  border-radius: 16px 16px 0 0;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0b31ac;
  color: #ffffff;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #e75111;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uw7mBbyix7 .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-uw7mBbyix7 .mbr-desc {
  color: #262626;
}
.cid-uw7mBbyix7 .mbr-section-title {
  color: #0b31ac;
  text-align: left;
}
.cid-uw7mBbyix7 .card-number {
  color: #cfcfcf;
}
.cid-uw7mBbyix7 .card-title {
  color: #131313;
}
.cid-uw7mBbyix7 .card-text {
  color: #0b31ac;
}
.cid-uw7mBbyix7 .icon-wrap {
  text-align: right;
}
.cid-uw7mBbyix7 .card-title,
.cid-uw7mBbyix7 .icon-wrap {
  color: #0b31ac;
}
.cid-uw7mBbyix7 .mbr-desc,
.cid-uw7mBbyix7 .desc-wrapper {
  color: #e75111;
}
.cid-uw7mBbyix7 .card-number,
.cid-uw7mBbyix7 .number-wrapper {
  color: #e75111;
}
.cid-uw645vVjDo {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ededed;
}
.cid-uw645vVjDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw645vVjDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw645vVjDo .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uw645vVjDo .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uw645vVjDo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw645vVjDo .container {
    padding: 0 20px;
  }
}
.cid-uw645vVjDo .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uw645vVjDo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uw645vVjDo .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uw645vVjDo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw645vVjDo .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uw645vVjDo .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uw645vVjDo .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uw645vVjDo .mbr-section-title {
  color: #000000;
}
.cid-uw645vVjDo .mbr-desc {
  color: #0b31ac;
  text-align: center;
}
.cid-uw645vVjDo .mbr-section-title,
.cid-uw645vVjDo .mbr-section-btn {
  color: #0b31ac;
}
.cid-uw645vVjDo .mbr-section-title,
.cid-uw645vVjDo .mbr-section-btn DIV {
  text-align: center;
}
.cid-uw5O8xDR1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uw5O8xDR1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5O8xDR1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5O8xDR1I .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uw5O8xDR1I .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .container {
    padding: 0 20px;
  }
}
.cid-uw5O8xDR1I .row {
  justify-content: center;
}
.cid-uw5O8xDR1I .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uw5O8xDR1I .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uw5O8xDR1I .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uw5O8xDR1I .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uw5O8xDR1I .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uw5O8xDR1I .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uw5O8xDR1I .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uw5O8xDR1I .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uw5O8xDR1I .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uw5O8xDR1I .nav-wrapper .list .item-wrap:hover,
.cid-uw5O8xDR1I .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-uw5O8xDR1I .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-uw5O8xDR1I .mbr-text {
  color: #000000;
}
.cid-uw5O8xDR1I .mbr-list-title {
  color: #0b31ac;
}
.cid-uw5O8xDR1I .list {
  color: #9a9a9a;
}
.cid-uw5O8xDR1I .list,
.cid-uw5O8xDR1I .item-wrap,
.cid-uw5O8xDR1I .contacts-wrapper {
  color: #0b31ac;
}
.cid-uw5O8xDR1I .mbr-text,
.cid-uw5O8xDR1I .text-wrap,
.cid-uw5O8xDR1I .mbr-section-btn {
  color: #0b31ac;
}
.cid-uw6qn2dBi5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uw6qn2dBi5 .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uw6qn2dBi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-uw6qn2dBi5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw6qn2dBi5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uw6qn2dBi5 .menu_box .navbar.opened,
  .cid-uw6qn2dBi5 .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-uw6qn2dBi5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uw6qn2dBi5 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uw6qn2dBi5 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uw6qn2dBi5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uw6qn2dBi5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uw6qn2dBi5 .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-uw6qn2dBi5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uw6qn2dBi5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uw6qn2dBi5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uw6qn2dBi5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uw6qn2dBi5 .offcanvas-body .mbr-text,
  .cid-uw6qn2dBi5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uw6qn2dBi5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uw6qn2dBi5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uw6qn2dBi5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uw6qn2dBi5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uw6qn2dBi5 .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-uw6qn2dBi5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uw6qn2dBi5 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-uw6qn2dBi5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uw6qn2dBi5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uw6qn2dBi5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uw6qn2dBi5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uw6qn2dBi5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uw6qn2dBi5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uw6qn2dBi5 .nav-item .nav-link:hover::before,
.cid-uw6qn2dBi5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uw6qn2dBi5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uw6qn2dBi5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uw6qn2dBi5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uw6qn2dBi5 .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-uw6qn2dBi5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uw6qn2dBi5 .offcanvas_box {
    display: none;
  }
}
.cid-uw6qn2dBi5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uw6qn2dBi5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uw6qn2dBi5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uw6qn2dBi5 .container {
  display: flex;
  margin: auto;
}
.cid-uw6qn2dBi5 .iconfont-wrapper {
  color: #0b31ac;
  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-uw6qn2dBi5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uw6qn2dBi5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uw6qn2dBi5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uw6qn2dBi5 .navbar-nav {
    margin: 0;
  }
}
.cid-uw6qn2dBi5 .dropdown-menu,
.cid-uw6qn2dBi5 .navbar.opened {
  background-color: true !important;
}
.cid-uw6qn2dBi5 .nav-item:focus,
.cid-uw6qn2dBi5 .nav-link:focus {
  outline: none;
}
.cid-uw6qn2dBi5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6qn2dBi5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6qn2dBi5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6qn2dBi5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6qn2dBi5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw6qn2dBi5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw6qn2dBi5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uw6qn2dBi5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uw6qn2dBi5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6qn2dBi5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-uw6qn2dBi5 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uw6qn2dBi5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw6qn2dBi5 .navbar.collapsed {
  justify-content: center;
}
.cid-uw6qn2dBi5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw6qn2dBi5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uw6qn2dBi5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw6qn2dBi5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw6qn2dBi5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw6qn2dBi5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uw6qn2dBi5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw6qn2dBi5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uw6qn2dBi5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uw6qn2dBi5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6qn2dBi5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6qn2dBi5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uw6qn2dBi5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6qn2dBi5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uw6qn2dBi5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw6qn2dBi5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uw6qn2dBi5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uw6qn2dBi5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uw6qn2dBi5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uw6qn2dBi5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6qn2dBi5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uw6qn2dBi5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw6qn2dBi5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw6qn2dBi5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw6qn2dBi5 .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-uw6qn2dBi5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uw6qn2dBi5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw6qn2dBi5 .dropdown-item.active,
.cid-uw6qn2dBi5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6qn2dBi5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uw6qn2dBi5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6qn2dBi5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6qn2dBi5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw6qn2dBi5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uw6qn2dBi5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw6qn2dBi5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-uw6qn2dBi5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6qn2dBi5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6qn2dBi5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6qn2dBi5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6qn2dBi5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6qn2dBi5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6qn2dBi5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6qn2dBi5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6qn2dBi5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6qn2dBi5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uw6qn2dBi5 .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-uw6qn2dBi5 .navbar {
    height: 70px;
  }
  .cid-uw6qn2dBi5 .navbar.opened {
    height: auto;
  }
  .cid-uw6qn2dBi5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6qn2dBi5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uw6qn2dBi5 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uw6qn2dBi5 .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uw6qn2dBi5 .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-uw6qn2dBi5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uw6qn2dBi5 .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-uw6qn2dBi5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uw6qn2dBi5 .text_widget a:hover,
.cid-uw6qn2dBi5 .text_widget a:focus {
  opacity: .8;
}
.cid-uw6qn2dBi5 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-uw6qn2dBi5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uw6qn2dBi5 .navbar-caption {
  color: #000000;
}
.cid-uw6qn2dBi5 .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-uw6qn2dBi5 .mbr-section-subtitle,
.cid-uw6qn2dBi5 .text_widget,
.cid-uw6qn2dBi5 .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-uw6qn2dBi5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uw6qn2JbTe {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: linear-gradient(10deg, darkblue 0%, #0b31ac 50%) !important;
}
.cid-uw6qn2JbTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6qn2JbTe .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-uw6qn2JbTe .container {
    padding: 0 20px;
  }
}
.cid-uw6qn2JbTe .row {
  justify-content: space-between;
}
.cid-uw6qn2JbTe .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uw6qn2JbTe .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uw6qn2JbTe .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.cid-uw6qn2JbTe .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: ;
  transition: all 0.3s ease-in-out;
}
.cid-uw6qn2JbTe .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uw6qn2JbTe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uw6qn2JbTe .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uw6qn2JbTe .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uw6qn2JbTe .image-wrapper img {
    height: 450px;
  }
}
.cid-uw6qn2JbTe .mbr-section-title {
  color: #0b31ac;
}
.cid-uw6qn2JbTe .mbr-link {
  color: ;
}
.cid-uw6qn2JbTe .mbr-desc {
  color: #ffffff;
}
.cid-uw6qn2JbTe .mbr-text {
  color: #e75111;
}
.cid-uw6qn2JbTe .mbr-link,
.cid-uw6qn2JbTe .link-wrapper {
  color: #ffffff;
}
.cid-uw6NoW2XpX {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uw6NoW2XpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6NoW2XpX .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-uw6NoW2XpX .container {
    padding: 0 20px;
  }
}
.cid-uw6NoW2XpX .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uw6NoW2XpX .panel-group .card {
  border-bottom: 1px solid #0b31ac;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uw6NoW2XpX .panel-group .card:first-child {
  border-top: 1px solid #0b31ac;
}
.cid-uw6NoW2XpX .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e75111;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #0b31ac;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.cid-uw6NoW2XpX .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #f5f5f5;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uw6NoW2XpX .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uw6NoW2XpX .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uw6NoW2XpX .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uw6NoW2XpX .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw6NoW2XpX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 90%;
  }
}
.cid-uw6NoW2XpX .mbr-desc {
  color: #0b31ac;
  text-align: left;
}
.cid-uw6NoW2XpX .panel-number {
  color: #0b31ac;
}
.cid-uw6NoW2XpX .panel-title-edit {
  color: #0b31ac;
}
.cid-uw6NoW2XpX .panel-text {
  color: #0b31ac;
}
.cid-uw6qnb02LK {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #ededed;
}
.cid-uw6qnb02LK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6qnb02LK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6qnb02LK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uw6qnb02LK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uw6qnb02LK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw6qnb02LK .container {
    padding: 0 20px;
  }
}
.cid-uw6qnb02LK .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uw6qnb02LK .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uw6qnb02LK .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uw6qnb02LK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw6qnb02LK .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uw6qnb02LK .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uw6qnb02LK .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uw6qnb02LK .mbr-section-title {
  color: #000000;
}
.cid-uw6qnb02LK .mbr-desc {
  color: #0b31ac;
  text-align: center;
}
.cid-uw6qnb02LK .mbr-section-title,
.cid-uw6qnb02LK .mbr-section-btn {
  color: #0b31ac;
}
.cid-uw6qnb02LK .mbr-section-title,
.cid-uw6qnb02LK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uw6qnbAB9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uw6qnbAB9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6qnbAB9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6qnbAB9t .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uw6qnbAB9t .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .container {
    padding: 0 20px;
  }
}
.cid-uw6qnbAB9t .row {
  justify-content: center;
}
.cid-uw6qnbAB9t .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uw6qnbAB9t .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uw6qnbAB9t .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uw6qnbAB9t .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uw6qnbAB9t .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uw6qnbAB9t .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uw6qnbAB9t .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uw6qnbAB9t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uw6qnbAB9t .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uw6qnbAB9t .nav-wrapper .list .item-wrap:hover,
.cid-uw6qnbAB9t .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-uw6qnbAB9t .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-uw6qnbAB9t .mbr-text {
  color: #000000;
}
.cid-uw6qnbAB9t .mbr-list-title {
  color: #0b31ac;
}
.cid-uw6qnbAB9t .list {
  color: #9a9a9a;
}
.cid-uw6qnbAB9t .list,
.cid-uw6qnbAB9t .item-wrap,
.cid-uw6qnbAB9t .contacts-wrapper {
  color: #0b31ac;
}
.cid-uw6qnbAB9t .mbr-text,
.cid-uw6qnbAB9t .text-wrap,
.cid-uw6qnbAB9t .mbr-section-btn {
  color: #0b31ac;
}
.cid-ux8XvjZD08 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ux8XvjZD08 .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-ux8XvjZD08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-ux8XvjZD08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux8XvjZD08 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ux8XvjZD08 .menu_box .navbar.opened,
  .cid-ux8XvjZD08 .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-ux8XvjZD08 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ux8XvjZD08 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ux8XvjZD08 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ux8XvjZD08 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ux8XvjZD08 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ux8XvjZD08 .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-ux8XvjZD08 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ux8XvjZD08 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ux8XvjZD08 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ux8XvjZD08 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ux8XvjZD08 .offcanvas-body .mbr-text,
  .cid-ux8XvjZD08 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ux8XvjZD08 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ux8XvjZD08 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ux8XvjZD08 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ux8XvjZD08 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux8XvjZD08 .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-ux8XvjZD08 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ux8XvjZD08 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-ux8XvjZD08 .lg_brand {
    margin: 0 1rem;
  }
  .cid-ux8XvjZD08 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-ux8XvjZD08 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ux8XvjZD08 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .nav-item {
    margin: 0 !important;
  }
}
.cid-ux8XvjZD08 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ux8XvjZD08 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ux8XvjZD08 .nav-item .nav-link:hover::before,
.cid-ux8XvjZD08 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ux8XvjZD08 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ux8XvjZD08 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ux8XvjZD08 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux8XvjZD08 .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-ux8XvjZD08 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ux8XvjZD08 .offcanvas_box {
    display: none;
  }
}
.cid-ux8XvjZD08 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ux8XvjZD08 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ux8XvjZD08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ux8XvjZD08 .container {
  display: flex;
  margin: auto;
}
.cid-ux8XvjZD08 .iconfont-wrapper {
  color: #0b31ac;
  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-ux8XvjZD08 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ux8XvjZD08 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ux8XvjZD08 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ux8XvjZD08 .navbar-nav {
    margin: 0;
  }
}
.cid-ux8XvjZD08 .dropdown-menu,
.cid-ux8XvjZD08 .navbar.opened {
  background-color: true !important;
}
.cid-ux8XvjZD08 .nav-item:focus,
.cid-ux8XvjZD08 .nav-link:focus {
  outline: none;
}
.cid-ux8XvjZD08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ux8XvjZD08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux8XvjZD08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ux8XvjZD08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ux8XvjZD08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux8XvjZD08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux8XvjZD08 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ux8XvjZD08 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ux8XvjZD08 .navbar.opened {
  transition: all 0.3s;
}
.cid-ux8XvjZD08 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-ux8XvjZD08 .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ux8XvjZD08 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ux8XvjZD08 .navbar.collapsed {
  justify-content: center;
}
.cid-ux8XvjZD08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux8XvjZD08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux8XvjZD08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux8XvjZD08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux8XvjZD08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux8XvjZD08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ux8XvjZD08 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ux8XvjZD08 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ux8XvjZD08 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ux8XvjZD08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux8XvjZD08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux8XvjZD08 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ux8XvjZD08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux8XvjZD08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ux8XvjZD08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ux8XvjZD08 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ux8XvjZD08 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ux8XvjZD08 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ux8XvjZD08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ux8XvjZD08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ux8XvjZD08 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ux8XvjZD08 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux8XvjZD08 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ux8XvjZD08 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ux8XvjZD08 .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-ux8XvjZD08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ux8XvjZD08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux8XvjZD08 .dropdown-item.active,
.cid-ux8XvjZD08 .dropdown-item:active {
  background-color: transparent;
}
.cid-ux8XvjZD08 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ux8XvjZD08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux8XvjZD08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux8XvjZD08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux8XvjZD08 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ux8XvjZD08 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ux8XvjZD08 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-ux8XvjZD08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ux8XvjZD08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux8XvjZD08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux8XvjZD08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux8XvjZD08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux8XvjZD08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux8XvjZD08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ux8XvjZD08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ux8XvjZD08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux8XvjZD08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ux8XvjZD08 .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-ux8XvjZD08 .navbar {
    height: 70px;
  }
  .cid-ux8XvjZD08 .navbar.opened {
    height: auto;
  }
  .cid-ux8XvjZD08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux8XvjZD08 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ux8XvjZD08 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-ux8XvjZD08 .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-ux8XvjZD08 .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-ux8XvjZD08 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ux8XvjZD08 .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-ux8XvjZD08 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ux8XvjZD08 .text_widget a:hover,
.cid-ux8XvjZD08 .text_widget a:focus {
  opacity: .8;
}
.cid-ux8XvjZD08 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-ux8XvjZD08 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ux8XvjZD08 .navbar-caption {
  color: #000000;
}
.cid-ux8XvjZD08 .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-ux8XvjZD08 .mbr-section-subtitle,
.cid-ux8XvjZD08 .text_widget,
.cid-ux8XvjZD08 .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-ux8XvjZD08 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ux8Xvl2IMA {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #0b31ac;
}
.cid-ux8Xvl2IMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8Xvl2IMA .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-ux8Xvl2IMA .container {
    padding: 0 20px;
  }
}
.cid-ux8Xvl2IMA .row {
  justify-content: space-between;
}
.cid-ux8Xvl2IMA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ux8Xvl2IMA .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ux8Xvl2IMA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.cid-ux8Xvl2IMA .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: ;
  transition: all 0.3s ease-in-out;
}
.cid-ux8Xvl2IMA .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8Xvl2IMA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ux8Xvl2IMA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-ux8Xvl2IMA .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ux8Xvl2IMA .image-wrapper img {
    height: 450px;
  }
}
.cid-ux8Xvl2IMA .mbr-section-title {
  color: #0b31ac;
}
.cid-ux8Xvl2IMA .mbr-link {
  color: #000000;
}
.cid-ux8Xvl2IMA .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-ux8Xvl2IMA .mbr-text {
  color: #0b31ac;
}
.cid-ux8Xvl2IMA .mbr-link,
.cid-ux8Xvl2IMA .link-wrapper {
  color: #ffffff;
}
.cid-ux8XvlnwgE {
  padding-top: 24rem;
  padding-bottom: 24rem;
  background-image: url("../../../assets/images/mim-grau-bg-1.webp");
}
.cid-ux8XvlnwgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XvlnwgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XvlnwgE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ux8XvlnwgE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvlnwgE .container {
    padding: 0 30px;
  }
}
.cid-ux8XvlnwgE .row {
  justify-content: center;
}
.cid-ux8XvlnwgE .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XvlnwgE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ux8XvlnwgE .mbr-desc {
  color: #0b31ac;
}
.cid-ux8XvlnwgE .mbr-text {
  color: #0b31ac;
}
.cid-ux8XvlGfnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ux8XvlGfnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XvlGfnT .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-ux8XvlGfnT .container {
    padding: 0 20px;
  }
}
.cid-ux8XvlGfnT .row {
  justify-content: center;
}
.cid-ux8XvlGfnT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XvlGfnT .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ux8XvlGfnT .item {
    margin-bottom: 40px;
  }
}
.cid-ux8XvlGfnT .item:hover .item-wrapper,
.cid-ux8XvlGfnT .item:focus .item-wrapper {
  border: 1px solid #e75111;
}
.cid-ux8XvlGfnT .item:hover .item-wrapper .item-img img,
.cid-ux8XvlGfnT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ux8XvlGfnT .item .item-wrapper {
  height: 100%;
  border: 1px solid #0b31ac;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-ux8XvlGfnT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ux8XvlGfnT .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ux8XvlGfnT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ux8XvlGfnT .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-ux8XvlGfnT .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-ux8XvlGfnT .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-ux8XvlGfnT .item a {
  display: block;
  height: 100%;
}
.cid-ux8XvlGfnT .mbr-desc {
  color: #0b31ac;
}
.cid-ux8XvlGfnT .card-title {
  color: #0b31ac;
}
.cid-ux8XvlGfnT .card-date {
  color: #9a9a9a;
}
.cid-ux8Xvm27Zj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ux8Xvm27Zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8Xvm27Zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8Xvm27Zj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ux8Xvm27Zj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ux8Xvm27Zj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux8Xvm27Zj .container {
    padding: 0 20px;
  }
}
.cid-ux8Xvm27Zj .row {
  justify-content: center;
}
.cid-ux8Xvm27Zj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8Xvm27Zj .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ux8Xvm27Zj .item {
    margin-bottom: 40px;
  }
}
.cid-ux8Xvm27Zj .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-ux8Xvm27Zj .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-ux8Xvm27Zj .item:hover .item-wrapper .item-img img,
.cid-ux8Xvm27Zj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-img img {
  height: 500px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ux8Xvm27Zj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #e75111;
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-ux8Xvm27Zj .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-ux8Xvm27Zj .item a {
  display: block;
}
.cid-ux8Xvm27Zj .mbr-desc {
  color: #0b31ac;
}
.cid-ux8Xvm27Zj .card-title {
  color: #0b31ac;
}
.cid-ux8XvmqD2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ux8XvmqD2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XvmqD2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XvmqD2q .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ux8XvmqD2q .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvmqD2q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvmqD2q .container {
    padding: 0 20px;
  }
}
.cid-ux8XvmqD2q .row {
  justify-content: center;
}
.cid-ux8XvmqD2q .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ux8XvmqD2q .item {
    margin-bottom: 40px;
  }
}
.cid-ux8XvmqD2q .item:hover .item-wrapper,
.cid-ux8XvmqD2q .item:focus .item-wrapper {
  border: 1px solid #e75111;
  color: #e75111 !important;
}
.cid-ux8XvmqD2q .item:hover .item-wrapper .item-img img,
.cid-ux8XvmqD2q .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ux8XvmqD2q .item .item-wrapper {
  height: 100%;
  border: 1px solid #0b31ac;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-img img {
  height: 400px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ux8XvmqD2q .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ux8XvmqD2q .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-ux8XvmqD2q .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ux8XvmqD2q .card-price {
  color: #0b31ac;
}
.cid-ux8XvmqD2q .card-title {
  color: #0b31ac;
}
.cid-ux8XvmqD2q .card-decs {
  color: #0b31ac;
}
.cid-ux8XvmOI2f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-ux8XvmOI2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XvmOI2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XvmOI2f .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .container {
    padding: 0 6px;
  }
}
.cid-ux8XvmOI2f .row {
  margin: 0;
  background-color: #ededed;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-ux8XvmOI2f .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ux8XvmOI2f .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ux8XvmOI2f .row {
    padding: 70px 30px;
  }
}
.cid-ux8XvmOI2f .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ux8XvmOI2f .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .desc-wrapper {
    padding: 0;
  }
}
.cid-ux8XvmOI2f .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ux8XvmOI2f .title-wrapper {
  margin-bottom: 64px;
}
.cid-ux8XvmOI2f .title-wrapper span {
  color: #e75111;
}
.cid-ux8XvmOI2f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux8XvmOI2f .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .cards-wrapper {
    display: block;
  }
}
.cid-ux8XvmOI2f .cards-wrapper .item {
  position: relative;
}
.cid-ux8XvmOI2f .cards-wrapper .item .card-decor {
  position: absolute;
  top: -40px;
  left: 0;
  height: 55px;
  width: 130px;
  display: inline-flex;
  background-color: #0b31ac;
  border-radius: 16px 16px 0 0;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box {
  height: 100%;
  position: relative;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box {
    padding: 22px;
    margin-bottom: 22px;
  }
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    padding: 0 22px;
    top: -20px;
  }
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0b31ac;
  color: #ffffff;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 32px;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .dot-wrap {
  width: 12px;
  height: 12px;
  background-color: #e75111;
  border-radius: 50%;
  margin-right: 10px;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .card-number {
  margin-bottom: 0;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ux8XvmOI2f .cards-wrapper .item .item-wrapper .card-box .card-text {
    margin: 64px 0 0 0;
  }
}
.cid-ux8XvmOI2f .mbr-desc {
  color: #262626;
}
.cid-ux8XvmOI2f .mbr-section-title {
  color: #0b31ac;
}
.cid-ux8XvmOI2f .card-number {
  color: #cfcfcf;
}
.cid-ux8XvmOI2f .card-title {
  color: #131313;
}
.cid-ux8XvmOI2f .card-text {
  color: #0b31ac;
}
.cid-ux8XvmOI2f .icon-wrap {
  text-align: right;
}
.cid-ux8XvmOI2f .card-title,
.cid-ux8XvmOI2f .icon-wrap {
  color: #0b31ac;
}
.cid-ux8XvmOI2f .mbr-desc,
.cid-ux8XvmOI2f .desc-wrapper {
  color: #e75111;
}
.cid-ux8XvmOI2f .card-number,
.cid-ux8XvmOI2f .number-wrapper {
  color: #e75111;
}
.cid-ux8Xvnj2aL {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ededed;
}
.cid-ux8Xvnj2aL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8Xvnj2aL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8Xvnj2aL .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ux8Xvnj2aL .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ux8Xvnj2aL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux8Xvnj2aL .container {
    padding: 0 20px;
  }
}
.cid-ux8Xvnj2aL .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-ux8Xvnj2aL .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ux8Xvnj2aL .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-ux8Xvnj2aL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ux8Xvnj2aL .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-ux8Xvnj2aL .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-ux8Xvnj2aL .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-ux8Xvnj2aL .mbr-section-title {
  color: #000000;
}
.cid-ux8Xvnj2aL .mbr-desc {
  color: #0b31ac;
  text-align: center;
}
.cid-ux8Xvnj2aL .mbr-section-title,
.cid-ux8Xvnj2aL .mbr-section-btn {
  color: #0b31ac;
}
.cid-ux8Xvnj2aL .mbr-section-title,
.cid-ux8Xvnj2aL .mbr-section-btn DIV {
  text-align: center;
}
.cid-ux8XvnIUrv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ux8XvnIUrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XvnIUrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XvnIUrv .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ux8XvnIUrv .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .container {
    padding: 0 20px;
  }
}
.cid-ux8XvnIUrv .row {
  justify-content: center;
}
.cid-ux8XvnIUrv .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux8XvnIUrv .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ux8XvnIUrv .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-ux8XvnIUrv .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ux8XvnIUrv .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-ux8XvnIUrv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ux8XvnIUrv .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-ux8XvnIUrv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ux8XvnIUrv .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-ux8XvnIUrv .nav-wrapper .list .item-wrap:hover,
.cid-ux8XvnIUrv .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-ux8XvnIUrv .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-ux8XvnIUrv .mbr-text {
  color: #000000;
}
.cid-ux8XvnIUrv .mbr-list-title {
  color: #0b31ac;
}
.cid-ux8XvnIUrv .list {
  color: #9a9a9a;
}
.cid-ux8XvnIUrv .list,
.cid-ux8XvnIUrv .item-wrap,
.cid-ux8XvnIUrv .contacts-wrapper {
  color: #0b31ac;
}
.cid-ux8XvnIUrv .mbr-text,
.cid-ux8XvnIUrv .text-wrap,
.cid-ux8XvnIUrv .mbr-section-btn {
  color: #0b31ac;
}
.cid-ux8XK7t8rc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ux8XK7t8rc .navbar-dropdown {
  background: rgba(11, 49, 172, 0.9) !important;
  padding: 0;
  position: fixed !important;
}
.cid-ux8XK7t8rc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(11, 49, 172, 0.9) !important;
  background: #0b31ac;
}
.cid-ux8XK7t8rc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ux8XK7t8rc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ux8XK7t8rc .menu_box .navbar.opened,
  .cid-ux8XK7t8rc .menu_box .navbar-collapse {
    background-color: #0b31ac !important;
    transition: all 0s ease 0s;
  }
}
.cid-ux8XK7t8rc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ux8XK7t8rc .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ux8XK7t8rc .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ux8XK7t8rc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ux8XK7t8rc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ux8XK7t8rc .offcanvas {
    padding: 12rem 64px 0;
    width: 30%;
    background-color: #ffffff;
  }
  .cid-ux8XK7t8rc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ux8XK7t8rc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ux8XK7t8rc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ux8XK7t8rc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ux8XK7t8rc .offcanvas-body .mbr-text,
  .cid-ux8XK7t8rc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ux8XK7t8rc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ux8XK7t8rc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ux8XK7t8rc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ux8XK7t8rc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux8XK7t8rc .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-ux8XK7t8rc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ux8XK7t8rc 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-ux8XK7t8rc .lg_brand {
    margin: 0 1rem;
  }
  .cid-ux8XK7t8rc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-ux8XK7t8rc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ux8XK7t8rc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .nav-item {
    margin: 0 !important;
  }
}
.cid-ux8XK7t8rc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ux8XK7t8rc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #f1713a;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ux8XK7t8rc .nav-item .nav-link:hover::before,
.cid-ux8XK7t8rc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ux8XK7t8rc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ux8XK7t8rc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ux8XK7t8rc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux8XK7t8rc .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-ux8XK7t8rc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ux8XK7t8rc .offcanvas_box {
    display: none;
  }
}
.cid-ux8XK7t8rc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ux8XK7t8rc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ux8XK7t8rc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ux8XK7t8rc .container {
  display: flex;
  margin: auto;
}
.cid-ux8XK7t8rc .iconfont-wrapper {
  color: #0b31ac;
  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-ux8XK7t8rc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ux8XK7t8rc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ux8XK7t8rc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ux8XK7t8rc .navbar-nav {
    margin: 0;
  }
}
.cid-ux8XK7t8rc .dropdown-menu,
.cid-ux8XK7t8rc .navbar.opened {
  background-color: true !important;
}
.cid-ux8XK7t8rc .nav-item:focus,
.cid-ux8XK7t8rc .nav-link:focus {
  outline: none;
}
.cid-ux8XK7t8rc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ux8XK7t8rc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux8XK7t8rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ux8XK7t8rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ux8XK7t8rc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux8XK7t8rc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux8XK7t8rc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ux8XK7t8rc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ux8XK7t8rc .navbar.opened {
  transition: all 0.3s;
}
.cid-ux8XK7t8rc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
  padding-left: 20px;
}
.cid-ux8XK7t8rc .navbar .navbar-logo img {
  max-width: 150px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ux8XK7t8rc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ux8XK7t8rc .navbar.collapsed {
  justify-content: center;
}
.cid-ux8XK7t8rc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux8XK7t8rc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux8XK7t8rc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux8XK7t8rc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux8XK7t8rc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux8XK7t8rc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ux8XK7t8rc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ux8XK7t8rc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ux8XK7t8rc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ux8XK7t8rc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux8XK7t8rc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux8XK7t8rc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ux8XK7t8rc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux8XK7t8rc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ux8XK7t8rc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ux8XK7t8rc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ux8XK7t8rc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ux8XK7t8rc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ux8XK7t8rc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ux8XK7t8rc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ux8XK7t8rc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ux8XK7t8rc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux8XK7t8rc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ux8XK7t8rc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ux8XK7t8rc .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-ux8XK7t8rc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ux8XK7t8rc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux8XK7t8rc .dropdown-item.active,
.cid-ux8XK7t8rc .dropdown-item:active {
  background-color: transparent;
}
.cid-ux8XK7t8rc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ux8XK7t8rc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux8XK7t8rc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux8XK7t8rc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux8XK7t8rc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ux8XK7t8rc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ux8XK7t8rc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0b31ac;
  background: #0b31ac;
}
.cid-ux8XK7t8rc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ux8XK7t8rc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux8XK7t8rc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux8XK7t8rc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux8XK7t8rc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux8XK7t8rc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux8XK7t8rc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ux8XK7t8rc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ux8XK7t8rc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux8XK7t8rc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ux8XK7t8rc .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-ux8XK7t8rc .navbar {
    height: 70px;
  }
  .cid-ux8XK7t8rc .navbar.opened {
    height: auto;
  }
  .cid-ux8XK7t8rc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux8XK7t8rc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ux8XK7t8rc .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-ux8XK7t8rc .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-ux8XK7t8rc .navbar-caption:hover {
  color: #0b31ac;
}
@media (min-width: 992px) {
  .cid-ux8XK7t8rc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ux8XK7t8rc .text_widget {
  margin-bottom: 32px;
  color: #e75111;
}
.cid-ux8XK7t8rc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ux8XK7t8rc .text_widget a:hover,
.cid-ux8XK7t8rc .text_widget a:focus {
  opacity: .8;
}
.cid-ux8XK7t8rc .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e75111;
}
.cid-ux8XK7t8rc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ux8XK7t8rc .navbar-caption {
  color: #000000;
}
.cid-ux8XK7t8rc .mbr-text {
  color: #0b31ac;
  text-align: left;
}
.cid-ux8XK7t8rc .mbr-section-subtitle,
.cid-ux8XK7t8rc .text_widget,
.cid-ux8XK7t8rc .mbr-section-btn {
  text-align: left;
  color: #0b31ac;
}
.cid-ux8XK7t8rc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ux8XK8etse {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #0b31ac;
}
.cid-ux8XK8etse .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XK8etse .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-ux8XK8etse .container {
    padding: 0 20px;
  }
}
.cid-ux8XK8etse .row {
  justify-content: space-between;
}
.cid-ux8XK8etse .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-ux8XK8etse .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ux8XK8etse .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ux8XK8etse .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ux8XK8etse .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-ux8XK8etse .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-ux8XK8etse .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-ux8XK8etse .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.cid-ux8XK8etse .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: ;
  transition: all 0.3s ease-in-out;
}
.cid-ux8XK8etse .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XK8etse .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ux8XK8etse .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-ux8XK8etse .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ux8XK8etse .image-wrapper img {
    height: 400px;
  }
}
.cid-ux8XK8etse .mbr-section-title {
  color: #0b31ac;
}
.cid-ux8XK8etse .mbr-link {
  color: #000000;
}
.cid-ux8XK8etse .mbr-desc {
  color: #ffffff;
}
.cid-ux8XK8etse .mbr-text {
  color: #ffffff;
}
.cid-ux8XK8etse .mbr-link,
.cid-ux8XK8etse .link-wrapper {
  color: #ffffff;
}
.cid-ux8XK8xGZG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-ux8XK8xGZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XK8xGZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XK8xGZG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ux8XK8xGZG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK8xGZG .container {
    padding: 0 30px;
  }
}
.cid-ux8XK8xGZG .row {
  justify-content: center;
}
.cid-ux8XK8xGZG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XK8xGZG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ux8XK8xGZG .mbr-desc {
  color: #0b31ac;
}
.cid-ux8XK8xGZG .mbr-text {
  color: #0b31ac;
}
.cid-ux8XK8Ot88 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-ux8XK8Ot88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XK8Ot88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XK8Ot88 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ux8XK8Ot88 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK8Ot88 .container {
    padding: 0 30px;
  }
}
.cid-ux8XK8Ot88 .row {
  justify-content: center;
}
.cid-ux8XK8Ot88 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XK8Ot88 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ux8XK8Ot88 .mbr-desc {
  color: #0b31ac;
}
.cid-ux8XK8Ot88 .mbr-text {
  color: #0b31ac;
}
.cid-ux8XK96JSa {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-color: #ededed;
}
.cid-ux8XK96JSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XK96JSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XK96JSa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ux8XK96JSa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK96JSa .container {
    padding: 0 30px;
  }
}
.cid-ux8XK96JSa .row {
  justify-content: center;
}
.cid-ux8XK96JSa .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-ux8XK96JSa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ux8XK96JSa .mbr-desc {
  color: #0b31ac;
}
.cid-ux8XK96JSa .mbr-text {
  color: #0b31ac;
}
.cid-uxl5P3A9fO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uxl5P3A9fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxl5P3A9fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxl5P3A9fO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxl5P3A9fO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxl5P3A9fO .container {
    padding: 0 30px;
  }
}
.cid-uxl5P3A9fO .row {
  justify-content: center;
}
.cid-uxl5P3A9fO .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uxl5P3A9fO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxl5P3A9fO .mbr-desc {
  color: #0b31ac;
}
.cid-uxl5P3A9fO .mbr-text {
  color: #0b31ac;
}
.cid-ux8XK9uskA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ux8XK9uskA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8XK9uskA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8XK9uskA .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-ux8XK9uskA .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .container {
    padding: 0 20px;
  }
}
.cid-ux8XK9uskA .row {
  justify-content: center;
}
.cid-ux8XK9uskA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux8XK9uskA .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ux8XK9uskA .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-ux8XK9uskA .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ux8XK9uskA .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-ux8XK9uskA .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ux8XK9uskA .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-ux8XK9uskA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ux8XK9uskA .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-ux8XK9uskA .nav-wrapper .list .item-wrap:hover,
.cid-ux8XK9uskA .nav-wrapper .list .item-wrap:focus {
  color: #e75111;
}
.cid-ux8XK9uskA .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: left;
}
.cid-ux8XK9uskA .mbr-text {
  color: #000000;
}
.cid-ux8XK9uskA .mbr-list-title {
  color: #0b31ac;
}
.cid-ux8XK9uskA .list {
  color: #9a9a9a;
}
.cid-ux8XK9uskA .list,
.cid-ux8XK9uskA .item-wrap,
.cid-ux8XK9uskA .contacts-wrapper {
  color: #0b31ac;
}
.cid-ux8XK9uskA .mbr-text,
.cid-ux8XK9uskA .text-wrap,
.cid-ux8XK9uskA .mbr-section-btn {
  color: #0b31ac;
}
