body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #dc0203 !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #003466 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dc0203 !important;
  border-color: #dc0203 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #900102 !important;
  border-color: #900102 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #900102 !important;
  border-color: #900102 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #074932 !important;
  border-color: #074932 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #074932 !important;
  border-color: #074932 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #003466 !important;
  border-color: #003466 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000d1a !important;
  border-color: #000d1a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000d1a !important;
  border-color: #000d1a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #770102 !important;
  color: #770102 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #dc0203 !important;
  border-color: #dc0203 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc0203 !important;
  border-color: #dc0203 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #053222 !important;
  color: #053222 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e8f61 !important;
  border-color: #0e8f61 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #003466 !important;
  border-color: #003466 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #003466 !important;
  border-color: #003466 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #dc0203 !important;
}
.text-secondary {
  color: #0e8f61 !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #003466 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770102 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #053222 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #1dc9cb;
}
.alert-info {
  background-color: #003466;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dc0203;
  border-color: #dc0203;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dc0203;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feacac;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0075e6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #dc0203;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #dc0203;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #dc0203;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dc0203;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dc0203;
  border-bottom-color: #dc0203;
}
.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: #dc0203 !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: #0e8f61 !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%;
}
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='%23dc0203' %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;
}
.cid-smfB553O5B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smfB553O5B .nav-item:focus,
.cid-smfB553O5B .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smfB553O5B .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-smfB553O5B .nav-item {
    position: relative;
  }
  .cid-smfB553O5B .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-smfB553O5B .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-smfB553O5B .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smfB553O5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smfB553O5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smfB553O5B .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smfB553O5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smfB553O5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smfB553O5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smfB553O5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smfB553O5B .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-smfB553O5B .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-smfB553O5B .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smfB553O5B .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-smfB553O5B .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-smfB553O5B .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-smfB553O5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smfB553O5B .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smfB553O5B .navbar.collapsed .navbar-collapse.show,
.cid-smfB553O5B .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfB553O5B .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-smfB553O5B .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-smfB553O5B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smfB553O5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smfB553O5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smfB553O5B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smfB553O5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smfB553O5B .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfB553O5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smfB553O5B .navbar.collapsed .right-menu,
.cid-smfB553O5B .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-smfB553O5B .navbar .navbar-collapse.show,
  .cid-smfB553O5B .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smfB553O5B .navbar .navbar-collapse.show .brand-container,
  .cid-smfB553O5B .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-smfB553O5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smfB553O5B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smfB553O5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smfB553O5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smfB553O5B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smfB553O5B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smfB553O5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smfB553O5B .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smfB553O5B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-smfB553O5B .navbar .right-menu,
  .cid-smfB553O5B .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-smfB553O5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-smfB553O5B .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-smfB553O5B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smfB553O5B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smfB553O5B .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smfB553O5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smfB553O5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smfB553O5B .dropdown-item.active,
.cid-smfB553O5B .dropdown-item:active {
  background-color: transparent;
}
.cid-smfB553O5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smfB553O5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smfB553O5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smfB553O5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smfB553O5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smfB553O5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smfB553O5B ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-smfB553O5B ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-smfB553O5B .navbar-buttons {
  margin-left: auto;
}
.cid-smfB553O5B button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smfB553O5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smfB553O5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smfB553O5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smfB553O5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smfB553O5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smfB553O5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smfB553O5B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-smfB553O5B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-smfB553O5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smfB553O5B .navbar-dropdown {
  position: fixed;
}
.cid-smfB553O5B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smfB553O5B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smfB553O5B .right-menu,
.cid-smfB553O5B .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-smfB553O5B .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smfB553O5B .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smfB553O5B .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-smfB553O5B .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-smfB553O5B .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-smfB553O5B .card-wrapper {
  z-index: 3;
}
.cid-smfB553O5B .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-smfB553O5B .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smfB553O5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smft7bIVwZ {
  overflow-x: hidden !important;
}
.cid-smft7bIVwZ .mbr-section-title {
  color: #ffffff;
}
.cid-smft7bIVwZ .mbr-section-title span {
  color: #dc0203;
}
.cid-smft7bIVwZ .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smft7bIVwZ .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smft7bIVwZ .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smft7bIVwZ .mbr-overlay {
  z-index: 1;
}
.cid-smft7bIVwZ .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud6Cp0EeQT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ud6Cp0EeQT .mbr-text {
  color: #8d97ad;
}
.cid-ud6Cp0EeQT .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #dc0203;
}
.cid-ud6Cp0EeQT .signature > span {
  color: #dc0203;
}
@media (max-width: 767px) {
  .cid-ud6Cp0EeQT .blockquote-quote {
    text-align: left;
  }
  .cid-ud6Cp0EeQT .signature {
    text-align: left;
  }
}
.cid-ud6Cp0EeQT .signature {
  text-align: center;
  color: #003466;
}
.cid-ud6Cp0EeQT .mbr-text,
.cid-ud6Cp0EeQT .blockquote-quote {
  color: #333333;
}
.cid-ud37jhcXOX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud37jhcXOX .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ud37jhcXOX .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-ud37jhcXOX .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-ud37jhcXOX .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ud37jhcXOX .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-ud37jhcXOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud37jhcXOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8NRHg5C7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-ud8NRHg5C7 .count {
  text-align: left;
  word-break: inherit;
}
.cid-ud8NRHg5C7 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ud8NRHg5C7 .mbr-content-title {
  color: #dc0203;
}
.cid-ud8NRHg5C7 .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ud8NRHg5C7 .card {
  word-wrap: break-word;
}
.cid-ud8NRHg5C7 .mbr-iconfont {
  font-size: 50px;
  color: #188ef4;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-ud8NRHg5C7 .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ud8NRHg5C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8NRHg5C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8NRHg5C7 H3 {
  color: #003466;
}
.cid-ud3VYsJHhd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud3VYsJHhd .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ud3VYsJHhd .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ud3VYsJHhd .item-img:hover img {
  transform: scale(1.15);
}
.cid-ud3VYsJHhd .item-img:hover:before {
  opacity: 0.5;
}
.cid-ud3VYsJHhd h5 {
  margin-bottom: 1rem;
}
.cid-ud3VYsJHhd .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ud3VYsJHhd .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ud3VYsJHhd img,
.cid-ud3VYsJHhd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ud3VYsJHhd .item:focus,
.cid-ud3VYsJHhd span:focus {
  outline: none;
}
.cid-ud3VYsJHhd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud3VYsJHhd .item {
    margin-bottom: 1rem;
  }
}
.cid-ud3VYsJHhd .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ud3VYsJHhd .mbr-section-title {
  color: #003466;
}
.cid-ud3VYsJHhd .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ud3VYsJHhd .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ud3VYsJHhd .mbr-text,
.cid-ud3VYsJHhd .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ud3VYsJHhd .content-head {
  max-width: 800px;
}
.cid-udegAaaXYh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udegAaaXYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udegAaaXYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udegAaaXYh .row {
  justify-content: left;
}
.cid-udegAaaXYh .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .content-container {
    flex-wrap: wrap;
  }
}
.cid-udegAaaXYh .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .text-item {
    width: 100%;
  }
}
.cid-udegAaaXYh .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-udegAaaXYh .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-udegAaaXYh .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-udegAaaXYh .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udegAaaXYh .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-udegAaaXYh .circle-blur {
    display: none !important;
  }
}
.cid-smfM2gyko2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-smfE4MDIDf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-smfE4MDIDf .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-smfE4MDIDf .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-smfE4MDIDf .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-smfE4MDIDf .form-group,
  .cid-smfE4MDIDf .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-smfE4MDIDf .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-smfE4MDIDf textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-smfE4MDIDf .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-smfE4MDIDf .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud30MHGRMb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud30MHGRMb .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud30MHGRMb .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud30MHGRMb .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud30MHGRMb .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud30MHGRMb .row > div {
    margin: auto;
  }
}
.cid-ud30MHGRMb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud30MHGRMb .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud30MHGRMb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud30MHGRMb .list {
    margin-bottom: 0rem;
  }
}
.cid-ud30MHGRMb .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud30MHGRMb .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud30MHGRMb .row {
    display: grid;
  }
  .cid-ud30MHGRMb .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud30MHGRMb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud30MHGRMb .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud30MHGRMb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud34pNy0LG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud34pNy0LG .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud34pNy0LG .foot-menu {
  margin-bottom: 0;
}
.cid-ud34pNy0LG ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud34pNy0LG li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud34pNy0LG li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud34pNy0LG ul {
    text-align: left;
  }
  .cid-ud34pNy0LG .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3om0XzzR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3om0XzzR .nav-item:focus,
.cid-ud3om0XzzR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3om0XzzR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3om0XzzR .nav-item {
    position: relative;
  }
  .cid-ud3om0XzzR .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3om0XzzR .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3om0XzzR .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3om0XzzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3om0XzzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3om0XzzR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3om0XzzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3om0XzzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3om0XzzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3om0XzzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3om0XzzR .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3om0XzzR .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3om0XzzR .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3om0XzzR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3om0XzzR .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3om0XzzR .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3om0XzzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3om0XzzR .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3om0XzzR .navbar.collapsed .navbar-collapse.show,
.cid-ud3om0XzzR .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3om0XzzR .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3om0XzzR .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3om0XzzR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3om0XzzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3om0XzzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3om0XzzR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3om0XzzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3om0XzzR .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3om0XzzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3om0XzzR .navbar.collapsed .right-menu,
.cid-ud3om0XzzR .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3om0XzzR .navbar .navbar-collapse.show,
  .cid-ud3om0XzzR .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3om0XzzR .navbar .navbar-collapse.show .brand-container,
  .cid-ud3om0XzzR .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3om0XzzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3om0XzzR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3om0XzzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3om0XzzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3om0XzzR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3om0XzzR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3om0XzzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3om0XzzR .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3om0XzzR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3om0XzzR .navbar .right-menu,
  .cid-ud3om0XzzR .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3om0XzzR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3om0XzzR .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3om0XzzR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3om0XzzR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3om0XzzR .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3om0XzzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3om0XzzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3om0XzzR .dropdown-item.active,
