body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.15rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #00123a !important;
}
.bg-success {
  background-color: #cf6b07 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #00123a !important;
  border-color: #00123a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #09155e !important;
  border-color: #09155e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #020518 !important;
  border-color: #020518 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020518 !important;
  border-color: #020518 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #cf6b07 !important;
  border-color: #cf6b07 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #854504 !important;
  border-color: #854504 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #854504 !important;
  border-color: #854504 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #00123a;
  border-color: #00123a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00123a !important;
  border-color: #00123a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000001;
  color: #000001;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #09155e;
  border-color: #09155e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #09155e !important;
  border-color: #09155e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #6c3804;
  color: #6c3804;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #cf6b07;
  border-color: #cf6b07;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cf6b07 !important;
  border-color: #cf6b07 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !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: #00123a !important;
}
.text-secondary {
  color: #09155e !important;
}
.text-success {
  color: #cf6b07 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6c3804 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.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: #00123a;
  border-color: #00123a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00123a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2166ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcd1a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #00123a;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #00123a !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00123a;
  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: #00123a;
  border-bottom-color: #00123a;
}
.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: #00123a !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: #09155e !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='%2300123a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzHbmdsnLL .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-rzHbmdsnLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzHbmdsnLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown-item {
  padding: 0;
}
.cid-rzHbmdsnLL .dropdown-item,
.cid-rzHbmdsnLL .nav-link,
.cid-rzHbmdsnLL .brand-name {
  font-style: normal;
}
.cid-rzHbmdsnLL .dropdown-item:hover,
.cid-rzHbmdsnLL .nav-link:hover,
.cid-rzHbmdsnLL .brand-name:hover {
  color: #00123a !important;
}
.cid-rzHbmdsnLL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbmdsnLL .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-rzHbmdsnLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzHbmdsnLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzHbmdsnLL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .content-text {
  margin-bottom: 0;
}
.cid-rzHbmdsnLL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzHbmdsnLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzHbmdsnLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzHbmdsnLL .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-rzHbmdsnLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbmdsnLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzHbmdsnLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzHbmdsnLL .content-right-side {
  text-align: center;
}
.cid-rzHbmdsnLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzHbmdsnLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzHbmdsnLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzHbmdsnLL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzHbmdsnLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzHbmdsnLL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzHbmdsnLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzHbmdsnLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzHbmdsnLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzHbmdsnLL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzHbmdsnLL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzHbmdsnLL .navbar-toggler {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzHbmdsnLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzHbmdsnLL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHbmdsnLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzHbmdsnLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzHbmdsnLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzHbmdsnLL button.navbar-toggler:focus {
  outline: none;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .btn {
  display: flex;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzHbmdsnLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzHbmdsnLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rzHbmdsnLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rzHbmdsnLL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzHbmdsnLL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing,
  .cid-rzHbmdsnLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzHbmdsnLL img {
    height: 3.8rem !important;
  }
  .cid-rzHbmdsnLL .btn {
    display: flex;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    display: block;
  }
  .cid-rzHbmdsnLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzHbmdsnLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzHbmdsnLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzHbmdsnLL .nav-link:focus {
  outline: none;
}
.cid-rzHbmdsnLL .navbar-toggler {
  position: relative;
}
.cid-rzHbmdsnLL .dropdown-item.active,
.cid-rzHbmdsnLL .dropdown-item:active {
  color: initial;
}
.cid-rzHbmdsnLL .widget-title,
.cid-rzHbmdsnLL .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-rzHbmdsnLL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzHbmdsnLL .menu-logo {
    display: block;
  }
  .cid-rzHbmdsnLL .navbar {
    padding: 0;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-rzHbmdsnLL .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-rzHblRSFlI {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #00123a;
}
.cid-rzHblRSFlI .container-fluid {
  padding: 0;
}
.cid-rzHblRSFlI img {
  width: 100%;
}
.cid-rzHblRSFlI .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rzHblRSFlI .content {
    padding: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rzHblRSFlI .cid-rzHblRSFlI {
    padding-top: 74px !important;
  }
}
.cid-rzHblRSFlI .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rzHblRSFlI .img-col {
  padding: 0;
  margin: auto;
}
.cid-v2r6jUw9Cj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2r6jUw9Cj .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2r6jUw9Cj .card-box {
  width: 100%;
}
.cid-v2r6jUw9Cj .card-img {
  padding: 1rem;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-v2r6jUw9Cj .card-img span {
  color: #0a1c44;
  font-size: 3rem;
}
.cid-v2r6jUw9Cj .mbr-text {
  color: #656565;
}
.cid-v2r6jUw9Cj p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-v2r6jUw9Cj .card {
    margin-bottom: 2rem;
  }
}
.cid-v2r6jUw9Cj .card-title,
.cid-v2r6jUw9Cj .card-img {
  color: #09155e;
  text-align: center;
}
.cid-v2r6jUw9Cj .mbr-section-title {
  text-align: center;
}
.cid-v2r6jUw9Cj .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-v2r6jUw9Cj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v2r6jUw9Cj .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-v2r6jUw9Cj .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-v2r6jUw9Cj .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-v2r6jUw9Cj .mbr-section-title,
.cid-v2r6jUw9Cj .line-wrap {
  text-align: center;
  color: #09155e;
}
.cid-v2r6jUw9Cj .mbr-text,
.cid-v2r6jUw9Cj .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-v2r6jUw9Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2r6jUw9Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzHbtpSaHT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzHbtpSaHT img {
  width: 100%;
}
.cid-rzHbtpSaHT p {
  line-height: 1.6;
}
.cid-rzHbtpSaHT .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbtpSaHT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzHbtpSaHT .mbr-text,
.cid-rzHbtpSaHT .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rzHbtpSaHT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbtpSaHT .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzHbtpSaHT .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzHbtpSaHT .mbr-section-title,
.cid-rzHbtpSaHT .line-wrap {
  text-align: left;
  color: #09155e;
}
@media (max-width: 992px) {
  .cid-rzHbtpSaHT .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-v2qHbmfOC5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2qHbmfOC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2qHbmfOC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2qHbmfOC5 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2qHbmfOC5 .content-wrapper::before,
.cid-v2qHbmfOC5 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2qHbmfOC5 .content-wrapper::before {
  left: 0;
}
.cid-v2qHbmfOC5 .content-wrapper::after {
  right: 0;
}
.cid-v2qHbmfOC5 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v2qHbmfOC5 .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2qHbmfOC5 .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2qHbmfOC5 .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2qHbmfOC5 .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2qHbmfOC5 .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item {
    margin-bottom: 16px;
  }
  .cid-v2qHbmfOC5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2qHbmfOC5 .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2qHbmfOC5 .item .item-wrapper:hover .item-img img,
.cid-v2qHbmfOC5 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item .item-wrapper:hover .item-img img,
  .cid-v2qHbmfOC5 .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .item-title_1,
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .item-text_1,
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2qHbmfOC5 .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2qHbmfOC5 .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2qHbmfOC5 .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2qHbmfOC5 .item .card_1 {
  background-color: #00123a;
}
.cid-v2qHbmfOC5 .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2qHbmfOC5 .item-title_1 {
  color: #ffffff;
}
.cid-v2qHbmfOC5 .item-title_2 {
  color: #00123a;
  text-align: center;
}
.cid-v2qHbmfOC5 .item-text_1 {
  color: #ffffff;
  text-align: center;
}
.cid-v2qHbmfOC5 .item-text_2 {
  color: #0a0a0a;
}
.cid-v2qHbmfOC5 .item-text_2,
.cid-v2qHbmfOC5 .text-wrap_2 {
  text-align: center;
}
.cid-v2qHbmfOC5 .item-title_1,
.cid-v2qHbmfOC5 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-rzHbvBX7mW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rzHbvBX7mW .mbr-section-title {
  text-align: center;
}
.cid-rzHbvBX7mW .mbr-text,
.cid-rzHbvBX7mW .mbr-section-btn {
  text-align: center;
}
.cid-v0bndRnmye {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-v0bndRnmye .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bndRnmye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bndRnmye .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0bndRnmye .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v0bndRnmye .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #cf6b07;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v0bndRnmye .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v0bndRnmye .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0bndRnmye .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #09155e, #09155e 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0bndRnmye .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0bndRnmye .card-wrapper {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper {
    padding: 24px;
  }
}
.cid-v0bndRnmye .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v0bndRnmye .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-v0bndRnmye .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #000000;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-v0bndRnmye .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #333333;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #333333;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-v0bndRnmye .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-v0bndRnmye .mbr-label,
.cid-v0bndRnmye .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0bndRnmye .mbr-section-title,
.cid-v0bndRnmye .title-wrapper {
  color: #09155e;
  text-align: center;
}
.cid-v0bndRnmye .mbr-text,
.cid-v0bndRnmye .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v0bndRnmye .item-number {
  color: #00123a;
}
.cid-v0bndRnmye .item-title {
  color: #00123a;
}
.cid-v0bndRnmye .item-text {
  color: #232323;
  text-align: left;
}
.cid-v0bndRnmye .item-metric {
  color: #00123a;
  text-align: center;
}
.cid-v0bndRnmye .item-metric-title {
  color: #09155e;
  text-align: center;
}
.cid-v3sJEhyDAn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
.cid-v6MNylLwaB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f6fb;
}
.cid-v6MNylLwaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MNylLwaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MNylLwaB .mbr-section-title {
  color: #00123a;
}
.cid-v6MNylLwaB .mbr-section-subtitle {
  color: #00123a;
}
.cid-v3sS4RPXEW {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1365.jpg");
}
.cid-v3sS4RPXEW .container-fluid {
  overflow: hidden;
}
.cid-v3sS4RPXEW .carousel-controls {
  display: none;
}
.cid-v3sS4RPXEW .carousel-controls a {
  transition: opacity 0.5s;
}
.cid-v3sS4RPXEW .carousel-controls a:hover span,
.cid-v3sS4RPXEW .carousel-controls a:focus span {
  opacity: 1;
}
.cid-v3sS4RPXEW .carousel-controls a:hover svg,
.cid-v3sS4RPXEW .carousel-controls a:focus svg {
  transition: all 0.25s;
  stroke-width: 3;
}
.cid-v3sS4RPXEW .carousel-controls a:active svg {
  transition: all 0.1s;
  stroke-width: 5;
}
.cid-v3sS4RPXEW .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-v3sS4RPXEW .carousel-indicators {
  bottom: 0px;
}
.cid-v3sS4RPXEW .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #e7de62;
}
.cid-v3sS4RPXEW ol {
  margin-bottom: 0rem;
}
.cid-v3sS4RPXEW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 1rem;
}
.cid-v3sS4RPXEW .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-v3sS4RPXEW .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-v3sS4RPXEW .carousel-item.active,
.cid-v3sS4RPXEW .carousel-item-next,
.cid-v3sS4RPXEW .carousel-item-prev {
  display: flex;
}
.cid-v3sS4RPXEW .user_image {
  overflow: hidden;
  display: flex;
  padding: 1.5rem;
}
.cid-v3sS4RPXEW .user_image .user_image_inner {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-v3sS4RPXEW .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cid-v3sS4RPXEW .user_text {
  color: #767676;
  position: relative;
}
.cid-v3sS4RPXEW .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-v3sS4RPXEW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #00123a, #09155e);
  display: inline-block;
}
.cid-v3sS4RPXEW .testimonials-quote svg {
  height: 50px;
  width: 50px;
  opacity: 0.2;
  margin-bottom: -50px;
  margin-left: -25px;
}
.cid-v3sS4RPXEW svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-v3sS4RPXEW .user_name {
  color: #ffffff;
  text-align: right;
}
.cid-v3sS4RPXEW .carousel-controls svg {
  height: 60px;
}
@media (max-width: 576px) {
  .cid-v3sS4RPXEW .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v3sS4RPXEW .testimonials-quote,
  .cid-v3sS4RPXEW .user_text,
  .cid-v3sS4RPXEW .user_name,
  .cid-v3sS4RPXEW .user_desk {
    text-align: center !important;
  }
  .cid-v3sS4RPXEW .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
  .cid-v3sS4RPXEW .testimonials-quote svg {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .cid-v3sS4RPXEW .mbr-section-title,
  .cid-v3sS4RPXEW .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-v3sS4RPXEW .carousel-control-prev span {
    right: -1rem;
  }
  .cid-v3sS4RPXEW .carousel-control-next span {
    left: -1rem;
  }
  .cid-v3sS4RPXEW .user-text {
    padding-right: 2rem;
  }
  .cid-v3sS4RPXEW .carousel-control-prev,
  .cid-v3sS4RPXEW .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-v3sS4RPXEW .user_desk {
  text-align: right;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.cid-v3sS4RPXEW .user_text,
.cid-v3sS4RPXEW .testimonials-quote {
  color: #ffffff;
}
.cid-v3sS4RPXEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3sS4RPXEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3sS4RPXEW .user_text,
.cid-v3sS4RPXEW .testimonials-quote {
  text-align: center;
}
.cid-v3tMET4rxm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-v3tMET4rxm .mbr-subtitle {
  color: #232323;
  font-weight: 800;
}
.cid-v3tMET4rxm .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v3tMET4rxm .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-v3tMET4rxm .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v3tMET4rxm .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-v3tMET4rxm .timelines-container {
  margin-top: 60px;
}
.cid-v3tMET4rxm .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-v3tMET4rxm .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #09155e;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-v3tMET4rxm .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v3tMET4rxm .container-fluid {
  padding: 0 2rem;
}
.cid-v3tMET4rxm .separline:before,
.cid-v3tMET4rxm .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-v3tMET4rxm .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-v3tMET4rxm .container-fluid {
    padding: 0 1rem;
  }
  .cid-v3tMET4rxm .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-v3tMET4rxm .separline:before,
  .cid-v3tMET4rxm .first-separline:before {
    left: -10px !important;
  }
  .cid-v3tMET4rxm .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-v3tMET4rxm .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-v3tMET4rxm .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-v3tMET4rxm .time-line-date-content p {
    float: left !important;
  }
  .cid-v3tMET4rxm .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-v3tMET4rxm .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-v3tMET4rxm .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-v3tMET4rxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tMET4rxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzHdPwRU42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-title,
.cid-rzHdPwRU42 .logo {
  color: #00123a;
}
.cid-rzHdRjg5Oj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-rzHdRjg5Oj .links {
  text-align: center;
  color: #ffffff;
}
.cid-rzHdRjg5Oj p {
  margin: 0;
}
.cid-v2r3mDwku7 .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-v2r3mDwku7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2r3mDwku7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2r3mDwku7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2r3mDwku7 .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2r3mDwku7 .dropdown-item {
  padding: 0;
}
.cid-v2r3mDwku7 .dropdown-item,
.cid-v2r3mDwku7 .nav-link,
.cid-v2r3mDwku7 .brand-name {
  font-style: normal;
}
.cid-v2r3mDwku7 .dropdown-item:hover,
.cid-v2r3mDwku7 .nav-link:hover,
.cid-v2r3mDwku7 .brand-name:hover {
  color: #00123a !important;
}
.cid-v2r3mDwku7 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-v2r3mDwku7 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-v2r3mDwku7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2r3mDwku7 .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-v2r3mDwku7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2r3mDwku7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v2r3mDwku7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2r3mDwku7 .content-text {
  margin-bottom: 0;
}
.cid-v2r3mDwku7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2r3mDwku7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2r3mDwku7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2r3mDwku7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2r3mDwku7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v2r3mDwku7 .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-v2r3mDwku7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2r3mDwku7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v2r3mDwku7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2r3mDwku7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-v2r3mDwku7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2r3mDwku7 .content-right-side {
  text-align: center;
}
.cid-v2r3mDwku7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2r3mDwku7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2r3mDwku7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v2r3mDwku7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2r3mDwku7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2r3mDwku7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2r3mDwku7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2r3mDwku7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2r3mDwku7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2r3mDwku7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2r3mDwku7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v2r3mDwku7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2r3mDwku7 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2r3mDwku7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2r3mDwku7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2r3mDwku7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2r3mDwku7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2r3mDwku7 .navbar-toggler {
    display: none;
  }
  .cid-v2r3mDwku7 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2r3mDwku7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2r3mDwku7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2r3mDwku7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2r3mDwku7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2r3mDwku7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2r3mDwku7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2r3mDwku7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2r3mDwku7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2r3mDwku7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2r3mDwku7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2r3mDwku7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2r3mDwku7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2r3mDwku7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2r3mDwku7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2r3mDwku7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2r3mDwku7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v2r3mDwku7 button.navbar-toggler:focus {
  outline: none;
}
.cid-v2r3mDwku7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-v2r3mDwku7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2r3mDwku7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2r3mDwku7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2r3mDwku7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2r3mDwku7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2r3mDwku7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2r3mDwku7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2r3mDwku7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2r3mDwku7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2r3mDwku7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2r3mDwku7 .collapsed .btn {
  display: flex;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse.collapsing,
.cid-v2r3mDwku7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2r3mDwku7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2r3mDwku7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2r3mDwku7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2r3mDwku7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2r3mDwku7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2r3mDwku7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2r3mDwku7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2r3mDwku7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2r3mDwku7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2r3mDwku7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2r3mDwku7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2r3mDwku7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2r3mDwku7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2r3mDwku7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v2r3mDwku7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v2r3mDwku7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v2r3mDwku7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v2r3mDwku7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2r3mDwku7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2r3mDwku7 .navbar-collapse.collapsing,
  .cid-v2r3mDwku7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2r3mDwku7 .navbar-collapse.collapsing .navbar-nav,
  .cid-v2r3mDwku7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2r3mDwku7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2r3mDwku7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2r3mDwku7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2r3mDwku7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2r3mDwku7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2r3mDwku7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2r3mDwku7 img {
    height: 3.8rem !important;
  }
  .cid-v2r3mDwku7 .btn {
    display: flex;
  }
  .cid-v2r3mDwku7 button.navbar-toggler {
    display: block;
  }
  .cid-v2r3mDwku7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2r3mDwku7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2r3mDwku7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2r3mDwku7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2r3mDwku7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2r3mDwku7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2r3mDwku7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2r3mDwku7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2r3mDwku7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v2r3mDwku7 .nav-link:focus {
  outline: none;
}
.cid-v2r3mDwku7 .navbar-toggler {
  position: relative;
}
.cid-v2r3mDwku7 .dropdown-item.active,
.cid-v2r3mDwku7 .dropdown-item:active {
  color: initial;
}
.cid-v2r3mDwku7 .widget-title,
.cid-v2r3mDwku7 .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-v2r3mDwku7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v2r3mDwku7 .menu-logo {
    display: block;
  }
  .cid-v2r3mDwku7 .navbar {
    padding: 0;
  }
  .cid-v2r3mDwku7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2r3mDwku7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-v2r3mDwku7 .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-v2qQwFvDr4 {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #00123a;
}
.cid-v2qQwFvDr4 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v2qQwFvDr4 .container-fluid {
  padding: 0;
}
.cid-v2qQwFvDr4 img {
  width: 100%;
}
.cid-v2qQwFvDr4 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-v2qQwFvDr4 .content {
    padding: 3rem;
  }
}
.cid-v2qQwFvDr4 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-v2qQwFvDr4 .img-col {
  padding: 0;
  margin: auto;
}
.cid-v2qQwFvDr4 .mbr-section-title {
  text-align: left;
}
.cid-v3EP1YaVDs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f6fb;
}
.cid-v3EP1YaVDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EP1YaVDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EP1YaVDs .mbr-section-title {
  color: #00123a;
}
#custom-html-1o {
  /* Carte principale */
  /* Civilité segmented */
  /* Inputs arrondis */
  /* Infos */
  /* Inputs téléphone & email */
  /* Matières */
  /* Niveau */
  /* Radios & checkboxes carrés */
  /* Bouton envoyer */
  /* Spinner */
  /* Popup */
}
#custom-html-1o .body {
  margin: 0;
  padding: 40px 10px;
  background: #f3f6fb;
  display: flex;
  justify-content: center;
}
#custom-html-1o .page-wrapper {
  max-width: 420px;
  width: 100%;
  color: #222;
}
#custom-html-1o .card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #d1e2ff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  padding: 20px 22px 24px;
  position: relative;
  overflow: hidden;
}
#custom-html-1o .section-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  color: #144b94;
}
#custom-html-1o .field-label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
  color: #444;
}
#custom-html-1o .required::after {
  content: " *";
  color: #e53935;
}
#custom-html-1o .segmented-control {
  display: flex;
  background: #f5f8ff;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 3px;
  gap: 4px;
}
#custom-html-1o .segmented-control input {
  display: none;
}
#custom-html-1o .segmented-control label {
  flex: 1;
  padding: 6px 10px;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #455a64;
  transition: 0.2s;
}
#custom-html-1o .segmented-control input:checked + label {
  background: #00123a;
  color: white;
  box-shadow: 0 2px 8px rgba(30, 136, 229, 0.5);
}
#custom-html-1o .input-pill {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c9daf6;
  font-size: 13px;
  outline: none;
}
#custom-html-1o .input-pill:focus {
  border-color: #00123a;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.15);
}
#custom-html-1o .info-box {
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  font-size: 11px;
  margin: 10px 0;
}
#custom-html-1o .info-blue {
  background: #e5f2ff;
  border-left: 4px solid #00123a;
}
#custom-html-1o .info-yellow {
  background: #fff7da;
  border-left: 4px solid #f9b000;
}
#custom-html-1o .info-icon {
  font-size: 16px;
  margin-top: 1px;
  color: #00123a;
}
#custom-html-1o .input-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 10px 14px;
  background: white;
}
#custom-html-1o .input-inline input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-size: 13px;
}
#custom-html-1o .matieres-card {
  margin-top: 15px;
  padding: 16px 18px 20px;
  border-radius: 18px;
  border: 2px solid #00123a;
  background: #e5f2ff;
}
#custom-html-1o .matieres-subtitle {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 12px;
}
#custom-html-1o .matieres-subtitle span {
  color: #00123a;
  font-weight: 600;
}
#custom-html-1o .subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#custom-html-1o .subject input {
  display: none;
}
#custom-html-1o .subject-box {
  border-radius: 14px;
  padding: 10px 6px;
  background: white;
  border: 1px solid #00123a;
  text-align: center;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}
