body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.2rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #040b4b !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #f9f295 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #8082a1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #040b4b !important;
  border-color: #040b4b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #081694 !important;
  border-color: #081694 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #081694 !important;
  border-color: #081694 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #131c6e !important;
  border-color: #131c6e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e2daf !important;
  border-color: #1e2daf !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e2daf !important;
  border-color: #1e2daf !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #877e08 !important;
  background-color: #fdfbdd !important;
  border-color: #fdfbdd !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #877e08 !important;
  background-color: #fdfbdd !important;
  border-color: #fdfbdd !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8082a1 !important;
  border-color: #8082a1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #acadc2 !important;
  border-color: #acadc2 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #acadc2 !important;
  border-color: #acadc2 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #040b4b;
  border-color: #040b4b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #040b4b !important;
  border-color: #040b4b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #040617;
  color: #040617;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #131c6e;
  border-color: #131c6e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #131c6e !important;
  border-color: #131c6e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #50516b;
  color: #50516b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #8082a1;
  border-color: #8082a1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8082a1 !important;
  border-color: #8082a1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #040b4b !important;
}
.text-secondary {
  color: #131c6e !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #f9f295 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #8082a1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0919ac !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2232c5 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #57c8ef !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fefef6 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bbbccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9f295;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #8082a1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #040b4b;
  border-color: #040b4b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #040b4b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4052f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c9cad7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #040b4b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #040b4b;
  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: #040b4b;
  border-bottom-color: #040b4b;
}
.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: #040b4b !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: #131c6e !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='%23040b4b' %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-slSGJOHQJY .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-slSGJOHQJY .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-slSGJOHQJY a {
  font-style: normal;
}
.cid-slSGJOHQJY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-slSGJOHQJY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-slSGJOHQJY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-slSGJOHQJY .content-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-slSGJOHQJY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-slSGJOHQJY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-slSGJOHQJY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-slSGJOHQJY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-slSGJOHQJY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-slSGJOHQJY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .nav-dropdown .link {
  font-weight: 400;
}
.cid-slSGJOHQJY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-slSGJOHQJY .content-right-side {
  text-align: center;
}
.cid-slSGJOHQJY .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-slSGJOHQJY .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-slSGJOHQJY .menu-bottom {
    justify-content: flex-end;
  }
  .cid-slSGJOHQJY img {
    height: 3.8rem !important;
  }
  .cid-slSGJOHQJY .btn {
    display: -webkit-flex;
  }
  .cid-slSGJOHQJY button.navbar-toggler {
    display: block;
  }
  .cid-slSGJOHQJY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-slSGJOHQJY .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing,
  .cid-slSGJOHQJY .navbar-collapse.show {
    display: block !important;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-slSGJOHQJY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slSGJOHQJY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slSGJOHQJY .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-slSGJOHQJY .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-slSGJOHQJY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-slSGJOHQJY .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-slSGJOHQJY .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-slSGJOHQJY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-slSGJOHQJY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-slSGJOHQJY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-slSGJOHQJY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-slSGJOHQJY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-slSGJOHQJY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-slSGJOHQJY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-slSGJOHQJY .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-slSGJOHQJY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-slSGJOHQJY .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-slSGJOHQJY .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-slSGJOHQJY .navbar {
    display: block;
    padding: 0;
  }
  .cid-slSGJOHQJY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-slSGJOHQJY .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-slSGJOHQJY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-slSGJOHQJY .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-slSGJOHQJY .navbar-toggler {
    display: none;
  }
  .cid-slSGJOHQJY .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slSGJOHQJY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slSGJOHQJY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-slSGJOHQJY .menu-logo {
  margin-right: auto;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .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-slSGJOHQJY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-slSGJOHQJY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-slSGJOHQJY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slSGJOHQJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slSGJOHQJY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-slSGJOHQJY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slSGJOHQJY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slSGJOHQJY button.navbar-toggler:focus {
  outline: none;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slSGJOHQJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slSGJOHQJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slSGJOHQJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slSGJOHQJY .collapsed .btn {
  display: -webkit-flex;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-slSGJOHQJY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slSGJOHQJY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-slSGJOHQJY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-slSGJOHQJY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-slSGJOHQJY .collapsed button.navbar-toggler {
  display: block;
}
.cid-slSGJOHQJY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-slSGJOHQJY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slSGJOHQJY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slSGJOHQJY .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-slSGJOHQJY .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slSGJOHQJY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-slSGJOHQJY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-slSGJOHQJY .nav-link:focus {
  outline: none;
}
.cid-slSGJOHQJY .navbar-toggler {
  position: relative;
}
.cid-slSGJOHQJY .dropdown-item.active,
.cid-slSGJOHQJY .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-slSGJOHQJY .nav-link:hover,
.cid-slSGJOHQJY .dropdown-item:hover {
  color: #141f62;
}
.cid-slSGJOHQJY .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-slSGJOHQJY .widget-title,
.cid-slSGJOHQJY .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-slRYvizHH1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #3d4062;
}
.cid-slRYvizHH1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-slRYvizHH1 .mbr-text,
.cid-slRYvizHH1 .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-slRNfVsGLB {
  display: flex;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-slRNfVsGLB .mbr-overlay {
  background: #282124;
}
.cid-slRNfVsGLB .mbr-section-title {
  margin: 0;
}
.cid-slRNfVsGLB .mbr-text {
  color: #efefef;
}
.cid-slRNfVsGLB .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-slRNfVsGLB .card-img {
  text-align: left;
}
.cid-slRNfVsGLB .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-slRNfVsGLB .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-slRNfVsGLB .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slRNfVsGLB .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-slRNfVsGLB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slRNfVsGLB .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-slRNfVsGLB .card-box .mbr-text {
  text-align: center;
}
.cid-slRNfVsGLB .card-title,
.cid-slRNfVsGLB .card-img {
  text-align: center;
}
.cid-slShawMgm3 {
  background-image: url("../../../assets/images/mbr-1920x1203.jpg");
}
.cid-slShawMgm3 .column-content {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-slShawMgm3 .text-content .btn-bgr {
  z-index: 0;
}
.cid-slShawMgm3 .mbr-overlay {
  background: linear-gradient(#bdd632 -10%, #bdd632 75%);
}
.cid-slShawMgm3 .container-full-width {
  position: relative;
}
.cid-slShawMgm3 .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-slShawMgm3 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-slShawMgm3 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-slShawMgm3 .text-content {
    width: 540px;
  }
  .cid-slShawMgm3 .column-content {
    width: 100%;
  }
  .cid-slShawMgm3 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-slShawMgm3 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-slShawMgm3 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-slShawMgm3 .column-content {
    width: 50%;
  }
  .cid-slShawMgm3 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-slShawMgm3 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slShawMgm3 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-slShawMgm3 .column-content {
    height: 33rem;
  }
}
.cid-slShawMgm3 .mbr-text,
.cid-slShawMgm3 .mbr-section-btn {
  color: #333333;
}
.cid-slShawMgm3 H1 {
  color: #040b4b;
}
.cid-sqSxOvVX3t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/industry-experience-matters-4-2000x1125.jpg");
}
.cid-sqSxOvVX3t .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sqSxOvVX3t .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-sqSxOvVX3t .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sqSxOvVX3t .card-img span {
  color: #767676;
}
.cid-sqSxOvVX3t .row-item {
  margin-bottom: 2rem;
}
.cid-sqSxOvVX3t .row-item:hover .wrapper {
  background: linear-gradient(90deg, #96b6c1, #96b6c1);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sqSxOvVX3t .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sqSxOvVX3t .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sqSxOvVX3t .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqSxOvVX3t .mbr-card-title,
.cid-sqSxOvVX3t .card-img {
  color: #333333;
}
.cid-v3KDCXBAT0 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-v3KDCXBAT0 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-v3KDCXBAT0 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-v3KDCXBAT0 .card-wrapper {
    margin: 0rem;
  }
}
.cid-v3KDCXBAT0 .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-v3KDCXBAT0 .row {
    padding: 0 4rem;
  }
}
.cid-v3KDCXBAT0 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #1f2553;
}
.cid-v3KDCXBAT0 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-v3KDCXBAT0 .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-v3KDCXBAT0 .card1 {
  background-color: #8082a1;
}
.cid-v3KDCXBAT0 .card2 {
  background-color: #ffffff;
}
.cid-v3KDCXBAT0 .card3 {
  background-color: #8082a1;
}
.cid-v3KDCXBAT0 .card4 {
  background-color: #ffffff;
}
.cid-v3KDCXBAT0 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-v3KDCXBAT0 .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-v3KDCXBAT0 .container {
  max-width: 1500px;
}
.cid-v3KDCXBAT0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-v3KDCXBAT0 .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-v3KDCXBAT0 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-v3KDCXBAT0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-v3KDCXBAT0 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-v3KDCXBAT0 .col2,
  .cid-v3KDCXBAT0 .col3,
  .cid-v3KDCXBAT0 .col4 {
    margin-top: 0rem;
  }
  .cid-v3KDCXBAT0 .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-v3KDCXBAT0 .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-v3KDCXBAT0 .number {
    margin: auto;
  }
}
.cid-v3KDCXBAT0 .mbr-text {
  color: #cccccc;
}
.cid-v3KDCXBAT0 .text2 {
  color: #051053;
}
.cid-v3KDCXBAT0 .text3 {
  color: #ffffff;
}
.cid-v3KDCXBAT0 .title2 {
  color: #1f2553;
}
.cid-v3KDCXBAT0 .title1 {
  color: #051053;
}
.cid-v3KDCXBAT0 .title3 {
  color: #3d4062;
  text-align: left;
}
.cid-v3KDCXBAT0 .title4 {
  color: #141f62;
}
.cid-v3KDCXBAT0 .text4 {
  color: #051053;
}
.cid-v3KDCXBAT0 .text1 {
  color: #ffffff;
}
.cid-v3KDCXBAT0 .title3 B {
  color: #c1c1c1;
}
.cid-v3KDCXBAT0 H1 {
  color: #141f62;
}
.cid-v3KDCXBAT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KDCXBAT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LvM1wVps {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #051053;
}
.cid-v3LvM1wVps .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LvM1wVps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LvM1wVps .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-v3LvM1wVps .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-v3LvM1wVps .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-v3LvM1wVps .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-v3LvM1wVps .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-v3LvM1wVps .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-v3LvM1wVps .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-v3LvM1wVps .mbr-section-btn .btn-black {
  color: #040b4b !important;
}
.cid-v3LvM1wVps .mbr-section-btn .btn-black:hover {
  background-color: #040b4b !important;
  border-color: #040b4b !important;
  color: #181817 !important;
}
.cid-v3LvM1wVps .mbr-text {
  color: #f8f8f8;
  opacity: 0.8;
}
.cid-v3LvM1wVps .mbr-text a {
  text-decoration: underline !important;
}
.cid-v3LvM1wVps .mbr-text a:hover {
  color: inherit !important;
}
.cid-v3LvM1wVps .mbr-section-title,
.cid-v3LvM1wVps .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3Luu6rGpF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Luu6rGpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Luu6rGpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Luu6rGpF .row {
  flex-direction: row-reverse;
}
.cid-v3Luu6rGpF .mbr-description {
  color: #051053;
  text-align: center;
}
.cid-v3Lwpr0Wkz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-v3Lwpr0Wkz:hover {
  background-color: #ffffff;
}
.cid-v3Lwpr0Wkz .mbr-section-title {
  margin: 0;
}
.cid-v3Lwpr0Wkz .card-wrapper {
  z-index: 3;
}
.cid-v3Lwpr0Wkz .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3Lwpr0Wkz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v3Lwpr0Wkz .mbr-section-title,
.cid-v3Lwpr0Wkz .text-block {
  color: #cccccc;
  text-align: center;
}
.cid-v3LwAgfwF8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3LwAgfwF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwAgfwF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwAgfwF8 .row {
  flex-direction: row-reverse;
}
.cid-v3LwAgfwF8 .mbr-description {
  color: #051053;
  text-align: center;
}
.cid-v3LxHr8aav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-v3LxHr8aav:hover {
  background-color: #ffffff;
}
.cid-v3LxHr8aav .mbr-section-title {
  margin: 0;
}
.cid-v3LxHr8aav .card-wrapper {
  z-index: 3;
}
.cid-v3LxHr8aav .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3LxHr8aav .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v3LxHr8aav .mbr-section-title,
.cid-v3LxHr8aav .text-block {
  color: #cccccc;
  text-align: center;
}
.cid-v3LxIGaLPA {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3LxIGaLPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LxIGaLPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LxIGaLPA .row {
  flex-direction: row-reverse;
}
.cid-v3LxIGaLPA .mbr-description {
  color: #051053;
  text-align: center;
}
.cid-sqSGLW6RaI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqSGLW6RaI .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sqSGLW6RaI .mbr-section-title {
  margin: 0;
}
.cid-sqSGLW6RaI .card-img {
  text-align: center;
}
.cid-sqSGLW6RaI .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sqSGLW6RaI .row-item.card1 {
  background: #9bc5ed;
}
.cid-sqSGLW6RaI .row-item.card2 {
  background: #0b135b;
}
.cid-sqSGLW6RaI .row-item.card3 {
  background: #9bc5ed;
}
.cid-sqSGLW6RaI .row-item.card4 {
  background: #2bdc9d;
}
.cid-sqSGLW6RaI .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sqSGLW6RaI .card-img,
  .cid-sqSGLW6RaI .mbr-text,
  .cid-sqSGLW6RaI .mbr-card-title,
  .cid-sqSGLW6RaI .mbr-section-subtitle,
  .cid-sqSGLW6RaI .mbr-section-title,
  .cid-sqSGLW6RaI .underline {
    text-align: center !important;
  }
}
.cid-sqSGLW6RaI .card2 > .mbr-card-title,
.cid-sqSGLW6RaI .card2 > .card-img {
  text-align: center;
}
.cid-sqSGLW6RaI .card2 > .mbr-text,
.cid-sqSGLW6RaI .card2 > .mbr-section-btn {
  text-align: center;
}
.cid-sqSGLW6RaI .card1 > .mbr-text,
.cid-sqSGLW6RaI .card1 > .mbr-section-btn {
  text-align: center;
  color: #040b4b;
}
.cid-sqSGLW6RaI .card3 > .mbr-text,
.cid-sqSGLW6RaI .card3 > .mbr-section-btn {
  text-align: center;
  color: #040b4b;
}
.cid-sqSGLW6RaI .card1 > .mbr-card-title,
.cid-sqSGLW6RaI .card1 > .card-img {
  text-align: center;
  color: #040b4b;
}
.cid-sqSGLW6RaI .card3 > .mbr-card-title,
.cid-sqSGLW6RaI .card3 > .card-img {
  text-align: center;
  color: #040b4b;
}
.cid-slY8lMST8K {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-slY8lMST8K h3 {
  text-align: center;
}
.cid-slY8lMST8K .mbr-section-subtitle {
  font-weight: 300;
  color: #89b4dd;
  text-align: center;
}
.cid-slY8lMST8K .card {
  word-wrap: break-word;
}
.cid-slY8lMST8K .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #040b4b;
}
.cid-slY8lMST8K .mbr-iconfont {
  font-size: 5rem;
  color: #040b4b;
}
.cid-slY8lMST8K .count,
.cid-slY8lMST8K .card-img {
  color: #131c6e;
}
.cid-slY8lMST8K .mbr-section-title {
  color: #131c6e;
  text-align: center;
}
.cid-slY8lMST8K H4 {
  color: #131c6e;
}
.cid-spHt7W5bKh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-spHt7W5bKh .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-spHt7W5bKh .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1344.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-spHt7W5bKh .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #89b4dd;
}
.cid-spHt7W5bKh .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-spHt7W5bKh .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-spHt7W5bKh .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-spHt7W5bKh .wrap:hover .box-title2,
.cid-spHt7W5bKh .wrap:hover .box-text2 {
  color: #fdfdfd;
  transition-delay: 0.3s;
}
.cid-spHt7W5bKh .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-spHt7W5bKh .box-title2,
.cid-spHt7W5bKh .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-spHt7W5bKh .box-content {
  transition: all 0.3s;
  background: #89b4dd;
  width: 50%;
}
.cid-spHt7W5bKh .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-spHt7W5bKh .img-content {
    opacity: 1;
  }
  .cid-spHt7W5bKh .box-title2,
  .cid-spHt7W5bKh .box-text2 {
    color: #fdfdfd !important;
  }
  .cid-spHt7W5bKh .content-block,
  .cid-spHt7W5bKh .box-content {
    padding: 3rem 1rem;
  }
  .cid-spHt7W5bKh .wrap {
    min-height: 300px;
  }
  .cid-spHt7W5bKh .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-spHt7W5bKh .box-text1 {
  color: #333333;
}
.cid-spHt7W5bKh .box-title2 {
  color: #cccccc;
}
.cid-spHt7W5bKh .box-text2 {
  color: #ffffff;
}
.cid-spHt7W5bKh .mbr-text,
.cid-spHt7W5bKh .mbr-section-btn {
  color: #ffffff;
}
.cid-spHt7W5bKh H2 {
  color: #ffffff;
}
.cid-spHt7W5bKh H3 {
  color: #ffffff;
}
.cid-slYaLxmcOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-slYaLxmcOq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-slYaLxmcOq .mbr-text,
.cid-slYaLxmcOq .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-suXF6VMvKg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-suXF6VMvKg .row {
  position: relative;
}
.cid-suXF6VMvKg .container {
  max-width: 1500px;
}
.cid-suXF6VMvKg h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-suXF6VMvKg .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-suXF6VMvKg .container {
    padding: 0 4rem;
  }
}
.cid-suXF6VMvKg H1 {
  color: #0b135b;
}
.cid-v4NhrsRk4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051053;
}
.cid-v4NhrsRk4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NhrsRk4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NhrsRk4o .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-v4NhrsRk4o .items-wrapper .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4NhrsRk4o .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  min-width: 56px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v4NhrsRk4o .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4NhrsRk4o .item-title {
  color: #ffffff;
}
.cid-v4NhrsRk4o .item-text {
  color: #ffffff;
}
.cid-sr5TE1l2ua {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr5TE1l2ua *:focus {
  outline: none;
}
.cid-sr5TE1l2ua .form-group {
  margin-bottom: 2rem;
}
.cid-sr5TE1l2ua .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #96b6c1;
  color: #96b6c1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sr5TE1l2ua .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sr5TE1l2ua .form-control::-webkit-input-placeholder {
  color: #96b6c1;
}
.cid-sr5TE1l2ua .form-control::-moz-placeholder {
  color: #96b6c1;
}
.cid-sr5TE1l2ua .form-control:-ms-input-placeholder {
  color: #96b6c1;
}
.cid-sr5TE1l2ua .form-control:-moz-placeholder {
  color: #96b6c1;
}
.cid-sr5TE1l2ua input.form-control {
  padding: 1px 0;
}
.cid-sr5TE1l2ua .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sr5TE1l2ua .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sr5TE1l2ua .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sr5TE1l2ua .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sr5TE1l2ua .first-column,
  .cid-sr5TE1l2ua .form-1 {
    text-align: center;
  }
}
.cid-sr5TE1l2ua .follow-title,
.cid-sr5TE1l2ua .social-list {
  color: #282124;
}
.cid-sr5TE1l2ua .address-title,
.cid-sr5TE1l2ua .address-block {
  color: #131c6e;
  text-align: left;
}
.cid-sr5TE1l2ua .contacts-title,
.cid-sr5TE1l2ua .contacts-block {
  color: #131c6e;
  text-align: left;
}
.cid-sr5TE1l2ua .form-title,
.cid-sr5TE1l2ua .btn-row {
  color: #131c6e;
}
.cid-u2bKdepaPG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u2bKdepaPG .content {
    text-align: center;
  }
  .cid-u2bKdepaPG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2bKdepaPG .logo-subtitle {
  color: #8d97ad;
}
.cid-u2bKdepaPG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2bKdepaPG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2bKdepaPG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2bKdepaPG .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2bKdepaPG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2bKdepaPG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2bKdepaPG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2bKdepaPG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2bKdepaPG .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2bKdepaPG .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2bKdepaPG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2bKdepaPG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2bKdepaPG .list-item {
  display: flex;
}
.cid-u2bKdepaPG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2bKdepaPG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2bKdepaPG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2bKdepaPG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2bKdepaPG P {
  color: #ffffff;
  text-align: left;
}
.cid-u2bKdepaPG .mbr-text {
  color: #cebfaf;
}
.cid-u2bKdepaPG .column-title {
  color: #ffffff;
}
.cid-u2bKdepaPG .logo-subtitle,
.cid-u2bKdepaPG .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u2bQCCt7WQ .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-u2bQCCt7WQ .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-u2bQCCt7WQ a {
  font-style: normal;
}
.cid-u2bQCCt7WQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2bQCCt7WQ .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-u2bQCCt7WQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-u2bQCCt7WQ .content-text {
  margin-bottom: 0;
}
.cid-u2bQCCt7WQ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2bQCCt7WQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-u2bQCCt7WQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2bQCCt7WQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2bQCCt7WQ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2bQCCt7WQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2bQCCt7WQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2bQCCt7WQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2bQCCt7WQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2bQCCt7WQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2bQCCt7WQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2bQCCt7WQ .content-right-side {
  text-align: center;
}
.cid-u2bQCCt7WQ .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2bQCCt7WQ .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2bQCCt7WQ .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2bQCCt7WQ .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2bQCCt7WQ .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2bQCCt7WQ .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2bQCCt7WQ img {
    height: 3.8rem !important;
  }
  .cid-u2bQCCt7WQ .btn {
    display: -webkit-flex;
  }
  .cid-u2bQCCt7WQ button.navbar-toggler {
    display: block;
  }
  .cid-u2bQCCt7WQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u2bQCCt7WQ .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2bQCCt7WQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing,
  .cid-u2bQCCt7WQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing .navbar-nav,
  .cid-u2bQCCt7WQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2bQCCt7WQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u2bQCCt7WQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2bQCCt7WQ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2bQCCt7WQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2bQCCt7WQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2bQCCt7WQ .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-u2bQCCt7WQ .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-u2bQCCt7WQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2bQCCt7WQ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-u2bQCCt7WQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-u2bQCCt7WQ .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-u2bQCCt7WQ .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2bQCCt7WQ .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-u2bQCCt7WQ .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-u2bQCCt7WQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2bQCCt7WQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2bQCCt7WQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2bQCCt7WQ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-u2bQCCt7WQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2bQCCt7WQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2bQCCt7WQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2bQCCt7WQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2bQCCt7WQ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2bQCCt7WQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2bQCCt7WQ .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2bQCCt7WQ .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2bQCCt7WQ .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2bQCCt7WQ .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2bQCCt7WQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2bQCCt7WQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2bQCCt7WQ .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-u2bQCCt7WQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-u2bQCCt7WQ .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2bQCCt7WQ .navbar-toggler {
    display: none;
  }
  .cid-u2bQCCt7WQ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2bQCCt7WQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2bQCCt7WQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2bQCCt7WQ .menu-logo {
  margin-right: auto;
}
.cid-u2bQCCt7WQ .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-u2bQCCt7WQ .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-u2bQCCt7WQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2bQCCt7WQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2bQCCt7WQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u2bQCCt7WQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2bQCCt7WQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2bQCCt7WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2bQCCt7WQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2bQCCt7WQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2bQCCt7WQ .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2bQCCt7WQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2bQCCt7WQ .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-u2bQCCt7WQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2bQCCt7WQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2bQCCt7WQ .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-u2bQCCt7WQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u2bQCCt7WQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2bQCCt7WQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2bQCCt7WQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u2bQCCt7WQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2bQCCt7WQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2bQCCt7WQ button.navbar-toggler:focus {
  outline: none;
}
.cid-u2bQCCt7WQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2bQCCt7WQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2bQCCt7WQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2bQCCt7WQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2bQCCt7WQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2bQCCt7WQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2bQCCt7WQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2bQCCt7WQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2bQCCt7WQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2bQCCt7WQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2bQCCt7WQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2bQCCt7WQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2bQCCt7WQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2bQCCt7WQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-u2bQCCt7WQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2bQCCt7WQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2bQCCt7WQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u2bQCCt7WQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2bQCCt7WQ .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-u2bQCCt7WQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2bQCCt7WQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2bQCCt7WQ .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-u2bQCCt7WQ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2bQCCt7WQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2bQCCt7WQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2bQCCt7WQ .nav-link:focus {
  outline: none;
}
.cid-u2bQCCt7WQ .navbar-toggler {
  position: relative;
}
.cid-u2bQCCt7WQ .dropdown-item.active,
.cid-u2bQCCt7WQ .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-u2bQCCt7WQ .nav-link:hover,
.cid-u2bQCCt7WQ .dropdown-item:hover {
  color: #141f62;
}
.cid-u2bQCCt7WQ .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2bQCCt7WQ .widget-title,
.cid-u2bQCCt7WQ .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-u2bQCDhM3q {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #c8c8c8;
}
.cid-u2bQCDhM3q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2bQCDhM3q .mbr-text,
.cid-u2bQCDhM3q .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2bWZE7nxr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #040b4b;
}
.cid-u2bWZE7nxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2bWZE7nxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2bWZE7nxr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2bWZE7nxr .mbr-text,
.cid-u2bWZE7nxr .mbr-section-btn {
  color: #ffffff;
}
.cid-u2bWZE7nxr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2cHdSLxtI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2cHdSLxtI .col-title {
    margin-bottom: 20px;
  }
}
.cid-u2cHdSLxtI .mbr-section-title {
  color: #040b4b;
}
.cid-u2cHdSLxtI .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u2cHdSLxtI .mbr-text {
  color: #000000;
}
.cid-u2cIJeRJ7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d5d5d5;
}
.cid-u2cIJeRJ7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cIJeRJ7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cIJeRJ7K img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u2cIJeRJ7K img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u2cIJeRJ7K .row {
  flex-direction: row-reverse;
}
.cid-u2cIJeRJ7K .row {
  align-items: center;
}
.cid-u2cIJeRJ7K .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2cIJeRJ7K .mbr-text,
.cid-u2cIJeRJ7K .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-u2cJGjhHh4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2cJGjhHh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cJGjhHh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cJGjhHh4 .text-wrap {
  width: 100%;
}
.cid-u2cJGjhHh4 .mbr-title {
  margin-bottom: 0;
  color: #040b4b;
}
.cid-u2cJGjhHh4 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u2cJGjhHh4 .list-wrap {
  margin-top: 52px;
}
.cid-u2cJGjhHh4 .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-u2cJGjhHh4 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #9b9b9b;
  transition: 0.4s all;
}
.cid-u2cJGjhHh4 .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-u2cJGjhHh4 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-u2bQCHpWJN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-u2bQCHpWJN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2bQCHpWJN .mbr-text,
.cid-u2bQCHpWJN .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2cNLdbLTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-u2cNLdbLTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cNLdbLTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .container {
    padding: 0 15px;
  }
}
.cid-u2cNLdbLTv .row {
  justify-content: center;
}
.cid-u2cNLdbLTv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2cNLdbLTv .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u2cNLdbLTv .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u2cNLdbLTv .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u2cNLdbLTv .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u2cNLdbLTv .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2cNLdbLTv .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #040b4b;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u2cNLdbLTv .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u2cNLdbLTv .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2cNLdbLTv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2cNLdbLTv .list {
  color: #ffffff;
}
.cid-u2cNLdbLTv .list,
.cid-u2cNLdbLTv .item-wrap {
  color: #282124;
}
.cid-u2bQCIGF7a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u2bQCIGF7a .content {
    text-align: center;
  }
  .cid-u2bQCIGF7a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2bQCIGF7a .logo-subtitle {
  color: #8d97ad;
}
.cid-u2bQCIGF7a .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2bQCIGF7a .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2bQCIGF7a .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2bQCIGF7a .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2bQCIGF7a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2bQCIGF7a .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2bQCIGF7a .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2bQCIGF7a .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2bQCIGF7a .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2bQCIGF7a .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2bQCIGF7a .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2bQCIGF7a .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2bQCIGF7a .list-item {
  display: flex;
}
.cid-u2bQCIGF7a .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2bQCIGF7a ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2bQCIGF7a ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2bQCIGF7a ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2bQCIGF7a P {
  color: #ffffff;
  text-align: left;
}
.cid-u2bQCIGF7a .mbr-text {
  color: #cebfaf;
}
.cid-u2bQCIGF7a .column-title {
  color: #ffffff;
}
.cid-u2bQCIGF7a .logo-subtitle,
.cid-u2bQCIGF7a .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u2cOJ40RPP .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-u2cOJ40RPP .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-u2cOJ40RPP a {
  font-style: normal;
}
.cid-u2cOJ40RPP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2cOJ40RPP .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-u2cOJ40RPP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-u2cOJ40RPP .content-text {
  margin-bottom: 0;
}
.cid-u2cOJ40RPP .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2cOJ40RPP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-u2cOJ40RPP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2cOJ40RPP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2cOJ40RPP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2cOJ40RPP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2cOJ40RPP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2cOJ40RPP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2cOJ40RPP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2cOJ40RPP .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2cOJ40RPP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2cOJ40RPP .content-right-side {
  text-align: center;
}
.cid-u2cOJ40RPP .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2cOJ40RPP .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2cOJ40RPP .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2cOJ40RPP .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2cOJ40RPP .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2cOJ40RPP .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2cOJ40RPP img {
    height: 3.8rem !important;
  }
  .cid-u2cOJ40RPP .btn {
    display: -webkit-flex;
  }
  .cid-u2cOJ40RPP button.navbar-toggler {
    display: block;
  }
  .cid-u2cOJ40RPP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u2cOJ40RPP .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2cOJ40RPP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing,
  .cid-u2cOJ40RPP .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing .navbar-nav,
  .cid-u2cOJ40RPP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2cOJ40RPP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u2cOJ40RPP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2cOJ40RPP .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2cOJ40RPP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2cOJ40RPP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2cOJ40RPP .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-u2cOJ40RPP .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-u2cOJ40RPP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2cOJ40RPP .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-u2cOJ40RPP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-u2cOJ40RPP .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-u2cOJ40RPP .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2cOJ40RPP .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-u2cOJ40RPP .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-u2cOJ40RPP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2cOJ40RPP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2cOJ40RPP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2cOJ40RPP .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-u2cOJ40RPP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2cOJ40RPP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2cOJ40RPP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2cOJ40RPP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2cOJ40RPP .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2cOJ40RPP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2cOJ40RPP .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2cOJ40RPP .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2cOJ40RPP .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2cOJ40RPP .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2cOJ40RPP .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2cOJ40RPP .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2cOJ40RPP .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-u2cOJ40RPP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-u2cOJ40RPP .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2cOJ40RPP .navbar-toggler {
    display: none;
  }
  .cid-u2cOJ40RPP .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2cOJ40RPP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2cOJ40RPP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2cOJ40RPP .menu-logo {
  margin-right: auto;
}
.cid-u2cOJ40RPP .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-u2cOJ40RPP .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-u2cOJ40RPP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2cOJ40RPP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2cOJ40RPP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u2cOJ40RPP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2cOJ40RPP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2cOJ40RPP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2cOJ40RPP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2cOJ40RPP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2cOJ40RPP .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2cOJ40RPP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2cOJ40RPP .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-u2cOJ40RPP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2cOJ40RPP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2cOJ40RPP .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-u2cOJ40RPP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u2cOJ40RPP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2cOJ40RPP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2cOJ40RPP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u2cOJ40RPP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2cOJ40RPP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2cOJ40RPP button.navbar-toggler:focus {
  outline: none;
}
.cid-u2cOJ40RPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2cOJ40RPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2cOJ40RPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cOJ40RPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2cOJ40RPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2cOJ40RPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cOJ40RPP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2cOJ40RPP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2cOJ40RPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2cOJ40RPP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2cOJ40RPP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2cOJ40RPP .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2cOJ40RPP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2cOJ40RPP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2cOJ40RPP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-u2cOJ40RPP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2cOJ40RPP .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2cOJ40RPP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u2cOJ40RPP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2cOJ40RPP .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-u2cOJ40RPP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2cOJ40RPP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2cOJ40RPP .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-u2cOJ40RPP .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2cOJ40RPP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2cOJ40RPP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2cOJ40RPP .nav-link:focus {
  outline: none;
}
.cid-u2cOJ40RPP .navbar-toggler {
  position: relative;
}
.cid-u2cOJ40RPP .dropdown-item.active,
.cid-u2cOJ40RPP .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-u2cOJ40RPP .nav-link:hover,
.cid-u2cOJ40RPP .dropdown-item:hover {
  color: #141f62;
}
.cid-u2cOJ40RPP .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2cOJ40RPP .widget-title,
.cid-u2cOJ40RPP .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-u2cOJ5gHoc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-u2cOJ5gHoc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2cOJ5gHoc .mbr-text,
.cid-u2cOJ5gHoc .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2cOJ6jjFT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #040b4b;
}
.cid-u2cOJ6jjFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cOJ6jjFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cOJ6jjFT .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2cOJ6jjFT .mbr-text,
.cid-u2cOJ6jjFT .mbr-section-btn {
  color: #ffffff;
}
.cid-u2cOJ6jjFT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2cOJ70qg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2cOJ70qg1 .col-title {
    margin-bottom: 20px;
  }
}
.cid-u2cOJ70qg1 .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2cOJ70qg1 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u2cOJ70qg1 .mbr-text {
  color: #000000;
}
.cid-u2gjxsS1yi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-u2gjxsS1yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gjxsS1yi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .container {
    padding: 0 15px;
  }
}
.cid-u2gjxsS1yi .row {
  justify-content: center;
}
.cid-u2gjxsS1yi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2gjxsS1yi .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u2gjxsS1yi .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u2gjxsS1yi .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u2gjxsS1yi .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u2gjxsS1yi .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2gjxsS1yi .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #040b4b;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u2gjxsS1yi .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u2gjxsS1yi .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2gjxsS1yi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2gjxsS1yi .list {
  color: #ffffff;
}
.cid-u2gjxsS1yi .list,
.cid-u2gjxsS1yi .item-wrap {
  color: #282124;
}
.cid-u2cOJ7oOLV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #040b4b;
}
.cid-u2cOJ7oOLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cOJ7oOLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cOJ7oOLV img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u2cOJ7oOLV img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u2cOJ7oOLV .row {
  align-items: center;
}
.cid-u2cOJ7oOLV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2cOJ7oOLV .mbr-text,
.cid-u2cOJ7oOLV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u2cOJ7YGFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2cOJ7YGFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cOJ7YGFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cOJ7YGFL .text-wrap {
  width: 100%;
}
.cid-u2cOJ7YGFL .mbr-title {
  margin-bottom: 0;
  color: #040b4b;
}
.cid-u2cOJ7YGFL .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u2cOJ7YGFL .list-wrap {
  margin-top: 52px;
}
.cid-u2cOJ7YGFL .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-u2cOJ7YGFL .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #9b9b9b;
  transition: 0.4s all;
}
.cid-u2cOJ7YGFL .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-u2cOJ7YGFL .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-u2cOJ8KE4O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-u2cOJ8KE4O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2cOJ8KE4O .mbr-text,
.cid-u2cOJ8KE4O .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2cOJ9upzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-u2cOJ9upzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cOJ9upzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .container {
    padding: 0 15px;
  }
}
.cid-u2cOJ9upzc .row {
  justify-content: center;
}
.cid-u2cOJ9upzc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2cOJ9upzc .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u2cOJ9upzc .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u2cOJ9upzc .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u2cOJ9upzc .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u2cOJ9upzc .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2cOJ9upzc .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #040b4b;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u2cOJ9upzc .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u2cOJ9upzc .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2cOJ9upzc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2cOJ9upzc .list {
  color: #ffffff;
}
.cid-u2cOJ9upzc .list,
.cid-u2cOJ9upzc .item-wrap {
  color: #282124;
}
.cid-u2cOJdmolg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u2cOJdmolg .content {
    text-align: center;
  }
  .cid-u2cOJdmolg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2cOJdmolg .logo-subtitle {
  color: #8d97ad;
}
.cid-u2cOJdmolg .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2cOJdmolg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2cOJdmolg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2cOJdmolg .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2cOJdmolg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2cOJdmolg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2cOJdmolg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2cOJdmolg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2cOJdmolg .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2cOJdmolg .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2cOJdmolg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2cOJdmolg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2cOJdmolg .list-item {
  display: flex;
}
.cid-u2cOJdmolg .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2cOJdmolg ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2cOJdmolg ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2cOJdmolg ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2cOJdmolg P {
  color: #ffffff;
  text-align: left;
}
.cid-u2cOJdmolg .mbr-text {
  color: #cebfaf;
}
.cid-u2cOJdmolg .column-title {
  color: #ffffff;
}
.cid-u2cOJdmolg .logo-subtitle,
.cid-u2cOJdmolg .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u2gsZPG9Dg .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-u2gsZPG9Dg .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-u2gsZPG9Dg a {
  font-style: normal;
}
.cid-u2gsZPG9Dg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u2gsZPG9Dg .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-u2gsZPG9Dg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-u2gsZPG9Dg .content-text {
  margin-bottom: 0;
}
.cid-u2gsZPG9Dg .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u2gsZPG9Dg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-u2gsZPG9Dg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u2gsZPG9Dg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u2gsZPG9Dg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u2gsZPG9Dg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2gsZPG9Dg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u2gsZPG9Dg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u2gsZPG9Dg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2gsZPG9Dg .nav-dropdown .link {
  font-weight: 400;
}
.cid-u2gsZPG9Dg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u2gsZPG9Dg .content-right-side {
  text-align: center;
}
.cid-u2gsZPG9Dg .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u2gsZPG9Dg .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u2gsZPG9Dg .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u2gsZPG9Dg .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u2gsZPG9Dg .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u2gsZPG9Dg .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u2gsZPG9Dg img {
    height: 3.8rem !important;
  }
  .cid-u2gsZPG9Dg .btn {
    display: -webkit-flex;
  }
  .cid-u2gsZPG9Dg button.navbar-toggler {
    display: block;
  }
  .cid-u2gsZPG9Dg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u2gsZPG9Dg .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2gsZPG9Dg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing,
  .cid-u2gsZPG9Dg .navbar-collapse.show {
    display: block !important;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing .navbar-nav,
  .cid-u2gsZPG9Dg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u2gsZPG9Dg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u2gsZPG9Dg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing .navbar-buttons,
  .cid-u2gsZPG9Dg .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u2gsZPG9Dg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u2gsZPG9Dg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u2gsZPG9Dg .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-u2gsZPG9Dg .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-u2gsZPG9Dg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u2gsZPG9Dg .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-u2gsZPG9Dg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-u2gsZPG9Dg .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-u2gsZPG9Dg .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u2gsZPG9Dg .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-u2gsZPG9Dg .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-u2gsZPG9Dg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u2gsZPG9Dg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u2gsZPG9Dg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u2gsZPG9Dg .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-u2gsZPG9Dg .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2gsZPG9Dg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u2gsZPG9Dg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u2gsZPG9Dg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u2gsZPG9Dg .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u2gsZPG9Dg .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u2gsZPG9Dg .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2gsZPG9Dg .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u2gsZPG9Dg .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2gsZPG9Dg .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u2gsZPG9Dg .navbar {
    display: block;
    padding: 0;
  }
  .cid-u2gsZPG9Dg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u2gsZPG9Dg .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-u2gsZPG9Dg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-u2gsZPG9Dg .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u2gsZPG9Dg .navbar-toggler {
    display: none;
  }
  .cid-u2gsZPG9Dg .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2gsZPG9Dg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2gsZPG9Dg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u2gsZPG9Dg .menu-logo {
  margin-right: auto;
}
.cid-u2gsZPG9Dg .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-u2gsZPG9Dg .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-u2gsZPG9Dg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u2gsZPG9Dg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u2gsZPG9Dg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u2gsZPG9Dg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u2gsZPG9Dg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u2gsZPG9Dg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u2gsZPG9Dg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2gsZPG9Dg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u2gsZPG9Dg .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u2gsZPG9Dg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2gsZPG9Dg .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-u2gsZPG9Dg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u2gsZPG9Dg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2gsZPG9Dg .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-u2gsZPG9Dg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u2gsZPG9Dg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u2gsZPG9Dg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u2gsZPG9Dg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u2gsZPG9Dg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u2gsZPG9Dg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2gsZPG9Dg button.navbar-toggler:focus {
  outline: none;
}
.cid-u2gsZPG9Dg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2gsZPG9Dg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2gsZPG9Dg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2gsZPG9Dg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2gsZPG9Dg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2gsZPG9Dg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2gsZPG9Dg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2gsZPG9Dg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2gsZPG9Dg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2gsZPG9Dg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2gsZPG9Dg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2gsZPG9Dg .collapsed .btn {
  display: -webkit-flex;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u2gsZPG9Dg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u2gsZPG9Dg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-u2gsZPG9Dg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u2gsZPG9Dg .collapsed button.navbar-toggler {
  display: block;
}
.cid-u2gsZPG9Dg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u2gsZPG9Dg .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2gsZPG9Dg .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-u2gsZPG9Dg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u2gsZPG9Dg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u2gsZPG9Dg .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-u2gsZPG9Dg .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2gsZPG9Dg .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u2gsZPG9Dg .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u2gsZPG9Dg .nav-link:focus {
  outline: none;
}
.cid-u2gsZPG9Dg .navbar-toggler {
  position: relative;
}
.cid-u2gsZPG9Dg .dropdown-item.active,
.cid-u2gsZPG9Dg .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-u2gsZPG9Dg .nav-link:hover,
.cid-u2gsZPG9Dg .dropdown-item:hover {
  color: #141f62;
}
.cid-u2gsZPG9Dg .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2gsZPG9Dg .widget-title,
.cid-u2gsZPG9Dg .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-u2gsZQrQtk {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-u2gsZQrQtk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2gsZQrQtk .mbr-text,
.cid-u2gsZQrQtk .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2gsZQVK50 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #040b4b;
}
.cid-u2gsZQVK50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gsZQVK50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2gsZQVK50 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2gsZQVK50 .mbr-text,
.cid-u2gsZQVK50 .mbr-section-btn {
  color: #ffffff;
}
.cid-u2gsZQVK50 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2gsZRdpg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u2gsZRdpg7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-u2gsZRdpg7 .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u2gsZRdpg7 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u2gsZRdpg7 .mbr-text {
  color: #636363;
}
.cid-u2gP5al0yw {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #e0e0e0;
}
.cid-u2gP5al0yw .container {
  max-width: 1500px;
}
.cid-u2gP5al0yw img {
  width: 100%;
}
.cid-u2gP5al0yw h2 {
  padding: 0;
  margin: 0;
}
.cid-u2gP5al0yw .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u2gP5al0yw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u2gP5al0yw .img-col {
  position: relative;
}
.cid-u2gP5al0yw .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u2gP5al0yw .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u2gP5al0yw .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u2gP5al0yw .img2 {
    top: -2rem;
  }
  .cid-u2gP5al0yw .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u2gP5al0yw .img2 {
    width: 50%;
  }
  .cid-u2gP5al0yw .number {
    margin: auto;
  }
}
.cid-u2gP5al0yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gP5al0yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2gP5al0yw H2 {
  color: #040b4b;
}
.cid-u2gsZSsnNO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-u2gsZSsnNO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2gsZSsnNO .mbr-text,
.cid-u2gsZSsnNO .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u2mu6eUBPR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #040b4b;
}
.cid-u2mu6eUBPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mu6eUBPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mu6eUBPR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2mu6eUBPR .container {
    padding: 0 14px;
  }
}
.cid-u2mu6eUBPR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-u2mu6eUBPR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u2mu6eUBPR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2mu6eUBPR .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-u2mu6eUBPR .mbr-text,
.cid-u2mu6eUBPR .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u2mu6eUBPR .mbr-section-title {
  color: #f1f1f1;
}
.cid-u2mu6eUBPR .mbr-section-title,
.cid-u2mu6eUBPR .mbr-section-btn {
  text-align: center;
}
.cid-u2moLU3Q3J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dadada;
}
.cid-u2moLU3Q3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2moLU3Q3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2moLU3Q3J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2moLU3Q3J .row {
  flex-direction: row-reverse;
}
.cid-u2moLU3Q3J img {
  width: 100%;
}
.cid-u2moLU3Q3J .mbr-description {
  color: #282124;
  text-align: left;
}
.cid-u2mMPTCmWL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.cid-u2mMPTCmWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mMPTCmWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mMPTCmWL .container {
    padding: 0 30px;
  }
}
.cid-u2mMPTCmWL .row {
  justify-content: center;
}
.cid-u2mMPTCmWL .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2mMPTCmWL .text-wrapper {
    padding-left: 30px;
  }
}
.cid-u2mMPTCmWL .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #489867;
}
.cid-u2mMPTCmWL .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u2mMPTCmWL .mbr-text {
  color: #282124;
}
.cid-u2mErbWZgt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #040b4b;
}
.cid-u2mErbWZgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mErbWZgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mErbWZgt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2mErbWZgt .container {
    padding: 0 14px;
  }
}
.cid-u2mErbWZgt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-u2mErbWZgt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u2mErbWZgt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2mErbWZgt .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-u2mErbWZgt .mbr-text,
.cid-u2mErbWZgt .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-u2mErbWZgt .mbr-section-title {
  color: #f1f1f1;
}
.cid-u2mErbWZgt .mbr-section-title,
.cid-u2mErbWZgt .mbr-section-btn {
  text-align: center;
}
.cid-u2mErNufiB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dadada;
}
.cid-u2mErNufiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mErNufiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2mErNufiB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2mErNufiB .row {
  flex-direction: row-reverse;
}
.cid-u2mErNufiB img {
  width: 100%;
}
.cid-u2mErNufiB .mbr-description {
  color: #636363;
  text-align: left;
}
.cid-u2mNiyRw7d {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.cid-u2mNiyRw7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mNiyRw7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mNiyRw7d .container {
    padding: 0 30px;
  }
}
.cid-u2mNiyRw7d .row {
  justify-content: center;
}
.cid-u2mNiyRw7d .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2mNiyRw7d .text-wrapper {
    padding-left: 30px;
  }
}
.cid-u2mNiyRw7d .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #489867;
}
.cid-u2mNiyRw7d .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u2mNiyRw7d .mbr-text {
  color: #282124;
}
.cid-u2mHjScwcx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-u2mHjScwcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mHjScwcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mHjScwcx .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-u2mHjScwcx .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-u2mHjScwcx .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-u2mHjScwcx .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u2mHjScwcx .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u2mHjScwcx .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u2mHjScwcx .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u2mHjScwcx .mbr-section-btn .btn-black {
  color: #040b4b !important;
}
.cid-u2mHjScwcx .mbr-section-btn .btn-black:hover {
  background-color: #040b4b !important;
  border-color: #040b4b !important;
  color: #181817 !important;
}
.cid-u2mHjScwcx .mbr-text {
  color: #f8f8f8;
  opacity: 0.8;
}
.cid-u2mHjScwcx .mbr-text a {
  text-decoration: underline !important;
}
.cid-u2mHjScwcx .mbr-text a:hover {
  color: inherit !important;
}
.cid-u2mHjScwcx .mbr-section-title,
.cid-u2mHjScwcx .mbr-section-btn {
  color: #ffffff;
}
.cid-u2mHTjuu0v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2mHTjuu0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mHTjuu0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2mHTjuu0v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2mHTjuu0v .row {
  flex-direction: row-reverse;
}
.cid-u2mHTjuu0v img {
  width: 100%;
}
.cid-u2mHTjuu0v .mbr-description {
  color: #636363;
  text-align: left;
}
.cid-u2mMzW89OJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2mMzW89OJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mMzW89OJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mMzW89OJ .container {
    padding: 0 30px;
  }
}
.cid-u2mMzW89OJ .row {
  justify-content: center;
}
.cid-u2mMzW89OJ .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2mMzW89OJ .text-wrapper {
    padding-left: 30px;
  }
}
.cid-u2mMzW89OJ .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #489867;
}
.cid-u2mMzW89OJ .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u2mMzW89OJ .mbr-text {
  color: #282124;
}
.cid-u2mIRwtBDw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2mIRwtBDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mIRwtBDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2mIRwtBDw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2mIRwtBDw .row {
  flex-direction: row-reverse;
}
.cid-u2mIRwtBDw img {
  width: 100%;
}
.cid-u2mIRwtBDw .mbr-description {
  color: #636363;
  text-align: left;
}
.cid-u2mPc8kHFt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dadada;
}
.cid-u2mPc8kHFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mPc8kHFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2mPc8kHFt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2mPc8kHFt .row {
  flex-direction: row-reverse;
}
.cid-u2mPc8kHFt img {
  width: 100%;
}
.cid-u2mPc8kHFt .mbr-description {
  color: #636363;
  text-align: left;
}
.cid-u2mPM5Q6Xh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #dadada;
}
.cid-u2mPM5Q6Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mPM5Q6Xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2mPM5Q6Xh .container {
    padding: 0 30px;
  }
}
.cid-u2mPM5Q6Xh .row {
  justify-content: center;
}
.cid-u2mPM5Q6Xh .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u2mPM5Q6Xh .text-wrapper {
    padding-left: 30px;
  }
}
.cid-u2mPM5Q6Xh .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #243034;
}
.cid-u2mPM5Q6Xh .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u2mPM5Q6Xh .mbr-text {
  color: #282124;
}
.cid-u2gsZUkZ5Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u2gsZUkZ5Q .content {
    text-align: center;
  }
  .cid-u2gsZUkZ5Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2gsZUkZ5Q .logo-subtitle {
  color: #8d97ad;
}
.cid-u2gsZUkZ5Q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2gsZUkZ5Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2gsZUkZ5Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2gsZUkZ5Q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2gsZUkZ5Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2gsZUkZ5Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u2gsZUkZ5Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2gsZUkZ5Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2gsZUkZ5Q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2gsZUkZ5Q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2gsZUkZ5Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2gsZUkZ5Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2gsZUkZ5Q .list-item {
  display: flex;
}
.cid-u2gsZUkZ5Q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2gsZUkZ5Q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2gsZUkZ5Q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2gsZUkZ5Q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u2gsZUkZ5Q P {
  color: #ffffff;
  text-align: left;
}
.cid-u2gsZUkZ5Q .mbr-text {
  color: #cebfaf;
}
.cid-u2gsZUkZ5Q .column-title {
  color: #ffffff;
}
.cid-u2gsZUkZ5Q .logo-subtitle,
.cid-u2gsZUkZ5Q .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u3qtPU7Vnd .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-u3qtPU7Vnd .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-u3qtPU7Vnd a {
  font-style: normal;
}
.cid-u3qtPU7Vnd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3qtPU7Vnd .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-u3qtPU7Vnd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-u3qtPU7Vnd .content-text {
  margin-bottom: 0;
}
.cid-u3qtPU7Vnd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3qtPU7Vnd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-u3qtPU7Vnd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3qtPU7Vnd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3qtPU7Vnd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3qtPU7Vnd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3qtPU7Vnd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3qtPU7Vnd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3qtPU7Vnd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3qtPU7Vnd .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3qtPU7Vnd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3qtPU7Vnd .content-right-side {
  text-align: center;
}
.cid-u3qtPU7Vnd .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u3qtPU7Vnd .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u3qtPU7Vnd .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u3qtPU7Vnd .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u3qtPU7Vnd .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u3qtPU7Vnd .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u3qtPU7Vnd img {
    height: 3.8rem !important;
  }
  .cid-u3qtPU7Vnd .btn {
    display: -webkit-flex;
  }
  .cid-u3qtPU7Vnd button.navbar-toggler {
    display: block;
  }
  .cid-u3qtPU7Vnd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3qtPU7Vnd .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3qtPU7Vnd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing,
  .cid-u3qtPU7Vnd .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing .navbar-nav,
  .cid-u3qtPU7Vnd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3qtPU7Vnd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3qtPU7Vnd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3qtPU7Vnd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u3qtPU7Vnd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3qtPU7Vnd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3qtPU7Vnd .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-u3qtPU7Vnd .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-u3qtPU7Vnd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3qtPU7Vnd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-u3qtPU7Vnd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-u3qtPU7Vnd .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-u3qtPU7Vnd .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u3qtPU7Vnd .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-u3qtPU7Vnd .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-u3qtPU7Vnd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3qtPU7Vnd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3qtPU7Vnd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3qtPU7Vnd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-u3qtPU7Vnd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3qtPU7Vnd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3qtPU7Vnd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3qtPU7Vnd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3qtPU7Vnd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u3qtPU7Vnd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u3qtPU7Vnd .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u3qtPU7Vnd .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u3qtPU7Vnd .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3qtPU7Vnd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u3qtPU7Vnd .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3qtPU7Vnd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3qtPU7Vnd .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-u3qtPU7Vnd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-u3qtPU7Vnd .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u3qtPU7Vnd .navbar-toggler {
    display: none;
  }
  .cid-u3qtPU7Vnd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3qtPU7Vnd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3qtPU7Vnd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3qtPU7Vnd .menu-logo {
  margin-right: auto;
}
.cid-u3qtPU7Vnd .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-u3qtPU7Vnd .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-u3qtPU7Vnd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3qtPU7Vnd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3qtPU7Vnd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3qtPU7Vnd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3qtPU7Vnd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3qtPU7Vnd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3qtPU7Vnd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3qtPU7Vnd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3qtPU7Vnd .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3qtPU7Vnd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3qtPU7Vnd .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-u3qtPU7Vnd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3qtPU7Vnd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3qtPU7Vnd .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-u3qtPU7Vnd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3qtPU7Vnd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3qtPU7Vnd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3qtPU7Vnd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3qtPU7Vnd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3qtPU7Vnd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3qtPU7Vnd button.navbar-toggler:focus {
  outline: none;
}
.cid-u3qtPU7Vnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3qtPU7Vnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3qtPU7Vnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3qtPU7Vnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3qtPU7Vnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3qtPU7Vnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3qtPU7Vnd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3qtPU7Vnd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3qtPU7Vnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3qtPU7Vnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3qtPU7Vnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3qtPU7Vnd .collapsed .btn {
  display: -webkit-flex;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3qtPU7Vnd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3qtPU7Vnd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-u3qtPU7Vnd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3qtPU7Vnd .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3qtPU7Vnd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3qtPU7Vnd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3qtPU7Vnd .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-u3qtPU7Vnd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3qtPU7Vnd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3qtPU7Vnd .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-u3qtPU7Vnd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3qtPU7Vnd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3qtPU7Vnd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3qtPU7Vnd .nav-link:focus {
  outline: none;
}
.cid-u3qtPU7Vnd .navbar-toggler {
  position: relative;
}
.cid-u3qtPU7Vnd .dropdown-item.active,
.cid-u3qtPU7Vnd .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-u3qtPU7Vnd .nav-link:hover,
.cid-u3qtPU7Vnd .dropdown-item:hover {
  color: #141f62;
}
.cid-u3qtPU7Vnd .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3qtPU7Vnd .widget-title,
.cid-u3qtPU7Vnd .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-u3qtPV3mXy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-u3qtPV3mXy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3qtPV3mXy .mbr-text,
.cid-u3qtPV3mXy .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u3qtPVt32d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #040b4b;
}
.cid-u3qtPVt32d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qtPVt32d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qtPVt32d .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u3qtPVt32d .mbr-text,
.cid-u3qtPVt32d .mbr-section-btn {
  color: #ffffff;
}
.cid-u3qtPVt32d .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3qtPVRu2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3qtPVRu2A .col-title {
    margin-bottom: 20px;
  }
}
.cid-u3qtPVRu2A .mbr-section-title {
  color: #040b4b;
  text-align: left;
}
.cid-u3qtPVRu2A .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u3qtPVRu2A .mbr-text {
  color: #636363;
}
.cid-v3LgkVyddY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v3LgkVyddY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v3LgkVyddY img:hover {
  transform: scale(1.1);
}
.cid-v3LgkVyddY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v3LgkVyddY h2 {
  padding: 0;
  margin: 0;
}
.cid-v3LgkVyddY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LgkVyddY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v3LgkVyddY .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-v3LgkVyddY .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-v3LgkVyddY .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-v3LgkVyddY .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-v3LgkVyddY .mbr-iconfont {
  margin: 0 !important;
}
.cid-v3LgkVyddY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v3LgkVyddY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LgkVyddY .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v3LgkVyddY .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-v3LgkVyddY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v3LgkVyddY H2 {
  color: #333333;
}
.cid-v3LgkVyddY .mbr-text {
  color: #767676;
}
.cid-v3LgkVyddY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LgkVyddY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LgkVyddY H1 {
  color: #051053;
}
.cid-ve2krbosG2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-ve2krbosG2 .container {
  max-width: 1500px;
}
.cid-ve2krbosG2 .row {
  background: #333333;
}
.cid-ve2krbosG2 .img-col {
  padding: 0;
}
.cid-ve2krbosG2 .title-col {
  padding: 4rem 8rem;
}
.cid-ve2krbosG2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ve2krbosG2 h2 {
  padding: 0;
  margin: 0;
}
.cid-ve2krbosG2 .text-wrap {
  margin: auto;
}
.cid-ve2krbosG2 .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-ve2krbosG2 .row {
    margin: 2rem;
  }
  .cid-ve2krbosG2 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2krbosG2 .row {
    margin: 0rem;
  }
  .cid-ve2krbosG2 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-ve2krbosG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2krbosG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2lTrJLsw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ve2lTrJLsw img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ve2lTrJLsw img:hover {
  transform: scale(1.1);
}
.cid-ve2lTrJLsw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ve2lTrJLsw h2 {
  padding: 0;
  margin: 0;
}
.cid-ve2lTrJLsw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2lTrJLsw .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ve2lTrJLsw .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-ve2lTrJLsw .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-ve2lTrJLsw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ve2lTrJLsw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2lTrJLsw .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-ve2lTrJLsw .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ve2lTrJLsw H2 {
  color: #333333;
}
.cid-ve2lTrJLsw .mbr-text {
  color: #767676;
}
.cid-ve2lTrJLsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2lTrJLsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2lTrJLsw H1 {
  color: #051053;
}
.cid-ve2mEzM8xz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-ve2mEzM8xz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ve2mEzM8xz img:hover {
  transform: scale(1.1);
}
.cid-ve2mEzM8xz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ve2mEzM8xz h2 {
  padding: 0;
  margin: 0;
}
.cid-ve2mEzM8xz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ve2mEzM8xz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ve2mEzM8xz .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-ve2mEzM8xz .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-ve2mEzM8xz .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-ve2mEzM8xz .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-ve2mEzM8xz .mbr-iconfont {
  margin: 0 !important;
}
.cid-ve2mEzM8xz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ve2mEzM8xz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ve2mEzM8xz .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ve2mEzM8xz .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-ve2mEzM8xz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ve2mEzM8xz H2 {
  color: #333333;
}
.cid-ve2mEzM8xz .mbr-text {
  color: #767676;
}
.cid-ve2mEzM8xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2mEzM8xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve2mEzM8xz H1 {
  color: #051053;
}
.cid-v3Lh1HI8v1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3Lh1HI8v1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v3Lh1HI8v1 img:hover {
  transform: scale(1.1);
}
.cid-v3Lh1HI8v1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v3Lh1HI8v1 h2 {
  padding: 0;
  margin: 0;
}
.cid-v3Lh1HI8v1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Lh1HI8v1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v3Lh1HI8v1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-v3Lh1HI8v1 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-v3Lh1HI8v1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v3Lh1HI8v1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Lh1HI8v1 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-v3Lh1HI8v1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v3Lh1HI8v1 H2 {
  color: #333333;
}
.cid-v3Lh1HI8v1 .mbr-text {
  color: #767676;
}
.cid-v3Lh1HI8v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Lh1HI8v1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Lh1HI8v1 H1 {
  color: #051053;
}
.cid-v3LhKmvwmo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v3LhKmvwmo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v3LhKmvwmo img:hover {
  transform: scale(1.1);
}
.cid-v3LhKmvwmo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v3LhKmvwmo h2 {
  padding: 0;
  margin: 0;
}
.cid-v3LhKmvwmo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LhKmvwmo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v3LhKmvwmo .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-v3LhKmvwmo .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-v3LhKmvwmo .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-v3LhKmvwmo .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-v3LhKmvwmo .mbr-iconfont {
  margin: 0 !important;
}
.cid-v3LhKmvwmo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v3LhKmvwmo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LhKmvwmo .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v3LhKmvwmo .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-v3LhKmvwmo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v3LhKmvwmo H2 {
  color: #333333;
}
.cid-v3LhKmvwmo .mbr-text {
  color: #767676;
}
.cid-v3LhKmvwmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LhKmvwmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LhKmvwmo H1 {
  color: #051053;
}
.cid-v3LilXzIXV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3LilXzIXV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v3LilXzIXV img:hover {
  transform: scale(1.1);
}
.cid-v3LilXzIXV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v3LilXzIXV h2 {
  padding: 0;
  margin: 0;
}
.cid-v3LilXzIXV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LilXzIXV .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v3LilXzIXV .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-v3LilXzIXV .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-v3LilXzIXV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v3LilXzIXV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v3LilXzIXV .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-v3LilXzIXV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v3LilXzIXV H2 {
  color: #333333;
}
.cid-v3LilXzIXV .mbr-text {
  color: #767676;
}
.cid-v3LilXzIXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LilXzIXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LilXzIXV H1 {
  color: #051053;
}
.cid-v3LhRKND61 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-v3LhRKND61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LhRKND61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LhRKND61 .mbr-section-title {
  color: #ffffff;
}
.cid-v3LhRKND61 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3qtPW7rwQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e0e0e0;
}
.cid-u3qtPW7rwQ .container {
  max-width: 1500px;
}
.cid-u3qtPW7rwQ img {
  width: 100%;
}
.cid-u3qtPW7rwQ h2 {
  padding: 0;
  margin: 0;
}
.cid-u3qtPW7rwQ .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u3qtPW7rwQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u3qtPW7rwQ .img-col {
  position: relative;
}
.cid-u3qtPW7rwQ .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u3qtPW7rwQ .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u3qtPW7rwQ .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u3qtPW7rwQ .img2 {
    top: -2rem;
  }
  .cid-u3qtPW7rwQ .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u3qtPW7rwQ .img2 {
    width: 50%;
  }
  .cid-u3qtPW7rwQ .number {
    margin: auto;
  }
}
.cid-u3qtPW7rwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qtPW7rwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qtPW7rwQ .mbr-text {
  text-align: left;
}
.cid-u3qtPW7rwQ H2 {
  text-align: left;
  color: #000d5e;
}
.cid-u4DCSHhAzz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-u4DCSHhAzz .row {
  position: relative;
}
.cid-u4DCSHhAzz .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DCSHhAzz .row {
    margin: 0 2rem;
  }
}
.cid-u4DCSHhAzz .row {
  padding-left: 6rem;
}
.cid-u4DCSHhAzz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DCSHhAzz .content-wrapper {
  max-width: 600px;
}
.cid-u4DCSHhAzz H1 {
  color: #000d5e;
  text-align: left;
}
.cid-u4DCSHhAzz .mbr-text,
.cid-u4DCSHhAzz .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DCSHhAzz H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DCSHhAzz .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DCSHhAzz h4 {
    left: 3rem;
  }
  .cid-u4DCSHhAzz .row {
    padding-left: 3rem;
  }
}
.cid-u4DCSHhAzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DCSHhAzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qtPWB9vh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-u3qtPWB9vh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3qtPWB9vh .mbr-text,
.cid-u3qtPWB9vh .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u4DDAdv93B {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u4DDAdv93B .row {
  position: relative;
}
.cid-u4DDAdv93B .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DDAdv93B .row {
    margin: 0 2rem;
  }
}
.cid-u4DDAdv93B .row {
  padding-left: 6rem;
}
.cid-u4DDAdv93B h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DDAdv93B .content-wrapper {
  max-width: 600px;
}
.cid-u4DDAdv93B H1 {
  color: #000d5e;
  text-align: left;
}
.cid-u4DDAdv93B .mbr-text,
.cid-u4DDAdv93B .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DDAdv93B H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DDAdv93B .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DDAdv93B h4 {
    left: 3rem;
  }
  .cid-u4DDAdv93B .row {
    padding-left: 3rem;
  }
}
.cid-u4DDAdv93B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DDAdv93B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DDMgZ6qL {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #e0e0e0;
}
.cid-u4DDMgZ6qL .container {
  max-width: 1500px;
}
.cid-u4DDMgZ6qL img {
  width: 100%;
}
.cid-u4DDMgZ6qL h2 {
  padding: 0;
  margin: 0;
}
.cid-u4DDMgZ6qL .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-u4DDMgZ6qL .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-u4DDMgZ6qL .img-col {
  position: relative;
}
.cid-u4DDMgZ6qL .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-u4DDMgZ6qL .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-u4DDMgZ6qL .title-col {
    margin-bottom: 4rem !important;
  }
  .cid-u4DDMgZ6qL .img2 {
    top: -2rem;
  }
  .cid-u4DDMgZ6qL .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-u4DDMgZ6qL .img2 {
    width: 50%;
  }
  .cid-u4DDMgZ6qL .number {
    margin: auto;
  }
}
.cid-u4DDMgZ6qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DDMgZ6qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DDMgZ6qL H2 {
  text-align: left;
  color: #000d5e;
}
.cid-u4DDMgZ6qL .mbr-text {
  text-align: left;
}
.cid-u4DDWohPg9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u4DDWohPg9 .row {
  position: relative;
}
.cid-u4DDWohPg9 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DDWohPg9 .row {
    margin: 0 2rem;
  }
}
.cid-u4DDWohPg9 .row {
  padding-left: 6rem;
}
.cid-u4DDWohPg9 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DDWohPg9 .content-wrapper {
  max-width: 600px;
}
.cid-u4DDWohPg9 H1 {
  color: #000d5e;
  text-align: left;
}
.cid-u4DDWohPg9 .mbr-text,
.cid-u4DDWohPg9 .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DDWohPg9 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DDWohPg9 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DDWohPg9 h4 {
    left: 3rem;
  }
  .cid-u4DDWohPg9 .row {
    padding-left: 3rem;
  }
}
.cid-u4DDWohPg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DDWohPg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DE5NkReH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-u4DE5NkReH .row {
  position: relative;
}
.cid-u4DE5NkReH .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DE5NkReH .row {
    margin: 0 2rem;
  }
}
.cid-u4DE5NkReH .row {
  padding-left: 6rem;
}
.cid-u4DE5NkReH h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DE5NkReH .content-wrapper {
  max-width: 600px;
}
.cid-u4DE5NkReH H1 {
  color: #000d5e;
  text-align: left;
}
.cid-u4DE5NkReH .mbr-text,
.cid-u4DE5NkReH .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DE5NkReH H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DE5NkReH .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DE5NkReH h4 {
    left: 3rem;
  }
  .cid-u4DE5NkReH .row {
    padding-left: 3rem;
  }
}
.cid-u4DE5NkReH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DE5NkReH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DEnRiWJ1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lines001-2000x1125.png");
}
.cid-u4DEnRiWJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DEnRiWJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DEnRiWJ1 .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-u4DEnRiWJ1 .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-u4DEnRiWJ1 .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-u4DEnRiWJ1 .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u4DEnRiWJ1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u4DEnRiWJ1 .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u4DEnRiWJ1 .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u4DEnRiWJ1 .mbr-section-btn .btn-black {
  color: #040b4b !important;
}
.cid-u4DEnRiWJ1 .mbr-section-btn .btn-black:hover {
  background-color: #040b4b !important;
  border-color: #040b4b !important;
  color: #181817 !important;
}
.cid-u4DEnRiWJ1 .mbr-text {
  color: #f8f8f8;
  opacity: 0.8;
}
.cid-u4DEnRiWJ1 .mbr-text a {
  text-decoration: underline !important;
}
.cid-u4DEnRiWJ1 .mbr-text a:hover {
  color: inherit !important;
}
.cid-u4DEnRiWJ1 .mbr-section-title,
.cid-u4DEnRiWJ1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4DEEr8xRk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u4DEEr8xRk .row {
  position: relative;
}
.cid-u4DEEr8xRk .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DEEr8xRk .row {
    margin: 0 2rem;
  }
}
.cid-u4DEEr8xRk .row {
  padding-left: 6rem;
}
.cid-u4DEEr8xRk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DEEr8xRk .content-wrapper {
  max-width: 600px;
}
.cid-u4DEEr8xRk H1 {
  color: #141f62;
  text-align: left;
}
.cid-u4DEEr8xRk .mbr-text,
.cid-u4DEEr8xRk .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DEEr8xRk H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DEEr8xRk .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DEEr8xRk h4 {
    left: 3rem;
  }
  .cid-u4DEEr8xRk .row {
    padding-left: 3rem;
  }
}
.cid-u4DEEr8xRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DEEr8xRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DEOCjypq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeeee;
}
.cid-u4DEOCjypq .row {
  position: relative;
}
.cid-u4DEOCjypq .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DEOCjypq .row {
    margin: 0 2rem;
  }
}
.cid-u4DEOCjypq .row {
  padding-left: 6rem;
}
.cid-u4DEOCjypq h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DEOCjypq .content-wrapper {
  max-width: 600px;
}
.cid-u4DEOCjypq H1 {
  color: #141f62;
  text-align: left;
}
.cid-u4DEOCjypq .mbr-text,
.cid-u4DEOCjypq .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DEOCjypq H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DEOCjypq .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DEOCjypq h4 {
    left: 3rem;
  }
  .cid-u4DEOCjypq .row {
    padding-left: 3rem;
  }
}
.cid-u4DEOCjypq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DEOCjypq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4DEWK50wC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u4DEWK50wC .row {
  position: relative;
}
.cid-u4DEWK50wC .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-u4DEWK50wC .row {
    margin: 0 2rem;
  }
}
.cid-u4DEWK50wC .row {
  padding-left: 6rem;
}
.cid-u4DEWK50wC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-u4DEWK50wC .content-wrapper {
  max-width: 600px;
}
.cid-u4DEWK50wC H1 {
  color: #141f62;
  text-align: left;
}
.cid-u4DEWK50wC .mbr-text,
.cid-u4DEWK50wC .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-u4DEWK50wC H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-u4DEWK50wC .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u4DEWK50wC h4 {
    left: 3rem;
  }
  .cid-u4DEWK50wC .row {
    padding-left: 3rem;
  }
}
.cid-u4DEWK50wC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4DEWK50wC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qtPZnfwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u3qtPZnfwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qtPZnfwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qtPZnfwH .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
.cid-u3qtPZnfwH .mbr-section-btn {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .cid-u3qtPZnfwH .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-u3qtPZnfwH .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-u3qtPZnfwH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-u3qtPZnfwH .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-u3qtPZnfwH .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-u3qtPZnfwH .mbr-section-btn .btn-black {
  color: #040b4b !important;
}
.cid-u3qtPZnfwH .mbr-section-btn .btn-black:hover {
  background-color: #040b4b !important;
  border-color: #040b4b !important;
  color: #181817 !important;
}
.cid-u3qtPZnfwH .mbr-text {
  color: #f8f8f8;
  opacity: 0.8;
}
.cid-u3qtPZnfwH .mbr-text a {
  text-decoration: underline !important;
}
.cid-u3qtPZnfwH .mbr-text a:hover {
  color: inherit !important;
}
.cid-u3qtPZnfwH .mbr-section-title,
.cid-u3qtPZnfwH .mbr-section-btn {
  color: #ffffff;
}
.cid-u3qtQ0pXgc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3qtQ0pXgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qtQ0pXgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qtQ0pXgc .container {
    padding: 0 30px;
  }
}
.cid-u3qtQ0pXgc .row {
  justify-content: center;
}
.cid-u3qtQ0pXgc .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u3qtQ0pXgc .text-wrapper {
    padding-left: 30px;
  }
}
.cid-u3qtQ0pXgc .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #489867;
}
.cid-u3qtQ0pXgc .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qtQ0pXgc .mbr-text {
  color: #051053;
}
.cid-u3qtQ3MsXq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u3qtQ3MsXq .content {
    text-align: center;
  }
  .cid-u3qtQ3MsXq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3qtQ3MsXq .logo-subtitle {
  color: #8d97ad;
}
.cid-u3qtQ3MsXq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3qtQ3MsXq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u3qtQ3MsXq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u3qtQ3MsXq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u3qtQ3MsXq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3qtQ3MsXq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u3qtQ3MsXq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3qtQ3MsXq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u3qtQ3MsXq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3qtQ3MsXq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3qtQ3MsXq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3qtQ3MsXq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3qtQ3MsXq .list-item {
  display: flex;
}
.cid-u3qtQ3MsXq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u3qtQ3MsXq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3qtQ3MsXq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u3qtQ3MsXq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u3qtQ3MsXq P {
  color: #ffffff;
  text-align: left;
}
.cid-u3qtQ3MsXq .mbr-text {
  color: #cebfaf;
}
.cid-u3qtQ3MsXq .column-title {
  color: #ffffff;
}
.cid-u3qtQ3MsXq .logo-subtitle,
.cid-u3qtQ3MsXq .media-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-u3qwa2qocS .navbar {
  padding: 0.5rem 0;
  background: #3b3d57;
  transition: none;
  min-height: 50px;
}
.cid-u3qwa2qocS .navbar-dropdown.bg-color.transparent.opened {
  background: #3b3d57;
}
.cid-u3qwa2qocS a {
  font-style: normal;
}
.cid-u3qwa2qocS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3qwa2qocS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-u3qwa2qocS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-u3qwa2qocS .content-text {
  margin-bottom: 0;
}
.cid-u3qwa2qocS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3qwa2qocS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #040b4b;
    -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-u3qwa2qocS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3qwa2qocS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3qwa2qocS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u3qwa2qocS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3qwa2qocS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3qwa2qocS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3qwa2qocS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3qwa2qocS .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3qwa2qocS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3qwa2qocS .content-right-side {
  text-align: center;
}
.cid-u3qwa2qocS .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-u3qwa2qocS .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-u3qwa2qocS .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-u3qwa2qocS .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-u3qwa2qocS .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-u3qwa2qocS .menu-bottom {
    justify-content: flex-end;
  }
  .cid-u3qwa2qocS img {
    height: 3.8rem !important;
  }
  .cid-u3qwa2qocS .btn {
    display: -webkit-flex;
  }
  .cid-u3qwa2qocS button.navbar-toggler {
    display: block;
  }
  .cid-u3qwa2qocS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3qwa2qocS .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3qwa2qocS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing,
  .cid-u3qwa2qocS .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing .navbar-nav,
  .cid-u3qwa2qocS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3qwa2qocS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3qwa2qocS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3qwa2qocS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-u3qwa2qocS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3qwa2qocS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3qwa2qocS .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-u3qwa2qocS .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-u3qwa2qocS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3qwa2qocS .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    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-u3qwa2qocS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3qwa2qocS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-u3qwa2qocS .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-u3qwa2qocS .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-u3qwa2qocS .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-u3qwa2qocS .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-u3qwa2qocS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3qwa2qocS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3qwa2qocS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u3qwa2qocS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-u3qwa2qocS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3qwa2qocS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3qwa2qocS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3qwa2qocS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3qwa2qocS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-u3qwa2qocS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u3qwa2qocS .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u3qwa2qocS .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-u3qwa2qocS .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3qwa2qocS .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-u3qwa2qocS .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3qwa2qocS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3qwa2qocS .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-u3qwa2qocS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-u3qwa2qocS .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-u3qwa2qocS .navbar-toggler {
    display: none;
  }
  .cid-u3qwa2qocS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3qwa2qocS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3qwa2qocS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3qwa2qocS .menu-logo {
  margin-right: auto;
}
.cid-u3qwa2qocS .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-u3qwa2qocS .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-u3qwa2qocS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3qwa2qocS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3qwa2qocS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3qwa2qocS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3qwa2qocS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3qwa2qocS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3qwa2qocS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3qwa2qocS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3qwa2qocS .dropdown .dropdown-menu {
  background: #3b3d57;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3qwa2qocS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3qwa2qocS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3qwa2qocS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3qwa2qocS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3qwa2qocS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3qwa2qocS .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-u3qwa2qocS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3qwa2qocS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3qwa2qocS .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-u3qwa2qocS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3qwa2qocS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3qwa2qocS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3qwa2qocS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-u3qwa2qocS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3qwa2qocS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3qwa2qocS button.navbar-toggler:focus {
  outline: none;
}
.cid-u3qwa2qocS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u3qwa2qocS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3qwa2qocS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3qwa2qocS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3qwa2qocS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3qwa2qocS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3qwa2qocS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3qwa2qocS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3qwa2qocS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3qwa2qocS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3qwa2qocS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3qwa2qocS .collapsed .btn {
  display: -webkit-flex;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3qwa2qocS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3qwa2qocS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3qwa2qocS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1.5rem);
  }
  .cid-u3qwa2qocS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3qwa2qocS .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3qwa2qocS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3qwa2qocS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3qwa2qocS .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-u3qwa2qocS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3qwa2qocS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3qwa2qocS .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-u3qwa2qocS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3qwa2qocS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3qwa2qocS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3qwa2qocS .nav-link:focus {
  outline: none;
}
.cid-u3qwa2qocS .navbar-toggler {
  position: relative;
}
.cid-u3qwa2qocS .dropdown-item.active,
.cid-u3qwa2qocS .dropdown-item:active {
  background: #3b3d57;
  color: initial;
}
.cid-u3qwa2qocS .nav-link:hover,
.cid-u3qwa2qocS .dropdown-item:hover {
  color: #141f62;
}
.cid-u3qwa2qocS .widget-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3qwa2qocS .widget-title,
.cid-u3qwa2qocS .widget-icon {
  text-align: center;
  color: #ffffff;
}
.cid-u3qwa3Jh6W {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #c1c1c1;
}
.cid-u3qwa3Jh6W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3qwa3Jh6W .mbr-text,
.cid-u3qwa3Jh6W .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u3qwa4D97C {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000d5e;
}
.cid-u3qwa4D97C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qwa4D97C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qwa4D97C .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u3qwa4D97C .mbr-text,
.cid-u3qwa4D97C .mbr-section-btn {
  color: #ffffff;
}
.cid-u3qwa4D97C .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u3qwa54pDM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3qwa54pDM .col-title {
    margin-bottom: 20px;
  }
}
.cid-u3qwa54pDM .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qwa54pDM .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u3qwa54pDM .mbr-text {
  color: #000000;
}
.cid-u3qwa5jwby {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d5d5d5;
}
.cid-u3qwa5jwby .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qwa5jwby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qwa5jwby img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u3qwa5jwby img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u3qwa5jwby .row {
  flex-direction: row-reverse;
}
.cid-u3qwa5jwby .row {
  align-items: center;
}
.cid-u3qwa5jwby .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qwa5jwby .mbr-text,
.cid-u3qwa5jwby .mbr-section-btn {
  color: #181818;
  text-align: left;
}
.cid-u3qBJAh8MA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efeeee;
}
.cid-u3qBJAh8MA .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #93afca;
}
.cid-u3qBJAh8MA img {
  width: 100%;
}
.cid-u3qBJAh8MA p {
  margin-top: 6rem;
}
.cid-u3qBJAh8MA .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-u3qBJAh8MA .content-wrapper {
  padding-top: 6rem;
}
.cid-u3qBJAh8MA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u3qBJAh8MA .content-wrapper {
    padding-top: 0rem;
  }
  .cid-u3qBJAh8MA p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u3qBJAh8MA .back {
    width: 100%;
    height: 75%;
  }
  .cid-u3qBJAh8MA .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-u3qBJAh8MA p {
    margin-top: 4rem;
  }
}
.cid-u3qBJAh8MA .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-u3qBJAh8MA .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-u3qBJAh8MA .content-wrapper {
    padding-right: 3rem;
  }
  .cid-u3qBJAh8MA h4 {
    right: 2rem;
  }
}
.cid-u3qBJAh8MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qBJAh8MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qBJAh8MA H1 {
  color: #ffffff;
  text-align: left;
}
.cid-u3qBJAh8MA .mbr-text,
.cid-u3qBJAh8MA .mbr-section-btn {
  text-align: left;
  color: #000d5e;
}
.cid-u3qBJAh8MA H3 {
  text-align: left;
}
.cid-u3qwa69OTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121a4d;
}
.cid-u3qwa69OTo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3qwa69OTo .mbr-text,
.cid-u3qwa69OTo .mbr-section-btn {
  color: #7b1818;
  text-align: center;
}
.cid-u3qF3xIV0r {
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-u3qF3xIV0r .row {
  position: relative;
}
.cid-u3qF3xIV0r .container {
  max-width: 1500px;
}
.cid-u3qF3xIV0r .container {
  padding-right: 8rem !important;
}
.cid-u3qF3xIV0r h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-u3qF3xIV0r .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-u3qF3xIV0r .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u3qF3xIV0r .container {
    padding-right: 4rem !important;
  }
}
.cid-u3qF3xIV0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qF3xIV0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qF3xIV0r .mbr-text,
.cid-u3qF3xIV0r .mbr-section-btn {
  text-align: left;
}
.cid-u3qF3xIV0r H1 {
  text-align: left;
}
.cid-u3qHSlaeRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3qHSlaeRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qHSlaeRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qHSlaeRy .container {
    padding: 0 30px;
  }
}
.cid-u3qHSlaeRy .row {
  justify-content: center;
}
.cid-u3qHSlaeRy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3qHSlaeRy .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u3qHSlaeRy .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-u3qHSlaeRy .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u3qHSlaeRy .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u3qHSlaeRy .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u3qHSlaeRy .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-u3qHSlaeRy .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-u3qHSlaeRy .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-u3qHSlaeRy .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-u3qHSlaeRy .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qHSlaeRy .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u3qHSlaeRy .text-wrapper {
    width: 100%;
  }
}
.cid-u3qHSlaeRy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qHSlaeRy .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qHSlaeRy .mbr-text {
  color: #000000;
}
.cid-u3qHSlaeRy .mbr-number {
  color: #000000;
}
.cid-u3qHSlaeRy .mbr-desc {
  color: #000000;
}
.cid-u3qHSlaeRy .mbr-number,
.cid-u3qHSlaeRy .desc-wrapper {
  color: #000d5e;
}
.cid-u3qGDerMvJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-u3qGDerMvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qGDerMvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qGDerMvJ .container {
    padding: 0 30px;
  }
}
.cid-u3qGDerMvJ .row {
  justify-content: center;
}
.cid-u3qGDerMvJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3qGDerMvJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u3qGDerMvJ .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-u3qGDerMvJ .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u3qGDerMvJ .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u3qGDerMvJ .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u3qGDerMvJ .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-u3qGDerMvJ .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-u3qGDerMvJ .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-u3qGDerMvJ .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-u3qGDerMvJ .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qGDerMvJ .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u3qGDerMvJ .text-wrapper {
    width: 100%;
  }
}
.cid-u3qGDerMvJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qGDerMvJ .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qGDerMvJ .mbr-text {
  color: #000000;
}
.cid-u3qGDerMvJ .mbr-number {
  color: #000000;
}
.cid-u3qGDerMvJ .mbr-desc {
  color: #000000;
}
.cid-u3qGDerMvJ .mbr-number,
.cid-u3qGDerMvJ .desc-wrapper {
  color: #000d5e;
}
.cid-u3qIfSelKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3qIfSelKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qIfSelKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qIfSelKm .container {
    padding: 0 30px;
  }
}
.cid-u3qIfSelKm .row {
  justify-content: center;
}
.cid-u3qIfSelKm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3qIfSelKm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u3qIfSelKm .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-u3qIfSelKm .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u3qIfSelKm .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u3qIfSelKm .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u3qIfSelKm .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-u3qIfSelKm .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-u3qIfSelKm .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-u3qIfSelKm .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-u3qIfSelKm .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qIfSelKm .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u3qIfSelKm .text-wrapper {
    width: 100%;
  }
}
.cid-u3qIfSelKm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qIfSelKm .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qIfSelKm .mbr-text {
  color: #000000;
}
.cid-u3qIfSelKm .mbr-number {
  color: #000000;
}
.cid-u3qIfSelKm .mbr-desc {
  color: #000000;
}
.cid-u3qIfSelKm .mbr-number,
.cid-u3qIfSelKm .desc-wrapper {
  color: #000d5e;
}
.cid-u3qIoGr6si {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-u3qIoGr6si .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qIoGr6si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qIoGr6si .container {
    padding: 0 30px;
  }
}
.cid-u3qIoGr6si .row {
  justify-content: center;
}
.cid-u3qIoGr6si .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3qIoGr6si .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u3qIoGr6si .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-u3qIoGr6si .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u3qIoGr6si .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u3qIoGr6si .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u3qIoGr6si .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-u3qIoGr6si .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-u3qIoGr6si .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-u3qIoGr6si .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-u3qIoGr6si .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qIoGr6si .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u3qIoGr6si .text-wrapper {
    width: 100%;
  }
}
.cid-u3qIoGr6si .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qIoGr6si .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qIoGr6si .mbr-text {
  color: #000000;
}
.cid-u3qIoGr6si .mbr-number {
  color: #000000;
}
.cid-u3qIoGr6si .mbr-desc {
  color: #000000;
}
.cid-u3qIoGr6si .mbr-number,
.cid-u3qIoGr6si .desc-wrapper {
  color: #000d5e;
}
.cid-u3qIyRA4TB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3qIyRA4TB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qIyRA4TB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qIyRA4TB .container {
    padding: 0 30px;
  }
}
.cid-u3qIyRA4TB .row {
  justify-content: center;
}
.cid-u3qIyRA4TB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3qIyRA4TB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u3qIyRA4TB .desc-wrapper {
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-u3qIyRA4TB .desc-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u3qIyRA4TB .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-u3qIyRA4TB .desc-wrapper .desc-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u3qIyRA4TB .desc-wrapper .desc-wrap {
    margin-bottom: 30px;
  }
}
.cid-u3qIyRA4TB .desc-wrapper .desc-wrap .number-wrap {
  display: inline-flex;
  margin-right: 30px;
  min-width: 85px;
}
.cid-u3qIyRA4TB .desc-wrapper .desc-wrap .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-u3qIyRA4TB .desc-wrapper .desc-wrap .number-wrap .mbr-iconfont {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
}
.cid-u3qIyRA4TB .desc-wrapper .desc-wrap .mbr-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-u3qIyRA4TB .text-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u3qIyRA4TB .text-wrapper {
    width: 100%;
  }
}
.cid-u3qIyRA4TB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qIyRA4TB .mbr-section-title {
  color: #000d5e;
  text-align: left;
}
.cid-u3qIyRA4TB .mbr-text {
  color: #000000;
}
.cid-u3qIyRA4TB .mbr-number {
  color: #000000;
}
.cid-u3qIyRA4TB .mbr-desc {
  color: #000000;
}
.cid-u3qIyRA4TB .mbr-number,
.cid-u3qIyRA4TB .desc-wrapper {
  color: #000d5e;
}
.cid-u3qKbriA21 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3qKbriA21 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u3qKbriA21 .mbr-section-title {
  margin: 0;
}
.cid-u3qKbriA21 .card-img {
  text-align: center;
}
.cid-u3qKbriA21 .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-u3qKbriA21 .row-item.card1 {
  background: #93afca;
}
.cid-u3qKbriA21 .row-item.card2 {
  background: #000d5e;
}
.cid-u3qKbriA21 .row-item.card3 {
  background: #93afca;
}
.cid-u3qKbriA21 .row-item.card4 {
  background: #2bdc9d;
}
.cid-u3qKbriA21 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-u3qKbriA21 .card-img,
  .cid-u3qKbriA21 .mbr-text,
  .cid-u3qKbriA21 .mbr-card-title,
  .cid-u3qKbriA21 .mbr-section-subtitle,
  .cid-u3qKbriA21 .mbr-section-title,
  .cid-u3qKbriA21 .underline {
    text-align: center !important;
  }
}
.cid-u3qKbriA21 .card2 > .mbr-card-title,
.cid-u3qKbriA21 .card2 > .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-u3qKbriA21 .card2 > .mbr-text,
.cid-u3qKbriA21 .card2 > .mbr-section-btn {
  text-align: center;
}
.cid-u3qKbriA21 .card1 > .mbr-text,
.cid-u3qKbriA21 .card1 > .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u3qKbriA21 .card3 > .mbr-text,
.cid-u3qKbriA21 .card3 > .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u3qKbriA21 .card1 > .mbr-card-title,
.cid-u3qKbriA21 .card1 > .card-img {
  text-align: center;
}
.cid-u3qKbriA21 .card3 > .mbr-card-title,
.cid-u3qKbriA21 .card3 > .card-img {
  text-align: center;
}
.cid-u3qKcHlB89 {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u3qKcHlB89 h3 {
  text-align: center;
}
.cid-u3qKcHlB89 .mbr-section-subtitle {
  font-weight: 300;
  color: #93afca;
  text-align: center;
}
.cid-u3qKcHlB89 .card {
  word-wrap: break-word;
}
.cid-u3qKcHlB89 .card:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #040b4b;
}
.cid-u3qKcHlB89 .mbr-iconfont {
  font-size: 5rem;
  color: #040b4b;
}
.cid-u3qKcHlB89 .count,
.cid-u3qKcHlB89 .card-img {
  color: #000d5e;
}
.cid-u3qKcHlB89 .mbr-section-title {
  color: #000d5e;
  text-align: center;
}
.cid-u3qKcHlB89 H4 {
  color: #93afca;
}
.cid-u3qLcfWR0f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000d5e;
}
.cid-u3qLcfWR0f .container {
  max-width: 1500px;
}
.cid-u3qLcfWR0f .row {
  background: #141f62;
}
.cid-u3qLcfWR0f .img-col {
  padding: 0;
}
.cid-u3qLcfWR0f .title-col {
  padding: 4rem 8rem;
}
.cid-u3qLcfWR0f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3qLcfWR0f h2 {
  padding: 0;
  margin: 0;
}
.cid-u3qLcfWR0f .text-wrap {
  margin: auto;
}
.cid-u3qLcfWR0f .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-u3qLcfWR0f .row {
    margin: 2rem;
  }
  .cid-u3qLcfWR0f .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u3qLcfWR0f .row {
    margin: 0rem;
  }
  .cid-u3qLcfWR0f .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u3qLcfWR0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qLcfWR0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qLcfWR0f H2 {
  color: #ffffff;
}
.cid-u3qwa92b1D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040b4b;
}
@media (max-width: 767px) {
  .cid-u3qwa92b1D .content {
    text-align: center;
  }
  .cid-u3qwa92b1D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3qwa92b1D .logo-subtitle {
  color: #8d97ad;
}
.cid-u3qwa92b1D .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3qwa92b1D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u3qwa92b1D .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u3qwa92b1D .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u3qwa92b1D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3qwa92b1D .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-u3qwa92b1D .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3qwa92b1D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u3qwa92b1D .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3qwa92b1D .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3qwa92b1D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3qwa92b1D .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3qwa92b1D .list-item {
  display: flex;
}
.cid-u3qwa92b1D .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u3qwa92b1D ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u3qwa92b1D ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u3qwa92b1D ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-u3qwa92b1D P {
  color: #ffffff;
  text-align: left;
}
.cid-u3qwa92b1D .mbr-text {
  color: #cebfaf;
}
.cid-u3qwa92b1D .column-title {
  color: #ffffff;
}
.cid-u3qwa92b1D .logo-subtitle,
.cid-u3qwa92b1D .media-wrap {
  text-align: left;
  color: #ffffff;
}
