body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff8a8f !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff8a8f !important;
  border-color: #ff8a8f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ff3d46 !important;
  border-color: #ff3d46 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3d46 !important;
  border-color: #ff3d46 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ff242d;
  color: #ff242d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff8a8f;
  border-color: #ff8a8f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8f !important;
  border-color: #ff8a8f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a8f !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff242d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a8f;
  border-color: #ff8a8f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8a8f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ff8a8f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ff8a8f !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a8f;
  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: #ff8a8f;
  border-bottom-color: #ff8a8f;
}
.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: #000000 !important;
  background-color: #ff8a8f !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: #0a1c44 !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='%23ff8a8f' %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-rzH9jrlpnt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzH9jrlpnt .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzH9jrlpnt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .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-rzH9jrlpnt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzH9jrlpnt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown-item {
  padding: 0;
}
.cid-rzH9jrlpnt .dropdown-item,
.cid-rzH9jrlpnt .nav-link,
.cid-rzH9jrlpnt .brand-name {
  font-style: normal;
}
.cid-rzH9jrlpnt .dropdown-item:hover,
.cid-rzH9jrlpnt .nav-link:hover,
.cid-rzH9jrlpnt .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-rzH9jrlpnt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzH9jrlpnt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzH9jrlpnt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzH9jrlpnt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzH9jrlpnt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .content-text {
  margin-bottom: 0;
}
.cid-rzH9jrlpnt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-rzH9jrlpnt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzH9jrlpnt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzH9jrlpnt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzH9jrlpnt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzH9jrlpnt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9jrlpnt .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzH9jrlpnt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzH9jrlpnt .content-right-side {
  text-align: center;
}
.cid-rzH9jrlpnt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzH9jrlpnt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzH9jrlpnt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzH9jrlpnt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzH9jrlpnt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzH9jrlpnt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzH9jrlpnt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzH9jrlpnt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzH9jrlpnt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzH9jrlpnt .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzH9jrlpnt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzH9jrlpnt .navbar-toggler {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzH9jrlpnt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzH9jrlpnt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzH9jrlpnt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzH9jrlpnt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzH9jrlpnt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzH9jrlpnt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzH9jrlpnt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzH9jrlpnt button.navbar-toggler:focus {
  outline: none;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzH9jrlpnt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzH9jrlpnt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzH9jrlpnt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .btn {
  display: flex;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzH9jrlpnt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzH9jrlpnt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzH9jrlpnt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzH9jrlpnt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzH9jrlpnt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzH9jrlpnt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzH9jrlpnt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzH9jrlpnt .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-rzH9jrlpnt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzH9jrlpnt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzH9jrlpnt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzH9jrlpnt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing,
  .cid-rzH9jrlpnt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzH9jrlpnt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzH9jrlpnt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzH9jrlpnt img {
    height: 3.8rem !important;
  }
  .cid-rzH9jrlpnt .btn {
    display: flex;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    display: block;
  }
  .cid-rzH9jrlpnt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzH9jrlpnt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzH9jrlpnt .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-rzH9jrlpnt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzH9jrlpnt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzH9jrlpnt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzH9jrlpnt .nav-link:focus {
  outline: none;
}
.cid-rzH9jrlpnt .navbar-toggler {
  position: relative;
}
.cid-rzH9jrlpnt .dropdown-item.active,
.cid-rzH9jrlpnt .dropdown-item:active {
  color: initial;
}
.cid-rzH9jrlpnt .widget-title,
.cid-rzH9jrlpnt .widget-icon {
  color: #e9e9e9;
}
.cid-rzH9jrlpnt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzH9jrlpnt .menu-logo {
    display: none;
  }
  .cid-rzH9jrlpnt .navbar {
    padding: 0;
  }
  .cid-rzH9jrlpnt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzH9jrlpnt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9UdqhuFzq {
  background-image: url("../../../assets/images/mbr-1920x1308.jpg");
}
.cid-u9UdqhuFzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UdqhuFzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UdzGSN76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u9UdzGSN76 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9UdzGSN76 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9UdzGSN76 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9UdzGSN76 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9UdzGSN76 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9UdzGSN76 .mbr-text {
    padding: 0;
  }
}
.cid-u9UuxjHvZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9UuxjHvZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UuxjHvZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UuxjHvZ6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9UuxjHvZ6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UuxjHvZ6 .container {
    padding: 0;
  }
}
.cid-u9UuxjHvZ6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9UuxjHvZ6 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9UuxjHvZ6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UuxjHvZ6 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9UuxjHvZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-u9UuxjHvZ6 .mbr-text {
  color: #ffffff;
}
.cid-u9UuqubzhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u9UuqubzhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UuqubzhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UuqubzhW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u9UuqubzhW .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u9UuqubzhW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9UuqubzhW .container {
    padding: 0 16px;
  }
}
.cid-u9UuqubzhW .row {
  justify-content: center;
  margin: 0 -42px;
}
.cid-u9UuqubzhW .row .item {
  padding: 0 42px;
}
.cid-u9UuqubzhW .item {
  margin-bottom: 36px;
}
.cid-u9UuqubzhW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u9UuqubzhW .item .item-wrapper .item-img {
  width: 100%;
}
.cid-u9UuqubzhW .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  box-shadow: 0 7px 20px #0a1c44;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u9UuqubzhW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u9UuqubzhW .item:nth-child(2n) .item-wrapper .item-img img {
  height: 280px;
}
.cid-u9UuqubzhW .item:nth-child(3n) .item-wrapper .item-img img {
  height: 280px;
  margin-top: -10rem;
}
@media (max-width: 992px) {
  .cid-u9UuqubzhW .item:nth-child(3n) .item-wrapper .item-img img {
    margin-top: 0;
  }
}
.cid-u9TJG1cqxE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a1c44;
}
.cid-u9TJG1cqxE .item-img {
  position: relative;
}
.cid-u9TJG1cqxE .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9TJG1cqxE .cardbg {
  background: #0a1c44;
  height: 100%;
  min-height: 300px;
}
.cid-u9TJG1cqxE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9TJG1cqxE .image-wrapper {
  overflow: hidden;
}
.cid-u9TJG1cqxE .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9TJG1cqxE .item-wrapper {
  position: relative;
  background: #0a1c44;
  border: 3px solid #0a1c44;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9TJG1cqxE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9TJG1cqxE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9TJG1cqxE .item1,
.cid-u9TJG1cqxE .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9TJG1cqxE .item1 .item:hover,
.cid-u9TJG1cqxE .item .item:hover {
  cursor: pointer;
}
.cid-u9TJG1cqxE .item1:hover .link-icon-wrapper span,
.cid-u9TJG1cqxE .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9TJG1cqxE .card2 {
    margin-top: 1rem;
  }
}
.cid-u9TJG1cqxE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0a1c44;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9TJG1cqxE .link-icon-wrapper .icon-wrap {
  background: #0a1c44;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9TJG1cqxE .link-icon-wrapper .icon-wrap span {
  color: #0a1c44;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9TJG1cqxE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9TJG1cqxE .link-icon-wrapper .svg1 path {
  fill: #0a1c44;
}
.cid-u9TJG1cqxE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9TJG1cqxE .link-icon-wrapper .svg2 path {
  fill: #0a1c44;
}
.cid-u9TJG1cqxE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9TJG1cqxE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9TJG1cqxE img,
.cid-u9TJG1cqxE .item-img {
  width: 100%;
}
.cid-u9TJG1cqxE .item:focus,
.cid-u9TJG1cqxE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9TJG1cqxE .item {
    margin-bottom: 1rem;
  }
}
.cid-u9TJG1cqxE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9TJG1cqxE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9TJG1cqxE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9TJG1cqxE .mbr-section-subtitle,
.cid-u9TJG1cqxE .subtitle-wrap,
.cid-u9TJG1cqxE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9TJG1cqxE .mbr-text,
.cid-u9TJG1cqxE .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u9KkSsU02y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-u9KkSsU02y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KkSsU02y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KkSsU02y .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9KkSsU02y .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9KkSsU02y .container-fluid .row {
  padding: 0;
}
.cid-u9KkSsU02y .row {
  border: 3px solid #e9e9e9;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9KkSsU02y .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9KkSsU02y .card {
    padding: 48px 20px;
  }
}
.cid-u9KkSsU02y .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9KkSsU02y .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9KkSsU02y .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e9e9e9;
}
.cid-u9KkSsU02y .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-u9KkSsU02y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9TKnoUJF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9TKnoUJF6 .content {
  display: flex;
  align-items: center;
}
.cid-u9TKnoUJF6 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u9TKnoUJF6 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u9TKnoUJF6 .mbr-text {
  margin-bottom: 38px;
  color: #ffffff;
}
.cid-u9TKnoUJF6 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9TKnoUJF6 .btn:hover {
  box-shadow: none;
}
.cid-u9TKnoUJF6 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u9TKnoUJF6 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u9TKnoUJF6 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u9TKnoUJF6 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u9TKnoUJF6 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9TKnoUJF6 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u9TKnoUJF6 .mbr-iconfont {
  color: #ffffff;
}
.cid-u9TKnoUJF6 .mbr-image-text {
  color: #ffffff;
}
.cid-u9TKnoUJF6 .mbr-section-title,
.cid-u9TKnoUJF6 .mbr-section-btn {
  color: #ffffff;
}
.cid-u9PRsccTfj {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-u9PRsccTfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PRsccTfj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9PRsccTfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9PRsccTfj h1 {
  max-width: 800px;
}
.cid-u9PRsccTfj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9PRsccTfj .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-u9PRsccTfj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9PRsccTfj .btn div {
  overflow: hidden;
}
.cid-u9PRsccTfj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9PRsccTfj {
    align-items: center;
  }
  .cid-u9PRsccTfj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9PRsccTfj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9PRsccTfj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9PRsccTfj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9PRsccTfj .content-wrap {
    width: 100%;
  }
}
.cid-u9PRsccTfj .mbr-section-subtitle,
.cid-u9PRsccTfj .line {
  color: #291f1e;
}
.cid-u9PRsccTfj .mbr-text,
.cid-u9PRsccTfj .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9PRsccTfj .mbr-section-title {
  color: #000000;
}
.cid-u9SXHDPvWz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
}
.cid-u9SXHDPvWz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9SXHDPvWz .mbr-text,
.cid-u9SXHDPvWz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9SXHDPvWz .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9SXHDPvWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9SXHDPvWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLakRKxj9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLakRKxj9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLakRKxj9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLakRKxj9r .row {
  justify-content: space-between;
}
.cid-uLakRKxj9r .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:hover,
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLakRKxj9r .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .mbr-section-title {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-text {
  color: #ffffff;
}
.cid-uLakRKxj9r .list {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-copy {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc,
.cid-uLakRKxj9r .social-wrapper {
  text-align: center;
}
.cid-uLakRKxj9r .mbr-copy,
.cid-uLakRKxj9r .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLakRKxj9r .mbr-section-title,
.cid-uLakRKxj9r .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLakRKxj9r .list,
.cid-uLakRKxj9r .item-wrap {
  color: #ff6b71;
}
.cid-u9Uz404T6z .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9Uz404T6z .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9Uz404T6z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9Uz404T6z .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-u9Uz404T6z .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-u9Uz404T6z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9Uz404T6z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9Uz404T6z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9Uz404T6z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9Uz404T6z .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9Uz404T6z .dropdown-item {
  padding: 0;
}
.cid-u9Uz404T6z .dropdown-item,
.cid-u9Uz404T6z .nav-link,
.cid-u9Uz404T6z .brand-name {
  font-style: normal;
}
.cid-u9Uz404T6z .dropdown-item:hover,
.cid-u9Uz404T6z .nav-link:hover,
.cid-u9Uz404T6z .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-u9Uz404T6z .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9Uz404T6z .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9Uz404T6z .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9Uz404T6z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9Uz404T6z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9Uz404T6z .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9Uz404T6z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9Uz404T6z .content-text {
  margin-bottom: 0;
}
.cid-u9Uz404T6z .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9Uz404T6z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-u9Uz404T6z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9Uz404T6z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9Uz404T6z .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9Uz404T6z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9Uz404T6z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9Uz404T6z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9Uz404T6z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9Uz404T6z .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9Uz404T6z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9Uz404T6z .content-right-side {
  text-align: center;
}
.cid-u9Uz404T6z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9Uz404T6z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9Uz404T6z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9Uz404T6z .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9Uz404T6z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9Uz404T6z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9Uz404T6z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9Uz404T6z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9Uz404T6z .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9Uz404T6z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9Uz404T6z .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9Uz404T6z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Uz404T6z .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9Uz404T6z .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9Uz404T6z .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Uz404T6z .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-u9Uz404T6z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9Uz404T6z .navbar-toggler {
    display: none;
  }
  .cid-u9Uz404T6z .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9Uz404T6z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9Uz404T6z .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9Uz404T6z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9Uz404T6z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9Uz404T6z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9Uz404T6z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9Uz404T6z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9Uz404T6z .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9Uz404T6z .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9Uz404T6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9Uz404T6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Uz404T6z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9Uz404T6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9Uz404T6z .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-u9Uz404T6z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9Uz404T6z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Uz404T6z .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-u9Uz404T6z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9Uz404T6z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9Uz404T6z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9Uz404T6z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9Uz404T6z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9Uz404T6z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9Uz404T6z button.navbar-toggler:focus {
  outline: none;
}
.cid-u9Uz404T6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9Uz404T6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Uz404T6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Uz404T6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Uz404T6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Uz404T6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Uz404T6z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Uz404T6z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Uz404T6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Uz404T6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Uz404T6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Uz404T6z .collapsed .btn {
  display: flex;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9Uz404T6z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9Uz404T6z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9Uz404T6z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9Uz404T6z .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9Uz404T6z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9Uz404T6z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9Uz404T6z .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-u9Uz404T6z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9Uz404T6z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9Uz404T6z .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-u9Uz404T6z .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9Uz404T6z .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9Uz404T6z .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9Uz404T6z .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9Uz404T6z .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9Uz404T6z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing,
  .cid-u9Uz404T6z .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing .navbar-nav,
  .cid-u9Uz404T6z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9Uz404T6z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9Uz404T6z .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9Uz404T6z .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9Uz404T6z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9Uz404T6z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9Uz404T6z img {
    height: 3.8rem !important;
  }
  .cid-u9Uz404T6z .btn {
    display: flex;
  }
  .cid-u9Uz404T6z button.navbar-toggler {
    display: block;
  }
  .cid-u9Uz404T6z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9Uz404T6z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9Uz404T6z .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-u9Uz404T6z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9Uz404T6z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9Uz404T6z .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-u9Uz404T6z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9Uz404T6z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9Uz404T6z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9Uz404T6z .nav-link:focus {
  outline: none;
}
.cid-u9Uz404T6z .navbar-toggler {
  position: relative;
}
.cid-u9Uz404T6z .dropdown-item.active,
.cid-u9Uz404T6z .dropdown-item:active {
  color: initial;
}
.cid-u9Uz404T6z .widget-title,
.cid-u9Uz404T6z .widget-icon {
  color: #e9e9e9;
}
.cid-u9Uz404T6z .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9Uz404T6z .menu-logo {
    display: none;
  }
  .cid-u9Uz404T6z .navbar {
    padding: 0;
  }
  .cid-u9Uz404T6z .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9Uz404T6z button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9Uz414CwL {
  background-image: url("../../../assets/images/christina-wocintechchat-com-utw3j-aoikm-unsplash-2000x1335.jpg");
}
.cid-u9Uz414CwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uz414CwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Uz41yJgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u9Uz41yJgK .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9Uz41yJgK .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9Uz41yJgK .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9Uz41yJgK .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9Uz41yJgK .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9Uz41yJgK .mbr-text {
    padding: 0;
  }
}
.cid-u9Uz425mjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9Uz425mjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uz425mjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Uz425mjo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9Uz425mjo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9Uz425mjo .container {
    padding: 0;
  }
}
.cid-u9Uz425mjo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9Uz425mjo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9Uz425mjo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Uz425mjo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9Uz425mjo .mbr-section-title {
  color: #ffffff;
}
.cid-u9Uz425mjo .mbr-text {
  color: #ffffff;
}
.cid-u9Uz431wx2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a1c44;
}
.cid-u9Uz431wx2 .item-img {
  position: relative;
}
.cid-u9Uz431wx2 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9Uz431wx2 .cardbg {
  background: #0a1c44;
  height: 100%;
  min-height: 300px;
}
.cid-u9Uz431wx2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Uz431wx2 .image-wrapper {
  overflow: hidden;
}
.cid-u9Uz431wx2 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9Uz431wx2 .item-wrapper {
  position: relative;
  background: #0a1c44;
  border: 3px solid #0a1c44;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Uz431wx2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Uz431wx2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Uz431wx2 .item1,
.cid-u9Uz431wx2 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9Uz431wx2 .item1 .item:hover,
.cid-u9Uz431wx2 .item .item:hover {
  cursor: pointer;
}
.cid-u9Uz431wx2 .item1:hover .link-icon-wrapper span,
.cid-u9Uz431wx2 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9Uz431wx2 .card2 {
    margin-top: 1rem;
  }
}
.cid-u9Uz431wx2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0a1c44;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Uz431wx2 .link-icon-wrapper .icon-wrap {
  background: #0a1c44;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Uz431wx2 .link-icon-wrapper .icon-wrap span {
  color: #0a1c44;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Uz431wx2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Uz431wx2 .link-icon-wrapper .svg1 path {
  fill: #0a1c44;
}
.cid-u9Uz431wx2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Uz431wx2 .link-icon-wrapper .svg2 path {
  fill: #0a1c44;
}
.cid-u9Uz431wx2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Uz431wx2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Uz431wx2 img,
.cid-u9Uz431wx2 .item-img {
  width: 100%;
}
.cid-u9Uz431wx2 .item:focus,
.cid-u9Uz431wx2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Uz431wx2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Uz431wx2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Uz431wx2 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9Uz431wx2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Uz431wx2 .mbr-section-subtitle,
.cid-u9Uz431wx2 .subtitle-wrap,
.cid-u9Uz431wx2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9Uz431wx2 .mbr-text,
.cid-u9Uz431wx2 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u9Uz43zwzM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-u9Uz43zwzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uz43zwzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Uz43zwzM .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9Uz43zwzM .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9Uz43zwzM .container-fluid .row {
  padding: 0;
}
.cid-u9Uz43zwzM .row {
  border: 3px solid #e9e9e9;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9Uz43zwzM .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9Uz43zwzM .card {
    padding: 48px 20px;
  }
}
.cid-u9Uz43zwzM .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9Uz43zwzM .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Uz43zwzM .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e9e9e9;
}
.cid-u9Uz43zwzM .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-u9Uz43zwzM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9Uz44WTak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9Uz44WTak .content {
  display: flex;
  align-items: center;
}
.cid-u9Uz44WTak .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u9Uz44WTak .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u9Uz44WTak .mbr-text {
  margin-bottom: 38px;
  color: #ffffff;
}
.cid-u9Uz44WTak .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Uz44WTak .btn:hover {
  box-shadow: none;
}
.cid-u9Uz44WTak .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u9Uz44WTak .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u9Uz44WTak .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u9Uz44WTak .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u9Uz44WTak .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9Uz44WTak .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u9Uz44WTak .mbr-iconfont {
  color: #ffffff;
}
.cid-u9Uz44WTak .mbr-image-text {
  color: #ffffff;
}
.cid-u9Uz44WTak .mbr-section-title,
.cid-u9Uz44WTak .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Uz46vBDh {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-u9Uz46vBDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uz46vBDh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9Uz46vBDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Uz46vBDh h1 {
  max-width: 800px;
}
.cid-u9Uz46vBDh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9Uz46vBDh .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-u9Uz46vBDh .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9Uz46vBDh .btn div {
  overflow: hidden;
}
.cid-u9Uz46vBDh .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9Uz46vBDh {
    align-items: center;
  }
  .cid-u9Uz46vBDh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9Uz46vBDh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9Uz46vBDh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Uz46vBDh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9Uz46vBDh .content-wrap {
    width: 100%;
  }
}
.cid-u9Uz46vBDh .mbr-section-subtitle,
.cid-u9Uz46vBDh .line {
  color: #291f1e;
}
.cid-u9Uz46vBDh .mbr-text,
.cid-u9Uz46vBDh .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9Uz46vBDh .mbr-section-title {
  color: #000000;
}
.cid-uLao4uEsgA {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #18284c;
}
.cid-uLao4uEsgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLao4uEsgA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLao4uEsgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLao4uEsgA h1 {
  max-width: 800px;
}
.cid-uLao4uEsgA p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uLao4uEsgA .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-uLao4uEsgA .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uLao4uEsgA .btn div {
  overflow: hidden;
}
.cid-uLao4uEsgA .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uLao4uEsgA {
    align-items: center;
  }
  .cid-uLao4uEsgA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLao4uEsgA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLao4uEsgA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLao4uEsgA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLao4uEsgA .content-wrap {
    width: 100%;
  }
}
.cid-uLao4uEsgA .mbr-section-subtitle,
.cid-uLao4uEsgA .line {
  color: #291f1e;
}
.cid-uLao4uEsgA .mbr-text,
.cid-uLao4uEsgA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLao4uEsgA .mbr-section-title {
  color: #ffffff;
}
.cid-u9Uz484NoJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
}
.cid-u9Uz484NoJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9Uz484NoJ .mbr-text,
.cid-u9Uz484NoJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9Uz484NoJ .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9Uz484NoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uz484NoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoH3y082 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e9e9e9;
}
.cid-uLaoH3y082 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaoH3y082 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoH3y082 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLaoH3y082 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLaoH3y082 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLaoH3y082 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLaoH3y082 .container {
    padding: 0 12px;
  }
}
.cid-uLaoH3y082 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLaoH3y082 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uLaoH3y082 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uLaoH3y082 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLaoH3y082 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uLaoH3y082 .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uLaoH3y082 .mbr-section-title,
.cid-uLaoH3y082 .mbr-section-btn {
  text-align: left;
}
.cid-uLakRKxj9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLakRKxj9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLakRKxj9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLakRKxj9r .row {
  justify-content: space-between;
}
.cid-uLakRKxj9r .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:hover,
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLakRKxj9r .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .mbr-section-title {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-text {
  color: #ffffff;
}
.cid-uLakRKxj9r .list {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-copy {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc,
.cid-uLakRKxj9r .social-wrapper {
  text-align: center;
}
.cid-uLakRKxj9r .mbr-copy,
.cid-uLakRKxj9r .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLakRKxj9r .mbr-section-title,
.cid-uLakRKxj9r .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLakRKxj9r .list,
.cid-uLakRKxj9r .item-wrap {
  color: #ff6b71;
}
.cid-u9UxohsxzP .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9UxohsxzP .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9UxohsxzP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9UxohsxzP .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-u9UxohsxzP .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-u9UxohsxzP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9UxohsxzP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9UxohsxzP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9UxohsxzP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9UxohsxzP .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9UxohsxzP .dropdown-item {
  padding: 0;
}
.cid-u9UxohsxzP .dropdown-item,
.cid-u9UxohsxzP .nav-link,
.cid-u9UxohsxzP .brand-name {
  font-style: normal;
}
.cid-u9UxohsxzP .dropdown-item:hover,
.cid-u9UxohsxzP .nav-link:hover,
.cid-u9UxohsxzP .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-u9UxohsxzP .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9UxohsxzP .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9UxohsxzP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9UxohsxzP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9UxohsxzP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9UxohsxzP .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9UxohsxzP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9UxohsxzP .content-text {
  margin-bottom: 0;
}
.cid-u9UxohsxzP .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9UxohsxzP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-u9UxohsxzP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9UxohsxzP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9UxohsxzP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9UxohsxzP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9UxohsxzP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9UxohsxzP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9UxohsxzP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9UxohsxzP .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9UxohsxzP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9UxohsxzP .content-right-side {
  text-align: center;
}
.cid-u9UxohsxzP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9UxohsxzP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9UxohsxzP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9UxohsxzP .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9UxohsxzP .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9UxohsxzP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9UxohsxzP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9UxohsxzP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9UxohsxzP .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9UxohsxzP .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9UxohsxzP .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9UxohsxzP .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UxohsxzP .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9UxohsxzP .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9UxohsxzP .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UxohsxzP .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-u9UxohsxzP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9UxohsxzP .navbar-toggler {
    display: none;
  }
  .cid-u9UxohsxzP .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9UxohsxzP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9UxohsxzP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9UxohsxzP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9UxohsxzP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9UxohsxzP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9UxohsxzP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9UxohsxzP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9UxohsxzP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9UxohsxzP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9UxohsxzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9UxohsxzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9UxohsxzP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9UxohsxzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9UxohsxzP .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-u9UxohsxzP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9UxohsxzP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9UxohsxzP .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-u9UxohsxzP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9UxohsxzP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9UxohsxzP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9UxohsxzP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9UxohsxzP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9UxohsxzP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9UxohsxzP button.navbar-toggler:focus {
  outline: none;
}
.cid-u9UxohsxzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9UxohsxzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9UxohsxzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UxohsxzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UxohsxzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9UxohsxzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UxohsxzP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9UxohsxzP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9UxohsxzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UxohsxzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9UxohsxzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9UxohsxzP .collapsed .btn {
  display: flex;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9UxohsxzP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9UxohsxzP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9UxohsxzP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9UxohsxzP .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9UxohsxzP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9UxohsxzP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9UxohsxzP .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-u9UxohsxzP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9UxohsxzP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9UxohsxzP .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-u9UxohsxzP .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9UxohsxzP .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9UxohsxzP .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9UxohsxzP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9UxohsxzP .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9UxohsxzP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing,
  .cid-u9UxohsxzP .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing .navbar-nav,
  .cid-u9UxohsxzP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9UxohsxzP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9UxohsxzP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9UxohsxzP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9UxohsxzP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9UxohsxzP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9UxohsxzP img {
    height: 3.8rem !important;
  }
  .cid-u9UxohsxzP .btn {
    display: flex;
  }
  .cid-u9UxohsxzP button.navbar-toggler {
    display: block;
  }
  .cid-u9UxohsxzP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9UxohsxzP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9UxohsxzP .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-u9UxohsxzP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9UxohsxzP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9UxohsxzP .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-u9UxohsxzP .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9UxohsxzP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9UxohsxzP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9UxohsxzP .nav-link:focus {
  outline: none;
}
.cid-u9UxohsxzP .navbar-toggler {
  position: relative;
}
.cid-u9UxohsxzP .dropdown-item.active,
.cid-u9UxohsxzP .dropdown-item:active {
  color: initial;
}
.cid-u9UxohsxzP .widget-title,
.cid-u9UxohsxzP .widget-icon {
  color: #e9e9e9;
}
.cid-u9UxohsxzP .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9UxohsxzP .menu-logo {
    display: none;
  }
  .cid-u9UxohsxzP .navbar {
    padding: 0;
  }
  .cid-u9UxohsxzP .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9UxohsxzP button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9UxoiwM9O {
  background-image: url("../../../assets/images/surface-hwpplytj6-m-unsplash-2000x1600.jpg");
}
.cid-u9UxoiwM9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UxoiwM9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UxojfUkp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u9UxojfUkp .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9UxojfUkp .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9UxojfUkp .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9UxojfUkp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9UxojfUkp .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9UxojfUkp .mbr-text {
    padding: 0;
  }
}
.cid-u9UxojUUIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9UxojUUIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UxojUUIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UxojUUIK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9UxojUUIK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UxojUUIK .container {
    padding: 0;
  }
}
.cid-u9UxojUUIK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9UxojUUIK .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9UxojUUIK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UxojUUIK .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9UxojUUIK .mbr-section-title {
  color: #ffffff;
}
.cid-u9UxojUUIK .mbr-text {
  color: #ffffff;
}
.cid-u9UxolbZ83 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a1c44;
}
.cid-u9UxolbZ83 .item-img {
  position: relative;
}
.cid-u9UxolbZ83 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9UxolbZ83 .cardbg {
  background: #0a1c44;
  height: 100%;
  min-height: 300px;
}
.cid-u9UxolbZ83 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9UxolbZ83 .image-wrapper {
  overflow: hidden;
}
.cid-u9UxolbZ83 .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9UxolbZ83 .item-wrapper {
  position: relative;
  background: #0a1c44;
  border: 3px solid #0a1c44;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9UxolbZ83 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9UxolbZ83 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9UxolbZ83 .item1,
.cid-u9UxolbZ83 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9UxolbZ83 .item1 .item:hover,
.cid-u9UxolbZ83 .item .item:hover {
  cursor: pointer;
}
.cid-u9UxolbZ83 .item1:hover .link-icon-wrapper span,
.cid-u9UxolbZ83 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9UxolbZ83 .card2 {
    margin-top: 1rem;
  }
}
.cid-u9UxolbZ83 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0a1c44;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9UxolbZ83 .link-icon-wrapper .icon-wrap {
  background: #0a1c44;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9UxolbZ83 .link-icon-wrapper .icon-wrap span {
  color: #0a1c44;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9UxolbZ83 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9UxolbZ83 .link-icon-wrapper .svg1 path {
  fill: #0a1c44;
}
.cid-u9UxolbZ83 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9UxolbZ83 .link-icon-wrapper .svg2 path {
  fill: #0a1c44;
}
.cid-u9UxolbZ83 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9UxolbZ83 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9UxolbZ83 img,
.cid-u9UxolbZ83 .item-img {
  width: 100%;
}
.cid-u9UxolbZ83 .item:focus,
.cid-u9UxolbZ83 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9UxolbZ83 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9UxolbZ83 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9UxolbZ83 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9UxolbZ83 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9UxolbZ83 .mbr-section-subtitle,
.cid-u9UxolbZ83 .subtitle-wrap,
.cid-u9UxolbZ83 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9UxolbZ83 .mbr-text,
.cid-u9UxolbZ83 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u9UxolI2CW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-u9UxolI2CW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UxolI2CW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UxolI2CW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9UxolI2CW .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9UxolI2CW .container-fluid .row {
  padding: 0;
}
.cid-u9UxolI2CW .row {
  border: 3px solid #e9e9e9;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9UxolI2CW .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9UxolI2CW .card {
    padding: 48px 20px;
  }
}
.cid-u9UxolI2CW .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9UxolI2CW .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UxolI2CW .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e9e9e9;
}
.cid-u9UxolI2CW .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-u9UxolI2CW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9Uxom7JrR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-u9Uxom7JrR .content {
  display: flex;
  align-items: center;
}
.cid-u9Uxom7JrR .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u9Uxom7JrR .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u9Uxom7JrR .mbr-text {
  margin-bottom: 38px;
  color: #ffffff;
}
.cid-u9Uxom7JrR .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9Uxom7JrR .btn:hover {
  box-shadow: none;
}
.cid-u9Uxom7JrR .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u9Uxom7JrR .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u9Uxom7JrR .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u9Uxom7JrR .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u9Uxom7JrR .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9Uxom7JrR .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u9Uxom7JrR .mbr-iconfont {
  color: #ffffff;
}
.cid-u9Uxom7JrR .mbr-image-text {
  color: #ffffff;
}
.cid-u9Uxom7JrR .mbr-section-title,
.cid-u9Uxom7JrR .mbr-section-btn {
  color: #ffffff;
}
.cid-u9UxonevgO {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-u9UxonevgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UxonevgO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9UxonevgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UxonevgO h1 {
  max-width: 800px;
}
.cid-u9UxonevgO p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9UxonevgO .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-u9UxonevgO .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9UxonevgO .btn div {
  overflow: hidden;
}
.cid-u9UxonevgO .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9UxonevgO {
    align-items: center;
  }
  .cid-u9UxonevgO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9UxonevgO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9UxonevgO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UxonevgO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9UxonevgO .content-wrap {
    width: 100%;
  }
}
.cid-u9UxonevgO .mbr-section-subtitle,
.cid-u9UxonevgO .line {
  color: #291f1e;
}
.cid-u9UxonevgO .mbr-text,
.cid-u9UxonevgO .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9UxonevgO .mbr-section-title {
  color: #000000;
}
.cid-uLanNObbSl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #18284c;
}
.cid-uLanNObbSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLanNObbSl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLanNObbSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLanNObbSl h1 {
  max-width: 800px;
}
.cid-uLanNObbSl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uLanNObbSl .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-uLanNObbSl .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uLanNObbSl .btn div {
  overflow: hidden;
}
.cid-uLanNObbSl .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uLanNObbSl {
    align-items: center;
  }
  .cid-uLanNObbSl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLanNObbSl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLanNObbSl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLanNObbSl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLanNObbSl .content-wrap {
    width: 100%;
  }
}
.cid-uLanNObbSl .mbr-section-subtitle,
.cid-uLanNObbSl .line {
  color: #291f1e;
}
.cid-uLanNObbSl .mbr-text,
.cid-uLanNObbSl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLanNObbSl .mbr-section-title {
  color: #ffffff;
}
.cid-u9UxooQVxv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9e9e9;
}
.cid-u9UxooQVxv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9UxooQVxv .mbr-text,
.cid-u9UxooQVxv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9UxooQVxv .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9UxooQVxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UxooQVxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLanHYVrt4 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #303f61;
}
.cid-uLanHYVrt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLanHYVrt4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLanHYVrt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLanHYVrt4 h1 {
  max-width: 800px;
}
.cid-uLanHYVrt4 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uLanHYVrt4 .btn:hover {
  transform: scale(1.1);
  background: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ff8a8f !important;
}
.cid-uLanHYVrt4 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uLanHYVrt4 .btn div {
  overflow: hidden;
}
.cid-uLanHYVrt4 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uLanHYVrt4 {
    align-items: center;
  }
  .cid-uLanHYVrt4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLanHYVrt4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLanHYVrt4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLanHYVrt4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLanHYVrt4 .content-wrap {
    width: 100%;
  }
}
.cid-uLanHYVrt4 .mbr-section-subtitle,
.cid-uLanHYVrt4 .line {
  color: #291f1e;
}
.cid-uLanHYVrt4 .mbr-text,
.cid-uLanHYVrt4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLanHYVrt4 .mbr-section-title {
  color: #ffffff;
}
.cid-u9UyHnegxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u9UyHnegxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UyHnegxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UyHnegxc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9UyHnegxc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UyHnegxc .container {
    padding: 0;
  }
}
.cid-u9UyHnegxc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9UyHnegxc .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9UyHnegxc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UyHnegxc .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9UyHnegxc .mbr-section-title {
  color: #263652;
}
.cid-u9UyHnegxc .mbr-text {
  color: #263652;
}
.cid-uLakRKxj9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLakRKxj9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLakRKxj9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLakRKxj9r .row {
  justify-content: space-between;
}
.cid-uLakRKxj9r .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:hover,
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLakRKxj9r .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .mbr-section-title {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-text {
  color: #ffffff;
}
.cid-uLakRKxj9r .list {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-copy {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc,
.cid-uLakRKxj9r .social-wrapper {
  text-align: center;
}
.cid-uLakRKxj9r .mbr-copy,
.cid-uLakRKxj9r .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLakRKxj9r .mbr-section-title,
.cid-uLakRKxj9r .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLakRKxj9r .list,
.cid-uLakRKxj9r .item-wrap {
  color: #ff6b71;
}
.cid-u9UwIKr6Rc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9UwIKr6Rc .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9UwIKr6Rc .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9UwIKr6Rc .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-u9UwIKr6Rc .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-u9UwIKr6Rc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9UwIKr6Rc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9UwIKr6Rc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9UwIKr6Rc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9UwIKr6Rc .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u9UwIKr6Rc .dropdown-item {
  padding: 0;
}
.cid-u9UwIKr6Rc .dropdown-item,
.cid-u9UwIKr6Rc .nav-link,
.cid-u9UwIKr6Rc .brand-name {
  font-style: normal;
}
.cid-u9UwIKr6Rc .dropdown-item:hover,
.cid-u9UwIKr6Rc .nav-link:hover,
.cid-u9UwIKr6Rc .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-u9UwIKr6Rc .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9UwIKr6Rc .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9UwIKr6Rc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9UwIKr6Rc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9UwIKr6Rc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9UwIKr6Rc .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9UwIKr6Rc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9UwIKr6Rc .content-text {
  margin-bottom: 0;
}
.cid-u9UwIKr6Rc .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9UwIKr6Rc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-u9UwIKr6Rc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9UwIKr6Rc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9UwIKr6Rc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9UwIKr6Rc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9UwIKr6Rc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9UwIKr6Rc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9UwIKr6Rc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9UwIKr6Rc .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9UwIKr6Rc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9UwIKr6Rc .content-right-side {
  text-align: center;
}
.cid-u9UwIKr6Rc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9UwIKr6Rc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9UwIKr6Rc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9UwIKr6Rc .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9UwIKr6Rc .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9UwIKr6Rc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9UwIKr6Rc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9UwIKr6Rc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9UwIKr6Rc .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9UwIKr6Rc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9UwIKr6Rc .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9UwIKr6Rc .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UwIKr6Rc .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9UwIKr6Rc .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9UwIKr6Rc .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UwIKr6Rc .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-u9UwIKr6Rc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9UwIKr6Rc .navbar-toggler {
    display: none;
  }
  .cid-u9UwIKr6Rc .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9UwIKr6Rc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9UwIKr6Rc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9UwIKr6Rc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9UwIKr6Rc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9UwIKr6Rc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9UwIKr6Rc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9UwIKr6Rc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9UwIKr6Rc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9UwIKr6Rc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9UwIKr6Rc .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-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9UwIKr6Rc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9UwIKr6Rc .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-u9UwIKr6Rc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9UwIKr6Rc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9UwIKr6Rc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9UwIKr6Rc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9UwIKr6Rc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9UwIKr6Rc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9UwIKr6Rc button.navbar-toggler:focus {
  outline: none;
}
.cid-u9UwIKr6Rc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9UwIKr6Rc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9UwIKr6Rc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UwIKr6Rc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UwIKr6Rc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9UwIKr6Rc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UwIKr6Rc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9UwIKr6Rc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9UwIKr6Rc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UwIKr6Rc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9UwIKr6Rc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9UwIKr6Rc .collapsed .btn {
  display: flex;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9UwIKr6Rc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9UwIKr6Rc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9UwIKr6Rc .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9UwIKr6Rc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9UwIKr6Rc .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9UwIKr6Rc .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-u9UwIKr6Rc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9UwIKr6Rc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9UwIKr6Rc .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-u9UwIKr6Rc .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9UwIKr6Rc .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9UwIKr6Rc .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9UwIKr6Rc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9UwIKr6Rc .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u9UwIKr6Rc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing,
  .cid-u9UwIKr6Rc .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing .navbar-nav,
  .cid-u9UwIKr6Rc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9UwIKr6Rc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9UwIKr6Rc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9UwIKr6Rc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9UwIKr6Rc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9UwIKr6Rc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9UwIKr6Rc img {
    height: 3.8rem !important;
  }
  .cid-u9UwIKr6Rc .btn {
    display: flex;
  }
  .cid-u9UwIKr6Rc button.navbar-toggler {
    display: block;
  }
  .cid-u9UwIKr6Rc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9UwIKr6Rc .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9UwIKr6Rc .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-u9UwIKr6Rc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9UwIKr6Rc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9UwIKr6Rc .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-u9UwIKr6Rc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9UwIKr6Rc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9UwIKr6Rc .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9UwIKr6Rc .nav-link:focus {
  outline: none;
}
.cid-u9UwIKr6Rc .navbar-toggler {
  position: relative;
}
.cid-u9UwIKr6Rc .dropdown-item.active,
.cid-u9UwIKr6Rc .dropdown-item:active {
  color: initial;
}
.cid-u9UwIKr6Rc .widget-title,
.cid-u9UwIKr6Rc .widget-icon {
  color: #e9e9e9;
}
.cid-u9UwIKr6Rc .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9UwIKr6Rc .menu-logo {
    display: none;
  }
  .cid-u9UwIKr6Rc .navbar {
    padding: 0;
  }
  .cid-u9UwIKr6Rc .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9UwIKr6Rc button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9UwIMfJAa {
  background-image: url("../../../assets/images/mbr-1731x1080.jpg");
}
.cid-u9UwIMfJAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UwIMfJAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UwINtQUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e9;
}
.cid-u9UwINtQUZ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9UwINtQUZ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9UwINtQUZ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9UwINtQUZ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9UwINtQUZ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9UwINtQUZ .mbr-text {
    padding: 0;
  }
}
.cid-u9UwIOeLDF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9UwIOeLDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UwIOeLDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UwIOeLDF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9UwIOeLDF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UwIOeLDF .container {
    padding: 0;
  }
}
.cid-u9UwIOeLDF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9UwIOeLDF .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u9UwIOeLDF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UwIOeLDF .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u9UwIOeLDF .mbr-section-title {
  color: #ffffff;
}
.cid-u9UwIOeLDF .mbr-text {
  color: #ffffff;
}
.cid-uLanaLttKM {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLanaLttKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLanaLttKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLanaLttKM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLanaLttKM .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLanaLttKM .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLanaLttKM .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLanaLttKM .container {
    padding: 0 12px;
  }
}
.cid-uLanaLttKM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLanaLttKM .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uLanaLttKM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uLanaLttKM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLanaLttKM .mbr-section-title {
  color: #1D1D1F;
}
.cid-uLanaLttKM .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uLanaLttKM .mbr-section-title,
.cid-uLanaLttKM .mbr-section-btn {
  text-align: left;
}
.cid-u9UwIPa7Lv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a1c44;
}
.cid-u9UwIPa7Lv .item-img {
  position: relative;
}
.cid-u9UwIPa7Lv .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9UwIPa7Lv .cardbg {
  background: #0a1c44;
  height: 100%;
  min-height: 300px;
}
.cid-u9UwIPa7Lv .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9UwIPa7Lv .image-wrapper {
  overflow: hidden;
}
.cid-u9UwIPa7Lv .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9UwIPa7Lv .item-wrapper {
  position: relative;
  background: #0a1c44;
  border: 3px solid #0a1c44;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9UwIPa7Lv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9UwIPa7Lv .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9UwIPa7Lv .item1,
.cid-u9UwIPa7Lv .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9UwIPa7Lv .item1 .item:hover,
.cid-u9UwIPa7Lv .item .item:hover {
  cursor: pointer;
}
.cid-u9UwIPa7Lv .item1:hover .link-icon-wrapper span,
.cid-u9UwIPa7Lv .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9UwIPa7Lv .card2 {
    margin-top: 1rem;
  }
}
.cid-u9UwIPa7Lv .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0a1c44;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .icon-wrap {
  background: #0a1c44;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .icon-wrap span {
  color: #0a1c44;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .svg1 path {
  fill: #0a1c44;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9UwIPa7Lv .link-icon-wrapper .svg2 path {
  fill: #0a1c44;
}
.cid-u9UwIPa7Lv .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9UwIPa7Lv .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9UwIPa7Lv img,
.cid-u9UwIPa7Lv .item-img {
  width: 100%;
}
.cid-u9UwIPa7Lv .item:focus,
.cid-u9UwIPa7Lv span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9UwIPa7Lv .item {
    margin-bottom: 1rem;
  }
}
.cid-u9UwIPa7Lv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9UwIPa7Lv .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9UwIPa7Lv .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9UwIPa7Lv .mbr-section-subtitle,
.cid-u9UwIPa7Lv .subtitle-wrap,
.cid-u9UwIPa7Lv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9UwIPa7Lv .mbr-text,
.cid-u9UwIPa7Lv .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u9UwIPLp27 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-u9UwIPLp27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UwIPLp27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UwIPLp27 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9UwIPLp27 .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9UwIPLp27 .container-fluid .row {
  padding: 0;
}
.cid-u9UwIPLp27 .row {
  border: 3px solid #e9e9e9;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9UwIPLp27 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9UwIPLp27 .card {
    padding: 48px 20px;
  }
}
.cid-u9UwIPLp27 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9UwIPLp27 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UwIPLp27 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e9e9e9;
}
.cid-u9UwIPLp27 .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-u9UwIPLp27 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9UwIQjIIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a1c44;
}
.cid-u9UwIQjIIs .content {
  display: flex;
  align-items: center;
}
.cid-u9UwIQjIIs .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u9UwIQjIIs .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u9UwIQjIIs .mbr-text {
  margin-bottom: 38px;
  color: #ffffff;
}
.cid-u9UwIQjIIs .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9UwIQjIIs .btn:hover {
  box-shadow: none;
}
.cid-u9UwIQjIIs .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u9UwIQjIIs .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u9UwIQjIIs .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u9UwIQjIIs .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u9UwIQjIIs .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u9UwIQjIIs .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u9UwIQjIIs .mbr-iconfont {
  color: #ffffff;
}
.cid-u9UwIQjIIs .mbr-image-text {
  color: #ffffff;
}
.cid-u9UwIQjIIs .mbr-section-title,
.cid-u9UwIQjIIs .mbr-section-btn {
  color: #ffffff;
}
.cid-uLamZh5fKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #f5f7fa;
}
.cid-uLamZh5fKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLamZh5fKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLamZh5fKy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLamZh5fKy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLamZh5fKy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uLamZh5fKy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uLamZh5fKy .container {
    padding: 0 12px;
  }
}
.cid-uLamZh5fKy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLamZh5fKy .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uLamZh5fKy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uLamZh5fKy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLamZh5fKy .mbr-section-title {
  color: #1D1D1F;
}
.cid-uLamZh5fKy .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uLamZh5fKy .mbr-section-title,
.cid-uLamZh5fKy .mbr-section-btn {
  text-align: left;
}
.cid-uLakRKxj9r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLakRKxj9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLakRKxj9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLakRKxj9r .row {
  justify-content: space-between;
}
.cid-uLakRKxj9r .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLakRKxj9r .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:hover,
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLakRKxj9r .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLakRKxj9r .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLakRKxj9r .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLakRKxj9r .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLakRKxj9r .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLakRKxj9r .mbr-section-title {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-text {
  color: #ffffff;
}
.cid-uLakRKxj9r .list {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-copy {
  color: #000000;
}
.cid-uLakRKxj9r .mbr-desc,
.cid-uLakRKxj9r .social-wrapper {
  text-align: center;
}
.cid-uLakRKxj9r .mbr-copy,
.cid-uLakRKxj9r .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLakRKxj9r .mbr-section-title,
.cid-uLakRKxj9r .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLakRKxj9r .list,
.cid-uLakRKxj9r .item-wrap {
  color: #ff6b71;
}
.cid-uLapH8pJBh .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uLapH8pJBh .navbar-fixed-top {
  padding-top: 0;
}
.cid-uLapH8pJBh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uLapH8pJBh .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-uLapH8pJBh .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-uLapH8pJBh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLapH8pJBh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLapH8pJBh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLapH8pJBh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLapH8pJBh .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uLapH8pJBh .dropdown-item {
  padding: 0;
}
.cid-uLapH8pJBh .dropdown-item,
.cid-uLapH8pJBh .nav-link,
.cid-uLapH8pJBh .brand-name {
  font-style: normal;
}
.cid-uLapH8pJBh .dropdown-item:hover,
.cid-uLapH8pJBh .nav-link:hover,
.cid-uLapH8pJBh .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-uLapH8pJBh .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uLapH8pJBh .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uLapH8pJBh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLapH8pJBh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLapH8pJBh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uLapH8pJBh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uLapH8pJBh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLapH8pJBh .content-text {
  margin-bottom: 0;
}
.cid-uLapH8pJBh .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uLapH8pJBh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-uLapH8pJBh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uLapH8pJBh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uLapH8pJBh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uLapH8pJBh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLapH8pJBh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLapH8pJBh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uLapH8pJBh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLapH8pJBh .nav-dropdown .link {
  font-weight: 400;
}
.cid-uLapH8pJBh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uLapH8pJBh .content-right-side {
  text-align: center;
}
.cid-uLapH8pJBh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uLapH8pJBh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uLapH8pJBh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uLapH8pJBh .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLapH8pJBh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLapH8pJBh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uLapH8pJBh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uLapH8pJBh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uLapH8pJBh .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uLapH8pJBh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uLapH8pJBh .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uLapH8pJBh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLapH8pJBh .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uLapH8pJBh .navbar {
    display: block;
    padding: 0;
  }
  .cid-uLapH8pJBh .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLapH8pJBh .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-uLapH8pJBh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uLapH8pJBh .navbar-toggler {
    display: none;
  }
  .cid-uLapH8pJBh .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uLapH8pJBh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uLapH8pJBh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLapH8pJBh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uLapH8pJBh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uLapH8pJBh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLapH8pJBh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLapH8pJBh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLapH8pJBh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLapH8pJBh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLapH8pJBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLapH8pJBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLapH8pJBh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLapH8pJBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLapH8pJBh .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-uLapH8pJBh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLapH8pJBh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLapH8pJBh .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-uLapH8pJBh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uLapH8pJBh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLapH8pJBh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLapH8pJBh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLapH8pJBh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLapH8pJBh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uLapH8pJBh button.navbar-toggler:focus {
  outline: none;
}
.cid-uLapH8pJBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uLapH8pJBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLapH8pJBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLapH8pJBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLapH8pJBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLapH8pJBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLapH8pJBh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLapH8pJBh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLapH8pJBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLapH8pJBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLapH8pJBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLapH8pJBh .collapsed .btn {
  display: flex;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uLapH8pJBh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLapH8pJBh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLapH8pJBh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLapH8pJBh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLapH8pJBh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uLapH8pJBh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLapH8pJBh .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-uLapH8pJBh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLapH8pJBh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLapH8pJBh .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-uLapH8pJBh .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uLapH8pJBh .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uLapH8pJBh .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uLapH8pJBh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uLapH8pJBh .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uLapH8pJBh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing,
  .cid-uLapH8pJBh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing .navbar-nav,
  .cid-uLapH8pJBh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLapH8pJBh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uLapH8pJBh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLapH8pJBh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uLapH8pJBh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLapH8pJBh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLapH8pJBh img {
    height: 3.8rem !important;
  }
  .cid-uLapH8pJBh .btn {
    display: flex;
  }
  .cid-uLapH8pJBh button.navbar-toggler {
    display: block;
  }
  .cid-uLapH8pJBh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uLapH8pJBh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLapH8pJBh .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-uLapH8pJBh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLapH8pJBh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLapH8pJBh .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-uLapH8pJBh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uLapH8pJBh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uLapH8pJBh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uLapH8pJBh .nav-link:focus {
  outline: none;
}
.cid-uLapH8pJBh .navbar-toggler {
  position: relative;
}
.cid-uLapH8pJBh .dropdown-item.active,
.cid-uLapH8pJBh .dropdown-item:active {
  color: initial;
}
.cid-uLapH8pJBh .widget-title,
.cid-uLapH8pJBh .widget-icon {
  color: #e9e9e9;
}
.cid-uLapH8pJBh .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uLapH8pJBh .menu-logo {
    display: none;
  }
  .cid-uLapH8pJBh .navbar {
    padding: 0;
  }
  .cid-uLapH8pJBh .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLapH8pJBh button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uLapH9z9M3 {
  background-image: url("../../../assets/images/mrpkt8n2mruf6coot3dst7.jpg-1920x1080.jpg");
}
.cid-uLapH9z9M3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapH9z9M3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapH9z9M3 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLapSeUHMY {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #e9e9e9;
}
.cid-uLapSeUHMY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uLapSeUHMY .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uLapSeUHMY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLapHaGXqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLapHaGXqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapHaGXqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapHaGXqt .row {
  justify-content: space-between;
}
.cid-uLapHaGXqt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLapHaGXqt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLapHaGXqt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLapHaGXqt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLapHaGXqt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLapHaGXqt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLapHaGXqt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLapHaGXqt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLapHaGXqt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLapHaGXqt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLapHaGXqt .list-wrapper .list .item-wrap:hover,
.cid-uLapHaGXqt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLapHaGXqt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLapHaGXqt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLapHaGXqt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLapHaGXqt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLapHaGXqt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLapHaGXqt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLapHaGXqt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLapHaGXqt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLapHaGXqt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLapHaGXqt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLapHaGXqt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLapHaGXqt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLapHaGXqt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLapHaGXqt .mbr-section-title {
  color: #000000;
}
.cid-uLapHaGXqt .mbr-text {
  color: #ffffff;
}
.cid-uLapHaGXqt .list {
  color: #000000;
}
.cid-uLapHaGXqt .mbr-desc {
  color: #000000;
}
.cid-uLapHaGXqt .mbr-copy {
  color: #000000;
}
.cid-uLapHaGXqt .mbr-desc,
.cid-uLapHaGXqt .social-wrapper {
  text-align: center;
}
.cid-uLapHaGXqt .mbr-copy,
.cid-uLapHaGXqt .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLapHaGXqt .mbr-section-title,
.cid-uLapHaGXqt .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLapHaGXqt .list,
.cid-uLapHaGXqt .item-wrap {
  color: #ff6b71;
}
.cid-uLaoXldEIr .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uLaoXldEIr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uLaoXldEIr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uLaoXldEIr .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-uLaoXldEIr .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-uLaoXldEIr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uLaoXldEIr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uLaoXldEIr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uLaoXldEIr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uLaoXldEIr .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uLaoXldEIr .dropdown-item {
  padding: 0;
}
.cid-uLaoXldEIr .dropdown-item,
.cid-uLaoXldEIr .nav-link,
.cid-uLaoXldEIr .brand-name {
  font-style: normal;
}
.cid-uLaoXldEIr .dropdown-item:hover,
.cid-uLaoXldEIr .nav-link:hover,
.cid-uLaoXldEIr .brand-name:hover {
  color: #ff8a8f !important;
}
.cid-uLaoXldEIr .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uLaoXldEIr .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uLaoXldEIr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLaoXldEIr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uLaoXldEIr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uLaoXldEIr .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uLaoXldEIr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLaoXldEIr .content-text {
  margin-bottom: 0;
}
.cid-uLaoXldEIr .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uLaoXldEIr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff8a8f;
    -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-uLaoXldEIr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uLaoXldEIr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uLaoXldEIr .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uLaoXldEIr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLaoXldEIr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uLaoXldEIr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uLaoXldEIr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLaoXldEIr .nav-dropdown .link {
  font-weight: 400;
}
.cid-uLaoXldEIr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uLaoXldEIr .content-right-side {
  text-align: center;
}
.cid-uLaoXldEIr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uLaoXldEIr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uLaoXldEIr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uLaoXldEIr .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLaoXldEIr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLaoXldEIr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uLaoXldEIr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uLaoXldEIr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uLaoXldEIr .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uLaoXldEIr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uLaoXldEIr .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uLaoXldEIr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLaoXldEIr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uLaoXldEIr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uLaoXldEIr .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLaoXldEIr .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-uLaoXldEIr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uLaoXldEIr .navbar-toggler {
    display: none;
  }
  .cid-uLaoXldEIr .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uLaoXldEIr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uLaoXldEIr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uLaoXldEIr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uLaoXldEIr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uLaoXldEIr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uLaoXldEIr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLaoXldEIr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uLaoXldEIr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLaoXldEIr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLaoXldEIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uLaoXldEIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLaoXldEIr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uLaoXldEIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLaoXldEIr .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-uLaoXldEIr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uLaoXldEIr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLaoXldEIr .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-uLaoXldEIr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uLaoXldEIr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uLaoXldEIr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uLaoXldEIr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uLaoXldEIr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uLaoXldEIr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uLaoXldEIr button.navbar-toggler:focus {
  outline: none;
}
.cid-uLaoXldEIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uLaoXldEIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLaoXldEIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLaoXldEIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLaoXldEIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLaoXldEIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLaoXldEIr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLaoXldEIr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLaoXldEIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLaoXldEIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLaoXldEIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLaoXldEIr .collapsed .btn {
  display: flex;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uLaoXldEIr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uLaoXldEIr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uLaoXldEIr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uLaoXldEIr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uLaoXldEIr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uLaoXldEIr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLaoXldEIr .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-uLaoXldEIr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uLaoXldEIr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uLaoXldEIr .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-uLaoXldEIr .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uLaoXldEIr .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uLaoXldEIr .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uLaoXldEIr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uLaoXldEIr .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uLaoXldEIr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing,
  .cid-uLaoXldEIr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing .navbar-nav,
  .cid-uLaoXldEIr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uLaoXldEIr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uLaoXldEIr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uLaoXldEIr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uLaoXldEIr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uLaoXldEIr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uLaoXldEIr img {
    height: 3.8rem !important;
  }
  .cid-uLaoXldEIr .btn {
    display: flex;
  }
  .cid-uLaoXldEIr button.navbar-toggler {
    display: block;
  }
  .cid-uLaoXldEIr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uLaoXldEIr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLaoXldEIr .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-uLaoXldEIr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uLaoXldEIr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uLaoXldEIr .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-uLaoXldEIr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uLaoXldEIr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uLaoXldEIr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uLaoXldEIr .nav-link:focus {
  outline: none;
}
.cid-uLaoXldEIr .navbar-toggler {
  position: relative;
}
.cid-uLaoXldEIr .dropdown-item.active,
.cid-uLaoXldEIr .dropdown-item:active {
  color: initial;
}
.cid-uLaoXldEIr .widget-title,
.cid-uLaoXldEIr .widget-icon {
  color: #e9e9e9;
}
.cid-uLaoXldEIr .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uLaoXldEIr .menu-logo {
    display: none;
  }
  .cid-uLaoXldEIr .navbar {
    padding: 0;
  }
  .cid-uLaoXldEIr .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLaoXldEIr button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uLaoXlU10V {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-uLaoXlU10V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaoXlU10V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoXlU10V .mbr-section-title DIV {
  text-align: center;
}
.cid-uLapalckvo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLapalckvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapalckvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapalckvo .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uLapalckvo .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uLapalckvo .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uLapalckvo .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uLapalckvo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLapalckvo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uLapalckvo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLapalckvo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uLapalckvo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLapalckvo .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uLapalckvo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLapalckvo .mbr-section-title {
  color: #19171c;
}
.cid-uLapalckvo .panel-title {
  color: #19171c;
}
.cid-uLapalckvo .panel-text {
  color: #6e6e73;
}
.cid-uLaoXqwyNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18284c;
}
.cid-uLaoXqwyNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaoXqwyNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoXqwyNT .row {
  justify-content: space-between;
}
.cid-uLaoXqwyNT .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLaoXqwyNT .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLaoXqwyNT .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLaoXqwyNT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLaoXqwyNT .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLaoXqwyNT .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLaoXqwyNT .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLaoXqwyNT .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLaoXqwyNT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLaoXqwyNT .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLaoXqwyNT .list-wrapper .list .item-wrap:hover,
.cid-uLaoXqwyNT .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLaoXqwyNT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLaoXqwyNT .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLaoXqwyNT .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLaoXqwyNT .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLaoXqwyNT .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLaoXqwyNT .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLaoXqwyNT .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLaoXqwyNT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLaoXqwyNT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLaoXqwyNT .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLaoXqwyNT .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLaoXqwyNT .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLaoXqwyNT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLaoXqwyNT .mbr-section-title {
  color: #000000;
}
.cid-uLaoXqwyNT .mbr-text {
  color: #ffffff;
}
.cid-uLaoXqwyNT .list {
  color: #000000;
}
.cid-uLaoXqwyNT .mbr-desc {
  color: #000000;
}
.cid-uLaoXqwyNT .mbr-copy {
  color: #000000;
}
.cid-uLaoXqwyNT .mbr-desc,
.cid-uLaoXqwyNT .social-wrapper {
  text-align: center;
}
.cid-uLaoXqwyNT .mbr-copy,
.cid-uLaoXqwyNT .mbr-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.cid-uLaoXqwyNT .mbr-section-title,
.cid-uLaoXqwyNT .mbr-section-btn {
  color: #ff6b71;
}
.cid-uLaoXqwyNT .list,
.cid-uLaoXqwyNT .item-wrap {
  color: #ff6b71;
}