.cid-ud3om0XzzR .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3om0XzzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3om0XzzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3om0XzzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3om0XzzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3om0XzzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3om0XzzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3om0XzzR ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3om0XzzR ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3om0XzzR .navbar-buttons {
  margin-left: auto;
}
.cid-ud3om0XzzR button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3om0XzzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3om0XzzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3om0XzzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3om0XzzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3om0XzzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3om0XzzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3om0XzzR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3om0XzzR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3om0XzzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3om0XzzR .navbar-dropdown {
  position: fixed;
}
.cid-ud3om0XzzR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3om0XzzR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3om0XzzR .right-menu,
.cid-ud3om0XzzR .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3om0XzzR .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3om0XzzR .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3om0XzzR .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3om0XzzR .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3om0XzzR .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3om0XzzR .card-wrapper {
  z-index: 3;
}
.cid-ud3om0XzzR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3om0XzzR .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3om0XzzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3om4pfwO {
  overflow-x: hidden !important;
}
.cid-ud3om4pfwO .mbr-section-title {
  color: #ffffff;
}
.cid-ud3om4pfwO .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3om4pfwO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3om4pfwO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3om4pfwO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3om4pfwO .mbr-overlay {
  z-index: 1;
}
.cid-ud3om4pfwO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3pl0ICJC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ud3pl0ICJC .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ud3pl0ICJC .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ud3pl0ICJC .item-img:hover img {
  transform: scale(1.15);
}
.cid-ud3pl0ICJC .item-img:hover:before {
  opacity: 0.5;
}
.cid-ud3pl0ICJC h5 {
  margin-bottom: 1rem;
}
.cid-ud3pl0ICJC .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ud3pl0ICJC .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ud3pl0ICJC img,
.cid-ud3pl0ICJC .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-ud3pl0ICJC .item:focus,
.cid-ud3pl0ICJC span:focus {
  outline: none;
}
.cid-ud3pl0ICJC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ud3pl0ICJC .item {
    margin-bottom: 1rem;
  }
}
.cid-ud3pl0ICJC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ud3pl0ICJC .mbr-section-title {
  color: #003466;
}
.cid-ud3pl0ICJC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ud3pl0ICJC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ud3pl0ICJC .mbr-text,
.cid-ud3pl0ICJC .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ud3pl0ICJC .content-head {
  max-width: 800px;
}
.cid-ud3om8wOdp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3om9dTEP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3om9dTEP .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3om9dTEP .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3om9dTEP .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3om9dTEP .form-group,
  .cid-ud3om9dTEP .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3om9dTEP .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3om9dTEP textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3om9dTEP .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3om9dTEP .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3omanAX9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3omanAX9 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3omanAX9 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3omanAX9 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3omanAX9 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3omanAX9 .row > div {
    margin: auto;
  }
}
.cid-ud3omanAX9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3omanAX9 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3omanAX9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3omanAX9 .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3omanAX9 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3omanAX9 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3omanAX9 .row {
    display: grid;
  }
  .cid-ud3omanAX9 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3omanAX9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3omanAX9 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3omanAX9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3ombsr2v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3ombsr2v .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3ombsr2v .foot-menu {
  margin-bottom: 0;
}
.cid-ud3ombsr2v ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3ombsr2v li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3ombsr2v li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3ombsr2v ul {
    text-align: left;
  }
  .cid-ud3ombsr2v .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3smiLKvk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3smiLKvk .nav-item:focus,
.cid-ud3smiLKvk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3smiLKvk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3smiLKvk .nav-item {
    position: relative;
  }
  .cid-ud3smiLKvk .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3smiLKvk .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3smiLKvk .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3smiLKvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3smiLKvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3smiLKvk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3smiLKvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3smiLKvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3smiLKvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3smiLKvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3smiLKvk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3smiLKvk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3smiLKvk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3smiLKvk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3smiLKvk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3smiLKvk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3smiLKvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3smiLKvk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3smiLKvk .navbar.collapsed .navbar-collapse.show,
.cid-ud3smiLKvk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3smiLKvk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3smiLKvk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3smiLKvk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3smiLKvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3smiLKvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3smiLKvk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3smiLKvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3smiLKvk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3smiLKvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3smiLKvk .navbar.collapsed .right-menu,
.cid-ud3smiLKvk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3smiLKvk .navbar .navbar-collapse.show,
  .cid-ud3smiLKvk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3smiLKvk .navbar .navbar-collapse.show .brand-container,
  .cid-ud3smiLKvk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3smiLKvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3smiLKvk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3smiLKvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3smiLKvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3smiLKvk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3smiLKvk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3smiLKvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3smiLKvk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3smiLKvk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3smiLKvk .navbar .right-menu,
  .cid-ud3smiLKvk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3smiLKvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3smiLKvk .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3smiLKvk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3smiLKvk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3smiLKvk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3smiLKvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3smiLKvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3smiLKvk .dropdown-item.active,
.cid-ud3smiLKvk .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3smiLKvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3smiLKvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3smiLKvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3smiLKvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3smiLKvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3smiLKvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3smiLKvk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3smiLKvk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3smiLKvk .navbar-buttons {
  margin-left: auto;
}
.cid-ud3smiLKvk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3smiLKvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3smiLKvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3smiLKvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3smiLKvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3smiLKvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3smiLKvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3smiLKvk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3smiLKvk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3smiLKvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3smiLKvk .navbar-dropdown {
  position: fixed;
}
.cid-ud3smiLKvk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3smiLKvk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3smiLKvk .right-menu,
.cid-ud3smiLKvk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3smiLKvk .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3smiLKvk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3smiLKvk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3smiLKvk .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3smiLKvk .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3smiLKvk .card-wrapper {
  z-index: 3;
}
.cid-ud3smiLKvk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3smiLKvk .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3smiLKvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3smjG0rX {
  overflow-x: hidden !important;
}
.cid-ud3smjG0rX .mbr-section-title {
  color: #ffffff;
}
.cid-ud3smjG0rX .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3smjG0rX .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3smjG0rX .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3smjG0rX .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3smjG0rX .mbr-overlay {
  z-index: 1;
}
.cid-ud3smjG0rX .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3xpLNuqV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3xpLNuqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3xpLNuqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3xpLNuqV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3xpLNuqV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3xpLNuqV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3xpLNuqV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3xpLNuqV .container {
    padding: 0 16px;
  }
}
.cid-ud3xpLNuqV .row {
  justify-content: center;
}
.cid-ud3xpLNuqV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3xpLNuqV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3xpLNuqV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3xpLNuqV .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3xpLNuqV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3xpLNuqV .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud3vfpKRfC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3vfpKRfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3vfpKRfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3vfpKRfC a {
  font-weight: bold;
}
.cid-ud3vfpKRfC .container-fluid {
  padding: 0;
}
.cid-ud3vfpKRfC img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3vfpKRfC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3vfpKRfC .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3vfpKRfC .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3vfpKRfC .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3vfpKRfC .mbr-text,
.cid-ud3vfpKRfC .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3vfpKRfC .mbr-section-title {
  color: #003466;
}
.cid-ud8CH3bolj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8CH3bolj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8CH3bolj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8CH3bolj a {
  font-weight: bold;
}
.cid-ud8CH3bolj .row {
  flex-direction: row-reverse;
}
.cid-ud8CH3bolj .container-fluid {
  padding: 0;
}
.cid-ud8CH3bolj img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8CH3bolj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8CH3bolj .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8CH3bolj .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8CH3bolj .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8CH3bolj .mbr-text,
.cid-ud8CH3bolj .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8CH3bolj .mbr-section-title {
  color: #003466;
}
.cid-ud3uejWU0B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3uejWU0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3uejWU0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3uejWU0B a {
  font-weight: bold;
}
.cid-ud3uejWU0B .container-fluid {
  padding: 0;
}
.cid-ud3uejWU0B img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3uejWU0B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3uejWU0B .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3uejWU0B .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3uejWU0B .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3uejWU0B .mbr-text,
.cid-ud3uejWU0B .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3uejWU0B .mbr-section-title {
  color: #003466;
}
.cid-ud8DTtzL4N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8DTtzL4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8DTtzL4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8DTtzL4N a {
  font-weight: bold;
}
.cid-ud8DTtzL4N .row {
  flex-direction: row-reverse;
}
.cid-ud8DTtzL4N .container-fluid {
  padding: 0;
}
.cid-ud8DTtzL4N img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8DTtzL4N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8DTtzL4N .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8DTtzL4N .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8DTtzL4N .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8DTtzL4N .mbr-text,
.cid-ud8DTtzL4N .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8DTtzL4N .mbr-section-title {
  color: #003466;
}
.cid-ud8DUdACze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8DUdACze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8DUdACze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8DUdACze a {
  font-weight: bold;
}
.cid-ud8DUdACze .container-fluid {
  padding: 0;
}
.cid-ud8DUdACze img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8DUdACze .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8DUdACze .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8DUdACze .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8DUdACze .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8DUdACze .mbr-text,
.cid-ud8DUdACze .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8DUdACze .mbr-section-title {
  color: #003466;
}
.cid-udZiaRAKjX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udZiaRAKjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZiaRAKjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZiaRAKjX a {
  font-weight: bold;
}
.cid-udZiaRAKjX .row {
  flex-direction: row-reverse;
}
.cid-udZiaRAKjX .container-fluid {
  padding: 0;
}
.cid-udZiaRAKjX img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-udZiaRAKjX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZiaRAKjX .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-udZiaRAKjX .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-udZiaRAKjX .text-wrapper {
    padding: 1rem;
  }
}
.cid-udZiaRAKjX .mbr-text,
.cid-udZiaRAKjX .mbr-section-btn {
  color: #7b7b7b;
}
.cid-udZiaRAKjX .mbr-section-title {
  color: #003466;
}
.cid-ud8LRYz839 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ud8LRYz839 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8LRYz839 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8LRYz839 .row {
  justify-content: left;
}
.cid-ud8LRYz839 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud8LRYz839 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .text-item {
    width: 100%;
  }
}
.cid-ud8LRYz839 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-ud8LRYz839 .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ud8LRYz839 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ud8LRYz839 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ud8LRYz839 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-ud8LRYz839 .circle-blur {
    display: none !important;
  }
}
.cid-ud3smlW6OM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3smmvuH0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3smmvuH0 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3smmvuH0 .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3smmvuH0 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3smmvuH0 .form-group,
  .cid-ud3smmvuH0 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3smmvuH0 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3smmvuH0 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3smmvuH0 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3smmvuH0 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3smnesQ3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3smnesQ3 .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3smnesQ3 .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3smnesQ3 .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3smnesQ3 .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3smnesQ3 .row > div {
    margin: auto;
  }
}
.cid-ud3smnesQ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3smnesQ3 .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3smnesQ3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3smnesQ3 .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3smnesQ3 .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3smnesQ3 .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3smnesQ3 .row {
    display: grid;
  }
  .cid-ud3smnesQ3 .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3smnesQ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3smnesQ3 .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3smnesQ3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3smoaN3M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3smoaN3M .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3smoaN3M .foot-menu {
  margin-bottom: 0;
}
.cid-ud3smoaN3M ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3smoaN3M li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3smoaN3M li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3smoaN3M ul {
    text-align: left;
  }
  .cid-ud3smoaN3M .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3ziL0DQE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ziL0DQE .nav-item:focus,