#custom-html-1o .subject-box i {
  font-size: 17px;
  color: #00123a;
}
#custom-html-1o .subject input:checked + .subject-box {
  background: #00123a;
  color: white;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.5);
  transform: translateY(-1px);
}
#custom-html-1o .subject input:checked + .subject-box i {
  color: white;
}
#custom-html-1o .select-pill {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 10px 14px;
  background: #fff;
  font-size: 13px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300123a' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
#custom-html-1o input[type="checkbox"],
#custom-html-1o input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00123a;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background: white;
}
#custom-html-1o input[type="checkbox"]:checked,
#custom-html-1o input[type="radio"]:checked {
  background: #00123a;
  border-color: #00123a;
}
#custom-html-1o input[type="checkbox"]:checked::after,
#custom-html-1o input[type="radio"]:checked::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 2.5px;
}
#custom-html-1o .btn-submit {
  padding: 10px 40px;
  border-radius: 999px;
  background: #00123a;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(30, 136, 229, 0.45);
  margin-top: 22px;
  transition: 0.2s;
}
#custom-html-1o .btn-submit:hover {
  background: #166fc0;
  transform: translateY(-1px);
}
#custom-html-1o .spinner-container {
  position: absolute;
  inset: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #00123a;
  font-size: 14px;
}
#custom-html-1o .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #00123a;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#custom-html-1o .popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
#custom-html-1o .popup-box {
  background: white;
  width: 85%;
  max-width: 360px;
  padding: 25px 22px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: popupShow 0.25s ease-out;
}
@keyframes popupShow {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#custom-html-1o .popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}
#custom-html-1o .popup-close:hover {
  color: black;
}
#custom-html-1o .popup-content i {
  font-size: 60px;
  color: #00123a;
  margin-bottom: 10px;
}
.cid-v6Suof9I2B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6Suof9I2B .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v6Suof9I2B .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v6Suof9I2B .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v6Suof9I2B .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-v6Suof9I2B .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-v6Suof9I2B .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v6Suof9I2B .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v6Suof9I2B .input-group-btn {
  padding-left: 0;
}
.cid-v6Suof9I2B .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v6Suof9I2B .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v6Suof9I2B .mbr-text {
  color: #444;
}
.cid-v6Suof9I2B h5 {
  margin-bottom: 0;
}
.cid-v6Suof9I2B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v6Suof9I2B .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6Suof9I2B .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v6Suof9I2B .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6Suof9I2B .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v6Suof9I2B .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v6Suof9I2B .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6Suof9I2B .social-list a:hover {
  opacity: 0.4;
}
.cid-v6Suof9I2B .media-container-row > div {
  padding: 0px;
}
.cid-v6Suof9I2B .text2 {
  color: #000000;
  text-align: left;
}
.cid-v6Suof9I2B .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-v6Suof9I2B .links {
  color: #00123a;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v6Suof9I2B .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v6Suof9I2B .social-list,
  .cid-v6Suof9I2B .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v6Suof9I2B h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v6Suof9I2B .form-group {
    max-width: 180px;
  }
}
.cid-v6Suof9I2B .links span {
  color: #9e9e9e;
}
.cid-v6Suof9I2B .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-v6Suof9I2B .logo-title {
  text-align: center;
}
.cid-v6Suof9I2B .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v6Suof9I2B .logo-title,
.cid-v6Suof9I2B .logo {
  color: #00123a;
}
.cid-v6Sv4Rnfa4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-v6Sv4Rnfa4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-v6Sv4Rnfa4 p {
  margin: 0;
}
.cid-v30ixUZWe7 .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-v30ixUZWe7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-v30ixUZWe7 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v30ixUZWe7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v30ixUZWe7 .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v30ixUZWe7 .dropdown-item {
  padding: 0;
}
.cid-v30ixUZWe7 .dropdown-item,
.cid-v30ixUZWe7 .nav-link,
.cid-v30ixUZWe7 .brand-name {
  font-style: normal;
}
.cid-v30ixUZWe7 .dropdown-item:hover,
.cid-v30ixUZWe7 .nav-link:hover,
.cid-v30ixUZWe7 .brand-name:hover {
  color: #00123a !important;
}
.cid-v30ixUZWe7 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-v30ixUZWe7 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-v30ixUZWe7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30ixUZWe7 .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-v30ixUZWe7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v30ixUZWe7 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v30ixUZWe7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30ixUZWe7 .content-text {
  margin-bottom: 0;
}
.cid-v30ixUZWe7 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v30ixUZWe7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v30ixUZWe7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v30ixUZWe7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v30ixUZWe7 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v30ixUZWe7 .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-v30ixUZWe7 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v30ixUZWe7 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v30ixUZWe7 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30ixUZWe7 .nav-dropdown .link {
  font-weight: 400;
}
.cid-v30ixUZWe7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v30ixUZWe7 .content-right-side {
  text-align: center;
}
.cid-v30ixUZWe7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v30ixUZWe7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v30ixUZWe7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v30ixUZWe7 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30ixUZWe7 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30ixUZWe7 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v30ixUZWe7 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v30ixUZWe7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v30ixUZWe7 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v30ixUZWe7 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v30ixUZWe7 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v30ixUZWe7 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30ixUZWe7 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v30ixUZWe7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v30ixUZWe7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30ixUZWe7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v30ixUZWe7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v30ixUZWe7 .navbar-toggler {
    display: none;
  }
  .cid-v30ixUZWe7 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v30ixUZWe7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v30ixUZWe7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v30ixUZWe7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v30ixUZWe7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v30ixUZWe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v30ixUZWe7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v30ixUZWe7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v30ixUZWe7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v30ixUZWe7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30ixUZWe7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v30ixUZWe7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v30ixUZWe7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v30ixUZWe7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v30ixUZWe7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v30ixUZWe7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v30ixUZWe7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v30ixUZWe7 button.navbar-toggler:focus {
  outline: none;
}
.cid-v30ixUZWe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-v30ixUZWe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v30ixUZWe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30ixUZWe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30ixUZWe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v30ixUZWe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30ixUZWe7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30ixUZWe7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30ixUZWe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30ixUZWe7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30ixUZWe7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v30ixUZWe7 .collapsed .btn {
  display: flex;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse.collapsing,
.cid-v30ixUZWe7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v30ixUZWe7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v30ixUZWe7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v30ixUZWe7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v30ixUZWe7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v30ixUZWe7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v30ixUZWe7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30ixUZWe7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v30ixUZWe7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v30ixUZWe7 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v30ixUZWe7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v30ixUZWe7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v30ixUZWe7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v30ixUZWe7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v30ixUZWe7 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v30ixUZWe7 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v30ixUZWe7 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v30ixUZWe7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v30ixUZWe7 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v30ixUZWe7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v30ixUZWe7 .navbar-collapse.collapsing,
  .cid-v30ixUZWe7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v30ixUZWe7 .navbar-collapse.collapsing .navbar-nav,
  .cid-v30ixUZWe7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v30ixUZWe7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v30ixUZWe7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v30ixUZWe7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v30ixUZWe7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v30ixUZWe7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v30ixUZWe7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v30ixUZWe7 img {
    height: 3.8rem !important;
  }
  .cid-v30ixUZWe7 .btn {
    display: flex;
  }
  .cid-v30ixUZWe7 button.navbar-toggler {
    display: block;
  }
  .cid-v30ixUZWe7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v30ixUZWe7 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30ixUZWe7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v30ixUZWe7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v30ixUZWe7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v30ixUZWe7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v30ixUZWe7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v30ixUZWe7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v30ixUZWe7 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v30ixUZWe7 .nav-link:focus {
  outline: none;
}
.cid-v30ixUZWe7 .navbar-toggler {
  position: relative;
}
.cid-v30ixUZWe7 .dropdown-item.active,
.cid-v30ixUZWe7 .dropdown-item:active {
  color: initial;
}
.cid-v30ixUZWe7 .widget-title,
.cid-v30ixUZWe7 .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-v30ixUZWe7 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v30ixUZWe7 .menu-logo {
    display: block;
  }
  .cid-v30ixUZWe7 .navbar {
    padding: 0;
  }
  .cid-v30ixUZWe7 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30ixUZWe7 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-v30ixUZWe7 .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-v4OehaHDq6 {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1371.png");
}
.cid-v4OehaHDq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OehaHDq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OehaHDq6 .row {
  justify-content: space-between;
}
.cid-v4OehaHDq6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-v4OehaHDq6 .content-wrapper {
    padding: 0;
  }
}
.cid-v4OehaHDq6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4OehaHDq6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4OehaHDq6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4OehaHDq6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4OehaHDq6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v4OehaHDq6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v4OehaHDq6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-v4OehaHDq6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v4OehaHDq6 .mbr-section-title {
  color: #000000;
}
.cid-v4OehaHDq6 .mbr-desc {
  color: #000000;
}
.cid-v4OehaHDq6 .mbr-text {
  color: #000000;
}
.cid-v6Svnuj5Qt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6Svnuj5Qt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v6Svnuj5Qt .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v6Svnuj5Qt .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v6Svnuj5Qt .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-v6Svnuj5Qt .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-v6Svnuj5Qt .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v6Svnuj5Qt .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v6Svnuj5Qt .input-group-btn {
  padding-left: 0;
}
.cid-v6Svnuj5Qt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v6Svnuj5Qt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v6Svnuj5Qt .mbr-text {
  color: #444;
}
.cid-v6Svnuj5Qt h5 {
  margin-bottom: 0;
}
.cid-v6Svnuj5Qt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v6Svnuj5Qt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6Svnuj5Qt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v6Svnuj5Qt .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6Svnuj5Qt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v6Svnuj5Qt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v6Svnuj5Qt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6Svnuj5Qt .social-list a:hover {
  opacity: 0.4;
}
.cid-v6Svnuj5Qt .media-container-row > div {
  padding: 0px;
}
.cid-v6Svnuj5Qt .text2 {
  color: #000000;
  text-align: left;
}
.cid-v6Svnuj5Qt .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-v6Svnuj5Qt .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v6Svnuj5Qt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v6Svnuj5Qt .social-list,
  .cid-v6Svnuj5Qt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v6Svnuj5Qt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v6Svnuj5Qt .form-group {
    max-width: 180px;
  }
}
.cid-v6Svnuj5Qt .links span {
  color: #9e9e9e;
}
.cid-v6Svnuj5Qt .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-v6Svnuj5Qt .logo-title {
  text-align: center;
}
.cid-v6Svnuj5Qt .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v6Svnuj5Qt .logo-title,
.cid-v6Svnuj5Qt .logo {
  color: #00123a;
}
.cid-v6Sv812NmX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-v6Sv812NmX .links {
  text-align: center;
  color: #ffffff;
}
.cid-v6Sv812NmX p {
  margin: 0;
}
.cid-v30jwjudKl .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-v30jwjudKl .navbar-fixed-top {
  padding-top: 0;
}
.cid-v30jwjudKl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v30jwjudKl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jwjudKl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v30jwjudKl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v30jwjudKl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v30jwjudKl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v30jwjudKl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v30jwjudKl .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v30jwjudKl .dropdown-item {
  padding: 0;
}
.cid-v30jwjudKl .dropdown-item,
.cid-v30jwjudKl .nav-link,
.cid-v30jwjudKl .brand-name {
  font-style: normal;
}
.cid-v30jwjudKl .dropdown-item:hover,
.cid-v30jwjudKl .nav-link:hover,
.cid-v30jwjudKl .brand-name:hover {
  color: #00123a !important;
}
.cid-v30jwjudKl .dropdown-menu {
  background-color: #0a1c44;
}
.cid-v30jwjudKl .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-v30jwjudKl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30jwjudKl .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-v30jwjudKl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v30jwjudKl .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v30jwjudKl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jwjudKl .content-text {
  margin-bottom: 0;
}
.cid-v30jwjudKl .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v30jwjudKl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v30jwjudKl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v30jwjudKl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v30jwjudKl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v30jwjudKl .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-v30jwjudKl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v30jwjudKl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v30jwjudKl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30jwjudKl .nav-dropdown .link {
  font-weight: 400;
}
.cid-v30jwjudKl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v30jwjudKl .content-right-side {
  text-align: center;
}
.cid-v30jwjudKl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v30jwjudKl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v30jwjudKl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v30jwjudKl .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jwjudKl .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jwjudKl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v30jwjudKl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v30jwjudKl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v30jwjudKl .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v30jwjudKl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v30jwjudKl .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v30jwjudKl .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30jwjudKl .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v30jwjudKl .navbar {
    display: block;
    padding: 0;
  }
  .cid-v30jwjudKl .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30jwjudKl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v30jwjudKl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v30jwjudKl .navbar-toggler {
    display: none;
  }
  .cid-v30jwjudKl .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v30jwjudKl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v30jwjudKl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v30jwjudKl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v30jwjudKl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v30jwjudKl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v30jwjudKl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v30jwjudKl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v30jwjudKl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v30jwjudKl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v30jwjudKl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30jwjudKl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v30jwjudKl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v30jwjudKl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v30jwjudKl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v30jwjudKl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v30jwjudKl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v30jwjudKl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v30jwjudKl button.navbar-toggler:focus {
  outline: none;
}
.cid-v30jwjudKl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-v30jwjudKl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v30jwjudKl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30jwjudKl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30jwjudKl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v30jwjudKl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30jwjudKl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30jwjudKl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30jwjudKl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30jwjudKl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30jwjudKl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v30jwjudKl .collapsed .btn {
  display: flex;
}
.cid-v30jwjudKl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v30jwjudKl .collapsed .navbar-collapse.collapsing,
.cid-v30jwjudKl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v30jwjudKl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v30jwjudKl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v30jwjudKl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v30jwjudKl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v30jwjudKl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v30jwjudKl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v30jwjudKl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v30jwjudKl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v30jwjudKl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30jwjudKl .collapsed button.navbar-toggler {
  display: block;
}
.cid-v30jwjudKl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v30jwjudKl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v30jwjudKl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v30jwjudKl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v30jwjudKl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v30jwjudKl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v30jwjudKl .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v30jwjudKl .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v30jwjudKl .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v30jwjudKl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v30jwjudKl .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v30jwjudKl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v30jwjudKl .navbar-collapse.collapsing,
  .cid-v30jwjudKl .navbar-collapse.show {
    display: block !important;
  }
  .cid-v30jwjudKl .navbar-collapse.collapsing .navbar-nav,
  .cid-v30jwjudKl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v30jwjudKl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v30jwjudKl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v30jwjudKl .navbar-collapse.collapsing .navbar-buttons,
  .cid-v30jwjudKl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v30jwjudKl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v30jwjudKl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v30jwjudKl img {
    height: 3.8rem !important;
  }
  .cid-v30jwjudKl .btn {
    display: flex;
  }
  .cid-v30jwjudKl button.navbar-toggler {
    display: block;
  }
  .cid-v30jwjudKl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v30jwjudKl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30jwjudKl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v30jwjudKl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v30jwjudKl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v30jwjudKl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v30jwjudKl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v30jwjudKl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v30jwjudKl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v30jwjudKl .nav-link:focus {
  outline: none;
}
.cid-v30jwjudKl .navbar-toggler {
  position: relative;
}
.cid-v30jwjudKl .dropdown-item.active,
.cid-v30jwjudKl .dropdown-item:active {
  color: initial;
}
.cid-v30jwjudKl .widget-title,
.cid-v30jwjudKl .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-v30jwjudKl .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v30jwjudKl .menu-logo {
    display: block;
  }
  .cid-v30jwjudKl .navbar {
    padding: 0;
  }
  .cid-v30jwjudKl .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30jwjudKl button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-v30jwjudKl .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-v4OdX3mMlC {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-v4OdX3mMlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OdX3mMlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OdX3mMlC .row {
  justify-content: space-between;
}
.cid-v4OdX3mMlC .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-v4OdX3mMlC .content-wrapper {
    padding: 0;
  }
}
.cid-v4OdX3mMlC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4OdX3mMlC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4OdX3mMlC .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4OdX3mMlC .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v4OdX3mMlC .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v4OdX3mMlC .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v4OdX3mMlC .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-v4OdX3mMlC .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v4OdX3mMlC .mbr-section-title {
  color: #000000;
}
.cid-v4OdX3mMlC .mbr-desc {
  color: #000000;
}
.cid-v4OdX3mMlC .mbr-text {
  color: #000000;
}
.cid-v6SuGw79b9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6SuGw79b9 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v6SuGw79b9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v6SuGw79b9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v6SuGw79b9 .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-v6SuGw79b9 .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-v6SuGw79b9 .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v6SuGw79b9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v6SuGw79b9 .input-group-btn {
  padding-left: 0;
}
.cid-v6SuGw79b9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v6SuGw79b9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v6SuGw79b9 .mbr-text {
  color: #444;
}
.cid-v6SuGw79b9 h5 {
  margin-bottom: 0;
}
.cid-v6SuGw79b9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v6SuGw79b9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6SuGw79b9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v6SuGw79b9 .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6SuGw79b9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v6SuGw79b9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v6SuGw79b9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6SuGw79b9 .social-list a:hover {
  opacity: 0.4;
}
.cid-v6SuGw79b9 .media-container-row > div {
  padding: 0px;
}
.cid-v6SuGw79b9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-v6SuGw79b9 .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-v6SuGw79b9 .links {
  color: #00123a;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v6SuGw79b9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v6SuGw79b9 .social-list,
  .cid-v6SuGw79b9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v6SuGw79b9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v6SuGw79b9 .form-group {
    max-width: 180px;
  }
}
.cid-v6SuGw79b9 .links span {
  color: #9e9e9e;
}
.cid-v6SuGw79b9 .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-v6SuGw79b9 .logo-title {
  text-align: center;
}
.cid-v6SuGw79b9 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v6SuGw79b9 .logo-title,
.cid-v6SuGw79b9 .logo {
  color: #00123a;
}
.cid-v6Svzlj2rl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-v6Svzlj2rl .links {
  text-align: center;
  color: #ffffff;
}
.cid-v6Svzlj2rl p {
  margin: 0;
}
.cid-v30jZudvan .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-v30jZudvan .navbar-fixed-top {
  padding-top: 0;
}
.cid-v30jZudvan .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v30jZudvan .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jZudvan .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v30jZudvan .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v30jZudvan .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v30jZudvan .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v30jZudvan .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v30jZudvan .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v30jZudvan .dropdown-item {
  padding: 0;
}
.cid-v30jZudvan .dropdown-item,
.cid-v30jZudvan .nav-link,
.cid-v30jZudvan .brand-name {
  font-style: normal;
}
.cid-v30jZudvan .dropdown-item:hover,
.cid-v30jZudvan .nav-link:hover,
.cid-v30jZudvan .brand-name:hover {
  color: #00123a !important;
}
.cid-v30jZudvan .dropdown-menu {
  background-color: #0a1c44;
}
.cid-v30jZudvan .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-v30jZudvan .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30jZudvan .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-v30jZudvan .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v30jZudvan .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v30jZudvan .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jZudvan .content-text {
  margin-bottom: 0;
}
.cid-v30jZudvan .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v30jZudvan .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v30jZudvan .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v30jZudvan .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v30jZudvan .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v30jZudvan .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-v30jZudvan .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v30jZudvan .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v30jZudvan .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v30jZudvan .nav-dropdown .link {
  font-weight: 400;
}
.cid-v30jZudvan .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v30jZudvan .content-right-side {
  text-align: center;
}
.cid-v30jZudvan .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v30jZudvan .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v30jZudvan .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v30jZudvan .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jZudvan .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v30jZudvan .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v30jZudvan .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v30jZudvan .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v30jZudvan .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v30jZudvan .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v30jZudvan .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v30jZudvan .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30jZudvan .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v30jZudvan .navbar {
    display: block;
    padding: 0;
  }
  .cid-v30jZudvan .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v30jZudvan .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v30jZudvan .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v30jZudvan .navbar-toggler {
    display: none;
  }
  .cid-v30jZudvan .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v30jZudvan .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v30jZudvan .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v30jZudvan .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v30jZudvan .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v30jZudvan .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v30jZudvan .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v30jZudvan .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v30jZudvan .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v30jZudvan .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v30jZudvan .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v30jZudvan .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30jZudvan .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v30jZudvan .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v30jZudvan .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v30jZudvan .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v30jZudvan .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v30jZudvan .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v30jZudvan button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v30jZudvan button.navbar-toggler:focus {
  outline: none;
}
.cid-v30jZudvan button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-v30jZudvan button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v30jZudvan button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30jZudvan button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v30jZudvan button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v30jZudvan nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30jZudvan nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30jZudvan nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30jZudvan nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30jZudvan .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30jZudvan .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v30jZudvan .collapsed .btn {
  display: flex;
}
.cid-v30jZudvan .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v30jZudvan .collapsed .navbar-collapse.collapsing,
.cid-v30jZudvan .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v30jZudvan .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v30jZudvan .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v30jZudvan .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v30jZudvan .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v30jZudvan .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v30jZudvan .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v30jZudvan .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v30jZudvan .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v30jZudvan .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v30jZudvan .collapsed button.navbar-toggler {
  display: block;
}
.cid-v30jZudvan .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v30jZudvan .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v30jZudvan .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v30jZudvan .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v30jZudvan .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v30jZudvan .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v30jZudvan .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v30jZudvan .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v30jZudvan .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v30jZudvan .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v30jZudvan .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v30jZudvan .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v30jZudvan .navbar-collapse.collapsing,
  .cid-v30jZudvan .navbar-collapse.show {
    display: block !important;
  }
  .cid-v30jZudvan .navbar-collapse.collapsing .navbar-nav,
  .cid-v30jZudvan .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v30jZudvan .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v30jZudvan .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v30jZudvan .navbar-collapse.collapsing .navbar-buttons,
  .cid-v30jZudvan .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v30jZudvan .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v30jZudvan .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v30jZudvan img {
    height: 3.8rem !important;
  }
  .cid-v30jZudvan .btn {
    display: flex;
  }
  .cid-v30jZudvan button.navbar-toggler {
    display: block;
  }
  .cid-v30jZudvan .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v30jZudvan .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30jZudvan .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v30jZudvan .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v30jZudvan .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v30jZudvan .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v30jZudvan .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v30jZudvan .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v30jZudvan .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v30jZudvan .nav-link:focus {
  outline: none;
}
.cid-v30jZudvan .navbar-toggler {
  position: relative;
}
.cid-v30jZudvan .dropdown-item.active,
.cid-v30jZudvan .dropdown-item:active {
  color: initial;
}
.cid-v30jZudvan .widget-title,
.cid-v30jZudvan .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-v30jZudvan .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v30jZudvan .menu-logo {
    display: block;
  }
  .cid-v30jZudvan .navbar {
    padding: 0;
  }
  .cid-v30jZudvan .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v30jZudvan button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-v30jZudvan .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-v3LTTTE2d0 {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-v3LTTTE2d0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LTTTE2d0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LTTTE2d0 .row {
  justify-content: space-between;
}
.cid-v3LTTTE2d0 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-v3LTTTE2d0 .content-wrapper {
    padding: 0;
  }
}
.cid-v3LTTTE2d0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3LTTTE2d0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3LTTTE2d0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3LTTTE2d0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v3LTTTE2d0 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3LTTTE2d0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v3LTTTE2d0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-v3LTTTE2d0 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v3LTTTE2d0 .mbr-section-title {
  color: #000000;
}
.cid-v3LTTTE2d0 .mbr-desc {
  color: #000000;
}
.cid-v3LTTTE2d0 .mbr-text {
  color: #000000;
}
.cid-v6SvD3Jk4r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6SvD3Jk4r .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v6SvD3Jk4r .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v6SvD3Jk4r .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v6SvD3Jk4r .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-v6SvD3Jk4r .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-v6SvD3Jk4r .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v6SvD3Jk4r .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v6SvD3Jk4r .input-group-btn {
  padding-left: 0;
}
.cid-v6SvD3Jk4r .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v6SvD3Jk4r .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v6SvD3Jk4r .mbr-text {
  color: #444;
}
.cid-v6SvD3Jk4r h5 {
  margin-bottom: 0;
}
.cid-v6SvD3Jk4r .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v6SvD3Jk4r .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6SvD3Jk4r .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v6SvD3Jk4r .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6SvD3Jk4r .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v6SvD3Jk4r .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v6SvD3Jk4r .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6SvD3Jk4r .social-list a:hover {
  opacity: 0.4;
}
.cid-v6SvD3Jk4r .media-container-row > div {
  padding: 0px;
}
.cid-v6SvD3Jk4r .text2 {
  color: #000000;
  text-align: left;
}
.cid-v6SvD3Jk4r .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-v6SvD3Jk4r .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v6SvD3Jk4r .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v6SvD3Jk4r .social-list,
  .cid-v6SvD3Jk4r .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v6SvD3Jk4r h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v6SvD3Jk4r .form-group {
    max-width: 180px;
  }
}
.cid-v6SvD3Jk4r .links span {
  color: #9e9e9e;
}
.cid-v6SvD3Jk4r .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-v6SvD3Jk4r .logo-title {
  text-align: center;
}
.cid-v6SvD3Jk4r .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v6SvD3Jk4r .logo-title,
.cid-v6SvD3Jk4r .logo {
  color: #00123a;
}
.cid-v6SvDSdKjp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-v6SvDSdKjp .links {
  text-align: center;
  color: #ffffff;
}
.cid-v6SvDSdKjp p {
  margin: 0;
}
.cid-v3teE2ndox .navbar {
  padding: 0.5rem 0;
  background: #f5f7fa;
  transition: none;
  min-height: 50px;
}
.cid-v3teE2ndox .navbar-fixed-top {
  padding-top: 0;
}
.cid-v3teE2ndox .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v3teE2ndox .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3teE2ndox .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v3teE2ndox .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v3teE2ndox .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v3teE2ndox .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v3teE2ndox .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v3teE2ndox .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: block;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v3teE2ndox .dropdown-item {
  padding: 0;
}
.cid-v3teE2ndox .dropdown-item,
.cid-v3teE2ndox .nav-link,
.cid-v3teE2ndox .brand-name {
  font-style: normal;
}
.cid-v3teE2ndox .dropdown-item:hover,
.cid-v3teE2ndox .nav-link:hover,
.cid-v3teE2ndox .brand-name:hover {
  color: #00123a !important;
}
.cid-v3teE2ndox .dropdown-menu {
  background-color: #0a1c44;
}
.cid-v3teE2ndox .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-v3teE2ndox .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3teE2ndox .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f7fa;
}
.cid-v3teE2ndox .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v3teE2ndox .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-v3teE2ndox .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3teE2ndox .content-text {
  margin-bottom: 0;
}
.cid-v3teE2ndox .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v3teE2ndox .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #00123a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v3teE2ndox .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v3teE2ndox .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v3teE2ndox .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-v3teE2ndox .display-4 > .mbr-iconfont {
  font-size: 0.5em;
}
.cid-v3teE2ndox .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v3teE2ndox .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v3teE2ndox .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3teE2ndox .nav-dropdown .link {
  font-weight: 400;
}
.cid-v3teE2ndox .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v3teE2ndox .content-right-side {
  text-align: center;
}
.cid-v3teE2ndox .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v3teE2ndox .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v3teE2ndox .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-v3teE2ndox .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3teE2ndox .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3teE2ndox .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v3teE2ndox .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v3teE2ndox .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v3teE2ndox .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v3teE2ndox .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v3teE2ndox .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-v3teE2ndox .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3teE2ndox .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v3teE2ndox .navbar {
    display: block;
    padding: 0;
  }
  .cid-v3teE2ndox .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3teE2ndox .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v3teE2ndox .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v3teE2ndox .navbar-toggler {
    display: none;
  }
  .cid-v3teE2ndox .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v3teE2ndox .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v3teE2ndox .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v3teE2ndox .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v3teE2ndox .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v3teE2ndox .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v3teE2ndox .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3teE2ndox .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v3teE2ndox .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3teE2ndox .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v3teE2ndox .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3teE2ndox .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v3teE2ndox .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v3teE2ndox .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v3teE2ndox .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v3teE2ndox .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v3teE2ndox .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v3teE2ndox button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-v3teE2ndox button.navbar-toggler:focus {
  outline: none;
}
.cid-v3teE2ndox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-v3teE2ndox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3teE2ndox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3teE2ndox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3teE2ndox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3teE2ndox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3teE2ndox nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3teE2ndox nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3teE2ndox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3teE2ndox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3teE2ndox .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3teE2ndox .collapsed .btn {
  display: flex;
}
.cid-v3teE2ndox .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v3teE2ndox .collapsed .navbar-collapse.collapsing,
.cid-v3teE2ndox .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v3teE2ndox .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v3teE2ndox .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v3teE2ndox .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v3teE2ndox .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v3teE2ndox .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v3teE2ndox .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v3teE2ndox .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v3teE2ndox .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3teE2ndox .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v3teE2ndox .collapsed button.navbar-toggler {
  display: block;
}
.cid-v3teE2ndox .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v3teE2ndox .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3teE2ndox .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v3teE2ndox .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v3teE2ndox .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v3teE2ndox .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v3teE2ndox .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-v3teE2ndox .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-v3teE2ndox .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-v3teE2ndox .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-v3teE2ndox .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v3teE2ndox .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v3teE2ndox .navbar-collapse.collapsing,
  .cid-v3teE2ndox .navbar-collapse.show {
    display: block !important;
  }
  .cid-v3teE2ndox .navbar-collapse.collapsing .navbar-nav,
  .cid-v3teE2ndox .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v3teE2ndox .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v3teE2ndox .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v3teE2ndox .navbar-collapse.collapsing .navbar-buttons,
  .cid-v3teE2ndox .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v3teE2ndox .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v3teE2ndox .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v3teE2ndox img {
    height: 3.8rem !important;
  }
  .cid-v3teE2ndox .btn {
    display: flex;
  }
  .cid-v3teE2ndox button.navbar-toggler {
    display: block;
  }
  .cid-v3teE2ndox .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v3teE2ndox .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3teE2ndox .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v3teE2ndox .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v3teE2ndox .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v3teE2ndox .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v3teE2ndox .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v3teE2ndox .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v3teE2ndox .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3teE2ndox .nav-link:focus {
  outline: none;
}
.cid-v3teE2ndox .navbar-toggler {
  position: relative;
}
.cid-v3teE2ndox .dropdown-item.active,
.cid-v3teE2ndox .dropdown-item:active {
  color: initial;
}
.cid-v3teE2ndox .widget-title,
.cid-v3teE2ndox .widget-icon {
  color: #e9e9e9;
  text-align: right;
}
.cid-v3teE2ndox .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-v3teE2ndox .menu-logo {
    display: block;
  }
  .cid-v3teE2ndox .navbar {
    padding: 0;
  }
  .cid-v3teE2ndox .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3teE2ndox button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-v3teE2ndox .navbar-short .menu-logo {
    display: none !important;
  }
}
.cid-v3teN6WBnF {
  padding-top: 225px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v3teN6WBnF .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v3teN6WBnF img {
  width: 100%;
}
.cid-v3teN6WBnF p {
  line-height: 1.6;
}
.cid-v3teN6WBnF .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3teN6WBnF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v3teN6WBnF .mbr-text,
.cid-v3teN6WBnF .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-v3teN6WBnF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v3teN6WBnF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v3teN6WBnF .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-v3teN6WBnF .mbr-section-title,
.cid-v3teN6WBnF .line-wrap {
  text-align: left;
  color: #00123a;
}
@media (max-width: 992px) {
  .cid-v3teN6WBnF .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-v3teN6WBnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3teN6WBnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zMJOELJn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f3f6fb;
}
.cid-v3zMJOELJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zMJOELJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zMJOELJn .mbr-section-title {
  color: #00123a;
}
#custom-html-1b {
  /* Carte principale */
  /* Civilité segmented */
  /* Inputs arrondis */
  /* Infos */
  /* Inputs téléphone & email */
  /* Matières */
  /* Niveau */
  /* Radios & checkboxes carrés */
  /* Bouton envoyer */
  /* Spinner */
  /* Popup */
}
#custom-html-1b .body {
  margin: 0;
  padding: 40px 10px;
  background: #f3f6fb;
  display: flex;
  justify-content: center;
}
#custom-html-1b .page-wrapper {
  max-width: 420px;
  width: 100%;
  color: #222;
}
#custom-html-1b .card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #d1e2ff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  padding: 20px 22px 24px;
  position: relative;
  overflow: hidden;
}
#custom-html-1b .section-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
  color: #144b94;
}
#custom-html-1b .field-label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 4px;
  color: #444;
}
#custom-html-1b .required::after {
  content: " *";
  color: #e53935;
}
#custom-html-1b .segmented-control {
  display: flex;
  background: #f5f8ff;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 3px;
  gap: 4px;
}
#custom-html-1b .segmented-control input {
  display: none;
}
#custom-html-1b .segmented-control label {
  flex: 1;
  padding: 6px 10px;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #455a64;
  transition: 0.2s;
}
#custom-html-1b .segmented-control input:checked + label {
  background: #00123a;
  color: white;
  box-shadow: 0 2px 8px rgba(30, 136, 229, 0.5);
}
#custom-html-1b .input-pill {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c9daf6;
  font-size: 13px;
  outline: none;
}
#custom-html-1b .input-pill:focus {
  border-color: #00123a;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.15);
}
#custom-html-1b .info-box {
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  font-size: 11px;
  margin: 10px 0;
}
#custom-html-1b .info-blue {
  background: #e5f2ff;
  border-left: 4px solid #00123a;
}
#custom-html-1b .info-yellow {
  background: #fff7da;
  border-left: 4px solid #f9b000;
}
#custom-html-1b .info-icon {
  font-size: 16px;
  margin-top: 1px;
  color: #00123a;
}
#custom-html-1b .input-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 10px 14px;
  background: white;
}
#custom-html-1b .input-inline input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-size: 13px;
}
#custom-html-1b .matieres-card {
  margin-top: 15px;
  padding: 16px 18px 20px;
  border-radius: 18px;
  border: 2px solid #00123a;
  background: #e5f2ff;
}
#custom-html-1b .matieres-subtitle {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 12px;
}
#custom-html-1b .matieres-subtitle span {
  color: #00123a;
  font-weight: 600;
}
#custom-html-1b .subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#custom-html-1b .subject input {
  display: none;
}
#custom-html-1b .subject-box {
  border-radius: 14px;
  padding: 10px 6px;
  background: white;
  border: 1px solid #00123a;
  text-align: center;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}
