body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #014188 !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-success:hover {
  background-color: #012955 !important;
  border-color: #012955 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #014188 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0265d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #014188 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #014188;
  border-color: #014188;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #014188;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #014188;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #014188;
  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: #014188;
  border-bottom-color: #014188;
}
.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: #014188 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .dropdown-menu a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1244x933.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-3-1244x829.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1920x1369.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pgD8z0jj .btn-lang {
  border: none;
  color: #f7941e;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-s1pj7EandR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #ffffff;
}
.cid-v9daIFTkgh {
  padding-top: 8rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v9daIFTkgh .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v9daIFTkgh .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v9daIFTkgh .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-v9daIFTkgh .link a {
  font-weight: 700;
}
.cid-v9daIFTkgh .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v9daIFTkgh .link:hover span {
  transform: translateX(9px);
}
.cid-v9daIFTkgh .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-v9daIFTkgh .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-v9daIFTkgh .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-v9daIFTkgh .card__content:hover {
  transform: scale(0.95);
}
.cid-v9daIFTkgh .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-v9daIFTkgh .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-v9daIFTkgh .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-v9daIFTkgh .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-v9daIFTkgh .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-v9daIFTkgh .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-v9daIFTkgh .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-v9daIFTkgh .title__block {
    margin-bottom: 74px;
  }
  .cid-v9daIFTkgh .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-v9daIFTkgh .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v9daIFTkgh .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-v9daIFTkgh .card__content {
    height: 200px;
  }
  .cid-v9daIFTkgh .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-v9daIFTkgh .card__item {
    max-width: 274px;
  }
}
.cid-v9daIFTkgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9daIFTkgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9daIFTkgh .mbr-section-title,
.cid-v9daIFTkgh .link {
  color: #014188;
}
.cid-v9jWP8IuC9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9jWP8IuC9 .fb-page,
.cid-v9jWP8IuC9 span,
.cid-v9jWP8IuC9 iframe {
  width: 350px;
  height: 620px;
}
.cid-v9jWP8IuC9 blockquote {
  display: none;
}
.cid-v9jWP8IuC9 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-v9jWP8IuC9 .mbr-section-title {
  color: #fe5925;
}
.cid-v9jWP8IuC9 .mbr-section-subtitle {
  text-align: center;
  color: #fe5925;
}
.cid-v9dgoE9kjG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eef5f4;
}
.cid-v9dgoE9kjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dgoE9kjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dgoE9kjG b,
.cid-v9dgoE9kjG strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v9dgoE9kjG img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v9dgoE9kjG img {
    padding-bottom: 2rem;
  }
}
.cid-v9dgoE9kjG .row {
  align-items: center;
}
.cid-v9dgoE9kjG .mbr-section-title {
  color: #fe5925;
}
.cid-v9dgoE9kjG .mbr-text,
.cid-v9dgoE9kjG .mbr-section-btn {
  color: #17003b;
}
.cid-v9dgoE9kjG .mbr-section-subtitle {
  color: #17003b;
}
.cid-v9dcl7PMuD {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v9dcl7PMuD .title__block {
  padding-bottom: 40px;
}
.cid-v9dcl7PMuD .mbr-section-title {
  margin-bottom: 25px;
  color: #014188;
}
.cid-v9dcl7PMuD .mbr-section-title b,
.cid-v9dcl7PMuD .mbr-section-title strong {
  font-weight: 500;
}
.cid-v9dcl7PMuD .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v9dcl7PMuD .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v9dcl7PMuD .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-v9dcl7PMuD .mbr-text {
  margin-bottom: 43px;
}
.cid-v9dcl7PMuD .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-v9dcl7PMuD .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-v9dcl7PMuD .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-v9dcl7PMuD .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-v9dcl7PMuD .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-v9dcl7PMuD .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-v9dcl7PMuD .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9dcl7PMuD .row {
    text-align: center;
  }
  .cid-v9dcl7PMuD .title__block {
    padding-bottom: 0;
  }
  .cid-v9dcl7PMuD .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-v9dcl7PMuD .figure:before {
    content: none;
  }
  .cid-v9dcl7PMuD .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-v9dcl7PMuD .mbr-text {
    margin-bottom: 30px;
  }
  .cid-v9dcl7PMuD .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-v9dcl7PMuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dcl7PMuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dbdpMp4n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9dbdpMp4n .title__block {
  margin-bottom: 110px;
}
.cid-v9dbdpMp4n .mbr-section-title {
  display: inline-block;
  margin-bottom: 34px;
  color: #014188;
}
.cid-v9dbdpMp4n .bgColor:nth-child(1) .card__content {
  background-color: rgba(1, 65, 136, 0.2);
}
.cid-v9dbdpMp4n .bgColor:nth-child(2) .card__content {
  background-color: rgba(221, 221, 221, 0.5);
}
.cid-v9dbdpMp4n .bgColor:nth-child(3) .card__content {
  background-color: rgba(76, 76, 76, 0.5);
}
.cid-v9dbdpMp4n .bgColor:nth-child(4) .card__content {
  background-color: rgba(254, 89, 37, 0.5);
}
.cid-v9dbdpMp4n .bgColor:nth-child(5) .card__content {
  background-color: rgba(247, 148, 30, 0.5);
}
.cid-v9dbdpMp4n .bgColor:nth-child(6) .card__content {
  background-color: rgba(1, 65, 136, 0.5);
}
.cid-v9dbdpMp4n .card__wrap {
  margin-bottom: 100px;
}
.cid-v9dbdpMp4n .card__block {
  position: relative;
  margin-bottom: 26px;
}
.cid-v9dbdpMp4n .image {
  position: relative;
  height: 450px;
  transition: all .3s ease;
}
.cid-v9dbdpMp4n .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v9dbdpMp4n .card__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.cid-v9dbdpMp4n .card__title {
  margin-bottom: 15px;
}
.cid-v9dbdpMp4n .card__text {
  margin-bottom: 0;
}
.cid-v9dbdpMp4n .card__name {
  margin-bottom: 8px;
  transition: all .3s ease;
}
.cid-v9dbdpMp4n .card__descr {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v9dbdpMp4n .title__block {
    margin-bottom: 75px;
  }
  .cid-v9dbdpMp4n .mbr-section-title.figure:before {
    top: -73px;
    right: -30px;
    width: 75px;
    height: 70px;
  }
  .cid-v9dbdpMp4n .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-v9dbdpMp4n .card__wrap {
    margin-bottom: 75px;
  }
}
.cid-v9dbdpMp4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dbdpMp4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dcDvnKYA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #eef5f4;
}
.cid-v9dcDvnKYA .mbr-section-title {
  color: #fe5925;
}
.cid-v9dcDvnKYA .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #cce4f0;
}
.cid-v9dcDvnKYA .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-v9dcDvnKYA .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-v9dcDvnKYA .card__text {
  margin-bottom: 8px;
}
.cid-v9dcDvnKYA .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-v9dcDvnKYA .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-v9dcDvnKYA .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-v9dcDvnKYA .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-v9dcDvnKYA .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-v9dcDvnKYA .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-v9dcDvnKYA .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-v9dcDvnKYA .card__wrap {
    margin-bottom: 39px;
  }
  .cid-v9dcDvnKYA .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-v9dcDvnKYA .card__image {
    max-width: 77px;
  }
  .cid-v9dcDvnKYA .card__image img {
    width: 75%;
  }
}
.cid-v9dcDvnKYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dcDvnKYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9dcDvnKYA UL {
  text-align: justify;
}
.cid-s1pjqgvBMN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s1pjqgvBMN .title__block {
  margin-bottom: 89px;
}
.cid-s1pjqgvBMN .timelines-container .separline:last-child:before {
  content: none;
}
.cid-s1pjqgvBMN .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #014188;
}
.cid-s1pjqgvBMN .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #014188;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-s1pjqgvBMN .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s1pjqgvBMN .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #014188;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-s1pjqgvBMN .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-s1pjqgvBMN .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f7941e;
}
.cid-s1pjqgvBMN .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-s1pjqgvBMN .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f7941e;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-s1pjqgvBMN .title__block {
    margin-bottom: 40px;
  }
  .cid-s1pjqgvBMN .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s1pjqgvBMN .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-s1pjqgvBMN .iconBackground {
    left: 0 !important;
  }
  .cid-s1pjqgvBMN .separline:before {
    left: 0!important;
  }
}
.cid-s1pjqgvBMN .mbr-section-title {
  color: #014188;
}
.cid-s1pjqgvBMN .mbr-timeline-text {
  color: #4c4c4c;
}
.cid-v9dlJRCEIw {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-v9dlJRCEIw .mbr-section-subtitle {
  font-weight: 500;
  color: #fe5925;
}
.cid-v9dlJRCEIw .wrap {
  padding-left: 90px;
}
.cid-v9dlJRCEIw .mbr-section-title {
  color: #fe5925;
}
.cid-v9dlJRCEIw .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v9dlJRCEIw .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v9dlJRCEIw .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v9dlJRCEIw .link a {
  font-weight: 700;
}
.cid-v9dlJRCEIw .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v9dlJRCEIw .link:hover span {
  transform: translateX(9px);
}
.cid-v9dlJRCEIw .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-v9dlJRCEIw .mbr-text {
  margin-bottom: 10px;
}
.cid-v9dlJRCEIw .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-v9dlJRCEIw .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-v9dlJRCEIw .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-v9dlJRCEIw .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v9dlJRCEIw .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-v9dlJRCEIw .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-v9dlJRCEIw .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-v9dlJRCEIw .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v9dlJRCEIw .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-v9dlJRCEIw .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-v9dlJRCEIw .image__block {
    transform: translateX(-30px);
  }
  .cid-v9dlJRCEIw .figure:before {
    content: none;
  }
  .cid-v9dlJRCEIw .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-v9dlJRCEIw .wrap {
    padding-left: 0;
  }
  .cid-v9dlJRCEIw .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-v9dlJRCEIw .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-v9dlJRCEIw .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-v9dlJRCEIw .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v9dlJRCEIw .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-v9dlJRCEIw .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-v9dlJRCEIw .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-v9dlJRCEIw .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-v9dlJRCEIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9dlJRCEIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ftICiNMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef5f4;
}
.cid-v9ftICiNMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ftICiNMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ftICiNMH .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #eef5f4;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v9ftICiNMH .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #ddebe9;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #fe5925;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v9ftICiNMH .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #fe5925;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v9ftICiNMH .mbr-section-title {
  color: #404349;
}
.cid-v9ftICiNMH .mbr-desc {
  color: #b19a7c;
}
.cid-v9ftICiNMH .mbr-text {
  color: #404349;
}
.cid-v9ftICiNMH .list {
  color: #404349;
}
.cid-v9ftICiNMH .soc-desc {
  color: #404349;
}
.cid-v9ftICiNMH label {
  color: #404349;
}
.cid-v9ftICiNMH .mbr-section-title,
.cid-v9ftICiNMH .title-wrap {
  color: #014188;
}
.cid-v9ftICiNMH .list,
.cid-v9ftICiNMH .item-wrap {
  color: #003d59;
}
.cid-v9ftICiNMH .mbr-desc,
.cid-v9ftICiNMH .desc-wrapper {
  color: #003d59;
}
.cid-v9dcHZyAef {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-v9dcHZyAef .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-v9dcHZyAef .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v9dcHZyAef .logo__footer img {
  display: block;
  width: 110px;
  object-fit: cover;
}
.cid-v9dcHZyAef .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-v9dcHZyAef .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-v9dcHZyAef .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-v9dcHZyAef .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-v9dcHZyAef .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-v9dcHZyAef .item a {
  font-weight: 600;
}
.cid-v9dcHZyAef .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-v9dcHZyAef .item:last-child:after {
  display: none;
}
.cid-v9dcHZyAef .footer__social {
  padding-bottom: 21px;
}
.cid-v9dcHZyAef .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-v9dcHZyAef .mbr-iconfont:hover {
  color: #014188;
}
.cid-v9dcHZyAef .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-v9dcHZyAef .footer__ink {
  text-align: right;
}
.cid-v9dcHZyAef .copyright,
.cid-v9dcHZyAef .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v9dcHZyAef .footer__menu {
    padding-right: 0;
  }
}
.cid-v9lzPloF7U {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v9lzPloF7U .nav-link,
.cid-v9lzPloF7U .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v9lzPloF7U .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v9lzPloF7U .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v9lzPloF7U .nav-link.text-primary:hover,
.cid-v9lzPloF7U .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-v9lzPloF7U .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-v9lzPloF7U .nav-link:hover:before {
  opacity: 1;
}
.cid-v9lzPloF7U .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-v9lzPloF7U .nav-link {
    margin: 0 !important;
  }
}
.cid-v9lzPloF7U .icons-menu {
  line-height: 0;
}
.cid-v9lzPloF7U .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v9lzPloF7U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v9lzPloF7U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v9lzPloF7U .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v9lzPloF7U .dropdown-menu a {
  overflow: hidden;
}
.cid-v9lzPloF7U .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1244x933.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-v9lzPloF7U .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-v9lzPloF7U .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-3-1244x829.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-v9lzPloF7U .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-v9lzPloF7U .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1920x1369.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-v9lzPloF7U .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-v9lzPloF7U .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-v9lzPloF7U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-v9lzPloF7U .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-v9lzPloF7U .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-v9lzPloF7U .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-v9lzPloF7U.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v9lzPloF7U .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v9lzPloF7U .btn {
    white-space: nowrap;
  }
  .cid-v9lzPloF7U .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-v9lzPloF7U .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v9lzPloF7U .nav-item.dropdown:hover::before,
  .cid-v9lzPloF7U .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v9lzPloF7U .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v9lzPloF7U .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v9lzPloF7U .navbar > .container,