.cid-ud3ziL0DQE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3ziL0DQE .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3ziL0DQE .nav-item {
    position: relative;
  }
  .cid-ud3ziL0DQE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3ziL0DQE .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3ziL0DQE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3ziL0DQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ziL0DQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3ziL0DQE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3ziL0DQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3ziL0DQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ziL0DQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3ziL0DQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3ziL0DQE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3ziL0DQE .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3ziL0DQE .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3ziL0DQE .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3ziL0DQE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3ziL0DQE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3ziL0DQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3ziL0DQE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3ziL0DQE .navbar.collapsed .navbar-collapse.show,
.cid-ud3ziL0DQE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3ziL0DQE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3ziL0DQE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3ziL0DQE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3ziL0DQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3ziL0DQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3ziL0DQE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3ziL0DQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3ziL0DQE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3ziL0DQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3ziL0DQE .navbar.collapsed .right-menu,
.cid-ud3ziL0DQE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3ziL0DQE .navbar .navbar-collapse.show,
  .cid-ud3ziL0DQE .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3ziL0DQE .navbar .navbar-collapse.show .brand-container,
  .cid-ud3ziL0DQE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3ziL0DQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3ziL0DQE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3ziL0DQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3ziL0DQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3ziL0DQE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3ziL0DQE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3ziL0DQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3ziL0DQE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3ziL0DQE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3ziL0DQE .navbar .right-menu,
  .cid-ud3ziL0DQE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3ziL0DQE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3ziL0DQE .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3ziL0DQE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3ziL0DQE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3ziL0DQE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3ziL0DQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3ziL0DQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3ziL0DQE .dropdown-item.active,
.cid-ud3ziL0DQE .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3ziL0DQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3ziL0DQE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3ziL0DQE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3ziL0DQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3ziL0DQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3ziL0DQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3ziL0DQE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3ziL0DQE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3ziL0DQE .navbar-buttons {
  margin-left: auto;
}
.cid-ud3ziL0DQE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3ziL0DQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3ziL0DQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3ziL0DQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3ziL0DQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3ziL0DQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3ziL0DQE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3ziL0DQE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3ziL0DQE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3ziL0DQE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3ziL0DQE .navbar-dropdown {
  position: fixed;
}
.cid-ud3ziL0DQE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3ziL0DQE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3ziL0DQE .right-menu,
.cid-ud3ziL0DQE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3ziL0DQE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3ziL0DQE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3ziL0DQE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3ziL0DQE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3ziL0DQE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3ziL0DQE .card-wrapper {
  z-index: 3;
}
.cid-ud3ziL0DQE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3ziL0DQE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3ziL0DQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3ziME32i {
  overflow-x: hidden !important;
}
.cid-ud3ziME32i .mbr-section-title {
  color: #ffffff;
}
.cid-ud3ziME32i .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3ziME32i .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3ziME32i .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3ziME32i .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3ziME32i .mbr-overlay {
  z-index: 1;
}
.cid-ud3ziME32i .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3ziO9oJL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3ziO9oJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3ziO9oJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3ziO9oJL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3ziO9oJL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3ziO9oJL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3ziO9oJL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3ziO9oJL .container {
    padding: 0 16px;
  }
}
.cid-ud3ziO9oJL .row {
  justify-content: center;
}
.cid-ud3ziO9oJL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3ziO9oJL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3ziO9oJL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3ziO9oJL .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3ziO9oJL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3ziO9oJL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud3ziPmaZi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3ziPmaZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3ziPmaZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3ziPmaZi a {
  font-weight: bold;
}
.cid-ud3ziPmaZi .container-fluid {
  padding: 0;
}
.cid-ud3ziPmaZi img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3ziPmaZi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3ziPmaZi .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3ziPmaZi .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3ziPmaZi .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3ziPmaZi .mbr-text,
.cid-ud3ziPmaZi .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3ziPmaZi .mbr-section-title {
  color: #003466;
}
.cid-ud8S9R4Ryz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8S9R4Ryz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8S9R4Ryz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8S9R4Ryz a {
  font-weight: bold;
}
.cid-ud8S9R4Ryz .row {
  flex-direction: row-reverse;
}
.cid-ud8S9R4Ryz .container-fluid {
  padding: 0;
}
.cid-ud8S9R4Ryz img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8S9R4Ryz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8S9R4Ryz .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8S9R4Ryz .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8S9R4Ryz .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8S9R4Ryz .mbr-text,
.cid-ud8S9R4Ryz .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8S9R4Ryz .mbr-section-title {
  color: #003466;
}
.cid-ud8SaUpk9D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud8SaUpk9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8SaUpk9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8SaUpk9D a {
  font-weight: bold;
}
.cid-ud8SaUpk9D .container-fluid {
  padding: 0;
}
.cid-ud8SaUpk9D img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8SaUpk9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8SaUpk9D .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8SaUpk9D .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8SaUpk9D .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8SaUpk9D .mbr-text,
.cid-ud8SaUpk9D .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8SaUpk9D .mbr-section-title {
  color: #003466;
}
.cid-ud8SmrI6Dm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ud8SmrI6Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8SmrI6Dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8SmrI6Dm .row {
  justify-content: left;
}
.cid-ud8SmrI6Dm .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud8SmrI6Dm .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .text-item {
    width: 100%;
  }
}
.cid-ud8SmrI6Dm .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-ud8SmrI6Dm .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ud8SmrI6Dm .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ud8SmrI6Dm .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ud8SmrI6Dm .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-ud8SmrI6Dm .circle-blur {
    display: none !important;
  }
}
.cid-ud3ziRQcQp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3ziT7P1v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3ziT7P1v .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3ziT7P1v .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3ziT7P1v .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3ziT7P1v .form-group,
  .cid-ud3ziT7P1v .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3ziT7P1v .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3ziT7P1v textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3ziT7P1v .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3ziT7P1v .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3ziVv3ht {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3ziVv3ht .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3ziVv3ht .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3ziVv3ht .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3ziVv3ht .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3ziVv3ht .row > div {
    margin: auto;
  }
}
.cid-ud3ziVv3ht .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3ziVv3ht .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3ziVv3ht .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3ziVv3ht .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3ziVv3ht .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3ziVv3ht .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3ziVv3ht .row {
    display: grid;
  }
  .cid-ud3ziVv3ht .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3ziVv3ht .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3ziVv3ht .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3ziVv3ht div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3ziYaVD1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3ziYaVD1 .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3ziYaVD1 .foot-menu {
  margin-bottom: 0;
}
.cid-ud3ziYaVD1 ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3ziYaVD1 li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3ziYaVD1 li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3ziYaVD1 ul {
    text-align: left;
  }
  .cid-ud3ziYaVD1 .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3AduVa7d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AduVa7d .nav-item:focus,
.cid-ud3AduVa7d .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3AduVa7d .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3AduVa7d .nav-item {
    position: relative;
  }
  .cid-ud3AduVa7d .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3AduVa7d .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3AduVa7d .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3AduVa7d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AduVa7d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3AduVa7d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3AduVa7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3AduVa7d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AduVa7d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3AduVa7d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3AduVa7d .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3AduVa7d .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3AduVa7d .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3AduVa7d .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3AduVa7d .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3AduVa7d .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3AduVa7d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3AduVa7d .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3AduVa7d .navbar.collapsed .navbar-collapse.show,
.cid-ud3AduVa7d .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3AduVa7d .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3AduVa7d .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3AduVa7d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3AduVa7d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3AduVa7d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3AduVa7d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3AduVa7d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3AduVa7d .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3AduVa7d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3AduVa7d .navbar.collapsed .right-menu,
.cid-ud3AduVa7d .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3AduVa7d .navbar .navbar-collapse.show,
  .cid-ud3AduVa7d .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3AduVa7d .navbar .navbar-collapse.show .brand-container,
  .cid-ud3AduVa7d .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3AduVa7d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3AduVa7d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3AduVa7d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3AduVa7d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3AduVa7d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3AduVa7d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3AduVa7d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3AduVa7d .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3AduVa7d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3AduVa7d .navbar .right-menu,
  .cid-ud3AduVa7d .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3AduVa7d .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3AduVa7d .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3AduVa7d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3AduVa7d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3AduVa7d .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3AduVa7d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3AduVa7d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3AduVa7d .dropdown-item.active,