#custom-html-1b .subject-box i {
  font-size: 17px;
  color: #00123a;
}
#custom-html-1b .subject input:checked + .subject-box {
  background: #00123a;
  color: white;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.5);
  transform: translateY(-1px);
}
#custom-html-1b .subject input:checked + .subject-box i {
  color: white;
}
#custom-html-1b .select-pill {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #c9daf6;
  padding: 10px 14px;
  background: #fff;
  font-size: 13px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300123a' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
#custom-html-1b input[type="checkbox"],
#custom-html-1b input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00123a;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background: white;
}
#custom-html-1b input[type="checkbox"]:checked,
#custom-html-1b input[type="radio"]:checked {
  background: #00123a;
  border-color: #00123a;
}
#custom-html-1b input[type="checkbox"]:checked::after,
#custom-html-1b input[type="radio"]:checked::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 2.5px;
}
#custom-html-1b .btn-submit {
  padding: 10px 40px;
  border-radius: 999px;
  background: #00123a;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(30, 136, 229, 0.45);
  margin-top: 22px;
  transition: 0.2s;
}
#custom-html-1b .btn-submit:hover {
  background: #166fc0;
  transform: translateY(-1px);
}
#custom-html-1b .spinner-container {
  position: absolute;
  inset: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #00123a;
  font-size: 14px;
}
#custom-html-1b .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #00123a;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#custom-html-1b .popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
#custom-html-1b .popup-box {
  background: white;
  width: 85%;
  max-width: 360px;
  padding: 25px 22px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: popupShow 0.25s ease-out;
}
@keyframes popupShow {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#custom-html-1b .popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}
#custom-html-1b .popup-close:hover {
  color: black;
}
#custom-html-1b .popup-content i {
  font-size: 60px;
  color: #00123a;
  margin-bottom: 10px;
}
.cid-v6SvtB2XKX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v6SvtB2XKX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v6SvtB2XKX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v6SvtB2XKX .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-v6SvtB2XKX .btn-primary {
  border: 1px solid #00123a !important;
}
.cid-v6SvtB2XKX .btn-primary:hover {
  border: 1px solid #00123a !important;
}
.cid-v6SvtB2XKX .stripe {
  border-bottom: 1px solid #656565;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v6SvtB2XKX .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-v6SvtB2XKX .input-group-btn {
  padding-left: 0;
}
.cid-v6SvtB2XKX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v6SvtB2XKX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-v6SvtB2XKX .mbr-text {
  color: #444;
}
.cid-v6SvtB2XKX h5 {
  margin-bottom: 0;
}
.cid-v6SvtB2XKX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v6SvtB2XKX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6SvtB2XKX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v6SvtB2XKX .socicon {
  font-size: 1.3rem;
  background: #00123a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6SvtB2XKX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v6SvtB2XKX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v6SvtB2XKX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6SvtB2XKX .social-list a:hover {
  opacity: 0.4;
}
.cid-v6SvtB2XKX .media-container-row > div {
  padding: 0px;
}
.cid-v6SvtB2XKX .text2 {
  color: #000000;
  text-align: left;
}
.cid-v6SvtB2XKX .group-title {
  text-align: left;
  color: #00123a;
  padding-bottom: 0.2rem;
}
.cid-v6SvtB2XKX .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v6SvtB2XKX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v6SvtB2XKX .social-list,
  .cid-v6SvtB2XKX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v6SvtB2XKX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v6SvtB2XKX .form-group {
    max-width: 180px;
  }
}
.cid-v6SvtB2XKX .links span {
  color: #9e9e9e;
}
.cid-v6SvtB2XKX .logo-sub-title {
  text-align: center;
  color: #00123a;
}
.cid-v6SvtB2XKX .logo-title {
  text-align: center;
}
.cid-v6SvtB2XKX .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v6SvtB2XKX .logo-title,
.cid-v6SvtB2XKX .logo {
  color: #00123a;
}
.cid-v6SvbDqjf7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00123a;
}
.cid-v6SvbDqjf7 .links {
  text-align: center;
  color: #ffffff;
}
.cid-v6SvbDqjf7 p {
  margin: 0;
}
