body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.046875rem;
}
.display-7 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d1b2a !important;
}
.bg-success {
  background-color: #34b794 !important;
}
.bg-info {
  background-color: #f24d94 !important;
}
.bg-warning {
  background-color: #e53712 !important;
}
.bg-danger {
  background-color: #ffd6ee !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d1b2a !important;
  border-color: #0d1b2a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010203 !important;
  border-color: #010203 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010203 !important;
  border-color: #010203 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a3ba2 !important;
  border-color: #2a3ba2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f2c79 !important;
  border-color: #1f2c79 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f2c79 !important;
  border-color: #1f2c79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef1d77 !important;
  border-color: #ef1d77 !important;
}
.btn-success,
.btn-success:active {
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #298f74 !important;
  border-color: #298f74 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62c0e !important;
  border-color: #b62c0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd6ee !important;
  border-color: #ffd6ee !important;
  color: #d6007d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ffa3d9 !important;
  border-color: #ffa3d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d6007d !important;
  background-color: #ffa3d9 !important;
  border-color: #ffa3d9 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d1b2a;
  color: #0d1b2a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #0d1b2a !important;
  border-color: #0d1b2a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d1b2a !important;
  border-color: #0d1b2a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a3ba2;
  color: #2a3ba2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #2a3ba2 !important;
  border-color: #2a3ba2 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3ba2 !important;
  border-color: #2a3ba2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f24d94;
  color: #f24d94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f24d94 !important;
  border-color: #f24d94 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #34b794;
  color: #34b794;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #34b794 !important;
  border-color: #34b794 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e53712;
  color: #e53712;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e53712 !important;
  border-color: #e53712 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd6ee;
  color: #ffd6ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6007d !important;
  background-color: #ffd6ee !important;
  border-color: #ffd6ee !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d6007d !important;
  background-color: #ffd6ee !important;
  border-color: #ffd6ee !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #0d1b2a !important;
}
.text-secondary {
  color: #2a3ba2 !important;
}
.text-success {
  color: #34b794 !important;
}
.text-info {
  color: #f24d94 !important;
}
.text-warning {
  color: #e53712 !important;
}
.text-danger {
  color: #ffd6ee !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #151d51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d6854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ca0f5f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #86200b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff70c4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #0d1b2a;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #f24d94;
}
.alert-warning {
  background-color: #e53712;
}
.alert-danger {
  background-color: #ffd6ee;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d1b2a;
  border-color: #0d1b2a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d1b2a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4cde8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8cdec8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd1c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #0d1b2a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d1b2a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d1b2a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d1b2a;
  border-bottom-color: #0d1b2a;
}
.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: #0d1b2a !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: #2a3ba2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230d1b2a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.4s;
}
.cid-sa6nSF5W0u {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #0d1b2a;
}
@media (min-width: 991px) {
  .cid-sa6nSF5W0u {
    min-height: 170px !important;
  }
}
.cid-sa6nSF5W0u .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .empty_md {
    display: block;
  }
}
.cid-sa6nSF5W0u .container,
.cid-sa6nSF5W0u .container-fluid,
.cid-sa6nSF5W0u .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa6nSF5W0u .container,
  .cid-sa6nSF5W0u .container-fluid,
  .cid-sa6nSF5W0u .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa6nSF5W0u .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa6nSF5W0u .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa6nSF5W0u .navbar-caption:hover {
  color: #2a3ba2 !important;
}
.cid-sa6nSF5W0u .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa6nSF5W0u .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232226;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa6nSF5W0u .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa6nSF5W0u .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper:hover {
    background: #232226;
  }
  .cid-sa6nSF5W0u .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa6nSF5W0u .empty,
  .cid-sa6nSF5W0u .icons-menu {
    min-width: 265px;
  }
  .cid-sa6nSF5W0u .navbar-logo {
    margin: 0;
  }
  .cid-sa6nSF5W0u .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa6nSF5W0u .btn {
    white-space: nowrap;
  }
  .cid-sa6nSF5W0u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa6nSF5W0u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa6nSF5W0u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa6nSF5W0u .dropdown-toggle::after,
  .cid-sa6nSF5W0u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa6nSF5W0u .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa6nSF5W0u .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u .dropdown-menu .dropdown-item:hover {
  color: #0d1b2a !important;
  background-color: #f8f8f8;
}
.cid-sa6nSF5W0u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa6nSF5W0u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa6nSF5W0u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa6nSF5W0u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa6nSF5W0u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa6nSF5W0u .nav-item:focus,
.cid-sa6nSF5W0u .nav-link:focus {
  outline: none;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa6nSF5W0u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa6nSF5W0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa6nSF5W0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa6nSF5W0u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa6nSF5W0u ul.navbar-nav li {
  margin: auto;
}
.cid-sa6nSF5W0u .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #0d1b2a;
}
.cid-sa6nSF5W0u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #0d1b2a !important;
}
.cid-sa6nSF5W0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa6nSF5W0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa6nSF5W0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa6nSF5W0u .navbar.collapsed.opened {
    min-height: 120px;
  }
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa6nSF5W0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa6nSF5W0u .navbar .icons-menu,
  .cid-sa6nSF5W0u .navbar .empty {
    display: none;
  }
  .cid-sa6nSF5W0u .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa6nSF5W0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa6nSF5W0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa6nSF5W0u .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa6nSF5W0u .navbar .container-fluid,
  .cid-sa6nSF5W0u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa6nSF5W0u .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-sa6nSF5W0u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa6nSF5W0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa6nSF5W0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa6nSF5W0u .navbar.navbar-short {
  background: #0d1b2a !important;
  min-height: 90px;
}
.cid-sa6nSF5W0u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa6nSF5W0u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa6nSF5W0u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa6nSF5W0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa6nSF5W0u .dropdown-item.active,
.cid-sa6nSF5W0u .dropdown-item:active {
  background-color: transparent;
}
.cid-sa6nSF5W0u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa6nSF5W0u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa6nSF5W0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1b2a;
}
.cid-sa6nSF5W0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa6nSF5W0u .navbar-buttons {
  text-align: center;
}
.cid-sa6nSF5W0u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232226;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa6nSF5W0u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa6nSF5W0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa6nSF5W0u .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sa6nSF5W0u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa6nSF5W0u a.nav-link:hover {
  color: #2a3ba2 !important;
}
.is-builder .cid-sa6nSF5W0u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa6nSF5W0u .navbar {
    height: 77px;
  }
  .cid-sa6nSF5W0u .navbar.opened {
    height: auto;
  }
  .cid-sa6nSF5W0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa6pdusY2m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0d1b2a;
}
.cid-sa6pdusY2m .pos_rel {
  position: relative;
}
.cid-sa6pdusY2m .main_section_title {
  display: flex;
}
.cid-sa6pdusY2m .main_title {
  padding: 0 8.333%;
}
.cid-sa6pdusY2m .empty_content {
  width: 117%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sa6pdusY2m .card_title {
    font-size: 2rem;
  }
}
.cid-sa6pdusY2m .text-wrapper {
  width: 78%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-sa6pdusY2m .text-wrapper:hover .card_title a {
  color: #2a3ba2 !important;
}
.cid-sa6pdusY2m .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6pdusY2m .block-content,
.cid-sa6pdusY2m .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-sa6pdusY2m .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-sa6pdusY2m .block-content {
  display: flex;
  align-items: center;
}
.cid-sa6pdusY2m .image-wrapper,
.cid-sa6pdusY2m img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-sa6pdusY2m .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #d5d9f3;
}
.cid-sa6pdusY2m .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6pdusY2m .mbr-section-btn .btn-secondary-outline:hover,
.cid-sa6pdusY2m .mbr-section-btn .btn-secondary-outline .active,
.cid-sa6pdusY2m .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
@media (max-width: 991px) {
  .cid-sa6pdusY2m .block-content {
    flex-direction: column;
  }
  .cid-sa6pdusY2m .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-sa6pdusY2m .empty_content {
    display: none;
  }
  .cid-sa6pdusY2m .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sa6pdusY2m .text-wrapper,
  .cid-sa6pdusY2m .main_title {
    padding: 30px 1rem;
  }
}
.cid-sa6pdusY2m .mbr-section-title {
  color: #d5d9f3;
}
.cid-sa6pdusY2m .card_subtitle {
  color: #232226;
}
.cid-sa6pdusY2m .mbr-text,
.cid-sa6pdusY2m .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-sa6tROvFNm {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-sa6tROvFNm .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #010a44;
}
.cid-sa6tROvFNm .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #232226;
}
.cid-sa6tROvFNm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sa6tROvFNm .mbr-section-btn .btn-secondary-outline:hover,
.cid-sa6tROvFNm .mbr-section-btn .btn-secondary-outline .active,
.cid-sa6tROvFNm .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-sa6tROvFNm .content_block:hover .mbr-section-subtitle a {
  color: #2a3ba2 !important;
}
@media (max-width: 767px) {
  .cid-sa6tROvFNm .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.cid-sa6tROvFNm .mbr-text,
.cid-sa6tROvFNm .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-sa6tROvFNm .card_text {
  color: #232226;
}
.cid-umF0UonLqE {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d5d9f3;
}
.cid-umF0UonLqE .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #0d1b2a;
}
.cid-umF0UonLqE .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #2a3ba2;
}
.cid-umF0UonLqE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-umF0UonLqE .mbr-section-btn .btn-secondary-outline:hover,
.cid-umF0UonLqE .mbr-section-btn .btn-secondary-outline .active,
.cid-umF0UonLqE .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-umF0UonLqE .content_block:hover .mbr-section-subtitle a {
  color: #2a3ba2 !important;
}
@media (max-width: 767px) {
  .cid-umF0UonLqE .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.cid-umF0UonLqE .mbr-text,
.cid-umF0UonLqE .mbr-section-btn {
  color: #2a3ba2;
  text-align: left;
}
.cid-umF0UonLqE .card_text {
  color: #232226;
}
.cid-unbTQZ68ig {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unbTQZ68ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-unbTQZ68ig .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-unbTQZ68ig .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #f2f3e9;
  z-index: -1;
}
.cid-unbTQZ68ig img {
  border-radius: 1rem;
}
.cid-unbTQZ68ig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unbTQZ68ig .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unbTQZ68ig .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unbTQZ68ig .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unbTQZ68ig .mbr-section-title {
  color: #2a3ba2;
  text-align: center;
}
.cid-unbTQZ68ig .mbr-section-subtitle,
.cid-unbTQZ68ig .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-unbTQZ68ig .mbr-text,
.cid-unbTQZ68ig .mbr-section-btn {
  color: #2a3ba2;
  text-align: center;
}
.cid-uKs7mDrboC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKs7mDrboC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKs7mDrboC .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKs7mDrboC .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #f2f3e9;
  z-index: -1;
}
.cid-uKs7mDrboC img {
  border-radius: 1rem;
}
.cid-uKs7mDrboC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKs7mDrboC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKs7mDrboC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKs7mDrboC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKs7mDrboC .mbr-section-title {
  color: #e53712;
  text-align: center;
}
.cid-uKs7mDrboC .mbr-section-subtitle,
.cid-uKs7mDrboC .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uKs7mDrboC .mbr-text,
.cid-uKs7mDrboC .mbr-section-btn {
  color: #e53712;
  text-align: center;
}
.cid-uKrZzdz3Tk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKrZzdz3Tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrZzdz3Tk .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uKrZzdz3Tk .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #f2f3e9;
  z-index: -1;
}
.cid-uKrZzdz3Tk img {
  border-radius: 1rem;
}
.cid-uKrZzdz3Tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrZzdz3Tk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKrZzdz3Tk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKrZzdz3Tk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKrZzdz3Tk .mbr-section-title {
  color: #408975;
  text-align: center;
}
.cid-uKrZzdz3Tk .mbr-section-subtitle,
.cid-uKrZzdz3Tk .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uKrZzdz3Tk .mbr-text,
.cid-uKrZzdz3Tk .mbr-section-btn {
  color: #408975;
  text-align: center;
}
.cid-umUdli5Lwa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umUdli5Lwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUdli5Lwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUdli5Lwa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-umUdli5Lwa .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umUdli5Lwa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umUdli5Lwa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umUdli5Lwa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-umUdli5Lwa .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-umUdli5Lwa .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-umUdli5Lwa .item:nth-child(3n) {
  margin-top: 0;
}
.cid-umUdli5Lwa .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-umUdli5Lwa .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-umUdli5Lwa .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #d5d9f3;
  background-color: #d5d9f3;
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-umUdli5Lwa .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-umUdli5Lwa .mbr-section-title {
  color: #010a44;
  text-align: center;
}
.cid-umUdli5Lwa .mbr-text,
.cid-umUdli5Lwa .text-wrapper {
  color: #010a44;
  text-align: center;
}
.cid-umUdli5Lwa .mbr-desc,
.cid-umUdli5Lwa .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umUdli5Lwa .item-title {
  color: #010a44;
}
.cid-umUdli5Lwa .item-text {
  color: #010a44;
}
.cid-un9sunem8F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-un9sunem8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-un9sunem8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un9sunem8F .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-un9sunem8F .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-un9sunem8F .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-un9sunem8F .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-un9sunem8F .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-un9sunem8F .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-un9sunem8F .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-un9sunem8F .item:nth-child(3n) {
  margin-top: 0;
}
.cid-un9sunem8F .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-un9sunem8F .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-un9sunem8F .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-un9sunem8F .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-un9sunem8F .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-un9sunem8F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-un9sunem8F .mbr-text,
.cid-un9sunem8F .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-un9sunem8F .mbr-desc,
.cid-un9sunem8F .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-un9sunem8F .item-title {
  color: #010a44;
}
.cid-un9sunem8F .item-text {
  color: #010a44;
}
.cid-uncXQzgL0Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uncXQzgL0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncXQzgL0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncXQzgL0Z li {
  padding-bottom: 0.3rem;
}
.cid-uncXQzgL0Z h5 {
  padding-bottom: 1rem;
}
.cid-uncXQzgL0Z .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uncXQzgL0Z .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uncXQzgL0Z .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uncXQzgL0Z .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uncXQzgL0Z .list {
  list-style: none;
  padding-left: 0;
  color: #010a44;
}
@media (max-width: 991px) {
  .cid-uncXQzgL0Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uncXQzgL0Z .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uncXQzgL0Z .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uncXQzgL0Z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uncXQzgL0Z .copyright {
  color: #000000;
}
.cid-uncXQzgL0Z .mbr-section-subtitle {
  color: #4e423d;
}
.cid-sa6vGT8lx1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0d1b2a;
}
.cid-sa6vGT8lx1 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6vGT8lx1 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6vGT8lx1 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #ffffff;
}
.cid-sa6vGT8lx1 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
  color: #ffffff;
}
.cid-sa6vGT8lx1 .footer_items a:hover {
  color: #2a3ba2 !important;
}
.cid-sa6vGT8lx1 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sa6vGT8lx1 .privacy {
    text-align: left;
  }
}
.cid-sa6vGT8lx1 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6vGT8lx1 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4a56a2;
}
@media (max-width: 767px) {
  .cid-sa6vGT8lx1 .divider {
    margin: 20px 0;
  }
  .cid-sa6vGT8lx1 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6vGT8lx1 .footer_wrap img {
    margin: auto;
  }
  .cid-sa6vGT8lx1 .privacy {
    text-align: center;
  }
}
.cid-uq0IWPYE6T {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #0d1b2a;
}
@media (min-width: 991px) {
  .cid-uq0IWPYE6T {
    min-height: 170px !important;
  }
}
.cid-uq0IWPYE6T .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-uq0IWPYE6T .empty_md {
    display: block;
  }
}
.cid-uq0IWPYE6T .container,
.cid-uq0IWPYE6T .container-fluid,
.cid-uq0IWPYE6T .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-uq0IWPYE6T .container,
  .cid-uq0IWPYE6T .container-fluid,
  .cid-uq0IWPYE6T .empty_md {
    min-height: 170px !important;
  }
}
.cid-uq0IWPYE6T .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-uq0IWPYE6T .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uq0IWPYE6T .top_menu {
    min-height: 110px !important;
  }
}
.cid-uq0IWPYE6T .navbar-caption:hover {
  color: #2a3ba2 !important;
}
.cid-uq0IWPYE6T .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uq0IWPYE6T .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-uq0IWPYE6T .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #232226;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-uq0IWPYE6T .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-uq0IWPYE6T .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-uq0IWPYE6T .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-uq0IWPYE6T .icons-menu .icons-wrapper:hover {
    background: #232226;
  }
  .cid-uq0IWPYE6T .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-uq0IWPYE6T .empty,
  .cid-uq0IWPYE6T .icons-menu {
    min-width: 265px;
  }
  .cid-uq0IWPYE6T .navbar-logo {
    margin: 0;
  }
  .cid-uq0IWPYE6T .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-uq0IWPYE6T .btn {
    white-space: nowrap;
  }
  .cid-uq0IWPYE6T .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uq0IWPYE6T .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uq0IWPYE6T .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uq0IWPYE6T .dropdown-toggle::after,
  .cid-uq0IWPYE6T .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uq0IWPYE6T .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-uq0IWPYE6T .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uq0IWPYE6T .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-uq0IWPYE6T .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uq0IWPYE6T .dropdown-menu .dropdown-item:hover {
  color: #0d1b2a !important;
  background-color: #f8f8f8;
}
.cid-uq0IWPYE6T .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-uq0IWPYE6T .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uq0IWPYE6T .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uq0IWPYE6T .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uq0IWPYE6T .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uq0IWPYE6T .nav-item:focus,
.cid-uq0IWPYE6T .nav-link:focus {
  outline: none;
}
.cid-uq0IWPYE6T .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uq0IWPYE6T .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uq0IWPYE6T .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uq0IWPYE6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq0IWPYE6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uq0IWPYE6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq0IWPYE6T ul.navbar-nav li {
  margin: auto;
}
.cid-uq0IWPYE6T .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #0d1b2a;
}
.cid-uq0IWPYE6T .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #0d1b2a !important;
}
.cid-uq0IWPYE6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uq0IWPYE6T .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-uq0IWPYE6T .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-uq0IWPYE6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq0IWPYE6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq0IWPYE6T .navbar.collapsed.opened {
    min-height: 120px;
  }
}
.cid-uq0IWPYE6T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uq0IWPYE6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq0IWPYE6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uq0IWPYE6T .navbar .icons-menu,
  .cid-uq0IWPYE6T .navbar .empty {
    display: none;
  }
  .cid-uq0IWPYE6T .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-uq0IWPYE6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq0IWPYE6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq0IWPYE6T .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-uq0IWPYE6T .navbar .container-fluid,
  .cid-uq0IWPYE6T .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uq0IWPYE6T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uq0IWPYE6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq0IWPYE6T .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .cid-uq0IWPYE6T .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uq0IWPYE6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-uq0IWPYE6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uq0IWPYE6T .navbar.navbar-short {
  background: #0d1b2a !important;
  min-height: 90px;
}
.cid-uq0IWPYE6T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uq0IWPYE6T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uq0IWPYE6T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq0IWPYE6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq0IWPYE6T .dropdown-item.active,
.cid-uq0IWPYE6T .dropdown-item:active {
  background-color: transparent;
}
.cid-uq0IWPYE6T .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq0IWPYE6T .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uq0IWPYE6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1b2a;
}
.cid-uq0IWPYE6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uq0IWPYE6T .navbar-buttons {
  text-align: center;
}
.cid-uq0IWPYE6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uq0IWPYE6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232226;
}
.cid-uq0IWPYE6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq0IWPYE6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq0IWPYE6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq0IWPYE6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq0IWPYE6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq0IWPYE6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq0IWPYE6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq0IWPYE6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq0IWPYE6T .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uq0IWPYE6T a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uq0IWPYE6T a.nav-link:hover {
  color: #2a3ba2 !important;
}
.is-builder .cid-uq0IWPYE6T .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq0IWPYE6T .navbar {
    height: 77px;
  }
  .cid-uq0IWPYE6T .navbar.opened {
    height: auto;
  }
  .cid-uq0IWPYE6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq0IWQmuVR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #99a5ef;
}
.cid-uq0IWQmuVR .pos_rel {
  position: relative;
}
.cid-uq0IWQmuVR .main_section_title {
  display: flex;
}
.cid-uq0IWQmuVR .main_title {
  padding: 0 8.333%;
}
.cid-uq0IWQmuVR .empty_content {
  width: 117%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uq0IWQmuVR .card_title {
    font-size: 2rem;
  }
}
.cid-uq0IWQmuVR .text-wrapper {
  width: 78%;
  background: #ffffff;
  padding: 90px 1rem;
  height: 70vh;
}
@media (min-width: 1550px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-right: 8.333%;
    padding-left: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-right: 3%;
    padding-left: calc(3% + 16px);
  }
}
.cid-uq0IWQmuVR .text-wrapper:hover .card_title a {
  color: #2a3ba2 !important;
}
.cid-uq0IWQmuVR .text-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWQmuVR .block-content,
.cid-uq0IWQmuVR .main_section_title {
  flex-direction: row-reverse;
}
@media (min-width: 1550px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(15% + 16px);
  }
}
@media (max-width: 1549px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-left: 8.333%;
    padding-right: calc(8% + 16px);
  }
}
@media (max-width: 1250px) {
  .cid-uq0IWQmuVR .text-wrapper {
    padding-left: 3%;
    padding-right: calc(3% + 16px);
  }
}
.cid-uq0IWQmuVR .block-content {
  display: flex;
  align-items: center;
}
.cid-uq0IWQmuVR .image-wrapper,
.cid-uq0IWQmuVR img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cid-uq0IWQmuVR .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #232226;
}
.cid-uq0IWQmuVR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWQmuVR .mbr-section-btn .btn-secondary-outline:hover,
.cid-uq0IWQmuVR .mbr-section-btn .btn-secondary-outline .active,
.cid-uq0IWQmuVR .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
@media (max-width: 991px) {
  .cid-uq0IWQmuVR .block-content {
    flex-direction: column;
  }
  .cid-uq0IWQmuVR .text-wrapper {
    order: 2;
    width: 100%;
    padding: 40px;
    height: auto;
  }
  .cid-uq0IWQmuVR .empty_content {
    display: none;
  }
  .cid-uq0IWQmuVR .main_title {
    padding: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uq0IWQmuVR .text-wrapper,
  .cid-uq0IWQmuVR .main_title {
    padding: 30px 1rem;
  }
}
.cid-uq0IWQmuVR .mbr-section-title {
  color: #232226;
}
.cid-uq0IWQmuVR .card_subtitle {
  color: #232226;
}
.cid-uq0IWQmuVR .mbr-text,
.cid-uq0IWQmuVR .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-uq0IWQy1am {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uq0IWQy1am .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #010a44;
}
.cid-uq0IWQy1am .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #232226;
}
.cid-uq0IWQy1am .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWQy1am .mbr-section-btn .btn-secondary-outline:hover,
.cid-uq0IWQy1am .mbr-section-btn .btn-secondary-outline .active,
.cid-uq0IWQy1am .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-uq0IWQy1am .content_block:hover .mbr-section-subtitle a {
  color: #2a3ba2 !important;
}
@media (max-width: 767px) {
  .cid-uq0IWQy1am .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.cid-uq0IWQy1am .mbr-text,
.cid-uq0IWQy1am .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-uq0IWQy1am .card_text {
  color: #232226;
}
.cid-uq0IWQOGXk {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uq0IWQOGXk .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #010a44;
}
.cid-uq0IWQOGXk .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #232226;
}
.cid-uq0IWQOGXk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWQOGXk .mbr-section-btn .btn-secondary-outline:hover,
.cid-uq0IWQOGXk .mbr-section-btn .btn-secondary-outline .active,
.cid-uq0IWQOGXk .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-uq0IWQOGXk .content_block:hover .mbr-section-subtitle a {
  color: #2a3ba2 !important;
}
@media (max-width: 767px) {
  .cid-uq0IWQOGXk .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.cid-uq0IWQOGXk .mbr-text,
.cid-uq0IWQOGXk .mbr-section-btn {
  color: #232226;
  text-align: left;
}
.cid-uq0IWQOGXk .card_text {
  color: #232226;
}
.cid-uq0IWR5XtN {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uq0IWR5XtN .mbr-text,
.cid-uq0IWR5XtN .mbr-section-btn {
  color: #4d4c4c;
}
.cid-uq0IWR5XtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWR5XtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWRfDoe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq0IWRfDoe .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uq0IWRfDoe .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uq0IWRfDoe .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uq0IWRfDoe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uq0IWRfDoe .item:hover .mbr-section-title a {
  color: #2a3ba2 !important;
}
.cid-uq0IWRfDoe .mbr-section-title,
.cid-uq0IWRfDoe .card_topic,
.cid-uq0IWRfDoe .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uq0IWRfDoe .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-uq0IWRfDoe .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uq0IWRfDoe .card_post {
    margin-top: 15px;
  }
}
.cid-uq0IWRfDoe .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uq0IWRfDoe .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uq0IWRfDoe .category_content,
.cid-uq0IWRfDoe .date,
.cid-uq0IWRfDoe .name_author {
  opacity: .8;
}
.cid-uq0IWRfDoe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #2a3ba2;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uq0IWRfDoe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWRfDoe .mbr-section-btn .btn-secondary-outline:hover,
.cid-uq0IWRfDoe .mbr-section-btn .btn-secondary-outline .active,
.cid-uq0IWRfDoe .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-uq0IWRfDoe .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uq0IWRfDoe .item-img {
    margin-bottom: 20px;
  }
}
.cid-uq0IWRfDoe img,
.cid-uq0IWRfDoe .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uq0IWRfDoe .item:focus,
.cid-uq0IWRfDoe span:focus {
  outline: none;
}
.cid-uq0IWRfDoe .category_content,
.cid-uq0IWRfDoe .card_topic {
  color: #232226;
}
.cid-uq0IWRfDoe .mbr-text,
.cid-uq0IWRfDoe .mbr-section-btn {
  color: #232226;
}
.cid-uq0IWRfDoe .date {
  color: #4200ff;
}
.cid-uq0IWRfDoe .name_author {
  color: #4200ff;
}
.cid-uq0IWRfDoe .publish_date {
  text-align: left;
}
.cid-uq0IWRI4aU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq0IWRI4aU .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uq0IWRI4aU .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uq0IWRI4aU .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uq0IWRI4aU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uq0IWRI4aU .item:hover .mbr-section-title a {
  color: #2a3ba2 !important;
}
.cid-uq0IWRI4aU .mbr-section-title,
.cid-uq0IWRI4aU .card_topic,
.cid-uq0IWRI4aU .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uq0IWRI4aU .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-uq0IWRI4aU .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uq0IWRI4aU .card_post {
    margin-top: 15px;
  }
}
.cid-uq0IWRI4aU .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uq0IWRI4aU .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uq0IWRI4aU .category_content,
.cid-uq0IWRI4aU .date,
.cid-uq0IWRI4aU .name_author {
  opacity: .8;
}
.cid-uq0IWRI4aU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #2a3ba2;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uq0IWRI4aU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uq0IWRI4aU .mbr-section-btn .btn-secondary-outline:hover,
.cid-uq0IWRI4aU .mbr-section-btn .btn-secondary-outline .active,
.cid-uq0IWRI4aU .mbr-section-btn .btn-secondary-outline:focus {
  color: #0d1b2a !important;
}
.cid-uq0IWRI4aU .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uq0IWRI4aU .item-img {
    margin-bottom: 20px;
  }
}
.cid-uq0IWRI4aU img,
.cid-uq0IWRI4aU .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uq0IWRI4aU .item:focus,
.cid-uq0IWRI4aU span:focus {
  outline: none;
}
.cid-uq0IWRI4aU .category_content,
.cid-uq0IWRI4aU .card_topic {
  color: #232226;
}
.cid-uq0IWRI4aU .mbr-text,
.cid-uq0IWRI4aU .mbr-section-btn {
  color: #232226;
}
.cid-uq0IWRI4aU .date {
  color: #4200ff;
}
.cid-uq0IWRI4aU .name_author {
  color: #4200ff;
}
.cid-uq0IWRI4aU .publish_date {
  text-align: left;
}
.cid-uq0IWSbcZU {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f6f4d9;
}
.cid-uq0IWSbcZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWSbcZU .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uq0IWSbcZU .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #f2f3e9;
  z-index: -1;
}
.cid-uq0IWSbcZU img {
  border-radius: 1rem;
}
.cid-uq0IWSbcZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWSbcZU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq0IWSbcZU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uq0IWSbcZU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq0IWSbcZU .mbr-section-title {
  color: #0a1c44;
  text-align: center;
}
.cid-uq0IWSbcZU .mbr-section-subtitle,
.cid-uq0IWSbcZU .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-uq0IWSbcZU .mbr-text,
.cid-uq0IWSbcZU .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-uq0IWSoCNO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f4d9;
}
.cid-uq0IWSoCNO .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uq0IWSoCNO .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uq0IWSoCNO .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uq0IWSoCNO .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uq0IWSoCNO .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uq0IWSoCNO .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uq0IWSoCNO .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uq0IWSoCNO .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uq0IWSoCNO .mbr-figure {
    width: 100% !important;
  }
  .cid-uq0IWSoCNO .menu-item {
    flex-direction: column;
  }
  .cid-uq0IWSoCNO img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uq0IWSoCNO .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uq0IWSoCNO .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uq0IWSoCNO .special-label {
  color: #fff;
}
.cid-uq0IWSoCNO .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uq0IWSoCNO .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uq0IWSoCNO .menu-row {
  margin: 0;
}
.cid-uq0IWSoCNO .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uq0IWSoCNO .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uq0IWSoCNO .group-title,
.cid-uq0IWSoCNO .align-wrap {
  text-align: left;
}
.cid-uq0IWSoCNO SPAN {
  color: #89b758;
}
.cid-uq0IWSoCNO .item-title {
  color: #808080;
}
.cid-uq0IWSoCNO H4 {
  color: #89b758;
}
.cid-uq0IWSoCNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWSoCNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWSXxI7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uq0IWSXxI7 img,
.cid-uq0IWSXxI7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uq0IWSXxI7 .item:focus,
.cid-uq0IWSXxI7 span:focus {
  outline: none;
}
.cid-uq0IWSXxI7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uq0IWSXxI7 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-uq0IWSXxI7 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uq0IWSXxI7 .item-img {
    padding: 1rem;
  }
}
.cid-uq0IWSXxI7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uq0IWSXxI7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uq0IWSXxI7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq0IWSXxI7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uq0IWSXxI7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uq0IWSXxI7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uq0IWSXxI7 .mbr-section-title {
  color: #232323;
}
.cid-uq0IWSXxI7 .mbr-text,
.cid-uq0IWSXxI7 .mbr-section-btn {
  text-align: center;
}
.cid-uq0IWSXxI7 .item-title {
  text-align: center;
}
.cid-uq0IWSXxI7 .item-subtitle {
  text-align: center;
}
.cid-uq0IWTaWQ0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ddd6d6;
}
.cid-uq0IWTaWQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWTaWQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWTaWQ0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uq0IWTaWQ0 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uq0IWTaWQ0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uq0IWTaWQ0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uq0IWTaWQ0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uq0IWTaWQ0 .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uq0IWTaWQ0 .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uq0IWTaWQ0 .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uq0IWTaWQ0 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uq0IWTaWQ0 .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uq0IWTaWQ0 .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uq0IWTaWQ0 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uq0IWTaWQ0 .mbr-section-title {
  color: #010a44;
  text-align: center;
}
.cid-uq0IWTaWQ0 .mbr-text,
.cid-uq0IWTaWQ0 .text-wrapper {
  color: #010a44;
  text-align: center;
}
.cid-uq0IWTaWQ0 .mbr-desc,
.cid-uq0IWTaWQ0 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uq0IWTaWQ0 .item-title {
  color: #010a44;
}
.cid-uq0IWTaWQ0 .item-text {
  color: #010a44;
}
.cid-uq0IWTrl84 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ddd6d6;
}
.cid-uq0IWTrl84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWTrl84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWTrl84 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uq0IWTrl84 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uq0IWTrl84 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uq0IWTrl84 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uq0IWTrl84 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uq0IWTrl84 .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uq0IWTrl84 .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uq0IWTrl84 .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uq0IWTrl84 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uq0IWTrl84 .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uq0IWTrl84 .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uq0IWTrl84 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uq0IWTrl84 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq0IWTrl84 .mbr-text,
.cid-uq0IWTrl84 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uq0IWTrl84 .mbr-desc,
.cid-uq0IWTrl84 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uq0IWTrl84 .item-title {
  color: #010a44;
}
.cid-uq0IWTrl84 .item-text {
  color: #010a44;
}
.cid-uq0IWTJJiA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uq0IWTJJiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0IWTJJiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0IWTJJiA li {
  padding-bottom: 0.3rem;
}
.cid-uq0IWTJJiA h5 {
  padding-bottom: 1rem;
}
.cid-uq0IWTJJiA .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uq0IWTJJiA .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uq0IWTJJiA .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uq0IWTJJiA .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uq0IWTJJiA .list {
  list-style: none;
  padding-left: 0;
  color: #010a44;
}
@media (max-width: 991px) {
  .cid-uq0IWTJJiA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uq0IWTJJiA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uq0IWTJJiA .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uq0IWTJJiA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uq0IWTJJiA .copyright {
  color: #000000;
}
.cid-uq0IWTJJiA .mbr-section-subtitle {
  color: #4e423d;
}
.cid-uq0IWU2Smj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0d1b2a;
}
.cid-uq0IWU2Smj .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uq0IWU2Smj .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-uq0IWU2Smj .footer_title {
  margin-bottom: 15px;
  opacity: .8;
  color: #ffffff;
}
.cid-uq0IWU2Smj .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
  color: #ffffff;
}
.cid-uq0IWU2Smj .footer_items a:hover {
  color: #2a3ba2 !important;
}
.cid-uq0IWU2Smj .privacy {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uq0IWU2Smj .privacy {
    text-align: left;
  }
}
.cid-uq0IWU2Smj .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uq0IWU2Smj .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4a56a2;
}
@media (max-width: 767px) {
  .cid-uq0IWU2Smj .divider {
    margin: 20px 0;
  }
  .cid-uq0IWU2Smj .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-uq0IWU2Smj .footer_wrap img {
    margin: auto;
  }
  .cid-uq0IWU2Smj .privacy {
    text-align: center;
  }
}