.cid-v9lzPloF7U .navbar > .container-fluid {
  align-items: center;
}
.cid-v9lzPloF7U .dropdown-toggle::after,
.cid-v9lzPloF7U .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-v9lzPloF7U .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v9lzPloF7U .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v9lzPloF7U .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v9lzPloF7U .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v9lzPloF7U .nav-item:focus,
.cid-v9lzPloF7U .nav-link:focus {
  outline: none;
}
.cid-v9lzPloF7U .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v9lzPloF7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9lzPloF7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v9lzPloF7U a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v9lzPloF7U ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v9lzPloF7U .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v9lzPloF7U .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v9lzPloF7U .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v9lzPloF7U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9lzPloF7U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9lzPloF7U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-v9lzPloF7U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9lzPloF7U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9lzPloF7U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v9lzPloF7U .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v9lzPloF7U .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v9lzPloF7U .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9lzPloF7U.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9lzPloF7U .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v9lzPloF7U .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v9lzPloF7U .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v9lzPloF7U .navbar-logo {
    margin: 0;
  }
  .cid-v9lzPloF7U .navbar-logo img {
    height: 60px !important;
  }
  .cid-v9lzPloF7U .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v9lzPloF7U .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9lzPloF7U .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v9lzPloF7U .navbar {
    padding: 13px 90px;
  }
  .cid-v9lzPloF7U .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v9lzPloF7U .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v9lzPloF7U .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v9lzPloF7U .dropdown-toggle::after,
  .cid-v9lzPloF7U .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v9lzPloF7U .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v9lzPloF7U a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v9lzPloF7U ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v9lzPloF7U .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v9lzPloF7U .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v9lzPloF7U.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v9lzPloF7U.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v9lzPloF7U.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9lzPloF7U.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v9lzPloF7U .navbar {
    padding: 0 !important;
  }
  .cid-v9lzPloF7U ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v9lzPloF7U a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v9lzPloF7U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v9lzPloF7U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9lzPloF7U .dropdown-item.active,
