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: #ff4a52 !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: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !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: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !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: #ff4a52 !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: #e3000a !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: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4a52;
}
.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: #ff4a52;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ff4a52 !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: #ff4a52;
  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: #ff4a52;
  border-bottom-color: #ff4a52;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4a52 !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='%23ff4a52' %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: #ff4a52 !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 #ff4a52;
    -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-rzH9jLUC8G {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzH9Aqjs3b {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rzH9Aqjs3b img {
  width: 100%;
}
.cid-rzH9Aqjs3b p {
  line-height: 1.6;
}
.cid-rzH9Aqjs3b .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9Aqjs3b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzH9Aqjs3b .mbr-text,
.cid-rzH9Aqjs3b .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rzH9Aqjs3b .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Aqjs3b .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzH9Aqjs3b .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzH9Aqjs3b .mbr-section-title,
.cid-rzH9Aqjs3b .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rzH9Aqjs3b .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rzH9HNbj4U {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzH9HNbj4U .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rzH9HNbj4U .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-rzH9HNbj4U .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rzH9HNbj4U .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #0087ab;
}
.cid-rzH9HNbj4U .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9HNbj4U .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-rzH9HNbj4U .card-big {
  height: 425px;
}
.cid-rzH9HNbj4U .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rzH9HNbj4U .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rzH9HNbj4U .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rzH9HNbj4U .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9HNbj4U .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rzH9HNbj4U .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-rzH9HNbj4U .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rzH9HNbj4U .mbr-section-title,
.cid-rzH9HNbj4U .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-rzH9HNbj4U .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rzH9HNbj4U .card-big {
    height: 200px;
  }
  .cid-rzH9HNbj4U .card-img {
    margin-top: -15%;
  }
}
.cid-rzH9U64jHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rzH9U64jHK .mbr-section-title {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-text,
.cid-rzH9U64jHK .mbr-section-btn {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9I55CDGhY {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9I55CDGhY img {
  width: 100%;
}
.cid-u9I55CDGhY p {
  line-height: 1.6;
}
.cid-u9I55CDGhY .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9I55CDGhY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9I55CDGhY .mbr-text,
.cid-u9I55CDGhY .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-u9I55CDGhY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9I55CDGhY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9I55CDGhY .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9I55CDGhY .mbr-section-title,
.cid-u9I55CDGhY .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9I55CDGhY .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9I55CDGhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9I55CDGhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KkSsU02y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.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 #ffffff;
  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 #ffffff;
}
.cid-u9KkSsU02y .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u9KkSsU02y .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u9I535ucDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-u9I535ucDl .container-fluid {
  padding: 0;
}
.cid-u9I535ucDl img {
  width: 100%;
}
.cid-u9I535ucDl .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9I535ucDl .content {
    padding: 3rem;
  }
}
.cid-u9I535ucDl .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9I535ucDl .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9I535ucDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9I535ucDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9I5mPNrMA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9I5mPNrMA img {
  width: 100%;
}
.cid-u9I5mPNrMA p {
  line-height: 1.6;
}
.cid-u9I5mPNrMA .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9I5mPNrMA .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9I5mPNrMA .mbr-text,
.cid-u9I5mPNrMA .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-u9I5mPNrMA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9I5mPNrMA .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9I5mPNrMA .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9I5mPNrMA .mbr-section-title,
.cid-u9I5mPNrMA .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9I5mPNrMA .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9I5mPNrMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9I5mPNrMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
.cid-u9Kl0jQxVm .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9Kl0jQxVm .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9Kl0jQxVm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .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-u9Kl0jQxVm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9Kl0jQxVm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9Kl0jQxVm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9Kl0jQxVm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .dropdown-item {
  padding: 0;
}
.cid-u9Kl0jQxVm .dropdown-item,
.cid-u9Kl0jQxVm .nav-link,
.cid-u9Kl0jQxVm .brand-name {
  font-style: normal;
}
.cid-u9Kl0jQxVm .dropdown-item:hover,
.cid-u9Kl0jQxVm .nav-link:hover,
.cid-u9Kl0jQxVm .brand-name:hover {
  color: #ff4a52 !important;
}
.cid-u9Kl0jQxVm .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9Kl0jQxVm .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9Kl0jQxVm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9Kl0jQxVm .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .content-text {
  margin-bottom: 0;
}
.cid-u9Kl0jQxVm .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9Kl0jQxVm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -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-u9Kl0jQxVm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9Kl0jQxVm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9Kl0jQxVm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9Kl0jQxVm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9Kl0jQxVm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9Kl0jQxVm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9Kl0jQxVm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9Kl0jQxVm .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9Kl0jQxVm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9Kl0jQxVm .content-right-side {
  text-align: center;
}
.cid-u9Kl0jQxVm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9Kl0jQxVm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9Kl0jQxVm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9Kl0jQxVm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9Kl0jQxVm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9Kl0jQxVm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9Kl0jQxVm .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9Kl0jQxVm .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9Kl0jQxVm .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9Kl0jQxVm .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Kl0jQxVm .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9Kl0jQxVm .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9Kl0jQxVm .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Kl0jQxVm .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-u9Kl0jQxVm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9Kl0jQxVm .navbar-toggler {
    display: none;
  }
  .cid-u9Kl0jQxVm .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9Kl0jQxVm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9Kl0jQxVm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9Kl0jQxVm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9Kl0jQxVm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9Kl0jQxVm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9Kl0jQxVm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9Kl0jQxVm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9Kl0jQxVm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9Kl0jQxVm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Kl0jQxVm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9Kl0jQxVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9Kl0jQxVm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9Kl0jQxVm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9Kl0jQxVm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9Kl0jQxVm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9Kl0jQxVm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9Kl0jQxVm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9Kl0jQxVm button.navbar-toggler:focus {
  outline: none;
}
.cid-u9Kl0jQxVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9Kl0jQxVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Kl0jQxVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Kl0jQxVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Kl0jQxVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Kl0jQxVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Kl0jQxVm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Kl0jQxVm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Kl0jQxVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Kl0jQxVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Kl0jQxVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Kl0jQxVm .collapsed .btn {
  display: flex;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9Kl0jQxVm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9Kl0jQxVm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9Kl0jQxVm .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9Kl0jQxVm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9Kl0jQxVm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9Kl0jQxVm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9Kl0jQxVm .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-u9Kl0jQxVm .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9Kl0jQxVm .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9Kl0jQxVm .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9Kl0jQxVm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9Kl0jQxVm .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-u9Kl0jQxVm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing,
  .cid-u9Kl0jQxVm .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing .navbar-nav,
  .cid-u9Kl0jQxVm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9Kl0jQxVm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9Kl0jQxVm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9Kl0jQxVm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9Kl0jQxVm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9Kl0jQxVm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9Kl0jQxVm img {
    height: 3.8rem !important;
  }
  .cid-u9Kl0jQxVm .btn {
    display: flex;
  }
  .cid-u9Kl0jQxVm button.navbar-toggler {
    display: block;
  }
  .cid-u9Kl0jQxVm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9Kl0jQxVm .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9Kl0jQxVm .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-u9Kl0jQxVm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9Kl0jQxVm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9Kl0jQxVm .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-u9Kl0jQxVm .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9Kl0jQxVm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9Kl0jQxVm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9Kl0jQxVm .nav-link:focus {
  outline: none;
}
.cid-u9Kl0jQxVm .navbar-toggler {
  position: relative;
}
.cid-u9Kl0jQxVm .dropdown-item.active,
.cid-u9Kl0jQxVm .dropdown-item:active {
  color: initial;
}
.cid-u9Kl0jQxVm .widget-title,
.cid-u9Kl0jQxVm .widget-icon {
  color: #e9e9e9;
}
.cid-u9Kl0jQxVm .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9Kl0jQxVm .menu-logo {
    display: none;
  }
  .cid-u9Kl0jQxVm .navbar {
    padding: 0;
  }
  .cid-u9Kl0jQxVm .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9Kl0jQxVm button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9Kl0kqqlR {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u9Kl0kPbBK {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9Kl0kPbBK img {
  width: 100%;
}
.cid-u9Kl0kPbBK p {
  line-height: 1.6;
}
.cid-u9Kl0kPbBK .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9Kl0kPbBK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9Kl0kPbBK .mbr-text,
.cid-u9Kl0kPbBK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u9Kl0kPbBK .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9Kl0kPbBK .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9Kl0kPbBK .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9Kl0kPbBK .mbr-section-title,
.cid-u9Kl0kPbBK .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Kl0kPbBK .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9KmThqrDi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-u9KmThqrDi .mbr-section-title {
  text-align: left;
}
.cid-u9KmThqrDi .mbr-text,
.cid-u9KmThqrDi .mbr-section-btn {
  text-align: left;
}
.cid-u9KmThqrDi .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9KmThqrDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KmThqrDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Kl0lwhPD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-u9Kl0lwhPD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9Kl0lwhPD .mbr-text,
.cid-u9Kl0lwhPD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9Kl0lwhPD .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9Kl0lKcEN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9Kl0lKcEN img {
  width: 100%;
}
.cid-u9Kl0lKcEN p {
  line-height: 1.6;
}
.cid-u9Kl0lKcEN .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9Kl0lKcEN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9Kl0lKcEN .mbr-text,
.cid-u9Kl0lKcEN .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-u9Kl0lKcEN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9Kl0lKcEN .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9Kl0lKcEN .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9Kl0lKcEN .mbr-section-title,
.cid-u9Kl0lKcEN .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9Kl0lKcEN .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9Kl0lKcEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Kl0lKcEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KlSFerCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9KlSFerCB .content {
  padding: 1rem;
}
.cid-u9KlSFerCB h2,
.cid-u9KlSFerCB h4,
.cid-u9KlSFerCB p {
  margin: 0;
}
.cid-u9KlSFerCB .mbr-section-title {
  color: #000000;
}
.cid-u9KlSFerCB .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-u9KlSFerCB .mbr-text {
  color: #000000;
  margin-top: 14px;
  text-align: left;
}
.cid-u9KlSFerCB .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-u9KlSFerCB .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-u9Kl0m930w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-u9Kl0m930w .container-fluid {
  padding: 0;
}
.cid-u9Kl0m930w img {
  width: 100%;
}
.cid-u9Kl0m930w .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9Kl0m930w .content {
    padding: 3rem;
  }
}
.cid-u9Kl0m930w .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9Kl0m930w .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9Kl0m930w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Kl0m930w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Kn9zN4IC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u9Kn9zN4IC .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9Kn9zN4IC .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9Kn9zN4IC .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9Kn9zN4IC .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9Kn9zN4IC .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9Kn9zN4IC .mbr-text {
    padding: 0;
  }
}
.cid-u9Kmycgykx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-u9Kmycgykx .mbr-section-title {
  text-align: left;
}
.cid-u9Kmycgykx .mbr-text,
.cid-u9Kmycgykx .mbr-section-btn {
  text-align: left;
}
.cid-u9Kmycgykx .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9Kmycgykx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Kmycgykx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KlCAQMia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u9KlCAQMia .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9KlCAQMia .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9KlCAQMia .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9KlCAQMia .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9KlCAQMia .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-u9KlCAQMia .mbr-text {
    padding: 0;
  }
}
.cid-u9KmbKzxtl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-u9KmbKzxtl .mbr-section-title {
  text-align: left;
}
.cid-u9KmbKzxtl .mbr-text,
.cid-u9KmbKzxtl .mbr-section-btn {
  text-align: left;
}
.cid-u9KmbKzxtl .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9KmbKzxtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KmbKzxtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPEGhDZCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uGPEGhDZCX .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uGPEGhDZCX .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uGPEGhDZCX .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uGPEGhDZCX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uGPEGhDZCX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uGPEGhDZCX .mbr-text {
    padding: 0;
  }
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
.cid-u9KngVFuIn .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9KngVFuIn .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9KngVFuIn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .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-u9KngVFuIn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9KngVFuIn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9KngVFuIn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9KngVFuIn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .dropdown-item {
  padding: 0;
}
.cid-u9KngVFuIn .dropdown-item,
.cid-u9KngVFuIn .nav-link,
.cid-u9KngVFuIn .brand-name {
  font-style: normal;
}
.cid-u9KngVFuIn .dropdown-item:hover,
.cid-u9KngVFuIn .nav-link:hover,
.cid-u9KngVFuIn .brand-name:hover {
  color: #ff4a52 !important;
}
.cid-u9KngVFuIn .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9KngVFuIn .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9KngVFuIn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9KngVFuIn .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .content-text {
  margin-bottom: 0;
}
.cid-u9KngVFuIn .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9KngVFuIn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -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-u9KngVFuIn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9KngVFuIn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9KngVFuIn .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9KngVFuIn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9KngVFuIn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9KngVFuIn .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9KngVFuIn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9KngVFuIn .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9KngVFuIn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9KngVFuIn .content-right-side {
  text-align: center;
}
.cid-u9KngVFuIn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9KngVFuIn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9KngVFuIn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9KngVFuIn .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9KngVFuIn .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9KngVFuIn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9KngVFuIn .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9KngVFuIn .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9KngVFuIn .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9KngVFuIn .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9KngVFuIn .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9KngVFuIn .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9KngVFuIn .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9KngVFuIn .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-u9KngVFuIn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9KngVFuIn .navbar-toggler {
    display: none;
  }
  .cid-u9KngVFuIn .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9KngVFuIn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9KngVFuIn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9KngVFuIn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9KngVFuIn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9KngVFuIn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9KngVFuIn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9KngVFuIn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9KngVFuIn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9KngVFuIn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9KngVFuIn .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-u9KngVFuIn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9KngVFuIn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9KngVFuIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9KngVFuIn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9KngVFuIn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9KngVFuIn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9KngVFuIn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9KngVFuIn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9KngVFuIn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9KngVFuIn button.navbar-toggler:focus {
  outline: none;
}
.cid-u9KngVFuIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9KngVFuIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9KngVFuIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KngVFuIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KngVFuIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9KngVFuIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KngVFuIn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9KngVFuIn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9KngVFuIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KngVFuIn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9KngVFuIn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9KngVFuIn .collapsed .btn {
  display: flex;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9KngVFuIn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9KngVFuIn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9KngVFuIn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9KngVFuIn .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9KngVFuIn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9KngVFuIn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9KngVFuIn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9KngVFuIn .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-u9KngVFuIn .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9KngVFuIn .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9KngVFuIn .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9KngVFuIn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9KngVFuIn .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-u9KngVFuIn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing,
  .cid-u9KngVFuIn .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing .navbar-nav,
  .cid-u9KngVFuIn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9KngVFuIn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9KngVFuIn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9KngVFuIn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9KngVFuIn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9KngVFuIn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9KngVFuIn img {
    height: 3.8rem !important;
  }
  .cid-u9KngVFuIn .btn {
    display: flex;
  }
  .cid-u9KngVFuIn button.navbar-toggler {
    display: block;
  }
  .cid-u9KngVFuIn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9KngVFuIn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9KngVFuIn .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-u9KngVFuIn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9KngVFuIn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9KngVFuIn .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-u9KngVFuIn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9KngVFuIn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9KngVFuIn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9KngVFuIn .nav-link:focus {
  outline: none;
}
.cid-u9KngVFuIn .navbar-toggler {
  position: relative;
}
.cid-u9KngVFuIn .dropdown-item.active,
.cid-u9KngVFuIn .dropdown-item:active {
  color: initial;
}
.cid-u9KngVFuIn .widget-title,
.cid-u9KngVFuIn .widget-icon {
  color: #e9e9e9;
}
.cid-u9KngVFuIn .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9KngVFuIn .menu-logo {
    display: none;
  }
  .cid-u9KngVFuIn .navbar {
    padding: 0;
  }
  .cid-u9KngVFuIn .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9KngVFuIn button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9KngWAMq5 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-u9KngWWUtK {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9KngWWUtK img {
  width: 100%;
}
.cid-u9KngWWUtK p {
  line-height: 1.6;
}
.cid-u9KngWWUtK .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9KngWWUtK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9KngWWUtK .mbr-text,
.cid-u9KngWWUtK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u9KngWWUtK .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9KngWWUtK .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9KngWWUtK .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9KngWWUtK .mbr-section-title,
.cid-u9KngWWUtK .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9KngWWUtK .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9KngXkZlT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-u9KngXkZlT .mbr-section-title {
  text-align: left;
}
.cid-u9KngXkZlT .mbr-text,
.cid-u9KngXkZlT .mbr-section-btn {
  text-align: left;
}
.cid-u9KngXkZlT .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9KngXkZlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KngXkZlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KngXGe1w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-u9KngXGe1w .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9KngXGe1w .mbr-text,
.cid-u9KngXGe1w .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u9KngXGe1w .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9KngXYUuj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9KngXYUuj img {
  width: 100%;
}
.cid-u9KngXYUuj p {
  line-height: 1.6;
}
.cid-u9KngXYUuj .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9KngXYUuj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9KngXYUuj .mbr-text,
.cid-u9KngXYUuj .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-u9KngXYUuj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9KngXYUuj .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9KngXYUuj .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9KngXYUuj .mbr-section-title,
.cid-u9KngXYUuj .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9KngXYUuj .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9KngXYUuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KngXYUuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPESLo3BJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uGPESLo3BJ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uGPESLo3BJ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uGPESLo3BJ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uGPESLo3BJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uGPESLo3BJ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uGPESLo3BJ .mbr-text {
    padding: 0;
  }
}
.cid-uGPF7OcAZQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGPF7OcAZQ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uGPF7OcAZQ .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGPF7OcAZQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-u9KngYiUZW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9KngYiUZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KngYiUZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KngYiUZW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9KngYiUZW .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9KngYiUZW .container-fluid .row {
  padding: 0;
}
.cid-u9KngYiUZW .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9KngYiUZW .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9KngYiUZW .card {
    padding: 48px 20px;
  }
}
.cid-u9KngYiUZW .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9KngYiUZW .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9KngYiUZW .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u9KngYiUZW .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u9KngYiUZW .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u9KngYwtfp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9KngYwtfp .content {
  padding: 1rem;
}
.cid-u9KngYwtfp h2,
.cid-u9KngYwtfp h4,
.cid-u9KngYwtfp p {
  margin: 0;
}
.cid-u9KngYwtfp .mbr-section-title {
  color: #000000;
}
.cid-u9KngYwtfp .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-u9KngYwtfp .mbr-text {
  color: #000000;
  margin-top: 14px;
  text-align: left;
}
.cid-u9KngYwtfp .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-u9KngYwtfp .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-u9KngYNxVw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-u9KngYNxVw .container-fluid {
  padding: 0;
}
.cid-u9KngYNxVw img {
  width: 100%;
}
.cid-u9KngYNxVw .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-u9KngYNxVw .content {
    padding: 3rem;
  }
}
.cid-u9KngYNxVw .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-u9KngYNxVw .img-col {
  padding: 0;
  margin: auto;
}
.cid-u9KngYNxVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KngYNxVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KngZ8uY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u9KngZ8uY6 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9KngZ8uY6 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9KngZ8uY6 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9KngZ8uY6 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9KngZ8uY6 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9KngZ8uY6 .mbr-text {
    padding: 0;
  }
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
.cid-u9KnQ4SAKf .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u9KnQ4SAKf .navbar-fixed-top {
  padding-top: 0;
}
.cid-u9KnQ4SAKf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .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-u9KnQ4SAKf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u9KnQ4SAKf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u9KnQ4SAKf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u9KnQ4SAKf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .dropdown-item {
  padding: 0;
}
.cid-u9KnQ4SAKf .dropdown-item,
.cid-u9KnQ4SAKf .nav-link,
.cid-u9KnQ4SAKf .brand-name {
  font-style: normal;
}
.cid-u9KnQ4SAKf .dropdown-item:hover,
.cid-u9KnQ4SAKf .nav-link:hover,
.cid-u9KnQ4SAKf .brand-name:hover {
  color: #ff4a52 !important;
}
.cid-u9KnQ4SAKf .dropdown-menu {
  background-color: #0a1c44;
}
.cid-u9KnQ4SAKf .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u9KnQ4SAKf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u9KnQ4SAKf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .content-text {
  margin-bottom: 0;
}
.cid-u9KnQ4SAKf .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u9KnQ4SAKf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -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-u9KnQ4SAKf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u9KnQ4SAKf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u9KnQ4SAKf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-u9KnQ4SAKf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9KnQ4SAKf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u9KnQ4SAKf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u9KnQ4SAKf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9KnQ4SAKf .nav-dropdown .link {
  font-weight: 400;
}
.cid-u9KnQ4SAKf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u9KnQ4SAKf .content-right-side {
  text-align: center;
}
.cid-u9KnQ4SAKf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u9KnQ4SAKf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u9KnQ4SAKf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9KnQ4SAKf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u9KnQ4SAKf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u9KnQ4SAKf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u9KnQ4SAKf .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u9KnQ4SAKf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u9KnQ4SAKf .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-u9KnQ4SAKf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9KnQ4SAKf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u9KnQ4SAKf .navbar {
    display: block;
    padding: 0;
  }
  .cid-u9KnQ4SAKf .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9KnQ4SAKf .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-u9KnQ4SAKf .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u9KnQ4SAKf .navbar-toggler {
    display: none;
  }
  .cid-u9KnQ4SAKf .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-u9KnQ4SAKf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u9KnQ4SAKf .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9KnQ4SAKf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u9KnQ4SAKf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u9KnQ4SAKf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u9KnQ4SAKf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9KnQ4SAKf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u9KnQ4SAKf .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u9KnQ4SAKf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9KnQ4SAKf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9KnQ4SAKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u9KnQ4SAKf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u9KnQ4SAKf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u9KnQ4SAKf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u9KnQ4SAKf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u9KnQ4SAKf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u9KnQ4SAKf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-u9KnQ4SAKf button.navbar-toggler:focus {
  outline: none;
}
.cid-u9KnQ4SAKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-u9KnQ4SAKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9KnQ4SAKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KnQ4SAKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9KnQ4SAKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9KnQ4SAKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KnQ4SAKf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9KnQ4SAKf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9KnQ4SAKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9KnQ4SAKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9KnQ4SAKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9KnQ4SAKf .collapsed .btn {
  display: flex;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u9KnQ4SAKf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u9KnQ4SAKf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u9KnQ4SAKf .collapsed button.navbar-toggler {
  display: block;
}
.cid-u9KnQ4SAKf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u9KnQ4SAKf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u9KnQ4SAKf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u9KnQ4SAKf .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-u9KnQ4SAKf .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-u9KnQ4SAKf .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-u9KnQ4SAKf .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-u9KnQ4SAKf .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u9KnQ4SAKf .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-u9KnQ4SAKf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing,
  .cid-u9KnQ4SAKf .navbar-collapse.show {
    display: block !important;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing .navbar-nav,
  .cid-u9KnQ4SAKf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u9KnQ4SAKf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u9KnQ4SAKf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing .navbar-buttons,
  .cid-u9KnQ4SAKf .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u9KnQ4SAKf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u9KnQ4SAKf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u9KnQ4SAKf img {
    height: 3.8rem !important;
  }
  .cid-u9KnQ4SAKf .btn {
    display: flex;
  }
  .cid-u9KnQ4SAKf button.navbar-toggler {
    display: block;
  }
  .cid-u9KnQ4SAKf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u9KnQ4SAKf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9KnQ4SAKf .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-u9KnQ4SAKf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u9KnQ4SAKf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u9KnQ4SAKf .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-u9KnQ4SAKf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u9KnQ4SAKf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u9KnQ4SAKf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u9KnQ4SAKf .nav-link:focus {
  outline: none;
}
.cid-u9KnQ4SAKf .navbar-toggler {
  position: relative;
}
.cid-u9KnQ4SAKf .dropdown-item.active,
.cid-u9KnQ4SAKf .dropdown-item:active {
  color: initial;
}
.cid-u9KnQ4SAKf .widget-title,
.cid-u9KnQ4SAKf .widget-icon {
  color: #e9e9e9;
}
.cid-u9KnQ4SAKf .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u9KnQ4SAKf .menu-logo {
    display: none;
  }
  .cid-u9KnQ4SAKf .navbar {
    padding: 0;
  }
  .cid-u9KnQ4SAKf .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9KnQ4SAKf button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u9KnQ5uwnP {
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-u9KnQ5Tgqy {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u9KnQ5Tgqy img {
  width: 100%;
}
.cid-u9KnQ5Tgqy p {
  line-height: 1.6;
}
.cid-u9KnQ5Tgqy .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9KnQ5Tgqy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u9KnQ5Tgqy .mbr-text,
.cid-u9KnQ5Tgqy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u9KnQ5Tgqy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u9KnQ5Tgqy .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-u9KnQ5Tgqy .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-u9KnQ5Tgqy .mbr-section-title,
.cid-u9KnQ5Tgqy .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9KnQ5Tgqy .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-u9KnQ6mkQb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0087ab;
}
.cid-u9KnQ6mkQb .mbr-section-title {
  text-align: left;
}
.cid-u9KnQ6mkQb .mbr-text,
.cid-u9KnQ6mkQb .mbr-section-btn {
  text-align: left;
}
.cid-u9KnQ6mkQb .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u9KnQ6mkQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KnQ6mkQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KnQ7igrg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9KnQ7igrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9KnQ7igrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9KnQ7igrg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u9KnQ7igrg .container-fluid {
    padding: 0 12px;
  }
}
.cid-u9KnQ7igrg .container-fluid .row {
  padding: 0;
}
.cid-u9KnQ7igrg .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u9KnQ7igrg .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u9KnQ7igrg .card {
    padding: 48px 20px;
  }
}
.cid-u9KnQ7igrg .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u9KnQ7igrg .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9KnQ7igrg .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u9KnQ7igrg .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u9KnQ7igrg .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u9KnQ8OWJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u9KnQ8OWJA .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u9KnQ8OWJA .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u9KnQ8OWJA .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u9KnQ8OWJA .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9KnQ8OWJA .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9KnQ8OWJA .mbr-text {
    padding: 0;
  }
}
.cid-uGPFkMlHSW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGPFkMlHSW .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uGPFkMlHSW .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uGPFkMlHSW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
.cid-uGP5ZjxVjd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGP5ZjxVjd .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGP5ZjxVjd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .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-uGP5ZjxVjd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGP5ZjxVjd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGP5ZjxVjd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGP5ZjxVjd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .dropdown-item {
  padding: 0;
}
.cid-uGP5ZjxVjd .dropdown-item,
.cid-uGP5ZjxVjd .nav-link,
.cid-uGP5ZjxVjd .brand-name {
  font-style: normal;
}
.cid-uGP5ZjxVjd .dropdown-item:hover,
.cid-uGP5ZjxVjd .nav-link:hover,
.cid-uGP5ZjxVjd .brand-name:hover {
  color: #ff4a52 !important;
}
.cid-uGP5ZjxVjd .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uGP5ZjxVjd .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGP5ZjxVjd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGP5ZjxVjd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .content-text {
  margin-bottom: 0;
}
.cid-uGP5ZjxVjd .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGP5ZjxVjd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -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-uGP5ZjxVjd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGP5ZjxVjd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGP5ZjxVjd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGP5ZjxVjd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGP5ZjxVjd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGP5ZjxVjd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGP5ZjxVjd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGP5ZjxVjd .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGP5ZjxVjd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGP5ZjxVjd .content-right-side {
  text-align: center;
}
.cid-uGP5ZjxVjd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGP5ZjxVjd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGP5ZjxVjd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGP5ZjxVjd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGP5ZjxVjd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGP5ZjxVjd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGP5ZjxVjd .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGP5ZjxVjd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGP5ZjxVjd .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGP5ZjxVjd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGP5ZjxVjd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uGP5ZjxVjd .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGP5ZjxVjd .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGP5ZjxVjd .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-uGP5ZjxVjd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGP5ZjxVjd .navbar-toggler {
    display: none;
  }
  .cid-uGP5ZjxVjd .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uGP5ZjxVjd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGP5ZjxVjd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGP5ZjxVjd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGP5ZjxVjd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGP5ZjxVjd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGP5ZjxVjd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGP5ZjxVjd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGP5ZjxVjd .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGP5ZjxVjd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGP5ZjxVjd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGP5ZjxVjd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGP5ZjxVjd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGP5ZjxVjd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGP5ZjxVjd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGP5ZjxVjd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGP5ZjxVjd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGP5ZjxVjd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGP5ZjxVjd button.navbar-toggler:focus {
  outline: none;
}
.cid-uGP5ZjxVjd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uGP5ZjxVjd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGP5ZjxVjd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGP5ZjxVjd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGP5ZjxVjd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGP5ZjxVjd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGP5ZjxVjd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGP5ZjxVjd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGP5ZjxVjd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGP5ZjxVjd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGP5ZjxVjd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGP5ZjxVjd .collapsed .btn {
  display: flex;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGP5ZjxVjd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGP5ZjxVjd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGP5ZjxVjd .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGP5ZjxVjd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGP5ZjxVjd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGP5ZjxVjd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGP5ZjxVjd .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-uGP5ZjxVjd .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGP5ZjxVjd .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uGP5ZjxVjd .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uGP5ZjxVjd .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGP5ZjxVjd .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-uGP5ZjxVjd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing,
  .cid-uGP5ZjxVjd .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing .navbar-nav,
  .cid-uGP5ZjxVjd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGP5ZjxVjd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGP5ZjxVjd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGP5ZjxVjd .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGP5ZjxVjd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGP5ZjxVjd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGP5ZjxVjd img {
    height: 3.8rem !important;
  }
  .cid-uGP5ZjxVjd .btn {
    display: flex;
  }
  .cid-uGP5ZjxVjd button.navbar-toggler {
    display: block;
  }
  .cid-uGP5ZjxVjd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGP5ZjxVjd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGP5ZjxVjd .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-uGP5ZjxVjd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGP5ZjxVjd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGP5ZjxVjd .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-uGP5ZjxVjd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGP5ZjxVjd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGP5ZjxVjd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGP5ZjxVjd .nav-link:focus {
  outline: none;
}
.cid-uGP5ZjxVjd .navbar-toggler {
  position: relative;
}
.cid-uGP5ZjxVjd .dropdown-item.active,
.cid-uGP5ZjxVjd .dropdown-item:active {
  color: initial;
}
.cid-uGP5ZjxVjd .widget-title,
.cid-uGP5ZjxVjd .widget-icon {
  color: #e9e9e9;
}
.cid-uGP5ZjxVjd .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGP5ZjxVjd .menu-logo {
    display: none;
  }
  .cid-uGP5ZjxVjd .navbar {
    padding: 0;
  }
  .cid-uGP5ZjxVjd .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGP5ZjxVjd button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uGP5Zk2HP8 {
  background-image: url("../../../assets/images/faq-1200x630.jpg");
}
.cid-uGP6sEY1yI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGP6sEY1yI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGP6sEY1yI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGP6sEY1yI .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #6879ef;
  background-color: #f5f7fa;
}
@media (max-width: 992px) {
  .cid-uGP6sEY1yI .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uGP6sEY1yI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #9ea8ef, #f5f7fa 50%);
  opacity: .5;
}
.cid-uGP6sEY1yI .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGP6sEY1yI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #6879ef;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGP6sEY1yI .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #344cf1;
  border-radius: 100%;
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uGP6sEY1yI .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uGP6sEY1yI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGP6sEY1yI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uGP6sEY1yI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGP6sEY1yI .panel-title-edit {
  color: #ffffff;
}
.cid-uGP6sEY1yI .panel-text {
  color: #ffffff;
}
.cid-uGP6sEY1yI .panel-title-edit,
.cid-uGP6sEY1yI .icon-wrapper {
  color: #000000;
}
.cid-uGP6sEY1yI .panel-text,
.cid-uGP6sEY1yI .panel-body {
  color: #000000;
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
.cid-uGPnhgCzcN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uGPnhgCzcN .navbar-fixed-top {
  padding-top: 0;
}
.cid-uGPnhgCzcN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .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-uGPnhgCzcN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGPnhgCzcN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGPnhgCzcN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGPnhgCzcN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .dropdown-item {
  padding: 0;
}
.cid-uGPnhgCzcN .dropdown-item,
.cid-uGPnhgCzcN .nav-link,
.cid-uGPnhgCzcN .brand-name {
  font-style: normal;
}
.cid-uGPnhgCzcN .dropdown-item:hover,
.cid-uGPnhgCzcN .nav-link:hover,
.cid-uGPnhgCzcN .brand-name:hover {
  color: #ff4a52 !important;
}
.cid-uGPnhgCzcN .dropdown-menu {
  background-color: #0a1c44;
}
.cid-uGPnhgCzcN .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uGPnhgCzcN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uGPnhgCzcN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .content-text {
  margin-bottom: 0;
}
.cid-uGPnhgCzcN .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uGPnhgCzcN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff4a52;
    -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-uGPnhgCzcN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uGPnhgCzcN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uGPnhgCzcN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uGPnhgCzcN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGPnhgCzcN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uGPnhgCzcN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uGPnhgCzcN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGPnhgCzcN .nav-dropdown .link {
  font-weight: 400;
}
.cid-uGPnhgCzcN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uGPnhgCzcN .content-right-side {
  text-align: center;
}
.cid-uGPnhgCzcN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uGPnhgCzcN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uGPnhgCzcN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGPnhgCzcN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uGPnhgCzcN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uGPnhgCzcN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uGPnhgCzcN .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uGPnhgCzcN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uGPnhgCzcN .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-uGPnhgCzcN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGPnhgCzcN .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uGPnhgCzcN .navbar {
    display: block;
    padding: 0;
  }
  .cid-uGPnhgCzcN .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGPnhgCzcN .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-uGPnhgCzcN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uGPnhgCzcN .navbar-toggler {
    display: none;
  }
  .cid-uGPnhgCzcN .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uGPnhgCzcN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uGPnhgCzcN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGPnhgCzcN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uGPnhgCzcN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uGPnhgCzcN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGPnhgCzcN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGPnhgCzcN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGPnhgCzcN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGPnhgCzcN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGPnhgCzcN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uGPnhgCzcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGPnhgCzcN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uGPnhgCzcN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGPnhgCzcN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGPnhgCzcN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGPnhgCzcN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGPnhgCzcN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uGPnhgCzcN button.navbar-toggler:focus {
  outline: none;
}
.cid-uGPnhgCzcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-uGPnhgCzcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGPnhgCzcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGPnhgCzcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGPnhgCzcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGPnhgCzcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGPnhgCzcN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGPnhgCzcN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGPnhgCzcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGPnhgCzcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGPnhgCzcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGPnhgCzcN .collapsed .btn {
  display: flex;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uGPnhgCzcN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGPnhgCzcN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGPnhgCzcN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uGPnhgCzcN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGPnhgCzcN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uGPnhgCzcN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGPnhgCzcN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGPnhgCzcN .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-uGPnhgCzcN .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-uGPnhgCzcN .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-uGPnhgCzcN .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-uGPnhgCzcN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uGPnhgCzcN .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-uGPnhgCzcN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing,
  .cid-uGPnhgCzcN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing .navbar-nav,
  .cid-uGPnhgCzcN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGPnhgCzcN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGPnhgCzcN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGPnhgCzcN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uGPnhgCzcN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGPnhgCzcN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGPnhgCzcN img {
    height: 3.8rem !important;
  }
  .cid-uGPnhgCzcN .btn {
    display: flex;
  }
  .cid-uGPnhgCzcN button.navbar-toggler {
    display: block;
  }
  .cid-uGPnhgCzcN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uGPnhgCzcN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGPnhgCzcN .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-uGPnhgCzcN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGPnhgCzcN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGPnhgCzcN .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-uGPnhgCzcN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uGPnhgCzcN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uGPnhgCzcN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uGPnhgCzcN .nav-link:focus {
  outline: none;
}
.cid-uGPnhgCzcN .navbar-toggler {
  position: relative;
}
.cid-uGPnhgCzcN .dropdown-item.active,
.cid-uGPnhgCzcN .dropdown-item:active {
  color: initial;
}
.cid-uGPnhgCzcN .widget-title,
.cid-uGPnhgCzcN .widget-icon {
  color: #e9e9e9;
}
.cid-uGPnhgCzcN .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-uGPnhgCzcN .menu-logo {
    display: none;
  }
  .cid-uGPnhgCzcN .navbar {
    padding: 0;
  }
  .cid-uGPnhgCzcN .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uGPnhgCzcN button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-uGPnhhnjB0 {
  background-image: url("../../../assets/images/ss-rating-review-stars-1920x1080.jpg");
}
.cid-uGPnUxous9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uGPnUxous9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPnUxous9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGPnUxous9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGPnUxous9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGPnUxous9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uGPnUxous9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGPnUxous9 .container {
    padding: 0 12px;
  }
}
.cid-uGPnUxous9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGPnUxous9 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uGPnUxous9 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGPnUxous9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGPnUxous9 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uGPnUxous9 .mbr-text {
  color: #1D1D1F;
  text-align: left;
}
.cid-uGPnUxous9 .mbr-section-title,
.cid-uGPnUxous9 .mbr-section-btn {
  text-align: left;
}
.cid-uGPpgQ2DaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGPpgQ2DaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGPpgQ2DaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .container {
    padding: 0 15px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper {
  display: grid;
  grid-template-columns: 30% 50% 20%;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper {
    display: block;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .list-wrapper,
  .cid-uGPpgQ2DaD .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .mbr-section-subtitle,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:hover::before,
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGPpgQ2DaD .content-wrapper .list-wrapper .list .item-wrap::before,
.cid-uGPpgQ2DaD .content-wrapper .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #131c28;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uGPpgQ2DaD .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ec111a;
}
.cid-uGPpgQ2DaD .copy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGPpgQ2DaD .copy-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap img {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  object-fit: contain;
  margin-right: 5px;
}
.cid-uGPpgQ2DaD .copy-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGPpgQ2DaD .mbr-section-title {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-section-subtitle {
  color: #131c28;
}
.cid-uGPpgQ2DaD .list {
  color: #131c28;
}
.cid-uGPpgQ2DaD .mbr-copy {
  color: #131c28;
}