.cid-ud3AduVa7d .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3AduVa7d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3AduVa7d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3AduVa7d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3AduVa7d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3AduVa7d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3AduVa7d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3AduVa7d ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3AduVa7d ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3AduVa7d .navbar-buttons {
  margin-left: auto;
}
.cid-ud3AduVa7d button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3AduVa7d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3AduVa7d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3AduVa7d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3AduVa7d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3AduVa7d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3AduVa7d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3AduVa7d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3AduVa7d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3AduVa7d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3AduVa7d .navbar-dropdown {
  position: fixed;
}
.cid-ud3AduVa7d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3AduVa7d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3AduVa7d .right-menu,
.cid-ud3AduVa7d .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3AduVa7d .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3AduVa7d .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3AduVa7d .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3AduVa7d .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3AduVa7d .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3AduVa7d .card-wrapper {
  z-index: 3;
}
.cid-ud3AduVa7d .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3AduVa7d .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3AduVa7d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3Adx6qba {
  overflow-x: hidden !important;
}
.cid-ud3Adx6qba .mbr-section-title {
  color: #ffffff;
}
.cid-ud3Adx6qba .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3Adx6qba .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3Adx6qba .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3Adx6qba .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3Adx6qba .mbr-overlay {
  z-index: 1;
}
.cid-ud3Adx6qba .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3AdyKr7w {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3AdyKr7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3AdyKr7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3AdyKr7w .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3AdyKr7w .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3AdyKr7w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3AdyKr7w .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3AdyKr7w .container {
    padding: 0 16px;
  }
}
.cid-ud3AdyKr7w .row {
  justify-content: center;
}
.cid-ud3AdyKr7w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3AdyKr7w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3AdyKr7w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3AdyKr7w .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3AdyKr7w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3AdyKr7w .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud3AdAqwJ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3AdAqwJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3AdAqwJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3AdAqwJ3 a {
  font-weight: bold;
}
.cid-ud3AdAqwJ3 .container-fluid {
  padding: 0;
}
.cid-ud3AdAqwJ3 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3AdAqwJ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3AdAqwJ3 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3AdAqwJ3 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3AdAqwJ3 .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3AdAqwJ3 .mbr-text,
.cid-ud3AdAqwJ3 .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3AdAqwJ3 .mbr-section-title {
  color: #003466;
}
.cid-ud8YGGgCyF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8YGGgCyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8YGGgCyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8YGGgCyF a {
  font-weight: bold;
}
.cid-ud8YGGgCyF .row {
  flex-direction: row-reverse;
}
.cid-ud8YGGgCyF .container-fluid {
  padding: 0;
}
.cid-ud8YGGgCyF img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8YGGgCyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8YGGgCyF .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8YGGgCyF .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8YGGgCyF .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8YGGgCyF .mbr-text,
.cid-ud8YGGgCyF .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8YGGgCyF .mbr-section-title {
  color: #003466;
}
.cid-ud8YHO8GQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8YHO8GQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8YHO8GQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8YHO8GQW a {
  font-weight: bold;
}
.cid-ud8YHO8GQW .container-fluid {
  padding: 0;
}
.cid-ud8YHO8GQW img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8YHO8GQW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8YHO8GQW .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8YHO8GQW .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8YHO8GQW .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8YHO8GQW .mbr-text,
.cid-ud8YHO8GQW .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8YHO8GQW .mbr-section-title {
  color: #003466;
}
.cid-ud3AdCckQk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3AdCckQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3AdCckQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3AdCckQk a {
  font-weight: bold;
}
.cid-ud3AdCckQk .row {
  flex-direction: row-reverse;
}
.cid-ud3AdCckQk .container-fluid {
  padding: 0;
}
.cid-ud3AdCckQk img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3AdCckQk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3AdCckQk .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3AdCckQk .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3AdCckQk .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3AdCckQk .mbr-text,
.cid-ud3AdCckQk .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3AdCckQk .mbr-section-title {
  color: #003466;
}
.cid-ud8YJfrvlj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8YJfrvlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8YJfrvlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8YJfrvlj a {
  font-weight: bold;
}
.cid-ud8YJfrvlj .container-fluid {
  padding: 0;
}
.cid-ud8YJfrvlj img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8YJfrvlj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8YJfrvlj .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8YJfrvlj .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8YJfrvlj .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8YJfrvlj .mbr-text,
.cid-ud8YJfrvlj .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8YJfrvlj .mbr-section-title {
  color: #003466;
}
.cid-udqiHHyEZv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udqiHHyEZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqiHHyEZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqiHHyEZv a {
  font-weight: bold;
}
.cid-udqiHHyEZv .row {
  flex-direction: row-reverse;
}
.cid-udqiHHyEZv .container-fluid {
  padding: 0;
}
.cid-udqiHHyEZv img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-udqiHHyEZv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udqiHHyEZv .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-udqiHHyEZv .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-udqiHHyEZv .text-wrapper {
    padding: 1rem;
  }
}
.cid-udqiHHyEZv .mbr-text,
.cid-udqiHHyEZv .mbr-section-btn {
  color: #7b7b7b;
}
.cid-udqiHHyEZv .mbr-section-title {
  color: #003466;
}
.cid-ud8YKsJ2PC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ud8YKsJ2PC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8YKsJ2PC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8YKsJ2PC .row {
  justify-content: left;
}
.cid-ud8YKsJ2PC .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud8YKsJ2PC .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .text-item {
    width: 100%;
  }
}
.cid-ud8YKsJ2PC .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-ud8YKsJ2PC .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ud8YKsJ2PC .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ud8YKsJ2PC .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ud8YKsJ2PC .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-ud8YKsJ2PC .circle-blur {
    display: none !important;
  }
}
.cid-ud3AdDUerl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3AdFHjOc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3AdFHjOc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3AdFHjOc .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3AdFHjOc .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3AdFHjOc .form-group,
  .cid-ud3AdFHjOc .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3AdFHjOc .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3AdFHjOc textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3AdFHjOc .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3AdFHjOc .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3AdHtq9Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3AdHtq9Q .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3AdHtq9Q .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3AdHtq9Q .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3AdHtq9Q .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3AdHtq9Q .row > div {
    margin: auto;
  }
}
.cid-ud3AdHtq9Q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3AdHtq9Q .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3AdHtq9Q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3AdHtq9Q .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3AdHtq9Q .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3AdHtq9Q .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3AdHtq9Q .row {
    display: grid;
  }
  .cid-ud3AdHtq9Q .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3AdHtq9Q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3AdHtq9Q .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3AdHtq9Q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3AdJJaou {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3AdJJaou .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3AdJJaou .foot-menu {
  margin-bottom: 0;
}
.cid-ud3AdJJaou ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3AdJJaou li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3AdJJaou li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3AdJJaou ul {
    text-align: left;
  }
  .cid-ud3AdJJaou .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3AFmwkQX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AFmwkQX .nav-item:focus,
.cid-ud3AFmwkQX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3AFmwkQX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3AFmwkQX .nav-item {
    position: relative;
  }
  .cid-ud3AFmwkQX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3AFmwkQX .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3AFmwkQX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3AFmwkQX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AFmwkQX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3AFmwkQX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3AFmwkQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3AFmwkQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3AFmwkQX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3AFmwkQX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3AFmwkQX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3AFmwkQX .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3AFmwkQX .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3AFmwkQX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3AFmwkQX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3AFmwkQX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3AFmwkQX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3AFmwkQX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3AFmwkQX .navbar.collapsed .navbar-collapse.show,
.cid-ud3AFmwkQX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3AFmwkQX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3AFmwkQX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3AFmwkQX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3AFmwkQX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3AFmwkQX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3AFmwkQX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3AFmwkQX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3AFmwkQX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3AFmwkQX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3AFmwkQX .navbar.collapsed .right-menu,
.cid-ud3AFmwkQX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3AFmwkQX .navbar .navbar-collapse.show,
  .cid-ud3AFmwkQX .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3AFmwkQX .navbar .navbar-collapse.show .brand-container,
  .cid-ud3AFmwkQX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3AFmwkQX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3AFmwkQX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3AFmwkQX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3AFmwkQX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3AFmwkQX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3AFmwkQX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3AFmwkQX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3AFmwkQX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3AFmwkQX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3AFmwkQX .navbar .right-menu,
  .cid-ud3AFmwkQX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3AFmwkQX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3AFmwkQX .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3AFmwkQX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3AFmwkQX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3AFmwkQX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3AFmwkQX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3AFmwkQX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3AFmwkQX .dropdown-item.active,
.cid-ud3AFmwkQX .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3AFmwkQX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3AFmwkQX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3AFmwkQX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3AFmwkQX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3AFmwkQX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3AFmwkQX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3AFmwkQX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3AFmwkQX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3AFmwkQX .navbar-buttons {
  margin-left: auto;
}
.cid-ud3AFmwkQX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3AFmwkQX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3AFmwkQX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3AFmwkQX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3AFmwkQX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3AFmwkQX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3AFmwkQX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3AFmwkQX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3AFmwkQX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3AFmwkQX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3AFmwkQX .navbar-dropdown {
  position: fixed;
}
.cid-ud3AFmwkQX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3AFmwkQX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3AFmwkQX .right-menu,
.cid-ud3AFmwkQX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3AFmwkQX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3AFmwkQX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3AFmwkQX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3AFmwkQX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3AFmwkQX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3AFmwkQX .card-wrapper {
  z-index: 3;
}
.cid-ud3AFmwkQX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3AFmwkQX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3AFmwkQX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3AFpp1gu {
  overflow-x: hidden !important;
}
.cid-ud3AFpp1gu .mbr-section-title {
  color: #ffffff;
}
.cid-ud3AFpp1gu .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3AFpp1gu .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3AFpp1gu .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3AFpp1gu .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3AFpp1gu .mbr-overlay {
  z-index: 1;
}
.cid-ud3AFpp1gu .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3AFsaFJv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3AFsaFJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3AFsaFJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3AFsaFJv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3AFsaFJv .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3AFsaFJv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3AFsaFJv .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3AFsaFJv .container {
    padding: 0 16px;
  }
}
.cid-ud3AFsaFJv .row {
  justify-content: center;
}
.cid-ud3AFsaFJv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3AFsaFJv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3AFsaFJv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3AFsaFJv .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3AFsaFJv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3AFsaFJv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud8ZsmEudb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8ZsmEudb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8ZsmEudb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8ZsmEudb a {
  font-weight: bold;
}
.cid-ud8ZsmEudb .container-fluid {
  padding: 0;
}
.cid-ud8ZsmEudb img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8ZsmEudb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8ZsmEudb .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8ZsmEudb .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8ZsmEudb .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8ZsmEudb .mbr-text,
.cid-ud8ZsmEudb .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8ZsmEudb .mbr-section-title {
  color: #003466;
}
.cid-ud3AFwhRMX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3AFwhRMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3AFwhRMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3AFwhRMX a {
  font-weight: bold;
}
.cid-ud3AFwhRMX .row {
  flex-direction: row-reverse;
}
.cid-ud3AFwhRMX .container-fluid {
  padding: 0;
}
.cid-ud3AFwhRMX img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3AFwhRMX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3AFwhRMX .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3AFwhRMX .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3AFwhRMX .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3AFwhRMX .mbr-text,
.cid-ud3AFwhRMX .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3AFwhRMX .mbr-section-title {
  color: #003466;
}
.cid-ud8ZtmrUB3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud8ZtmrUB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8ZtmrUB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8ZtmrUB3 a {
  font-weight: bold;
}
.cid-ud8ZtmrUB3 .container-fluid {
  padding: 0;
}
.cid-ud8ZtmrUB3 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8ZtmrUB3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8ZtmrUB3 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8ZtmrUB3 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8ZtmrUB3 .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8ZtmrUB3 .mbr-text,
.cid-ud8ZtmrUB3 .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8ZtmrUB3 .mbr-section-title {
  color: #003466;
}
.cid-ud8ZuiFfF9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ud8ZuiFfF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8ZuiFfF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8ZuiFfF9 .row {
  justify-content: left;
}
.cid-ud8ZuiFfF9 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud8ZuiFfF9 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .text-item {
    width: 100%;
  }
}
.cid-ud8ZuiFfF9 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-ud8ZuiFfF9 .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ud8ZuiFfF9 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ud8ZuiFfF9 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ud8ZuiFfF9 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-ud8ZuiFfF9 .circle-blur {
    display: none !important;
  }
}
.cid-ud3AFyOn91 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3AFF8PaU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3AFF8PaU .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3AFF8PaU .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3AFF8PaU .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3AFF8PaU .form-group,
  .cid-ud3AFF8PaU .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3AFF8PaU .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3AFF8PaU textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3AFF8PaU .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3AFF8PaU .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3AFIKyth {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3AFIKyth .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3AFIKyth .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3AFIKyth .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3AFIKyth .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3AFIKyth .row > div {
    margin: auto;
  }
}
.cid-ud3AFIKyth .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3AFIKyth .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3AFIKyth .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3AFIKyth .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3AFIKyth .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3AFIKyth .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3AFIKyth .row {
    display: grid;
  }
  .cid-ud3AFIKyth .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3AFIKyth .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3AFIKyth .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3AFIKyth div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3AFNj80V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3AFNj80V .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3AFNj80V .foot-menu {
  margin-bottom: 0;
}
.cid-ud3AFNj80V ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3AFNj80V li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3AFNj80V li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3AFNj80V ul {
    text-align: left;
  }
  .cid-ud3AFNj80V .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3B4jEsPQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3B4jEsPQ .nav-item:focus,