.cid-v9lzPloF7U .dropdown-item:active {
  background-color: transparent;
}
.cid-v9lzPloF7U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v9lzPloF7U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v9lzPloF7U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v9lzPloF7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-v9lzPloF7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9lzPloF7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9lzPloF7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9lzPloF7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9lzPloF7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9lzPloF7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9lzPloF7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9lzPloF7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v9lzPloF7U .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v9lzPloF7U .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9lzPloF7U .navbar {
    height: 97px;
  }
  .cid-v9lzPloF7U .navbar.opened {
    height: auto;
  }
  .cid-v9lzPloF7U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9lzPloF7U .btn-lang {
  border: none;
  color: #f7941e;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v9lzPlUyGi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v9lzPlUyGi .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v9lzPlUyGi .mbr-section-title b,
.cid-v9lzPlUyGi .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-v9lzPlUyGi .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-v9lzPlUyGi .mbr-section-title,
.cid-v9lzPlUyGi .mbr-section-btn {
  color: #ffffff;
}
.cid-v9lA3vZe34 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-v9lA3vZe34 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-v9lA3vZe34 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-v9lA3vZe34 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-v9lA3vZe34 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9lA3vZe34 .img__wrap .image img {
    height: auto;
  }
  .cid-v9lA3vZe34 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-v9lA3vZe34 {
    padding-top: 10rem;
  }
  .cid-v9lA3vZe34 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-v9lA3vZe34 {
    padding-top: 8rem;
  }
  .cid-v9lA3vZe34 .img__wrap {
    top: -60px;
  }
}
.cid-v9lA3vZe34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9lA3vZe34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9lA3vZe34 .mbr-section-subtitle {
  color: #fe5925;
}
.cid-v9lzPqgvw2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-v9lzPqgvw2 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-v9lzPqgvw2 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v9lzPqgvw2 .logo__footer img {
  display: block;
  width: 110px;
  object-fit: cover;
}
.cid-v9lzPqgvw2 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-v9lzPqgvw2 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-v9lzPqgvw2 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-v9lzPqgvw2 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-v9lzPqgvw2 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-v9lzPqgvw2 .item a {
  font-weight: 600;
}
.cid-v9lzPqgvw2 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-v9lzPqgvw2 .item:last-child:after {
  display: none;
}
.cid-v9lzPqgvw2 .footer__social {
  padding-bottom: 21px;
}
.cid-v9lzPqgvw2 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-v9lzPqgvw2 .mbr-iconfont:hover {
  color: #014188;
}
.cid-v9lzPqgvw2 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-v9lzPqgvw2 .footer__ink {
  text-align: right;
}
.cid-v9lzPqgvw2 .copyright,
.cid-v9lzPqgvw2 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v9lzPqgvw2 .footer__menu {
    padding-right: 0;
  }
}
