body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.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.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #212d6a !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #89949f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4d3014 !important;
  border-color: #4d3014 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #100a04 !important;
  border-color: #100a04 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #100a04 !important;
  border-color: #100a04 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #212d6a !important;
  border-color: #212d6a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0f1430 !important;
  border-color: #0f1430 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f1430 !important;
  border-color: #0f1430 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #89949f !important;
  border-color: #89949f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #626e79 !important;
  border-color: #626e79 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #626e79 !important;
  border-color: #626e79 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #4d3014;
  border-color: #4d3014;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d3014 !important;
  border-color: #4d3014 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #090c1c;
  color: #090c1c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #212d6a;
  border-color: #212d6a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #212d6a !important;
  border-color: #212d6a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #57616b;
  color: #57616b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #89949f;
  border-color: #89949f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #89949f !important;
  border-color: #89949f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #444444 !important;
}
.text-secondary {
  color: #4d3014 !important;
}
.text-success {
  color: #212d6a !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #89949f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #090c1c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #57616b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #89949f;
}
.alert-danger {
  background-color: #767676;
}
.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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #455ac5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfd4d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  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: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !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: #4d3014 !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='%23444444' %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-rxhFxGGJVW .nav-item:focus,
.cid-rxhFxGGJVW .nav-link:focus {
  outline: none;
}
.cid-rxhFxGGJVW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rxhFxGGJVW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rxhFxGGJVW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rxhFxGGJVW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxhFxGGJVW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxhFxGGJVW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-rxhFxGGJVW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rxhFxGGJVW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxhFxGGJVW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxhFxGGJVW .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-rxhFxGGJVW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxhFxGGJVW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rxhFxGGJVW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rxhFxGGJVW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxhFxGGJVW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rxhFxGGJVW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxhFxGGJVW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxhFxGGJVW .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-rxhFxGGJVW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxhFxGGJVW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxhFxGGJVW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rxhFxGGJVW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rxhFxGGJVW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rxhFxGGJVW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rxhFxGGJVW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxhFxGGJVW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxhFxGGJVW .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rxhFxGGJVW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxhFxGGJVW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxhFxGGJVW .dropdown-item.active,
.cid-rxhFxGGJVW .dropdown-item:active {
  background-color: transparent;
}
.cid-rxhFxGGJVW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxhFxGGJVW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxhFxGGJVW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxhFxGGJVW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rxhFxGGJVW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rxhFxGGJVW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxhFxGGJVW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rxhFxGGJVW .navbar-buttons {
  text-align: center;
}
.cid-rxhFxGGJVW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxhFxGGJVW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-rxhFxGGJVW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxhFxGGJVW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhFxGGJVW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhFxGGJVW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxhFxGGJVW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhFxGGJVW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxhFxGGJVW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxhFxGGJVW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhFxGGJVW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxhFxGGJVW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxhFxGGJVW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxhFxGGJVW .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-rxhFxGGJVW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rxhFxGGJVW .nav-link:hover,
.cid-rxhFxGGJVW .dropdown-item:hover,
.cid-rxhFxGGJVW .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-tLFxZsboiR {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLFxZsboiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFxZsboiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFxZsboiR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tLFxZsboiR .mbr-section-title {
  color: #24262b;
}
.cid-tLFxZsboiR .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLFxZsboiR .cards-row {
  row-gap: 32px;
}
.cid-tLFxZsboiR .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #212d6a;
}
@media (max-width: 767px) {
  .cid-tLFxZsboiR .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tLFxZsboiR .card-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tLFxZsboiR .card-subtitle {
  color: #ffffff;
}
.cid-tLFxZsboiR .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLFxZsboiR .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLFxZsboiR .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tLFxZsboiR .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tLFxZsboiR .card-text,
.cid-tLFxZsboiR .mbr-section-btn {
  color: #ffffff;
}
.cid-tLFtc4Wo2I {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1306x871.jpg");
}
.cid-tLFtc4Wo2I .mbr-text {
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.03em;
}
.cid-tLFtc4Wo2I h4 {
  text-align: center;
}
.cid-tLFtc4Wo2I p {
  text-align: center;
}
.cid-tLFtc4Wo2I .card {
  padding-bottom: 3rem;
}
.cid-tLFtc4Wo2I .card-img {
  padding-bottom: 1.5rem;
}
.cid-tLFtc4Wo2I .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tLFtc4Wo2I .card-title,
.cid-tLFtc4Wo2I .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tLFtc4Wo2I .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-tLFtc4Wo2I .header-title,
.cid-tLFtc4Wo2I .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tLFtc4Wo2I .header-title {
  letter-spacing: 0.1em;
}
.cid-tLFtc4Wo2I .header-text {
  letter-spacing: 0.03em;
}
.cid-tLFtc4Wo2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFtc4Wo2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNO9jjW4Da {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNO9jjW4Da .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNO9jjW4Da .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNO9jjW4Da .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-rxhIcjJaDR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-rxhIcjJaDR .content {
    text-align: center;
  }
  .cid-rxhIcjJaDR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rxhIcjJaDR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rxhIcjJaDR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rxhIcjJaDR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rxhIcjJaDR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rxhIcjJaDR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rxhIcjJaDR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rxhIcjJaDR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rxhIcjJaDR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rxhIcjJaDR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rxhIcjJaDR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxhIcjJaDR .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rxhIcjJaDR P {
  color: #ffffff;
}
.cid-rxhRw8PmyR .nav-item:focus,
.cid-rxhRw8PmyR .nav-link:focus {
  outline: none;
}
.cid-rxhRw8PmyR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rxhRw8PmyR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rxhRw8PmyR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rxhRw8PmyR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxhRw8PmyR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxhRw8PmyR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-rxhRw8PmyR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rxhRw8PmyR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxhRw8PmyR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxhRw8PmyR .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-rxhRw8PmyR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxhRw8PmyR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rxhRw8PmyR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rxhRw8PmyR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxhRw8PmyR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rxhRw8PmyR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxhRw8PmyR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxhRw8PmyR .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-rxhRw8PmyR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxhRw8PmyR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxhRw8PmyR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rxhRw8PmyR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rxhRw8PmyR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rxhRw8PmyR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rxhRw8PmyR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxhRw8PmyR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxhRw8PmyR .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rxhRw8PmyR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxhRw8PmyR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxhRw8PmyR .dropdown-item.active,
.cid-rxhRw8PmyR .dropdown-item:active {
  background-color: transparent;
}
.cid-rxhRw8PmyR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxhRw8PmyR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxhRw8PmyR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxhRw8PmyR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rxhRw8PmyR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rxhRw8PmyR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxhRw8PmyR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rxhRw8PmyR .navbar-buttons {
  text-align: center;
}
.cid-rxhRw8PmyR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxhRw8PmyR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-rxhRw8PmyR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxhRw8PmyR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhRw8PmyR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhRw8PmyR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxhRw8PmyR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhRw8PmyR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxhRw8PmyR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxhRw8PmyR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhRw8PmyR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxhRw8PmyR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxhRw8PmyR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxhRw8PmyR .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-rxhRw8PmyR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rxhRw8PmyR .nav-link:hover,
.cid-rxhRw8PmyR .dropdown-item:hover,
.cid-rxhRw8PmyR .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-rxi45p73Va {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxi45p73Va .title {
  margin-bottom: 2rem;
}
.cid-rxi45p73Va .mbr-section-subtitle {
  color: #465052;
}
.cid-rxi45p73Va a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rxi45p73Va a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rxi45p73Va .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rxi45p73Va .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rxi45p73Va h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-rxi45p73Va .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-rxi45p73Va .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rxi45p73Va .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rxi45p73Va .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  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-rxi45p73Va .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rxi45p73Va .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rxi45p73Va textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-rxi45p73Va .mbr-section-title {
    text-align: center;
  }
  .cid-rxi45p73Va .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rxi45p73Va .input-group-btn {
    text-align: center;
  }
}
.cid-rxi45p73Va H2 {
  color: #212d6a;
}
.cid-rxi6CCYmfN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rxi6CCYmfN .mbr-text {
  color: #000000;
}
.cid-rxi6CCYmfN .inner-container {
  margin: 0;
}
.cid-rxi6CCYmfN .line {
  background-color: #212d6a;
  color: #212d6a;
  height: 2px;
  margin: 0 auto;
}
.cid-rxi6CCYmfN .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tNOaJ05pGQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNOaJ05pGQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNOaJ05pGQ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNOaJ05pGQ .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-tNOaJEwsRx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-tNOaJEwsRx .content {
    text-align: center;
  }
  .cid-tNOaJEwsRx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOaJEwsRx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNOaJEwsRx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNOaJEwsRx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNOaJEwsRx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNOaJEwsRx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNOaJEwsRx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tNOaJEwsRx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNOaJEwsRx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNOaJEwsRx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNOaJEwsRx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNOaJEwsRx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tNOaJEwsRx P {
  color: #ffffff;
}
.cid-rxhS6K8tVT .nav-item:focus,
.cid-rxhS6K8tVT .nav-link:focus {
  outline: none;
}
.cid-rxhS6K8tVT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rxhS6K8tVT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rxhS6K8tVT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rxhS6K8tVT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxhS6K8tVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxhS6K8tVT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-rxhS6K8tVT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rxhS6K8tVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxhS6K8tVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxhS6K8tVT .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-rxhS6K8tVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxhS6K8tVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rxhS6K8tVT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rxhS6K8tVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxhS6K8tVT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rxhS6K8tVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxhS6K8tVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxhS6K8tVT .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-rxhS6K8tVT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxhS6K8tVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxhS6K8tVT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rxhS6K8tVT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rxhS6K8tVT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rxhS6K8tVT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rxhS6K8tVT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxhS6K8tVT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxhS6K8tVT .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rxhS6K8tVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxhS6K8tVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxhS6K8tVT .dropdown-item.active,
.cid-rxhS6K8tVT .dropdown-item:active {
  background-color: transparent;
}
.cid-rxhS6K8tVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxhS6K8tVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxhS6K8tVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxhS6K8tVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rxhS6K8tVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rxhS6K8tVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxhS6K8tVT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rxhS6K8tVT .navbar-buttons {
  text-align: center;
}
.cid-rxhS6K8tVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxhS6K8tVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-rxhS6K8tVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxhS6K8tVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhS6K8tVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxhS6K8tVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxhS6K8tVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhS6K8tVT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxhS6K8tVT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxhS6K8tVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxhS6K8tVT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxhS6K8tVT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxhS6K8tVT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxhS6K8tVT .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-rxhS6K8tVT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rxhS6K8tVT .nav-link:hover,
.cid-rxhS6K8tVT .dropdown-item:hover,
.cid-rxhS6K8tVT .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-tLFzK5X0wy {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLFzK5X0wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFzK5X0wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFzK5X0wy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tLFzK5X0wy .mbr-section-title {
  color: #24262b;
}
.cid-tLFzK5X0wy .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLFzK5X0wy .cards-row {
  row-gap: 32px;
}
.cid-tLFzK5X0wy .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #212d6a;
}
@media (max-width: 767px) {
  .cid-tLFzK5X0wy .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tLFzK5X0wy .card-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tLFzK5X0wy .card-subtitle {
  color: #ffffff;
}
.cid-tLFzK5X0wy .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tLFzK5X0wy .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLFzK5X0wy .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tLFzK5X0wy .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tLFzK5X0wy .card-text,
.cid-tLFzK5X0wy .mbr-section-btn {
  color: #ffffff;
}
.cid-tNOaoEwnz2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNOaoEwnz2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNOaoEwnz2 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNOaoEwnz2 .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-rxhZewUA6g {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxhZewUA6g .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxhZewUA6g .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rxhZewUA6g .photo-split {
  padding: 0;
}
.cid-rxhZewUA6g .photo-split img {
  width: 100%;
}
.cid-rxhZewUA6g .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxhZewUA6g .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rxhZewUA6g .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rxhZewUA6g .wrap-block {
  padding: 3rem 3rem;
}
.cid-rxhZewUA6g .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rxhZewUA6g .wrap-block ul li {
  display: inline-block;
}
.cid-rxhZewUA6g .wrap-block ul li span {
  text-align: center;
}
.cid-rxhZewUA6g .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rxhZewUA6g .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxhZewUA6g .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxhZewUA6g .mbr-list,
.cid-rxhZewUA6g .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rxhZewUA6g .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rxhZewUA6g .mbr-section-title,
  .cid-rxhZewUA6g .mbr-section-subtitle,
  .cid-rxhZewUA6g .mbr-text {
    text-align: center !important;
  }
  .cid-rxhZewUA6g .social-list {
    text-align: center !important;
  }
}
.cid-tLDCA0KT9O {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-tLDCA0KT9O .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLDCA0KT9O .photo-split {
  padding: 0;
}
.cid-tLDCA0KT9O .photo-split img {
  width: 100%;
}
.cid-tLDCA0KT9O .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tLDCA0KT9O .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLDCA0KT9O .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tLDCA0KT9O .wrap-block {
  padding: 3rem 3rem;
}
.cid-tLDCA0KT9O .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLDCA0KT9O .wrap-block ul li {
  display: inline-block;
}
.cid-tLDCA0KT9O .wrap-block ul li span {
  text-align: center;
}
.cid-tLDCA0KT9O .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tLDCA0KT9O .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLDCA0KT9O .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tLDCA0KT9O .mbr-list,
.cid-tLDCA0KT9O .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tLDCA0KT9O .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDCA0KT9O .mbr-section-title,
  .cid-tLDCA0KT9O .mbr-section-subtitle,
  .cid-tLDCA0KT9O .mbr-text {
    text-align: center !important;
  }
  .cid-tLDCA0KT9O .social-list {
    text-align: center !important;
  }
}
.cid-tLDCA0KT9O .mbr-text {
  color: #000000;
}
.cid-tLDCA0KT9O .mbr-section-subtitle {
  color: #000000;
}
.cid-tNOapsYIx2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-tNOapsYIx2 .content {
    text-align: center;
  }
  .cid-tNOapsYIx2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOapsYIx2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNOapsYIx2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNOapsYIx2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNOapsYIx2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNOapsYIx2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNOapsYIx2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tNOapsYIx2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNOapsYIx2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNOapsYIx2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNOapsYIx2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNOapsYIx2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tNOapsYIx2 P {
  color: #ffffff;
}
.cid-tLDN0FxCZb .nav-item:focus,
.cid-tLDN0FxCZb .nav-link:focus {
  outline: none;
}
.cid-tLDN0FxCZb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLDN0FxCZb .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLDN0FxCZb .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLDN0FxCZb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLDN0FxCZb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLDN0FxCZb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tLDN0FxCZb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLDN0FxCZb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDN0FxCZb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDN0FxCZb .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-tLDN0FxCZb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDN0FxCZb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLDN0FxCZb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLDN0FxCZb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDN0FxCZb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLDN0FxCZb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDN0FxCZb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDN0FxCZb .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-tLDN0FxCZb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLDN0FxCZb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDN0FxCZb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLDN0FxCZb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tLDN0FxCZb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLDN0FxCZb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLDN0FxCZb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLDN0FxCZb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLDN0FxCZb .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDN0FxCZb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDN0FxCZb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDN0FxCZb .dropdown-item.active,
.cid-tLDN0FxCZb .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDN0FxCZb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDN0FxCZb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDN0FxCZb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDN0FxCZb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDN0FxCZb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDN0FxCZb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLDN0FxCZb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLDN0FxCZb .navbar-buttons {
  text-align: center;
}
.cid-tLDN0FxCZb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDN0FxCZb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-tLDN0FxCZb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLDN0FxCZb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLDN0FxCZb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLDN0FxCZb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLDN0FxCZb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLDN0FxCZb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLDN0FxCZb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLDN0FxCZb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLDN0FxCZb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLDN0FxCZb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLDN0FxCZb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLDN0FxCZb .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-tLDN0FxCZb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tLDN0FxCZb .nav-link:hover,
.cid-tLDN0FxCZb .dropdown-item:hover,
.cid-tLDN0FxCZb .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-tLDN0GjYeo {
  padding-top: 200px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1205.jpg");
}
.cid-tLDN0GjYeo .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tLDN0GjYeo .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tLDN0GjYeo .card-img span {
  font-size: 100px;
}
.cid-tLDN0GjYeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDN0GjYeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFl9cy4lk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLFl9cy4lk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLFl9cy4lk .photo-split {
  padding: 0;
}
.cid-tLFl9cy4lk .photo-split img {
  width: 100%;
}
.cid-tLFl9cy4lk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tLFl9cy4lk .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLFl9cy4lk .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tLFl9cy4lk .wrap-block {
  padding: 3rem 3rem;
}
.cid-tLFl9cy4lk .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLFl9cy4lk .wrap-block ul li {
  display: inline-block;
}
.cid-tLFl9cy4lk .wrap-block ul li span {
  text-align: center;
}
.cid-tLFl9cy4lk .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tLFl9cy4lk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLFl9cy4lk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tLFl9cy4lk .mbr-list,
.cid-tLFl9cy4lk .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tLFl9cy4lk .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLFl9cy4lk .mbr-section-title,
  .cid-tLFl9cy4lk .mbr-section-subtitle,
  .cid-tLFl9cy4lk .mbr-text {
    text-align: center !important;
  }
  .cid-tLFl9cy4lk .social-list {
    text-align: center !important;
  }
}
.cid-tLDN0GEUEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212d6a;
}
.cid-tLDN0GEUEJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLDN0GEUEJ .photo-split {
  padding: 0;
}
.cid-tLDN0GEUEJ .photo-split img {
  width: 100%;
}
.cid-tLDN0GEUEJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tLDN0GEUEJ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLDN0GEUEJ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tLDN0GEUEJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-tLDN0GEUEJ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLDN0GEUEJ .wrap-block ul li {
  display: inline-block;
}
.cid-tLDN0GEUEJ .wrap-block ul li span {
  text-align: center;
}
.cid-tLDN0GEUEJ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tLDN0GEUEJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLDN0GEUEJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tLDN0GEUEJ .mbr-list,
.cid-tLDN0GEUEJ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tLDN0GEUEJ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDN0GEUEJ .mbr-section-title,
  .cid-tLDN0GEUEJ .mbr-section-subtitle,
  .cid-tLDN0GEUEJ .mbr-text {
    text-align: center !important;
  }
  .cid-tLDN0GEUEJ .social-list {
    text-align: center !important;
  }
}
.cid-tLDN0GEUEJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLDN0GEUEJ .mbr-text {
  color: #ffffff;
}
.cid-tLFlY0bhop {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-tLFlY0bhop .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLFlY0bhop .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tLFlY0bhop .photo-split {
  padding: 0;
}
.cid-tLFlY0bhop .photo-split img {
  width: 100%;
}
.cid-tLFlY0bhop .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tLFlY0bhop .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLFlY0bhop .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tLFlY0bhop .wrap-block {
  padding: 3rem 3rem;
}
.cid-tLFlY0bhop .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLFlY0bhop .wrap-block ul li {
  display: inline-block;
}
.cid-tLFlY0bhop .wrap-block ul li span {
  text-align: center;
}
.cid-tLFlY0bhop .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tLFlY0bhop .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLFlY0bhop .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tLFlY0bhop .mbr-list,
.cid-tLFlY0bhop .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tLFlY0bhop .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLFlY0bhop .mbr-section-title,
  .cid-tLFlY0bhop .mbr-section-subtitle,
  .cid-tLFlY0bhop .mbr-text {
    text-align: center !important;
  }
  .cid-tLFlY0bhop .social-list {
    text-align: center !important;
  }
}
.cid-tNOau6MOEJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNOau6MOEJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNOau6MOEJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNOau6MOEJ .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-tNOauIeA2b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-tNOauIeA2b .content {
    text-align: center;
  }
  .cid-tNOauIeA2b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOauIeA2b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNOauIeA2b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNOauIeA2b .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNOauIeA2b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNOauIeA2b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNOauIeA2b .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tNOauIeA2b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNOauIeA2b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNOauIeA2b .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNOauIeA2b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNOauIeA2b .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tNOauIeA2b P {
  color: #ffffff;
}
.cid-tLDF2XUELi .nav-item:focus,
.cid-tLDF2XUELi .nav-link:focus {
  outline: none;
}
.cid-tLDF2XUELi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLDF2XUELi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLDF2XUELi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLDF2XUELi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLDF2XUELi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLDF2XUELi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tLDF2XUELi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLDF2XUELi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDF2XUELi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDF2XUELi .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-tLDF2XUELi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDF2XUELi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLDF2XUELi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLDF2XUELi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDF2XUELi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLDF2XUELi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDF2XUELi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLDF2XUELi .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-tLDF2XUELi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLDF2XUELi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLDF2XUELi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLDF2XUELi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tLDF2XUELi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLDF2XUELi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLDF2XUELi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLDF2XUELi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLDF2XUELi .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLDF2XUELi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLDF2XUELi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDF2XUELi .dropdown-item.active,
.cid-tLDF2XUELi .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDF2XUELi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDF2XUELi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDF2XUELi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDF2XUELi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLDF2XUELi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLDF2XUELi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLDF2XUELi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLDF2XUELi .navbar-buttons {
  text-align: center;
}
.cid-tLDF2XUELi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLDF2XUELi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-tLDF2XUELi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLDF2XUELi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLDF2XUELi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLDF2XUELi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLDF2XUELi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLDF2XUELi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLDF2XUELi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLDF2XUELi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLDF2XUELi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLDF2XUELi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLDF2XUELi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLDF2XUELi .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-tLDF2XUELi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tLDF2XUELi .nav-link:hover,
.cid-tLDF2XUELi .dropdown-item:hover,
.cid-tLDF2XUELi .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-tLDF2YPWf1 {
  padding-top: 200px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tLDF2YPWf1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tLDF2YPWf1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tLDF2YPWf1 .card-img span {
  font-size: 100px;
}
.cid-tLDF2YPWf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDF2YPWf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDGKqm7YE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1306x871.jpg");
}
.cid-tLDGKqm7YE .mbr-text {
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.03em;
}
.cid-tLDGKqm7YE h4 {
  text-align: center;
}
.cid-tLDGKqm7YE p {
  text-align: center;
}
.cid-tLDGKqm7YE .card {
  padding-bottom: 3rem;
}
.cid-tLDGKqm7YE .card-img {
  padding-bottom: 1.5rem;
}
.cid-tLDGKqm7YE .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tLDGKqm7YE .card-title,
.cid-tLDGKqm7YE .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tLDGKqm7YE .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-tLDGKqm7YE .header-title,
.cid-tLDGKqm7YE .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tLDGKqm7YE .header-title {
  letter-spacing: 0.1em;
}
.cid-tLDGKqm7YE .header-text {
  letter-spacing: 0.03em;
}
.cid-tLDGKqm7YE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDGKqm7YE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDF2Z4Jzx {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-tLDF2Z4Jzx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLDF2Z4Jzx .photo-split {
  padding: 0;
}
.cid-tLDF2Z4Jzx .photo-split img {
  width: 100%;
}
.cid-tLDF2Z4Jzx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tLDF2Z4Jzx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLDF2Z4Jzx .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-tLDF2Z4Jzx .wrap-block {
  padding: 3rem 3rem;
}
.cid-tLDF2Z4Jzx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLDF2Z4Jzx .wrap-block ul li {
  display: inline-block;
}
.cid-tLDF2Z4Jzx .wrap-block ul li span {
  text-align: center;
}
.cid-tLDF2Z4Jzx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-tLDF2Z4Jzx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLDF2Z4Jzx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tLDF2Z4Jzx .mbr-list,
.cid-tLDF2Z4Jzx .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-tLDF2Z4Jzx .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLDF2Z4Jzx .mbr-section-title,
  .cid-tLDF2Z4Jzx .mbr-section-subtitle,
  .cid-tLDF2Z4Jzx .mbr-text {
    text-align: center !important;
  }
  .cid-tLDF2Z4Jzx .social-list {
    text-align: center !important;
  }
}
.cid-tNOaAwFXjF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNOaAwFXjF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNOaAwFXjF .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNOaAwFXjF .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-tNOaBd57JA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-tNOaBd57JA .content {
    text-align: center;
  }
  .cid-tNOaBd57JA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOaBd57JA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNOaBd57JA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNOaBd57JA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNOaBd57JA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNOaBd57JA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNOaBd57JA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tNOaBd57JA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNOaBd57JA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNOaBd57JA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNOaBd57JA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNOaBd57JA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tNOaBd57JA P {
  color: #ffffff;
}
.cid-tLFnA6XsM2 .nav-item:focus,
.cid-tLFnA6XsM2 .nav-link:focus {
  outline: none;
}
.cid-tLFnA6XsM2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLFnA6XsM2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLFnA6XsM2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLFnA6XsM2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLFnA6XsM2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLFnA6XsM2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tLFnA6XsM2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLFnA6XsM2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLFnA6XsM2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLFnA6XsM2 .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-tLFnA6XsM2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLFnA6XsM2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLFnA6XsM2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLFnA6XsM2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLFnA6XsM2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLFnA6XsM2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLFnA6XsM2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLFnA6XsM2 .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-tLFnA6XsM2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLFnA6XsM2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLFnA6XsM2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLFnA6XsM2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tLFnA6XsM2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLFnA6XsM2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLFnA6XsM2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLFnA6XsM2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLFnA6XsM2 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLFnA6XsM2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLFnA6XsM2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLFnA6XsM2 .dropdown-item.active,
.cid-tLFnA6XsM2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLFnA6XsM2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLFnA6XsM2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLFnA6XsM2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLFnA6XsM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLFnA6XsM2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLFnA6XsM2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLFnA6XsM2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLFnA6XsM2 .navbar-buttons {
  text-align: center;
}
.cid-tLFnA6XsM2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLFnA6XsM2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2b7b;
}
.cid-tLFnA6XsM2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLFnA6XsM2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFnA6XsM2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFnA6XsM2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLFnA6XsM2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFnA6XsM2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLFnA6XsM2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLFnA6XsM2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFnA6XsM2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLFnA6XsM2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLFnA6XsM2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLFnA6XsM2 .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-tLFnA6XsM2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tLFnA6XsM2 .nav-link:hover,
.cid-tLFnA6XsM2 .dropdown-item:hover,
.cid-tLFnA6XsM2 .icons-menu .mbr-iconfont:hover {
  color: #1e2b7b !important;
}
.cid-tLFnA7nmT4 {
  padding-top: 200px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tLFnA7nmT4 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tLFnA7nmT4 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tLFnA7nmT4 .card-img span {
  font-size: 100px;
}
.cid-tLFnA7nmT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFnA7nmT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFnA7QAbh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLFnA7QAbh .mbr-text {
  color: #212d6a;
  text-align: left;
  letter-spacing: 0.03em;
}
.cid-tLFnA7QAbh h4 {
  text-align: center;
}
.cid-tLFnA7QAbh p {
  text-align: center;
}
.cid-tLFnA7QAbh .card {
  padding-bottom: 3rem;
}
.cid-tLFnA7QAbh .card-img {
  padding-bottom: 1.5rem;
}
.cid-tLFnA7QAbh .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tLFnA7QAbh .card-title,
.cid-tLFnA7QAbh .card-img {
  color: #212d6a;
  text-align: center;
}
.cid-tLFnA7QAbh .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-tLFnA7QAbh .header-title,
.cid-tLFnA7QAbh .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tLFnA7QAbh .header-title {
  letter-spacing: 0.1em;
  color: #212d6a;
}
.cid-tLFnA7QAbh .header-text {
  letter-spacing: 0.03em;
}
.cid-tLFnA7QAbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFnA7QAbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOaEaMNSF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tNOaEaMNSF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tNOaEaMNSF .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tNOaEaMNSF .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-tNOaEWHxVY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #212d6a;
}
@media (max-width: 767px) {
  .cid-tNOaEWHxVY .content {
    text-align: center;
  }
  .cid-tNOaEWHxVY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNOaEWHxVY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tNOaEWHxVY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNOaEWHxVY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNOaEWHxVY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNOaEWHxVY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNOaEWHxVY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tNOaEWHxVY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNOaEWHxVY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNOaEWHxVY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNOaEWHxVY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNOaEWHxVY .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tNOaEWHxVY P {
  color: #ffffff;
}