.cid-ud3B4jEsPQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3B4jEsPQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3B4jEsPQ .nav-item {
    position: relative;
  }
  .cid-ud3B4jEsPQ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3B4jEsPQ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3B4jEsPQ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3B4jEsPQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3B4jEsPQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3B4jEsPQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3B4jEsPQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3B4jEsPQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3B4jEsPQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3B4jEsPQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3B4jEsPQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3B4jEsPQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3B4jEsPQ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3B4jEsPQ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3B4jEsPQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3B4jEsPQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3B4jEsPQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3B4jEsPQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3B4jEsPQ .navbar.collapsed .navbar-collapse.show,
.cid-ud3B4jEsPQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3B4jEsPQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3B4jEsPQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3B4jEsPQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3B4jEsPQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3B4jEsPQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3B4jEsPQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3B4jEsPQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3B4jEsPQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3B4jEsPQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3B4jEsPQ .navbar.collapsed .right-menu,
.cid-ud3B4jEsPQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3B4jEsPQ .navbar .navbar-collapse.show,
  .cid-ud3B4jEsPQ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3B4jEsPQ .navbar .navbar-collapse.show .brand-container,
  .cid-ud3B4jEsPQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3B4jEsPQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3B4jEsPQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3B4jEsPQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3B4jEsPQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3B4jEsPQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3B4jEsPQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3B4jEsPQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3B4jEsPQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3B4jEsPQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3B4jEsPQ .navbar .right-menu,
  .cid-ud3B4jEsPQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3B4jEsPQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3B4jEsPQ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3B4jEsPQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3B4jEsPQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3B4jEsPQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3B4jEsPQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3B4jEsPQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3B4jEsPQ .dropdown-item.active,
.cid-ud3B4jEsPQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3B4jEsPQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3B4jEsPQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3B4jEsPQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3B4jEsPQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3B4jEsPQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3B4jEsPQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3B4jEsPQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3B4jEsPQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3B4jEsPQ .navbar-buttons {
  margin-left: auto;
}
.cid-ud3B4jEsPQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3B4jEsPQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3B4jEsPQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3B4jEsPQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3B4jEsPQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3B4jEsPQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3B4jEsPQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3B4jEsPQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3B4jEsPQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3B4jEsPQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3B4jEsPQ .navbar-dropdown {
  position: fixed;
}
.cid-ud3B4jEsPQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3B4jEsPQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3B4jEsPQ .right-menu,
.cid-ud3B4jEsPQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3B4jEsPQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3B4jEsPQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3B4jEsPQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3B4jEsPQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3B4jEsPQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3B4jEsPQ .card-wrapper {
  z-index: 3;
}
.cid-ud3B4jEsPQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3B4jEsPQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3B4jEsPQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3B4lzysa {
  overflow-x: hidden !important;
}
.cid-ud3B4lzysa .mbr-section-title {
  color: #ffffff;
}
.cid-ud3B4lzysa .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3B4lzysa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3B4lzysa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3B4lzysa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3B4lzysa .mbr-overlay {
  z-index: 1;
}
.cid-ud3B4lzysa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3B4nj6HH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3B4nj6HH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3B4nj6HH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3B4nj6HH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3B4nj6HH .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3B4nj6HH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3B4nj6HH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3B4nj6HH .container {
    padding: 0 16px;
  }
}
.cid-ud3B4nj6HH .row {
  justify-content: center;
}
.cid-ud3B4nj6HH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3B4nj6HH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3B4nj6HH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3B4nj6HH .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3B4nj6HH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3B4nj6HH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud8ZUctM3a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8ZUctM3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8ZUctM3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8ZUctM3a a {
  font-weight: bold;
}
.cid-ud8ZUctM3a .container-fluid {
  padding: 0;
}
.cid-ud8ZUctM3a img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8ZUctM3a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8ZUctM3a .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8ZUctM3a .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8ZUctM3a .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8ZUctM3a .mbr-text,
.cid-ud8ZUctM3a .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8ZUctM3a .mbr-section-title {
  color: #003466;
}
.cid-ud3B4qSE5B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3B4qSE5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3B4qSE5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3B4qSE5B a {
  font-weight: bold;
}
.cid-ud3B4qSE5B .row {
  flex-direction: row-reverse;
}
.cid-ud3B4qSE5B .container-fluid {
  padding: 0;
}
.cid-ud3B4qSE5B img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3B4qSE5B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3B4qSE5B .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3B4qSE5B .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3B4qSE5B .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3B4qSE5B .mbr-text,
.cid-ud3B4qSE5B .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3B4qSE5B .mbr-section-title {
  color: #003466;
}
.cid-ud90uvI15L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud90uvI15L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud90uvI15L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud90uvI15L a {
  font-weight: bold;
}
.cid-ud90uvI15L .container-fluid {
  padding: 0;
}
.cid-ud90uvI15L img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud90uvI15L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud90uvI15L .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud90uvI15L .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud90uvI15L .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud90uvI15L .mbr-text,
.cid-ud90uvI15L .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud90uvI15L .mbr-section-title {
  color: #003466;
}
.cid-ud901uVLLU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud901uVLLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud901uVLLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud901uVLLU a {
  font-weight: bold;
}
.cid-ud901uVLLU .row {
  flex-direction: row-reverse;
}
.cid-ud901uVLLU .container-fluid {
  padding: 0;
}
.cid-ud901uVLLU img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud901uVLLU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud901uVLLU .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud901uVLLU .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud901uVLLU .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud901uVLLU .mbr-text,
.cid-ud901uVLLU .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud901uVLLU .mbr-section-title {
  color: #003466;
}
.cid-ud90G36aOF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud90G36aOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud90G36aOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud90G36aOF a {
  font-weight: bold;
}
.cid-ud90G36aOF .container-fluid {
  padding: 0;
}
.cid-ud90G36aOF img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud90G36aOF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud90G36aOF .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud90G36aOF .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud90G36aOF .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud90G36aOF .mbr-text,
.cid-ud90G36aOF .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud90G36aOF .mbr-section-title {
  color: #003466;
}
.cid-ud90H1mRmd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ud90H1mRmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud90H1mRmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud90H1mRmd a {
  font-weight: bold;
}
.cid-ud90H1mRmd .row {
  flex-direction: row-reverse;
}
.cid-ud90H1mRmd .container-fluid {
  padding: 0;
}
.cid-ud90H1mRmd img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud90H1mRmd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud90H1mRmd .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud90H1mRmd .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud90H1mRmd .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud90H1mRmd .mbr-text,
.cid-ud90H1mRmd .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud90H1mRmd .mbr-section-title {
  color: #003466;
}
.cid-ud3B4snMjv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3B4u1d8V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3B4u1d8V .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3B4u1d8V .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3B4u1d8V .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3B4u1d8V .form-group,
  .cid-ud3B4u1d8V .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3B4u1d8V .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3B4u1d8V textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3B4u1d8V .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3B4u1d8V .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3B4vQTSG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3B4vQTSG .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3B4vQTSG .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3B4vQTSG .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3B4vQTSG .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3B4vQTSG .row > div {
    margin: auto;
  }
}
.cid-ud3B4vQTSG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3B4vQTSG .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3B4vQTSG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3B4vQTSG .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3B4vQTSG .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3B4vQTSG .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3B4vQTSG .row {
    display: grid;
  }
  .cid-ud3B4vQTSG .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3B4vQTSG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3B4vQTSG .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3B4vQTSG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3B4xV8bo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3B4xV8bo .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3B4xV8bo .foot-menu {
  margin-bottom: 0;
}
.cid-ud3B4xV8bo ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3B4xV8bo li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3B4xV8bo li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3B4xV8bo ul {
    text-align: left;
  }
  .cid-ud3B4xV8bo .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3yMgNEcK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3yMgNEcK .nav-item:focus,
.cid-ud3yMgNEcK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3yMgNEcK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3yMgNEcK .nav-item {
    position: relative;
  }
  .cid-ud3yMgNEcK .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3yMgNEcK .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3yMgNEcK .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3yMgNEcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3yMgNEcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3yMgNEcK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3yMgNEcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3yMgNEcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3yMgNEcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3yMgNEcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3yMgNEcK .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3yMgNEcK .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3yMgNEcK .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3yMgNEcK .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3yMgNEcK .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3yMgNEcK .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3yMgNEcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3yMgNEcK .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3yMgNEcK .navbar.collapsed .navbar-collapse.show,
.cid-ud3yMgNEcK .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3yMgNEcK .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3yMgNEcK .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3yMgNEcK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3yMgNEcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3yMgNEcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3yMgNEcK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3yMgNEcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3yMgNEcK .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3yMgNEcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3yMgNEcK .navbar.collapsed .right-menu,
.cid-ud3yMgNEcK .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3yMgNEcK .navbar .navbar-collapse.show,
  .cid-ud3yMgNEcK .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3yMgNEcK .navbar .navbar-collapse.show .brand-container,
  .cid-ud3yMgNEcK .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3yMgNEcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3yMgNEcK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3yMgNEcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3yMgNEcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3yMgNEcK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3yMgNEcK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3yMgNEcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3yMgNEcK .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3yMgNEcK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3yMgNEcK .navbar .right-menu,
  .cid-ud3yMgNEcK .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3yMgNEcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3yMgNEcK .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3yMgNEcK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3yMgNEcK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3yMgNEcK .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3yMgNEcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3yMgNEcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3yMgNEcK .dropdown-item.active,
