body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #00148e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #16943b !important;
}
.bg-danger {
  background-color: #00148e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00148e !important;
  border-color: #00148e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000942 !important;
  border-color: #000942 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000942 !important;
  border-color: #000942 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #16943b !important;
  border-color: #16943b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c5120 !important;
  border-color: #0c5120 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c5120 !important;
  border-color: #0c5120 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00148e !important;
  border-color: #00148e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000942 !important;
  border-color: #000942 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000942 !important;
  border-color: #000942 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #000628;
  color: #000628;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00148e;
  border-color: #00148e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00148e !important;
  border-color: #00148e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #093b18;
  color: #093b18;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #16943b;
  border-color: #16943b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #16943b !important;
  border-color: #16943b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000628;
  color: #000628;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #00148e;
  border-color: #00148e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00148e !important;
  border-color: #00148e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.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: #00148e !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #16943b !important;
}
.text-danger {
  color: #00148e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000628 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #093b18 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #00148e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #16943b;
}
.alert-danger {
  background-color: #00148e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00148e;
  border-color: #00148e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00148e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0f30ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #46e374;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0f30ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #00148e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00148e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00148e;
  border-bottom-color: #00148e;
}
.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: #00148e !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: #7e7e7e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300148e' %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;
}
hr {
  border: none;
  background-color: #00148e;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #00148e;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #00148e;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #00148e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #00148e !important;
}
.btn-danger:hover {
  color: #00148e !important;
}
.btn-warning:hover {
  color: #16943b !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #00148e !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #00148e !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #00148e;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #00148e !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #16943b !important;
}
.btn-danger-outline:hover::before {
  background-color: #00148e !important;
}
*:focus-visible {
  outline: #002b7f solid 3px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uGsDqwxPsU .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-uGsDqwxPsU .nav-item:focus,
.cid-uGsDqwxPsU .nav-link:focus {
  outline: none;
}
.cid-uGsDqwxPsU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGsDqwxPsU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGsDqwxPsU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uGsDqwxPsU .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-uGsDqwxPsU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGsDqwxPsU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGsDqwxPsU .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uGsDqwxPsU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #00148e;
  background: none;
}
.cid-uGsDqwxPsU .navbar.opened {
  transition: all 0.3s;
  background: #00148e !important;
}
.cid-uGsDqwxPsU .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGsDqwxPsU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGsDqwxPsU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGsDqwxPsU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGsDqwxPsU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uGsDqwxPsU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGsDqwxPsU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGsDqwxPsU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGsDqwxPsU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGsDqwxPsU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGsDqwxPsU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGsDqwxPsU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGsDqwxPsU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGsDqwxPsU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGsDqwxPsU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGsDqwxPsU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGsDqwxPsU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGsDqwxPsU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGsDqwxPsU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGsDqwxPsU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGsDqwxPsU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGsDqwxPsU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGsDqwxPsU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGsDqwxPsU .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGsDqwxPsU .navbar.navbar-short {
  background: #00148e !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uGsDqwxPsU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGsDqwxPsU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGsDqwxPsU .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uGsDqwxPsU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGsDqwxPsU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGsDqwxPsU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGsDqwxPsU .dropdown-item.active,
.cid-uGsDqwxPsU .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGsDqwxPsU .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uGsDqwxPsU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGsDqwxPsU .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uGsDqwxPsU .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uGsDqwxPsU .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGsDqwxPsU .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uGsDqwxPsU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGsDqwxPsU .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uGsDqwxPsU .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uGsDqwxPsU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00148e;
}
.cid-uGsDqwxPsU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGsDqwxPsU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGsDqwxPsU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGsDqwxPsU .navbar-buttons {
  text-align: center;
}
.cid-uGsDqwxPsU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGsDqwxPsU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGsDqwxPsU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGsDqwxPsU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGsDqwxPsU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGsDqwxPsU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGsDqwxPsU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGsDqwxPsU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGsDqwxPsU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGsDqwxPsU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGsDqwxPsU .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uGsDqwxPsU a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uGsDqwxPsU .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uGsDqwxPsU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGsDqwxPsU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGsDqwxPsU .navbar {
    height: 77px;
  }
  .cid-uGsDqwxPsU .navbar.opened {
    height: auto;
  }
  .cid-uGsDqwxPsU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGsDqwxPsU a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uGsDqwxPsU a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #3fa9f5;
}
.cid-uGsDqwxPsU .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uGsDqwxPsU .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-vjC5mSsqQb {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1355.webp");
}
.cid-vjC5mSsqQb .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-vjC5mSsqQb .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-vjC5mSsqQb .align-center {
    text-align: center;
  }
}
.cid-vjC5mSsqQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC5mSsqQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC66v7YIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjC66v7YIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC66v7YIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC66v7YIa .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 124px 14%;
  background-color: #14334b;
}
@media (max-width: 1640px) {
  .cid-vjC66v7YIa .card-wrapper {
    padding: 124px 5%;
  }
}
@media (max-width: 1200px) {
  .cid-vjC66v7YIa .card-wrapper {
    padding: 124px 24px;
  }
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vjC66v7YIa .card-wrapper .content-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vjC66v7YIa .card-wrapper .content-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vjC66v7YIa .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjC66v7YIa .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjC66v7YIa .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjC66v7YIa .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper {
  margin: 0 -6px;
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 12px;
  height: 100%;
  overflow: hidden;
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
  pointer-events: none;
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  border: 1px solid #ffffff;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 24px 12px;
  }
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-vjC66v7YIa .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-vjC66v7YIa .mbr-label {
  color: #ffffff;
}
.cid-vjC66v7YIa .mbr-section-title {
  color: #f1ff91;
}
.cid-vjC66v7YIa .mbr-text {
  color: #ffffff;
}
.cid-vjC66v7YIa .item-title {
  color: #ffffff;
}
.cid-vjC66v7YIa .item-number {
  color: #ffffff;
}
.cid-vjC66v7YIa .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vjC66v7YIa .mbr-section-btn {
    text-align: left;
  }
}
.cid-vjC66v7YIa .mbr-section-title,
.cid-vjC66v7YIa .title-wrap {
  color: #ffffff;
}
.cid-vjC6Zz7gFq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjC6Zz7gFq .mbr-iconfont-1 {
  color: #00148e;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-vjC6Zz7gFq .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-vjC6Zz7gFq .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-vjC6Zz7gFq .link {
  margin: 0;
}
.cid-vjC6Zz7gFq .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-vjC6Zz7gFq .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC6Zz7gFq .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC6Zz7gFq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vjC6Zz7gFq .card:hover {
  background-color: #00148e;
}
.cid-vjC6Zz7gFq .card:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vjC6Zz7gFq .card:hover .card-title {
  color: #ffffff;
}
.cid-vjC6Zz7gFq .card:hover .card-title:after {
  background: #fff;
}
.cid-vjC6Zz7gFq .card:hover .mbr-text {
  color: #ffffff;
}
.cid-vjC6Zz7gFq .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-vjC6Zz7gFq .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-vjC6Zz7gFq .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-vjC6Zz7gFq .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-vjC6Zz7gFq .card {
    padding: 0;
  }
  .cid-vjC6Zz7gFq .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vjC6Zz7gFq .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-vjC6Zz7gFq .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjC6Zz7gFq .row {
    margin: 0;
  }
}
.cid-vjC6Zz7gFq .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-vjC6Zz7gFq .mbr-section-subtitle {
  color: #000000;
}
.cid-vjC6Zz7gFq .mbr-section-title {
  font-weight: 800;
}
.cid-vjC6Zz7gFq h2 {
  margin-bottom: 0;
}
.cid-vjC6Zz7gFq .title-block {
  margin-bottom: 3rem;
}
.cid-vjC6Zz7gFq .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC6Zz7gFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC6Zz7gFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC7AbPZXt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjC7AbPZXt .mbr-iconfont-1 {
  color: #00148e;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-vjC7AbPZXt .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-vjC7AbPZXt .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-vjC7AbPZXt .link {
  margin: 0;
}
.cid-vjC7AbPZXt .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-vjC7AbPZXt .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC7AbPZXt .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC7AbPZXt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vjC7AbPZXt .card:hover {
  background-color: #00148e;
}
.cid-vjC7AbPZXt .card:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vjC7AbPZXt .card:hover .card-title {
  color: #ffffff;
}
.cid-vjC7AbPZXt .card:hover .card-title:after {
  background: #fff;
}
.cid-vjC7AbPZXt .card:hover .mbr-text {
  color: #ffffff;
}
.cid-vjC7AbPZXt .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-vjC7AbPZXt .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-vjC7AbPZXt .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-vjC7AbPZXt .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-vjC7AbPZXt .card {
    padding: 0;
  }
  .cid-vjC7AbPZXt .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vjC7AbPZXt .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-vjC7AbPZXt .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjC7AbPZXt .row {
    margin: 0;
  }
}
.cid-vjC7AbPZXt .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-vjC7AbPZXt .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vjC7AbPZXt .mbr-section-title {
  font-weight: 800;
}
.cid-vjC7AbPZXt h2 {
  margin-bottom: 0;
}
.cid-vjC7AbPZXt .title-block {
  margin-bottom: 3rem;
}
.cid-vjC7AbPZXt .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC7AbPZXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC7AbPZXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGI2QXZ0 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-uGsGI2QXZ0 h2 {
    margin-bottom: 1rem;
  }
  .cid-uGsGI2QXZ0 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uGsGI2QXZ0 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uGsGI2QXZ0 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uGsGI2QXZ0 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uGsGI2QXZ0 .container {
    position: relative;
  }
  .cid-uGsGI2QXZ0 h2 {
    margin: 0;
  }
}
.cid-uGsGI2QXZ0 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uGsGI2QXZ0 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uGsGI2QXZ0 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uGsGI2QXZ0 .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uGsGI2QXZ0 .line-title {
  width: 40px;
  height: 2px;
  background-color: #00148e;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uGsGI2QXZ0 .vertical-line:before {
  content: '';
  background-color: #00148e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uGsGI2QXZ0 .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGsGI2QXZ0 .btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.cid-uGsGI2QXZ0 .btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.cid-uGsGI2QXZ0 .btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.cid-uGsGI2QXZ0 .btn-primary-outline:hover::before {
  background-color: #00148e !important;
}
.cid-uGsGI2QXZ0 .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uGsGI2QXZ0 .btn-black-outline:hover::before {
  background-color: #16943b !important;
}
.cid-uGsGI2QXZ0 .btn-danger-outline:hover::before {
  background-color: #00148e !important;
}
.cid-uGsGI2QXZ0 .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uGsGI2QXZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGI2QXZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC8w6ataV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-vjC8w6ataV .mbr-iconfont-1 {
  color: #00148e;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC8w6ataV .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-vjC8w6ataV .link {
  margin: 0;
}
.cid-vjC8w6ataV .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC8w6ataV .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjC8w6ataV .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vjC8w6ataV .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-vjC8w6ataV .card:hover .card-title {
  color: #00148e;
}
.cid-vjC8w6ataV .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-vjC8w6ataV .card {
    padding: 0;
  }
  .cid-vjC8w6ataV .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-vjC8w6ataV .card-title {
    margin-top: 2rem;
  }
  .cid-vjC8w6ataV .mbr-section-title,
  .cid-vjC8w6ataV .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-vjC8w6ataV .row {
    margin: 0;
  }
}
.cid-vjC8w6ataV .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-vjC8w6ataV .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vjC8w6ataV .mbr-section-title {
  font-weight: 800;
}
.cid-vjC8w6ataV h2 {
  margin-bottom: 0;
}
.cid-vjC8w6ataV .title-block {
  margin-bottom: 3rem;
}
.cid-vjC8w6ataV .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-vjC8w6ataV .card-box {
    margin-left: 1.5rem;
  }
}
.cid-vjC8w6ataV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjC8w6ataV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjC8w6ataV H3 {
  color: #000000;
}
.cid-vjCaqJJVwI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-vjCaqJJVwI .mbr-iconfont-1 {
  color: #00148e;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjCaqJJVwI .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-vjCaqJJVwI .link {
  margin: 0;
}
.cid-vjCaqJJVwI .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjCaqJJVwI .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjCaqJJVwI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vjCaqJJVwI .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-vjCaqJJVwI .card:hover .card-title {
  color: #00148e;
}
.cid-vjCaqJJVwI .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-vjCaqJJVwI .card {
    padding: 0;
  }
  .cid-vjCaqJJVwI .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-vjCaqJJVwI .card-title {
    margin-top: 2rem;
  }
  .cid-vjCaqJJVwI .mbr-section-title,
  .cid-vjCaqJJVwI .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-vjCaqJJVwI .row {
    margin: 0;
  }
}
.cid-vjCaqJJVwI .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-vjCaqJJVwI .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vjCaqJJVwI .mbr-section-title {
  font-weight: 800;
  margin-bottom: 0;
}
.cid-vjCaqJJVwI .title-block {
  margin-bottom: 3rem;
}
.cid-vjCaqJJVwI .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-vjCaqJJVwI .card-box {
    margin-left: 1.5rem;
  }
}
.cid-vjCaqJJVwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCaqJJVwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCc10CYIQ {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vjCc10CYIQ .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-vjCc10CYIQ .align-center {
    text-align: center;
  }
}
.cid-vjCc10CYIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCc10CYIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCc10CYIQ .mbr-section-title {
  color: #000000;
}
.cid-vjCc10CYIQ .mbr-text,
.cid-vjCc10CYIQ .mbr-section-btn {
  color: #000000;
}
.cid-vjCc10CYIQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uGsGffLhwn {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGsGffLhwn .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uGsGffLhwn .align-center {
    text-align: center;
  }
  .cid-uGsGffLhwn .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGsGffLhwn .block-btn {
  display: flex;
}
.cid-uGsGffLhwn .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uGsGffLhwn h1 {
  margin-bottom: 0;
}
.cid-uGsGffLhwn .wrapper {
  background-color: #00148e;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-uGsGffLhwn .container {
    padding: 0 3rem;
  }
  .cid-uGsGffLhwn .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uGsGffLhwn .block-btn {
    justify-content: center;
  }
  .cid-uGsGffLhwn .text-block {
    text-align: center;
  }
  .cid-uGsGffLhwn .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGsGffLhwn .block-btn {
    justify-content: flex-end;
  }
  .cid-uGsGffLhwn .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-uGsGffLhwn .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uGsGffLhwn .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-uGsGffLhwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGffLhwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjCgkD9Bs1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/office-3.webp");
}
.cid-vjCgkD9Bs1 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-vjCgkD9Bs1 .align-center {
    text-align: center;
  }
}
.cid-vjCgkD9Bs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjCgkD9Bs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjChnJYQRc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-vjChnJYQRc .link {
  margin: 0;
}
.cid-vjChnJYQRc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjChnJYQRc .card {
    margin-bottom: 1rem;
  }
}
.cid-vjChnJYQRc .card-title {
  margin-bottom: 0rem;
}
.cid-vjChnJYQRc a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vjChnJYQRc .card-box:hover a:hover {
  color: #00148e !important;
}
.cid-vjChnJYQRc .align-center {
  text-align: center;
}
.cid-vjChnJYQRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjChnJYQRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGwQUoOC {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-uGsGwQUoOC .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uGsGwQUoOC .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #00148e;
  transition: all 0.3s;
}
.cid-uGsGwQUoOC .mbr-iconfont-social:hover {
  color: #00148e;
}
.cid-uGsGwQUoOC .mbr-section-title,
.cid-uGsGwQUoOC .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-uGsGwQUoOC .social-list a {
  transition: 0.3s;
}
.cid-uGsGwQUoOC .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uGsGwQUoOC .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uGsGwQUoOC .social-list {
    margin-bottom: 2rem;
  }
  .cid-uGsGwQUoOC .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGsGwQUoOC .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGsGwQUoOC .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uGsGwQUoOC .row {
    padding: 0 1rem;
  }
}
.cid-uGsGwQUoOC .vertical-line:before {
  content: '';
  background-color: #00148e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uGsGwQUoOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGwQUoOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGw9O6Ta {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGsGw9O6Ta .media-container-row {
  align-items: center;
}
.cid-uGsGw9O6Ta .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGsGw9O6Ta .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGsGw9O6Ta .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGsGw9O6Ta .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGsGw9O6Ta .foot-menu-item {
  transform: 0.2s;
}
.cid-uGsGw9O6Ta .foot-menu-item:hover a {
  color: #00148e !important;
}
.cid-uGsGw9O6Ta .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGsGw9O6Ta .foot-menu-item:hover::before {
  width: 60px;
  background-color: #00148e;
}
.cid-uGsGw9O6Ta .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uGsGw9O6Ta .foot-menu {
    justify-content: center;
  }
  .cid-uGsGw9O6Ta .mbr-text {
    text-align: center;
  }
  .cid-uGsGw9O6Ta .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGsGw9O6Ta .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGsGw9O6Ta .link:hover {
  color: #ffffff;
}
.cid-uGsGw9O6Ta .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-uGzthDXkfs .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-uGzthDXkfs .nav-item:focus,
.cid-uGzthDXkfs .nav-link:focus {
  outline: none;
}
.cid-uGzthDXkfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGzthDXkfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGzthDXkfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uGzthDXkfs .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-uGzthDXkfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGzthDXkfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGzthDXkfs .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uGzthDXkfs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #00148e;
  background: none;
}
.cid-uGzthDXkfs .navbar.opened {
  transition: all 0.3s;
  background: #00148e !important;
}
.cid-uGzthDXkfs .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGzthDXkfs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGzthDXkfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGzthDXkfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGzthDXkfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uGzthDXkfs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGzthDXkfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGzthDXkfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGzthDXkfs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGzthDXkfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGzthDXkfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGzthDXkfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGzthDXkfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGzthDXkfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGzthDXkfs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGzthDXkfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGzthDXkfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGzthDXkfs .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGzthDXkfs .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGzthDXkfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGzthDXkfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGzthDXkfs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGzthDXkfs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGzthDXkfs .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGzthDXkfs .navbar.navbar-short {
  background: #00148e !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uGzthDXkfs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGzthDXkfs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGzthDXkfs .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uGzthDXkfs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGzthDXkfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGzthDXkfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGzthDXkfs .dropdown-item.active,
.cid-uGzthDXkfs .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGzthDXkfs .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uGzthDXkfs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGzthDXkfs .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uGzthDXkfs .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uGzthDXkfs .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzthDXkfs .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uGzthDXkfs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGzthDXkfs .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uGzthDXkfs .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uGzthDXkfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00148e;
}
.cid-uGzthDXkfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGzthDXkfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGzthDXkfs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGzthDXkfs .navbar-buttons {
  text-align: center;
}
.cid-uGzthDXkfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGzthDXkfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGzthDXkfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGzthDXkfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzthDXkfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzthDXkfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGzthDXkfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzthDXkfs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGzthDXkfs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGzthDXkfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzthDXkfs .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uGzthDXkfs a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uGzthDXkfs .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uGzthDXkfs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGzthDXkfs .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGzthDXkfs .navbar {
    height: 77px;
  }
  .cid-uGzthDXkfs .navbar.opened {
    height: auto;
  }
  .cid-uGzthDXkfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGzthDXkfs a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uGzthDXkfs a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #3fa9f5;
}
.cid-uGzthDXkfs .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uGzthDXkfs .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uGzthEoOYx {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/man-3.webp");
}
.cid-uGzthEoOYx .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uGzthEoOYx .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uGzthEoOYx .align-center {
    text-align: center;
  }
}
.cid-uGzthEoOYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzthEoOYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzthEDLHB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGzthEDLHB h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uGzthEDLHB .container {
    position: relative;
  }
  .cid-uGzthEDLHB .row {
    margin: 0;
  }
  .cid-uGzthEDLHB h2 {
    margin: 0;
  }
}
.cid-uGzthEDLHB .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uGzthEDLHB .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-uGzthEDLHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzthEDLHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzthEDLHB h2 {
  text-align: left;
}
.cid-uGzthEP1wc {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-uGzthEP1wc .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uGzthEP1wc .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #00148e;
  transition: all 0.3s;
}
.cid-uGzthEP1wc .mbr-iconfont-social:hover {
  color: #00148e;
}
.cid-uGzthEP1wc .mbr-section-title,
.cid-uGzthEP1wc .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-uGzthEP1wc .social-list a {
  transition: 0.3s;
}
.cid-uGzthEP1wc .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uGzthEP1wc .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uGzthEP1wc .social-list {
    margin-bottom: 2rem;
  }
  .cid-uGzthEP1wc .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzthEP1wc .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGzthEP1wc .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uGzthEP1wc .row {
    padding: 0 1rem;
  }
}
.cid-uGzthEP1wc .vertical-line:before {
  content: '';
  background-color: #00148e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uGzthEP1wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzthEP1wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzthF4WhF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGzthF4WhF .media-container-row {
  align-items: center;
}
.cid-uGzthF4WhF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGzthF4WhF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGzthF4WhF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGzthF4WhF .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGzthF4WhF .foot-menu-item {
  transform: 0.2s;
}
.cid-uGzthF4WhF .foot-menu-item:hover a {
  color: #00148e !important;
}
.cid-uGzthF4WhF .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGzthF4WhF .foot-menu-item:hover::before {
  width: 60px;
  background-color: #00148e;
}
.cid-uGzthF4WhF .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uGzthF4WhF .foot-menu {
    justify-content: center;
  }
  .cid-uGzthF4WhF .mbr-text {
    text-align: center;
  }
  .cid-uGzthF4WhF .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGzthF4WhF .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGzthF4WhF .link:hover {
  color: #ffffff;
}
.cid-uGzthF4WhF .media-container-row .mbr-text {
  color: #f3f3f3;
}
.cid-uGzuP8gsjE .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-uGzuP8gsjE .nav-item:focus,
.cid-uGzuP8gsjE .nav-link:focus {
  outline: none;
}
.cid-uGzuP8gsjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGzuP8gsjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGzuP8gsjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uGzuP8gsjE .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-uGzuP8gsjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGzuP8gsjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGzuP8gsjE .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uGzuP8gsjE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #00148e;
  background: none;
}
.cid-uGzuP8gsjE .navbar.opened {
  transition: all 0.3s;
  background: #00148e !important;
}
.cid-uGzuP8gsjE .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGzuP8gsjE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGzuP8gsjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGzuP8gsjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGzuP8gsjE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uGzuP8gsjE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGzuP8gsjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGzuP8gsjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGzuP8gsjE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGzuP8gsjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGzuP8gsjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGzuP8gsjE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGzuP8gsjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGzuP8gsjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGzuP8gsjE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGzuP8gsjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGzuP8gsjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGzuP8gsjE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGzuP8gsjE .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uGzuP8gsjE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGzuP8gsjE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGzuP8gsjE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGzuP8gsjE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGzuP8gsjE .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGzuP8gsjE .navbar.navbar-short {
  background: #00148e !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uGzuP8gsjE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGzuP8gsjE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGzuP8gsjE .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uGzuP8gsjE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGzuP8gsjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGzuP8gsjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGzuP8gsjE .dropdown-item.active,
.cid-uGzuP8gsjE .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGzuP8gsjE .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uGzuP8gsjE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGzuP8gsjE .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uGzuP8gsjE .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uGzuP8gsjE .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzuP8gsjE .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uGzuP8gsjE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uGzuP8gsjE .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uGzuP8gsjE .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uGzuP8gsjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00148e;
}
.cid-uGzuP8gsjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGzuP8gsjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGzuP8gsjE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGzuP8gsjE .navbar-buttons {
  text-align: center;
}
.cid-uGzuP8gsjE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGzuP8gsjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGzuP8gsjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGzuP8gsjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzuP8gsjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzuP8gsjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGzuP8gsjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzuP8gsjE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGzuP8gsjE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGzuP8gsjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzuP8gsjE .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uGzuP8gsjE a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uGzuP8gsjE .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uGzuP8gsjE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGzuP8gsjE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGzuP8gsjE .navbar {
    height: 77px;
  }
  .cid-uGzuP8gsjE .navbar.opened {
    height: auto;
  }
  .cid-uGzuP8gsjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGzuP8gsjE a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uGzuP8gsjE a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #3fa9f5;
}
.cid-uGzuP8gsjE .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uGzuP8gsjE .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uGzuP8YGJg {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/man-3.webp");
}
.cid-uGzuP8YGJg .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uGzuP8YGJg .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uGzuP8YGJg .align-center {
    text-align: center;
  }
}
.cid-uGzuP8YGJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzuP8YGJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzuP9hREJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGzuP9hREJ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uGzuP9hREJ .container {
    position: relative;
  }
  .cid-uGzuP9hREJ .row {
    margin: 0;
  }
  .cid-uGzuP9hREJ h2 {
    margin: 0;
  }
}
.cid-uGzuP9hREJ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uGzuP9hREJ .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-uGzuP9hREJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzuP9hREJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzuP9hREJ h2 {
  text-align: left;
}
.cid-uGzuP9BmJP {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-uGzuP9BmJP .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uGzuP9BmJP .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #00148e;
  transition: all 0.3s;
}
.cid-uGzuP9BmJP .mbr-iconfont-social:hover {
  color: #00148e;
}
.cid-uGzuP9BmJP .mbr-section-title,
.cid-uGzuP9BmJP .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-uGzuP9BmJP .social-list a {
  transition: 0.3s;
}
.cid-uGzuP9BmJP .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uGzuP9BmJP .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uGzuP9BmJP .social-list {
    margin-bottom: 2rem;
  }
  .cid-uGzuP9BmJP .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzuP9BmJP .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uGzuP9BmJP .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uGzuP9BmJP .row {
    padding: 0 1rem;
  }
}
.cid-uGzuP9BmJP .vertical-line:before {
  content: '';
  background-color: #00148e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uGzuP9BmJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzuP9BmJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzuP9VZMl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGzuP9VZMl .media-container-row {
  align-items: center;
}
.cid-uGzuP9VZMl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGzuP9VZMl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGzuP9VZMl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGzuP9VZMl .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uGzuP9VZMl .foot-menu-item {
  transform: 0.2s;
}
.cid-uGzuP9VZMl .foot-menu-item:hover a {
  color: #00148e !important;
}
.cid-uGzuP9VZMl .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uGzuP9VZMl .foot-menu-item:hover::before {
  width: 60px;
  background-color: #00148e;
}
.cid-uGzuP9VZMl .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uGzuP9VZMl .foot-menu {
    justify-content: center;
  }
  .cid-uGzuP9VZMl .mbr-text {
    text-align: center;
  }
  .cid-uGzuP9VZMl .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uGzuP9VZMl .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uGzuP9VZMl .link:hover {
  color: #ffffff;
}
.cid-uGzuP9VZMl .media-container-row .mbr-text {
  color: #f3f3f3;
}
