body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #244065 !important;
}
.bg-success {
  background-color: #617ca0 !important;
}
.bg-info {
  background-color: #676767 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #654824 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #244065 !important;
  border-color: #244065 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #101c2d !important;
  border-color: #101c2d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #101c2d !important;
  border-color: #101c2d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #041429 !important;
  border-color: #041429 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #676767 !important;
  border-color: #676767 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #414141 !important;
  border-color: #414141 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414141 !important;
  border-color: #414141 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #617ca0 !important;
  border-color: #617ca0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #445771 !important;
  border-color: #445771 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #445771 !important;
  border-color: #445771 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #654824 !important;
  border-color: #654824 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #2d2010 !important;
  border-color: #2d2010 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2d2010 !important;
  border-color: #2d2010 !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: #09101a;
  color: #09101a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #244065;
  border-color: #244065;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #244065 !important;
  border-color: #244065 !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: #041429;
  border-color: #041429;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #041429 !important;
  border-color: #041429 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #343434;
  color: #343434;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #676767;
  border-color: #676767;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #3a4b61;
  color: #3a4b61;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #617ca0;
  border-color: #617ca0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #617ca0 !important;
  border-color: #617ca0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #1a1209;
  color: #1a1209;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #654824;
  border-color: #654824;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #654824 !important;
  border-color: #654824 !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: #244065 !important;
}
.text-secondary {
  color: #041429 !important;
}
.text-success {
  color: #617ca0 !important;
}
.text-info {
  color: #676767 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #654824 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #09101a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3a4b61 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #343434 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1a1209 !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: #676767;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #654824;
}
.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: #244065;
  border-color: #244065;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #244065;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a7cbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b1bed0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7a7a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #be8b4a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #244065;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #244065;
  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: #244065;
  border-bottom-color: #244065;
}
.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: #244065 !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: #041429 !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='%23244065' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sx1yHfVDkg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .nav-item:focus,
.cid-sx1yHfVDkg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sx1yHfVDkg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link {
    position: relative;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #244065, #041429);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sx1yHfVDkg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx1yHfVDkg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx1yHfVDkg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx1yHfVDkg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sx1yHfVDkg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sx1yHfVDkg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sx1yHfVDkg .navbar.collapsed .right-menu,
.cid-sx1yHfVDkg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show .brand-container,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sx1yHfVDkg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx1yHfVDkg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx1yHfVDkg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sx1yHfVDkg .navbar .right-menu,
  .cid-sx1yHfVDkg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sx1yHfVDkg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx1yHfVDkg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx1yHfVDkg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sx1yHfVDkg .dropdown-item.active,
.cid-sx1yHfVDkg .dropdown-item:active {
  background-color: transparent;
}
.cid-sx1yHfVDkg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx1yHfVDkg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx1yHfVDkg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sx1yHfVDkg .navbar-buttons {
  margin-left: auto;
}
.cid-sx1yHfVDkg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #244065;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg .navbar-dropdown {
  position: fixed;
}
.cid-sx1yHfVDkg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx1yHfVDkg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sx1yHfVDkg .right-menu,
.cid-sx1yHfVDkg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sx1yHfVDkg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #244065;
  padding: 0.5rem 0;
}
.cid-sx1yHfVDkg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sx1yHfVDkg .card-wrapper {
  z-index: 3;
}
.cid-sx1yHfVDkg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxLHV9lDbM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jeffreys-banner-800x398.jpg");
}
.cid-sxLHV9lDbM .mbr-text,
.cid-sxLHV9lDbM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sxcIjpZR2X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxcIjpZR2X .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sxcIjpZR2X .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxcIjpZR2X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sxcIjpZR2X .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sxcIjpZR2X .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sxcIjpZR2X .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sxcIjpZR2X .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxcIjpZR2X .mbr-section-title {
  color: #041429;
}
.cid-siRjAQQm2F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-siRjAQQm2F .mbr-text {
  color: #f3f8fd;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-siRjAQQm2F h4 {
  text-align: center;
}
.cid-siRjAQQm2F p {
  text-align: center;
}
.cid-siRjAQQm2F .card {
  padding-bottom: 3rem;
}
.cid-siRjAQQm2F .card-img {
  padding-bottom: 1.5rem;
}
.cid-siRjAQQm2F .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-siRjAQQm2F .card-title,
.cid-siRjAQQm2F .card-img {
  color: #f3f8fd;
  text-align: center;
}
.cid-siRjAQQm2F .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-siRjAQQm2F .header-title,
.cid-siRjAQQm2F .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-siRjAQQm2F .header-title {
  letter-spacing: 0.1em;
  color: #f3f8fd;
}
.cid-siRjAQQm2F .header-text {
  letter-spacing: 0.03em;
  color: #f3f8fd;
}
.cid-sxFoT08Zbv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxFoT08Zbv .feature .card {
  border-left: 10px solid #617ca0;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-sxFoT08Zbv .feature:last-child .card {
  border-color: #244065;
}
.cid-sxFoT08Zbv .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sxFoT08Zbv .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-sxFoT08Zbv H2 {
  color: #041429;
}
.cid-sxcIw5kFbf {
  background-image: url("../../../assets/images/banner-902697-1920-1777x557.jpg");
}
.cid-sxcIw5kFbf .text-content {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sxcIw5kFbf .text-content .btn-bgr {
  z-index: 0;
}
.cid-sxcIw5kFbf .mbr-overlay {
  background: linear-gradient(90deg, #36404c, #4284df);
}
.cid-sxcIw5kFbf H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sxcIw5kFbf P {
  color: #ffffff;
  text-align: center;
}
.cid-sxcIw5kFbf H2 {
  color: #000000;
}
.cid-sxcIw5kFbf .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sxcIw5kFbf .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sxcIw5kFbf .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #244065;
}
@media (max-width: 991px) {
  .cid-sxcIw5kFbf .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sxcIw5kFbf .text-content {
    width: 100%;
  }
}
.cid-sxcIw5kFbf .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sxcIw5kFbf .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sxcIw5kFbf .mbr-text {
    text-align: center;
  }
}
.cid-sxcIw5kFbf .mbr-section-btn,
.cid-sxcIw5kFbf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxcIw5kFbf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sliShh04xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sliShh04xn section {
  position: relative;
}
.cid-sliShh04xn h4 {
  margin: 0;
}
.cid-sliShh04xn img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sliShh04xn a {
  font-weight: 300;
}
.cid-sliShh04xn .img1 {
  color: #244065;
}
.cid-sliShh04xn .img2 {
  color: #244065;
}
.cid-sliShh04xn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #244065;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sliShh04xn .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sliShh04xn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sliShh04xn .item,
.cid-sliShh04xn .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sliShh04xn .item h4,
.cid-sliShh04xn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sliShh04xn .card-img {
  width: auto;
}
.cid-sliShh04xn .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sliShh04xn .item {
    justify-content: center;
  }
}
.cid-sliShh04xn .item-title {
  color: #f3f8fd;
  text-align: center;
}
.cid-sliShh04xn .text1 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sliShh04xn H4 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sliShh04xn .items-title,
.cid-sliShh04xn .items-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sliShh04xn .links-title,
.cid-sliShh04xn .links-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sliShh04xn .link-title {
  text-align: center;
  color: #f3f8fd;
}
.cid-sljO1cbfrB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/business-people-3406077-1920-1920x1152.jpg");
}
.cid-sljO1cbfrB .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sljO1cbfrB .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sljO1cbfrB .card-img span {
  font-size: 100px;
}
.cid-slk02XzUdT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-slk02XzUdT .mbr-text,
.cid-slk02XzUdT blockquote {
  color: #767676;
}
.cid-slk02XzUdT .mbr-text {
  text-align: center;
  color: #041429;
}
.cid-sxd5ac3buX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sxd5ac3buX .mbr-text {
  color: #000000;
}
.cid-sxd5ac3buX .mbr-section-subtitle {
  color: #36404c;
}
.cid-sxd5ac3buX .mbr-section-title {
  color: #041429;
}
.cid-sxd1llklvE {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxd1llklvE H1 {
  color: #041429;
}
.cid-sxd1llklvE .mbr-text,
.cid-sxd1llklvE .mbr-section-btn {
  color: #000000;
}
.cid-sxd1llklvE img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sxd1llklvE .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sxd4tAhifW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #244065;
}
.cid-sxd4tAhifW .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #f3f8fd;
}
.cid-sxd4tAhifW .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxd4tAhifW .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxd4tAhifW .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxd4tAhifW .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxd4tAhifW .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxd4tAhifW .inner-container {
    width: 100% !important;
  }
  .cid-sxd4tAhifW .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sxd4pREzdp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxd4pREzdp .mbr-text {
  color: #767676;
}
.cid-sxd4pREzdp .card-subtitle {
  margin: 0;
}
.cid-sxd4pREzdp .link {
  margin: 0;
  color: #041429;
}
.cid-sxd4pREzdp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sxd4pREzdp .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-sxd4pREzdp .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-sxd4pREzdp .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sxd4pREzdp .date {
  margin: 0;
}
.cid-sxd4pREzdp img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sxd4pREzdp .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sxd4pREzdp .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sxd4pREzdp .card-img:hover:before {
  opacity: 0.4;
}
.cid-sxd4pREzdp .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sxd4pREzdp .icon-box {
    flex-direction: column;
  }
  .cid-sxd4pREzdp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sxd4pREzdp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sxd4pREzdp .card {
    margin-bottom: 3rem;
  }
}
.cid-sxd4pREzdp .card-title,
.cid-sxd4pREzdp .card-img {
  color: #041429;
}
.cid-sxd4pREzdp .mbr-text,
.cid-sxd4pREzdp .link {
  color: #000000;
  text-align: left;
}
.cid-uEp5hw2vhX body {
  font-family: 'Mulish', sans-serif;
  margin: 0;
  padding: 0;
}
.cid-uEp5hw2vhX .table-container {
  width: 100%;
  overflow-x: auto;
  padding: 10px;
}
.cid-uEp5hw2vhX table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.cid-uEp5hw2vhX .table-title {
  background-color: black;
  color: white;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border: none;
  padding: 10px 0;
  width: 100%;
}
.cid-uEp5hw2vhX .route-title {
  background-color: #a9a9a9;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: none;
  padding: 10px 0;
  color: white;
  width: 100%;
}
.cid-uEp5hw2vhX .header-row th {
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  color: red;
}
.cid-uEp5hw2vhX th,
.cid-uEp5hw2vhX td {
  border: 2px solid black;
  padding: 8px;
  text-align: center;
  background-color: #ffffff;
  font-weight: normal;
  word-wrap: break-word;
}
.cid-uEp5hw2vhX .discount-info {
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.cid-uEp5hw2vhX td a {
  color: red;
  text-decoration: none;
}
.cid-uEp5hw2vhX td a:hover {
  text-decoration: underline;
}
.cid-uEp5hw2vhX .location-icon {
  font-size: 24px;
}
@media (max-width: 600px) {
  .cid-uEp5hw2vhX .table-container {
    overflow-x: hidden;
  }
  .cid-uEp5hw2vhX table,
  .cid-uEp5hw2vhX thead,
  .cid-uEp5hw2vhX tbody,
  .cid-uEp5hw2vhX th,
  .cid-uEp5hw2vhX td,
  .cid-uEp5hw2vhX tr {
    display: block;
  }
  .cid-uEp5hw2vhX thead {
    display: none;
  }
  .cid-uEp5hw2vhX tr {
    margin-bottom: 15px;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
  .cid-uEp5hw2vhX td {
    text-align: left;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    width: 55%;
  }
  .cid-uEp5hw2vhX td::before {
    content: attr(data-label) ":";
    font-weight: bold;
    width: 45%;
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .cid-uEp5hw2vhX td[data-label="Route"] {
    font-size: 16px;
    font-weight: bold;
  }
}
.cid-uEp5hw2vhX th.route,
.cid-uEp5hw2vhX td.route {
  width: 40%;
}
.cid-uEp5hw2vhX th.stop,
.cid-uEp5hw2vhX td.stop {
  width: 20%;
}
.cid-uEp5hw2vhX .icon-sect {
  margin-bottom: 20px;
  text-align: center;
}
.cid-uEp5hw2vhX .icon-sect a {
  margin: 0 10px;
}
.cid-uEp5hw2vhX .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uEp5hw2vhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEp5hw2vhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEp5hw2vhX .mbr-section-title {
  text-align: center;
  color: #041429;
}
.cid-uEp5hw2vhX .text1 {
  text-align: left;
}
.cid-uEp5hw2vhX .text2 {
  text-align: center;
}
.cid-uEp5hw2vhX .addr {
  text-align: center;
}
.cid-uEp5hw2vhX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-sljK7FddLO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sljK7FddLO h4 {
  margin-bottom: 0;
}
.cid-sljK7FddLO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(9, 43, 87, 0.35);
}
.cid-sljK7FddLO .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sljK7FddLO .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sljK7FddLO .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sljK7FddLO .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #244065 !important;
  box-shadow: none!important;
}
.cid-sljK7FddLO .btn[class*="-outline"]:active,
.cid-sljK7FddLO .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sljK7FddLO .card-box {
  padding-top: 2rem;
}
.cid-sljK7FddLO .card-wrapper {
  height: 100%;
}
.cid-sljK7FddLO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sljK7FddLO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sljK7FddLO .card-title {
  color: #041429;
  text-align: center;
}
.cid-sljK7FddLO .main-title {
  color: #041429;
  text-align: center;
}
.cid-sljK7FddLO .mbr-text,
.cid-sljK7FddLO .mbr-link-btn {
  color: #000000;
  text-align: center;
}
.cid-slk3rojj9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-slk3rojj9D .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-slk3rojj9D .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-slk3rojj9D .card-img {
  margin-bottom: 1rem;
}
.cid-slk3rojj9D .card-img span {
  font-size: 60px;
}
.cid-sxcWdsuG5B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxcWdsuG5B section {
  position: relative;
}
.cid-sxcWdsuG5B h4 {
  margin: 0;
}
.cid-sxcWdsuG5B img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sxcWdsuG5B a {
  font-weight: 300;
}
.cid-sxcWdsuG5B .img1 {
  color: #244065;
}
.cid-sxcWdsuG5B .img2 {
  color: #244065;
}
.cid-sxcWdsuG5B .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #244065;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sxcWdsuG5B .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sxcWdsuG5B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxcWdsuG5B .item,
.cid-sxcWdsuG5B .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sxcWdsuG5B .item h4,
.cid-sxcWdsuG5B .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sxcWdsuG5B .card-img {
  width: auto;
}
.cid-sxcWdsuG5B .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sxcWdsuG5B .item {
    justify-content: center;
  }
}
.cid-sxcWdsuG5B .item-title {
  color: #f3f8fd;
  text-align: center;
}
.cid-sxcWdsuG5B .text1 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sxcWdsuG5B H4 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sxcWdsuG5B .items-title,
.cid-sxcWdsuG5B .items-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sxcWdsuG5B .links-title,
.cid-sxcWdsuG5B .links-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sxcWdsuG5B .link-title {
  text-align: center;
  color: #f3f8fd;
}
.cid-sx1yHfVDkg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .nav-item:focus,
.cid-sx1yHfVDkg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sx1yHfVDkg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link {
    position: relative;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #244065, #041429);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sx1yHfVDkg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx1yHfVDkg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx1yHfVDkg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx1yHfVDkg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sx1yHfVDkg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sx1yHfVDkg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sx1yHfVDkg .navbar.collapsed .right-menu,
.cid-sx1yHfVDkg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show .brand-container,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sx1yHfVDkg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx1yHfVDkg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx1yHfVDkg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sx1yHfVDkg .navbar .right-menu,
  .cid-sx1yHfVDkg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sx1yHfVDkg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx1yHfVDkg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx1yHfVDkg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sx1yHfVDkg .dropdown-item.active,
.cid-sx1yHfVDkg .dropdown-item:active {
  background-color: transparent;
}
.cid-sx1yHfVDkg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx1yHfVDkg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx1yHfVDkg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sx1yHfVDkg .navbar-buttons {
  margin-left: auto;
}
.cid-sx1yHfVDkg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #244065;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg .navbar-dropdown {
  position: fixed;
}
.cid-sx1yHfVDkg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx1yHfVDkg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sx1yHfVDkg .right-menu,
.cid-sx1yHfVDkg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sx1yHfVDkg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #244065;
  padding: 0.5rem 0;
}
.cid-sx1yHfVDkg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sx1yHfVDkg .card-wrapper {
  z-index: 3;
}
.cid-sx1yHfVDkg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slk60xu9zI {
  padding-top: 180px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-slk60xu9zI .container {
  margin-bottom: 15%;
}
.cid-slk60xu9zI .content-container .btn-bgr {
  z-index: 0;
}
.cid-slk60xu9zI .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f3f8fd;
}
.cid-slk60xu9zI .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-slk60xu9zI .box-item:first-child {
  background-color: #041429;
  margin-top: -200px;
}
.cid-slk60xu9zI .box-item:nth-child(2) {
  background-color: #244065;
}
.cid-slk60xu9zI .box-item:last-child {
  background-color: #36404c;
}
.cid-slk60xu9zI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-slk60xu9zI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-slk60xu9zI .box-list li:last-child {
  border-bottom: none;
}
.cid-slk60xu9zI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-slk60xu9zI .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-slk60xu9zI .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-slk60xu9zI .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-slk60xu9zI .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-slk60xu9zI .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-slk60xu9zI .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-slk60xu9zI .mbr-text,
.cid-slk60xu9zI .mbr-section-btn {
  color: #f3f8fd;
  text-align: center;
}
.cid-slk60xu9zI H1 {
  color: #f3f8fd;
  text-align: center;
}
.cid-slk60xu9zI .box-item-text {
  text-align: center;
}
.cid-slk60xu9zI .icon-block-top,
.cid-slk60xu9zI .box-item-title {
  text-align: center;
}
.cid-slk60xu9zI H5 {
  text-align: center;
}
.cid-syqhDhGTp0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syqhDhGTp0 .form-control,
.cid-syqhDhGTp0 .form-control:focus {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-syqhDhGTp0 .form-control:focus,
.cid-syqhDhGTp0 .form-control:focus:focus {
  outline: none;
}
.cid-syqhDhGTp0 input::-webkit-input-placeholder {
  color: #000000;
}
.cid-syqhDhGTp0 input::-moz-placeholder {
  color: #000000;
}
.cid-syqhDhGTp0 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-syqhDhGTp0 textarea::-moz-placeholder {
  color: #000000;
}
.cid-syqhDhGTp0 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-syqhDhGTp0 .form-control {
  margin-bottom: 15px;
}
.cid-syqhDhGTp0 .map {
  width: 100%;
  height: 30rem;
}
.cid-syqhDhGTp0 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-syqhDhGTp0 .mbr-text {
  color: #767676;
}
.cid-syqhDhGTp0 .input-group-btn {
  display: block;
}
.cid-syqhDhGTp0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-syqhDhGTp0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-syqhDhGTp0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-syqhDhGTp0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-syqhDhGTp0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-syqhDhGTp0 .mbr-section-subtitle,
  .cid-syqhDhGTp0 .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-syqhDhGTp0 .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-syqhDhGTp0 .mbr-section-subtitle {
  color: #041429;
}
.cid-sx1yHfVDkg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .nav-item:focus,
.cid-sx1yHfVDkg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sx1yHfVDkg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link {
    position: relative;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #244065, #041429);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sx1yHfVDkg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sx1yHfVDkg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx1yHfVDkg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx1yHfVDkg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx1yHfVDkg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sx1yHfVDkg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sx1yHfVDkg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sx1yHfVDkg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sx1yHfVDkg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx1yHfVDkg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sx1yHfVDkg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sx1yHfVDkg .navbar.collapsed .right-menu,
.cid-sx1yHfVDkg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .navbar-collapse.show .brand-container,
  .cid-sx1yHfVDkg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sx1yHfVDkg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx1yHfVDkg .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-sx1yHfVDkg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx1yHfVDkg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx1yHfVDkg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sx1yHfVDkg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sx1yHfVDkg .navbar .right-menu,
  .cid-sx1yHfVDkg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sx1yHfVDkg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx1yHfVDkg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx1yHfVDkg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx1yHfVDkg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx1yHfVDkg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sx1yHfVDkg .dropdown-item.active,
.cid-sx1yHfVDkg .dropdown-item:active {
  background-color: transparent;
}
.cid-sx1yHfVDkg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx1yHfVDkg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sx1yHfVDkg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx1yHfVDkg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx1yHfVDkg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sx1yHfVDkg .navbar-buttons {
  margin-left: auto;
}
.cid-sx1yHfVDkg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #244065;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sx1yHfVDkg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sx1yHfVDkg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sx1yHfVDkg .navbar-dropdown {
  position: fixed;
}
.cid-sx1yHfVDkg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx1yHfVDkg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sx1yHfVDkg .right-menu,
.cid-sx1yHfVDkg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx1yHfVDkg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sx1yHfVDkg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #244065;
  padding: 0.5rem 0;
}
.cid-sx1yHfVDkg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sx1yHfVDkg .card-wrapper {
  z-index: 3;
}
.cid-sx1yHfVDkg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sx1yHfVDkg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx1yHfVDkg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcUjwdAq0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxcUjwdAq0 section {
  position: relative;
}
.cid-sxcUjwdAq0 h4 {
  margin: 0;
}
.cid-sxcUjwdAq0 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sxcUjwdAq0 a {
  font-weight: 300;
}
.cid-sxcUjwdAq0 .img1 {
  color: #244065;
}
.cid-sxcUjwdAq0 .img2 {
  color: #244065;
}
.cid-sxcUjwdAq0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #244065;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sxcUjwdAq0 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sxcUjwdAq0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sxcUjwdAq0 .item,
.cid-sxcUjwdAq0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sxcUjwdAq0 .item h4,
.cid-sxcUjwdAq0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sxcUjwdAq0 .card-img {
  width: auto;
}
.cid-sxcUjwdAq0 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sxcUjwdAq0 .item {
    justify-content: center;
  }
}
.cid-sxcUjwdAq0 .item-title {
  color: #f3f8fd;
  text-align: center;
}
.cid-sxcUjwdAq0 .text1 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sxcUjwdAq0 H4 {
  text-align: left;
  color: #f3f8fd;
}
.cid-sxcUjwdAq0 .items-title,
.cid-sxcUjwdAq0 .items-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sxcUjwdAq0 .links-title,
.cid-sxcUjwdAq0 .links-title + .line-wrap {
  text-align: center;
  color: #f3f8fd;
}
.cid-sxcUjwdAq0 .link-title {
  text-align: center;
  color: #f3f8fd;
}