.cid-ud3yMgNEcK .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3yMgNEcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3yMgNEcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3yMgNEcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3yMgNEcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3yMgNEcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3yMgNEcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3yMgNEcK ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3yMgNEcK ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3yMgNEcK .navbar-buttons {
  margin-left: auto;
}
.cid-ud3yMgNEcK button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3yMgNEcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3yMgNEcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3yMgNEcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3yMgNEcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3yMgNEcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3yMgNEcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3yMgNEcK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3yMgNEcK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3yMgNEcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3yMgNEcK .navbar-dropdown {
  position: fixed;
}
.cid-ud3yMgNEcK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3yMgNEcK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3yMgNEcK .right-menu,
.cid-ud3yMgNEcK .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3yMgNEcK .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3yMgNEcK .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3yMgNEcK .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3yMgNEcK .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3yMgNEcK .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3yMgNEcK .card-wrapper {
  z-index: 3;
}
.cid-ud3yMgNEcK .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3yMgNEcK .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3yMgNEcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3yMiZCQD {
  overflow-x: hidden !important;
}
.cid-ud3yMiZCQD .mbr-section-title {
  color: #ffffff;
}
.cid-ud3yMiZCQD .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3yMiZCQD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3yMiZCQD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3yMiZCQD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3yMiZCQD .mbr-overlay {
  z-index: 1;
}
.cid-ud3yMiZCQD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3yMkOtf9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3yMkOtf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3yMkOtf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3yMkOtf9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3yMkOtf9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3yMkOtf9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3yMkOtf9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3yMkOtf9 .container {
    padding: 0 16px;
  }
}
.cid-ud3yMkOtf9 .row {
  justify-content: center;
}
.cid-ud3yMkOtf9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3yMkOtf9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3yMkOtf9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3yMkOtf9 .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3yMkOtf9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3yMkOtf9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud3yMo3jA1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3yMo3jA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3yMo3jA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3yMo3jA1 a {
  font-weight: bold;
}
.cid-ud3yMo3jA1 .container-fluid {
  padding: 0;
}
.cid-ud3yMo3jA1 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3yMo3jA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3yMo3jA1 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3yMo3jA1 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3yMo3jA1 .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3yMo3jA1 .mbr-text,
.cid-ud3yMo3jA1 .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3yMo3jA1 .mbr-section-title {
  color: #003466;
}
.cid-ud3yMmv0rN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud3yMmv0rN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3yMmv0rN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3yMmv0rN a {
  font-weight: bold;
}
.cid-ud3yMmv0rN .row {
  flex-direction: row-reverse;
}
.cid-ud3yMmv0rN .container-fluid {
  padding: 0;
}
.cid-ud3yMmv0rN img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud3yMmv0rN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud3yMmv0rN .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud3yMmv0rN .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud3yMmv0rN .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud3yMmv0rN .mbr-text,
.cid-ud3yMmv0rN .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud3yMmv0rN .mbr-section-title {
  color: #003466;
}
.cid-ud8QTfOzEL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8QTfOzEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8QTfOzEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8QTfOzEL a {
  font-weight: bold;
}
.cid-ud8QTfOzEL .container-fluid {
  padding: 0;
}
.cid-ud8QTfOzEL img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8QTfOzEL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8QTfOzEL .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8QTfOzEL .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8QTfOzEL .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8QTfOzEL .mbr-text,
.cid-ud8QTfOzEL .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8QTfOzEL .mbr-section-title {
  color: #003466;
}
.cid-ud8R0i10Il {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ud8R0i10Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8R0i10Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8R0i10Il a {
  font-weight: bold;
}
.cid-ud8R0i10Il .row {
  flex-direction: row-reverse;
}
.cid-ud8R0i10Il .container-fluid {
  padding: 0;
}
.cid-ud8R0i10Il img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8R0i10Il .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8R0i10Il .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8R0i10Il .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8R0i10Il .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8R0i10Il .mbr-text,
.cid-ud8R0i10Il .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8R0i10Il .mbr-section-title {
  color: #003466;
}
.cid-ud8R1z2sZ0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud8R1z2sZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8R1z2sZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8R1z2sZ0 a {
  font-weight: bold;
}
.cid-ud8R1z2sZ0 .container-fluid {
  padding: 0;
}
.cid-ud8R1z2sZ0 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ud8R1z2sZ0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud8R1z2sZ0 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ud8R1z2sZ0 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ud8R1z2sZ0 .text-wrapper {
    padding: 1rem;
  }
}
.cid-ud8R1z2sZ0 .mbr-text,
.cid-ud8R1z2sZ0 .mbr-section-btn {
  color: #7b7b7b;
}
.cid-ud8R1z2sZ0 .mbr-section-title {
  color: #003466;
}
.cid-ud8RrfiyuV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ud8RrfiyuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud8RrfiyuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud8RrfiyuV .row {
  justify-content: left;
}
.cid-ud8RrfiyuV .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud8RrfiyuV .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .text-item {
    width: 100%;
  }
}
.cid-ud8RrfiyuV .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-ud8RrfiyuV .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ud8RrfiyuV .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ud8RrfiyuV .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ud8RrfiyuV .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-ud8RrfiyuV .circle-blur {
    display: none !important;
  }
}
.cid-ud3yMpxaeR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3yMrckPq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3yMrckPq .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3yMrckPq .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3yMrckPq .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3yMrckPq .form-group,
  .cid-ud3yMrckPq .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3yMrckPq .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3yMrckPq textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3yMrckPq .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3yMrckPq .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3yMt61Oi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3yMt61Oi .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3yMt61Oi .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3yMt61Oi .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3yMt61Oi .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3yMt61Oi .row > div {
    margin: auto;
  }
}
.cid-ud3yMt61Oi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3yMt61Oi .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3yMt61Oi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3yMt61Oi .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3yMt61Oi .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3yMt61Oi .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3yMt61Oi .row {
    display: grid;
  }
  .cid-ud3yMt61Oi .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3yMt61Oi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3yMt61Oi .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3yMt61Oi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3yMvrIcW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3yMvrIcW .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3yMvrIcW .foot-menu {
  margin-bottom: 0;
}
.cid-ud3yMvrIcW ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3yMvrIcW li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3yMvrIcW li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3yMvrIcW ul {
    text-align: left;
  }
  .cid-ud3yMvrIcW .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3EwVHGaU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EwVHGaU .nav-item:focus,
.cid-ud3EwVHGaU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3EwVHGaU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3EwVHGaU .nav-item {
    position: relative;
  }
  .cid-ud3EwVHGaU .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3EwVHGaU .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3EwVHGaU .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3EwVHGaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EwVHGaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3EwVHGaU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3EwVHGaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3EwVHGaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EwVHGaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3EwVHGaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3EwVHGaU .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3EwVHGaU .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3EwVHGaU .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3EwVHGaU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3EwVHGaU .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3EwVHGaU .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3EwVHGaU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3EwVHGaU .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3EwVHGaU .navbar.collapsed .navbar-collapse.show,
.cid-ud3EwVHGaU .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3EwVHGaU .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3EwVHGaU .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3EwVHGaU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3EwVHGaU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3EwVHGaU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3EwVHGaU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3EwVHGaU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3EwVHGaU .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3EwVHGaU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3EwVHGaU .navbar.collapsed .right-menu,
.cid-ud3EwVHGaU .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3EwVHGaU .navbar .navbar-collapse.show,
  .cid-ud3EwVHGaU .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3EwVHGaU .navbar .navbar-collapse.show .brand-container,
  .cid-ud3EwVHGaU .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3EwVHGaU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3EwVHGaU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3EwVHGaU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3EwVHGaU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3EwVHGaU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3EwVHGaU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3EwVHGaU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3EwVHGaU .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3EwVHGaU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3EwVHGaU .navbar .right-menu,
  .cid-ud3EwVHGaU .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3EwVHGaU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3EwVHGaU .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3EwVHGaU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3EwVHGaU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3EwVHGaU .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3EwVHGaU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3EwVHGaU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3EwVHGaU .dropdown-item.active,
.cid-ud3EwVHGaU .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3EwVHGaU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3EwVHGaU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3EwVHGaU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3EwVHGaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3EwVHGaU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3EwVHGaU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3EwVHGaU ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3EwVHGaU ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3EwVHGaU .navbar-buttons {
  margin-left: auto;
}
.cid-ud3EwVHGaU button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3EwVHGaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3EwVHGaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3EwVHGaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3EwVHGaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3EwVHGaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3EwVHGaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3EwVHGaU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3EwVHGaU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3EwVHGaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3EwVHGaU .navbar-dropdown {
  position: fixed;
}
.cid-ud3EwVHGaU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3EwVHGaU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3EwVHGaU .right-menu,
.cid-ud3EwVHGaU .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3EwVHGaU .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3EwVHGaU .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3EwVHGaU .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3EwVHGaU .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3EwVHGaU .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3EwVHGaU .card-wrapper {
  z-index: 3;
}
.cid-ud3EwVHGaU .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3EwVHGaU .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3EwVHGaU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3EwY0qoS {
  overflow-x: hidden !important;
}
.cid-ud3EwY0qoS .mbr-section-title {
  color: #ffffff;
}
.cid-ud3EwY0qoS .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3EwY0qoS .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3EwY0qoS .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3EwY0qoS .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3EwY0qoS .mbr-overlay {
  z-index: 1;
}
.cid-ud3EwY0qoS .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud4fe0M13w {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ud4fe0M13w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ud4fe0M13w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ud4fe0M13w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ud4fe0M13w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ud4fe0M13w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dc0203;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #dc0203, #ffffff);
}
.cid-ud4fe0M13w .icon-focus {
  display: none;
}
.cid-ud4fe0M13w .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ud4fe0M13w ul {
  font-size: 0;
}
.cid-ud4fe0M13w .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #003466 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ud4fe0M13w .mbr-gallery-filter ul li .btn.active,
.cid-ud4fe0M13w .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ud4fe0M13w .mbr-gallery-filter ul li .btn.active:after,
.cid-ud4fe0M13w .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #dc0203, #0e8f61);
}
.cid-ud4fe0M13w .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ud4fe0M13w .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ud4fe0M13w .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ud4fe0M13w .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ud4fe0M13w .btn:hover {
  background: transparent !important;
}
.cid-ud4fe0M13w .btn:hover:before {
  background: transparent !important;
}
.cid-ud4fe0M13w .btn:before {
  background-color: transparent !important;
}
.cid-ud4fe0M13w .btn:focus {
  box-shadow: none;
}
.cid-ud4fe0M13w .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #04367c;
}
.cid-udq9Ynjqej {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udq9Ynjqej .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-udq9Ynjqej .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udq9Ynjqej .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udq9Ynjqej .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-udq9Ynjqej .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #333333, #a61a3d);
}
.cid-udq9Ynjqej .icon-focus {
  display: none;
}
.cid-udq9Ynjqej .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-udq9Ynjqej ul {
  font-size: 0;
}
.cid-udq9Ynjqej .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-udq9Ynjqej .mbr-gallery-filter ul li .btn.active,
.cid-udq9Ynjqej .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-udq9Ynjqej .mbr-gallery-filter ul li .btn.active:after,
.cid-udq9Ynjqej .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #dc0203, #0e8f61);
}
.cid-udq9Ynjqej .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-udq9Ynjqej .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-udq9Ynjqej .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-udq9Ynjqej .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-udq9Ynjqej .btn:hover {
  background: transparent !important;
}
.cid-udq9Ynjqej .btn:hover:before {
  background: transparent !important;
}
.cid-udq9Ynjqej .btn:before {
  background-color: transparent !important;
}
.cid-udq9Ynjqej .btn:focus {
  box-shadow: none;
}
.cid-udq9Ynjqej .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #04367c;
}
.cid-udqbDQPknQ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udqbDQPknQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqbDQPknQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqbDQPknQ .row {
  justify-content: left;
}
.cid-udqbDQPknQ .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #dc0203;
  position: relative;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-udqbDQPknQ .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .text-item {
    width: 100%;
  }
}
.cid-udqbDQPknQ .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-udqbDQPknQ .mbr-section-title {
  color: #003466;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-udqbDQPknQ .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-udqbDQPknQ .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-udqbDQPknQ .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #77bbdf, #a47ee3);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-udqbDQPknQ .circle-blur {
    display: none !important;
  }
}
.cid-ud3Ex41tXK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3Ex5kshR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3Ex5kshR .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3Ex5kshR .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3Ex5kshR .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3Ex5kshR .form-group,
  .cid-ud3Ex5kshR .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3Ex5kshR .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3Ex5kshR textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3Ex5kshR .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3Ex5kshR .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3Ex6QHoP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3Ex6QHoP .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3Ex6QHoP .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3Ex6QHoP .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3Ex6QHoP .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3Ex6QHoP .row > div {
    margin: auto;
  }
}
.cid-ud3Ex6QHoP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3Ex6QHoP .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3Ex6QHoP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3Ex6QHoP .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3Ex6QHoP .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3Ex6QHoP .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3Ex6QHoP .row {
    display: grid;
  }
  .cid-ud3Ex6QHoP .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3Ex6QHoP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3Ex6QHoP .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3Ex6QHoP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3Ex8KRP4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3Ex8KRP4 .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3Ex8KRP4 .foot-menu {
  margin-bottom: 0;
}
.cid-ud3Ex8KRP4 ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3Ex8KRP4 li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3Ex8KRP4 li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3Ex8KRP4 ul {
    text-align: left;
  }
  .cid-ud3Ex8KRP4 .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3ENwuWfv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ENwuWfv .nav-item:focus,
.cid-ud3ENwuWfv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3ENwuWfv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3ENwuWfv .nav-item {
    position: relative;
  }
  .cid-ud3ENwuWfv .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3ENwuWfv .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3ENwuWfv .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3ENwuWfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ENwuWfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3ENwuWfv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3ENwuWfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3ENwuWfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3ENwuWfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3ENwuWfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3ENwuWfv .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3ENwuWfv .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3ENwuWfv .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3ENwuWfv .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3ENwuWfv .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3ENwuWfv .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3ENwuWfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3ENwuWfv .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3ENwuWfv .navbar.collapsed .navbar-collapse.show,
.cid-ud3ENwuWfv .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3ENwuWfv .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3ENwuWfv .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3ENwuWfv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3ENwuWfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3ENwuWfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3ENwuWfv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3ENwuWfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3ENwuWfv .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3ENwuWfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3ENwuWfv .navbar.collapsed .right-menu,
.cid-ud3ENwuWfv .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3ENwuWfv .navbar .navbar-collapse.show,
  .cid-ud3ENwuWfv .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3ENwuWfv .navbar .navbar-collapse.show .brand-container,
  .cid-ud3ENwuWfv .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3ENwuWfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3ENwuWfv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3ENwuWfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3ENwuWfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3ENwuWfv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3ENwuWfv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3ENwuWfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3ENwuWfv .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3ENwuWfv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3ENwuWfv .navbar .right-menu,
  .cid-ud3ENwuWfv .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3ENwuWfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3ENwuWfv .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3ENwuWfv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3ENwuWfv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3ENwuWfv .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3ENwuWfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3ENwuWfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3ENwuWfv .dropdown-item.active,
.cid-ud3ENwuWfv .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3ENwuWfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3ENwuWfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3ENwuWfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3ENwuWfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3ENwuWfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3ENwuWfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3ENwuWfv ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3ENwuWfv ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3ENwuWfv .navbar-buttons {
  margin-left: auto;
}
.cid-ud3ENwuWfv button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3ENwuWfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3ENwuWfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3ENwuWfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3ENwuWfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3ENwuWfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3ENwuWfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3ENwuWfv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3ENwuWfv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3ENwuWfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3ENwuWfv .navbar-dropdown {
  position: fixed;
}
.cid-ud3ENwuWfv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3ENwuWfv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3ENwuWfv .right-menu,
.cid-ud3ENwuWfv .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3ENwuWfv .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3ENwuWfv .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3ENwuWfv .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3ENwuWfv .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3ENwuWfv .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3ENwuWfv .card-wrapper {
  z-index: 3;
}
.cid-ud3ENwuWfv .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3ENwuWfv .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3ENwuWfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3ENxSqnU {
  overflow-x: hidden !important;
}
.cid-ud3ENxSqnU .mbr-section-title {
  color: #ffffff;
}
.cid-ud3ENxSqnU .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3ENxSqnU .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3ENxSqnU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3ENxSqnU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3ENxSqnU .mbr-overlay {
  z-index: 1;
}
.cid-ud3ENxSqnU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3PbcRg1s {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ud3PbcRg1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3PbcRg1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ud3PbcRg1s .container {
    padding: 0 16px;
  }
}
.cid-ud3PbcRg1s .row {
  position: relative;
}
.cid-ud3PbcRg1s .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ud3PbcRg1s .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ud3PbcRg1s .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ud3PbcRg1s .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dc0203 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #0e8f61 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #1dc9cb !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #003466 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #c1c1c1 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #444444 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ud3PbcRg1s .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ud3PbcRg1s .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-ud3PbcRg1s .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #dc0203 -10%, transparent 80%);
}
.cid-ud3PbcRg1s .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-ud3PbcRg1s .items-wrapper {
    margin-left: 0;
  }
}
.cid-ud3PbcRg1s .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ud3PbcRg1s .item .item-wrapper {
  background-color: #003466;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ud3PbcRg1s .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ud3PbcRg1s .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-ud3PbcRg1s .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ud3PbcRg1s .mbr-section-title {
  color: #000000;
}
.cid-ud3PbcRg1s .mbr-text {
  color: #6f6f6f;
}
.cid-ud3PbcRg1s .item-title {
  color: #dc0203;
}
.cid-ud3PbcRg1s .item-text {
  color: #ffffff;
}
.cid-ud3PbcRg1s .mbr-section-title,
.cid-ud3PbcRg1s .mbr-section-btn,
.cid-ud3PbcRg1s .decor-wrapper {
  color: #003466;
}
.cid-ud3PbcRg1s .mbr-text,
.cid-ud3PbcRg1s .text-wrap {
  color: #232323;
}
.cid-ud3ENCZe3b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3ENE8i2W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3ENE8i2W .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3ENE8i2W .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3ENE8i2W .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3ENE8i2W .form-group,
  .cid-ud3ENE8i2W .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3ENE8i2W .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3ENE8i2W textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3ENE8i2W .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3ENE8i2W .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3ENFyvFi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3ENFyvFi .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3ENFyvFi .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3ENFyvFi .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3ENFyvFi .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3ENFyvFi .row > div {
    margin: auto;
  }
}
.cid-ud3ENFyvFi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3ENFyvFi .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3ENFyvFi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3ENFyvFi .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3ENFyvFi .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3ENFyvFi .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3ENFyvFi .row {
    display: grid;
  }
  .cid-ud3ENFyvFi .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3ENFyvFi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3ENFyvFi .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3ENFyvFi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3ENH2d7S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3ENH2d7S .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3ENH2d7S .foot-menu {
  margin-bottom: 0;
}
.cid-ud3ENH2d7S ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3ENH2d7S li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3ENH2d7S li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3ENH2d7S ul {
    text-align: left;
  }
  .cid-ud3ENH2d7S .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3EZJdYSK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EZJdYSK .nav-item:focus,
.cid-ud3EZJdYSK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3EZJdYSK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3EZJdYSK .nav-item {
    position: relative;
  }
  .cid-ud3EZJdYSK .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3EZJdYSK .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3EZJdYSK .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3EZJdYSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EZJdYSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3EZJdYSK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3EZJdYSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3EZJdYSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3EZJdYSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3EZJdYSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3EZJdYSK .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3EZJdYSK .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3EZJdYSK .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3EZJdYSK .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3EZJdYSK .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3EZJdYSK .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3EZJdYSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3EZJdYSK .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3EZJdYSK .navbar.collapsed .navbar-collapse.show,
.cid-ud3EZJdYSK .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3EZJdYSK .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3EZJdYSK .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3EZJdYSK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3EZJdYSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3EZJdYSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3EZJdYSK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3EZJdYSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3EZJdYSK .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3EZJdYSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3EZJdYSK .navbar.collapsed .right-menu,
.cid-ud3EZJdYSK .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3EZJdYSK .navbar .navbar-collapse.show,
  .cid-ud3EZJdYSK .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3EZJdYSK .navbar .navbar-collapse.show .brand-container,
  .cid-ud3EZJdYSK .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3EZJdYSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3EZJdYSK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3EZJdYSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3EZJdYSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3EZJdYSK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3EZJdYSK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3EZJdYSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3EZJdYSK .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3EZJdYSK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3EZJdYSK .navbar .right-menu,
  .cid-ud3EZJdYSK .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3EZJdYSK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3EZJdYSK .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3EZJdYSK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3EZJdYSK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3EZJdYSK .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3EZJdYSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3EZJdYSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3EZJdYSK .dropdown-item.active,
.cid-ud3EZJdYSK .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3EZJdYSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3EZJdYSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3EZJdYSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3EZJdYSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3EZJdYSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3EZJdYSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3EZJdYSK ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3EZJdYSK ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3EZJdYSK .navbar-buttons {
  margin-left: auto;
}
.cid-ud3EZJdYSK button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3EZJdYSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3EZJdYSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3EZJdYSK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3EZJdYSK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3EZJdYSK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3EZJdYSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3EZJdYSK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3EZJdYSK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3EZJdYSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3EZJdYSK .navbar-dropdown {
  position: fixed;
}
.cid-ud3EZJdYSK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3EZJdYSK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3EZJdYSK .right-menu,
.cid-ud3EZJdYSK .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3EZJdYSK .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3EZJdYSK .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3EZJdYSK .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3EZJdYSK .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3EZJdYSK .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3EZJdYSK .card-wrapper {
  z-index: 3;
}
.cid-ud3EZJdYSK .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3EZJdYSK .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3EZJdYSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3EZKF6dO {
  overflow-x: hidden !important;
}
.cid-ud3EZKF6dO .mbr-section-title {
  color: #ffffff;
}
.cid-ud3EZKF6dO .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3EZKF6dO .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3EZKF6dO .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3EZKF6dO .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3EZKF6dO .mbr-overlay {
  z-index: 1;
}
.cid-ud3EZKF6dO .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3J6O6ft4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-ud3J6O6ft4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3J6O6ft4 .card-link {
  position: relative;
  width: fit-content;
}
.cid-ud3J6O6ft4 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-ud3J6O6ft4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ud3J6O6ft4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ud3J6O6ft4 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-ud3J6O6ft4 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-ud3J6O6ft4 .item-wrapper:hover {
  background: #003466;
  transform: translateY(-5px);
}
.cid-ud3J6O6ft4 .item-wrapper:hover .card-title,
.cid-ud3J6O6ft4 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-ud3J6O6ft4 .item-wrapper:hover span,
.cid-ud3J6O6ft4 .item-wrapper:hover .card-link,
.cid-ud3J6O6ft4 .item-wrapper:hover .card-link a {
  color: #dc0203 !important;
}
.cid-ud3J6O6ft4 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-ud3J6O6ft4 .card-title,
.cid-ud3J6O6ft4 .card-text,
.cid-ud3J6O6ft4 .card-link,
.cid-ud3J6O6ft4 .card-link a {
  transition: all 0.3s;
}
.cid-ud3J6O6ft4 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-ud3J6O6ft4 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-ud3J6O6ft4 .link-wrapper:hover {
  cursor: pointer;
}
.cid-ud3J6O6ft4 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #003466;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ud3J6O6ft4 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-ud3J6O6ft4 .card-title,
.cid-ud3J6O6ft4 .iconfont-wrapper {
  color: #000000;
}
.cid-ud3J6O6ft4 .card-text {
  color: #232323;
}
.cid-ud3J6O6ft4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ud3J6O6ft4 .card-link,
.cid-ud3J6O6ft4 .link-icon,
.cid-ud3J6O6ft4 .link-align {
  color: #232323;
}
.cid-ud3J6O6ft4 .mbr-section-subtitle {
  text-align: left;
}
.cid-ud3J6O6ft4 .mbr-section-subtitle,
.cid-ud3J6O6ft4 .align {
  color: #232323;
}
.cid-ud3J9ay5nX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ud3J9ay5nX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3J9ay5nX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3J9ay5nX .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ud3J9ay5nX .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ud3J9ay5nX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ud3J9ay5nX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ud3J9ay5nX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ud3J9ay5nX .content-head {
  max-width: 800px;
}
.cid-ud3J9ay5nX .mbr-section-title {
  color: #000000;
}
.cid-ud3EZPIuiw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3EZQVb7T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3EZQVb7T .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3EZQVb7T .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3EZQVb7T .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3EZQVb7T .form-group,
  .cid-ud3EZQVb7T .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3EZQVb7T .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3EZQVb7T textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3EZQVb7T .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3EZQVb7T .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3EZSiPkG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3EZSiPkG .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3EZSiPkG .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3EZSiPkG .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3EZSiPkG .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3EZSiPkG .row > div {
    margin: auto;
  }
}
.cid-ud3EZSiPkG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3EZSiPkG .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3EZSiPkG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3EZSiPkG .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3EZSiPkG .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3EZSiPkG .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3EZSiPkG .row {
    display: grid;
  }
  .cid-ud3EZSiPkG .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3EZSiPkG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3EZSiPkG .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3EZSiPkG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3EZTSNcL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3EZTSNcL .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3EZTSNcL .foot-menu {
  margin-bottom: 0;
}
.cid-ud3EZTSNcL ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3EZTSNcL li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3EZTSNcL li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3EZTSNcL ul {
    text-align: left;
  }
  .cid-ud3EZTSNcL .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
.cid-ud3FbS4WxQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3FbS4WxQ .nav-item:focus,
.cid-ud3FbS4WxQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ud3FbS4WxQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-ud3FbS4WxQ .nav-item {
    position: relative;
  }
  .cid-ud3FbS4WxQ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc0203, #0e8f61);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-ud3FbS4WxQ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-ud3FbS4WxQ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3FbS4WxQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3FbS4WxQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud3FbS4WxQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ud3FbS4WxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ud3FbS4WxQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ud3FbS4WxQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud3FbS4WxQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud3FbS4WxQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ud3FbS4WxQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-ud3FbS4WxQ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ud3FbS4WxQ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ud3FbS4WxQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-ud3FbS4WxQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-ud3FbS4WxQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud3FbS4WxQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ud3FbS4WxQ .navbar.collapsed .navbar-collapse.show,
.cid-ud3FbS4WxQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3FbS4WxQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-ud3FbS4WxQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-ud3FbS4WxQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ud3FbS4WxQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud3FbS4WxQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud3FbS4WxQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ud3FbS4WxQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud3FbS4WxQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ud3FbS4WxQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ud3FbS4WxQ .navbar.collapsed .right-menu,
.cid-ud3FbS4WxQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-ud3FbS4WxQ .navbar .navbar-collapse.show,
  .cid-ud3FbS4WxQ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3FbS4WxQ .navbar .navbar-collapse.show .brand-container,
  .cid-ud3FbS4WxQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-ud3FbS4WxQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud3FbS4WxQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ud3FbS4WxQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud3FbS4WxQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud3FbS4WxQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ud3FbS4WxQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ud3FbS4WxQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud3FbS4WxQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ud3FbS4WxQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ud3FbS4WxQ .navbar .right-menu,
  .cid-ud3FbS4WxQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ud3FbS4WxQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud3FbS4WxQ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-ud3FbS4WxQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ud3FbS4WxQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ud3FbS4WxQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud3FbS4WxQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud3FbS4WxQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud3FbS4WxQ .dropdown-item.active,
.cid-ud3FbS4WxQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ud3FbS4WxQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud3FbS4WxQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud3FbS4WxQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud3FbS4WxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud3FbS4WxQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud3FbS4WxQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud3FbS4WxQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ud3FbS4WxQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-ud3FbS4WxQ .navbar-buttons {
  margin-left: auto;
}
.cid-ud3FbS4WxQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ud3FbS4WxQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ud3FbS4WxQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ud3FbS4WxQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3FbS4WxQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ud3FbS4WxQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ud3FbS4WxQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3FbS4WxQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-ud3FbS4WxQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-ud3FbS4WxQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ud3FbS4WxQ .navbar-dropdown {
  position: fixed;
}
.cid-ud3FbS4WxQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ud3FbS4WxQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ud3FbS4WxQ .right-menu,
.cid-ud3FbS4WxQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-ud3FbS4WxQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3FbS4WxQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ud3FbS4WxQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ud3FbS4WxQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc0203;
  padding: .5rem 0;
  color: #f4f8fa;
}
.cid-ud3FbS4WxQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-ud3FbS4WxQ .card-wrapper {
  z-index: 3;
}
.cid-ud3FbS4WxQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-ud3FbS4WxQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud3FbS4WxQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud3FbTKdEb {
  overflow-x: hidden !important;
}
.cid-ud3FbTKdEb .mbr-section-title {
  color: #ffffff;
}
.cid-ud3FbTKdEb .mbr-section-title span {
  color: #dc0203;
}
.cid-ud3FbTKdEb .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ud3FbTKdEb .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 35s !important;
  animation-duration: 35s;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ud3FbTKdEb .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ud3FbTKdEb .mbr-overlay {
  z-index: 1;
}
.cid-ud3FbTKdEb .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-ud3FbV1XSD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3FbV1XSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3FbV1XSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3FbV1XSD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ud3FbV1XSD .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3FbV1XSD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud3FbV1XSD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ud3FbV1XSD .container {
    padding: 0 16px;
  }
}
.cid-ud3FbV1XSD .row {
  justify-content: center;
}
.cid-ud3FbV1XSD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-ud3FbV1XSD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ud3FbV1XSD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud3FbV1XSD .mbr-section-title {
  color: #003466;
  text-align: center;
}
.cid-ud3FbV1XSD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ud3FbV1XSD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ud6B3OBzkX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ud6B3OBzkX .mbr-text {
  color: #8d97ad;
}
.cid-ud3FbYI3Tb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #003466;
}
.cid-ud3Fc00HVX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1283.jpg");
}
.cid-ud3Fc00HVX .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ud3Fc00HVX .content-panel {
  padding: 2rem;
  background-color: #003466;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ud3Fc00HVX .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ud3Fc00HVX .form-group,
  .cid-ud3Fc00HVX .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ud3Fc00HVX .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ud3Fc00HVX textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ud3Fc00HVX .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ud3Fc00HVX .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ud3Fc1oK7g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud3Fc1oK7g .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-ud3Fc1oK7g .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-ud3Fc1oK7g .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-ud3Fc1oK7g .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ud3Fc1oK7g .row > div {
    margin: auto;
  }
}
.cid-ud3Fc1oK7g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ud3Fc1oK7g .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3Fc1oK7g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud3Fc1oK7g .list {
    margin-bottom: 0rem;
  }
}
.cid-ud3Fc1oK7g .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-ud3Fc1oK7g .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-ud3Fc1oK7g .row {
    display: grid;
  }
  .cid-ud3Fc1oK7g .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-ud3Fc1oK7g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ud3Fc1oK7g .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-ud3Fc1oK7g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud3Fc33Q6A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #373c42;
}
.cid-ud3Fc33Q6A .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: left;
}
.cid-ud3Fc33Q6A .foot-menu {
  margin-bottom: 0;
}
.cid-ud3Fc33Q6A ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-ud3Fc33Q6A li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-ud3Fc33Q6A li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-ud3Fc33Q6A ul {
    text-align: left;
  }
  .cid-ud3Fc33Q6A .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
