body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #613b90 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #623b8f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #613b90 !important;
  border-color: #613b90 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #613b90;
  border-color: #613b90;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #613b90 !important;
  border-color: #613b90 !important;
}
.btn-primary:hover {
  background-color: #492c6c !important;
  border-color: #492c6c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a696c !important;
  border-color: #6a696c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6a696c;
  border-color: #6a696c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6a696c !important;
  border-color: #6a696c !important;
}
.btn-secondary:hover {
  background-color: #613b90 !important;
  border-color: #613b90 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #623b8f !important;
  border-color: #623b8f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #623b8f;
  border-color: #623b8f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #623b8f !important;
  border-color: #623b8f !important;
}
.btn-warning:hover {
  background-color: #492c6b !important;
  border-color: #492c6b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !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 {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #613b90;
  color: #613b90;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #613b90 !important;
  border-color: #613b90;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #613b90 !important;
  border-color: #613b90 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6a696c;
  color: #6a696c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #6a696c !important;
  border-color: #6a696c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a696c !important;
  border-color: #6a696c !important;
}
.btn-secondary-outline:hover {
  background-color: #613b90 !important;
  border-color: #613b90 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #623b8f;
  color: #623b8f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #623b8f !important;
  border-color: #623b8f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #623b8f !important;
  border-color: #623b8f !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !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:hover {
  color: #17161a !important;
}
.text-primary {
  color: #613b90 !important;
}
.text-secondary {
  color: #6a696c !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #623b8f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #301d48 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #373738 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #311d47 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #613b90 !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #623b8f;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #613b90;
  border-color: #613b90;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #613b90;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a180cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a27fca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #613b90;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #613b90;
  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: #613b90;
  border-bottom-color: #613b90;
}
.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: #613b90 !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: #6a696c !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;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #613b90 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc3390;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #613b90 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x874.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
  text-align: left;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  text-align: left;
}
.cid-ux8CJKsq22 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ux8CJKsq22 .counts__block {
  width: 100%;
}
.cid-ux8CJKsq22 .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-ux8CJKsq22 .mbr-iconfont {
  margin-right: 10px;
  color: #613b90;
}
.cid-ux8CJKsq22 .item__text {
  margin: 5px 0;
}
.cid-ux8CJKsq22 .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
}
.cid-ux8CJKsq22 .wrap {
  margin-bottom: 30px;
}
.cid-ux8CJKsq22 .wrap:last-child {
  margin-bottom: 0;
}
.cid-ux8CJKsq22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux8CJKsq22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux8CJKsq22 .title__block {
  text-align: center;
}
.cid-uy9DHDbAqO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uy9DHDbAqO .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uy9DHDbAqO .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uy9DHDbAqO .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uy9DHDbAqO .bot {
    padding-bottom: 20px;
  }
}
.cid-uy9DHDbAqO .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uy9DHDbAqO .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uy9DHDbAqO .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uy9DHDbAqO .border__left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uy9DHDbAqO .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uy9DHDbAqO .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uy9DHDbAqO .icons__block {
    margin-top: 40px;
  }
}
.cid-uy9DHDbAqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9DHDbAqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy9DHDbAqO .mbr-text,
.cid-uy9DHDbAqO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uzMa0Lspls {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzMa0Lspls .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uzMa0Lspls .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzMa0Lspls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMa0Lspls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7S83OdHb {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
@media (max-width: 767px) {
  .cid-uz7S83OdHb .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uz7S83OdHb .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uz7S83OdHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz7S83OdHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz7S83OdHb .mbr-section-title {
  text-align: left;
}
.cid-uxw4eimY3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uxw4eimY3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxw4eimY3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxw4eimY3L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxw4eimY3L .row {
  flex-direction: row-reverse;
}
.cid-uxw4eimY3L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxw4eimY3L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uxw4eimY3L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uxw4eimY3L .mbr-section-title {
  color: #000000;
}
.cid-uxw4eimY3L .mbr-text,
.cid-uxw4eimY3L .mbr-section-btn {
  color: #232323;
}
.cid-ux2XMsi1qN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1328.jpg");
}
.cid-ux2XMsi1qN .carousel {
  padding: 0;
}
.cid-ux2XMsi1qN .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ux2XMsi1qN .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-ux2XMsi1qN .user__text,
.cid-ux2XMsi1qN .user_name,
.cid-ux2XMsi1qN .user_prof {
  margin-bottom: 0;
}
.cid-ux2XMsi1qN .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ux2XMsi1qN .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-ux2XMsi1qN .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ux2XMsi1qN .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ux2XMsi1qN .user {
  border-radius: 3px;
  padding: 60px 60px 70px;
  background-color: rgba(97, 59, 144, 0.59);
}
.cid-ux2XMsi1qN .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-ux2XMsi1qN .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline;
}
.cid-ux2XMsi1qN .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-ux2XMsi1qN .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-ux2XMsi1qN .carousel-control-prev {
    left: 70%;
  }
  .cid-ux2XMsi1qN .carousel-control-next {
    left: 78%;
  }
  .cid-ux2XMsi1qN .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux2XMsi1qN .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-ux2XMsi1qN .carousel-control-prev {
    left: 67%;
  }
  .cid-ux2XMsi1qN .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-ux2XMsi1qN .user_prof {
    display: none;
  }
  .cid-ux2XMsi1qN .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-ux2XMsi1qN .user_name {
    display: none;
  }
  .cid-ux2XMsi1qN .carousel-control-prev {
    left: 60%;
  }
  .cid-ux2XMsi1qN .content__block {
    padding-bottom: 10px;
  }
}
.cid-ux2XMsi1qN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux2XMsi1qN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux2XMsi1qN .mbr-section-title,
.cid-ux2XMsi1qN .mbr-section-btn {
  color: #ffffff;
}
.cid-ux2XMsi1qN .user_desk,
.cid-ux2XMsi1qN .user_image {
  text-align: left;
}
.cid-ux2XMsi1qN .user__text {
  text-align: left;
}
.cid-ux2XMsi1qN .user_prof {
  text-align: left;
}
.cid-ux2XMsi1qN .user_name {
  text-align: left;
}
.cid-uy9u1PPdj8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uy9u1PPdj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9u1PPdj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uy9u1PPdj8 .container-fluid {
    padding: 0;
  }
}
.cid-uy9u1PPdj8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uy9u1PPdj8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uy9u1PPdj8 .embla__button--next,
.cid-uy9u1PPdj8 .embla__button--prev {
  display: flex;
}
.cid-uy9u1PPdj8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uy9u1PPdj8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uy9u1PPdj8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uy9u1PPdj8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uy9u1PPdj8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uy9u1PPdj8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uy9u1PPdj8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uy9u1PPdj8 .embla {
  position: relative;
  width: 100%;
}
.cid-uy9u1PPdj8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uy9u1PPdj8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uy9u1PPdj8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uy9u1PPdj8 .embla__slide a {
  cursor: grab;
}
.cid-uy9u1PPdj8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uy9u1PPdj8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uy9u1PPdj8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uy9u1PPdj8 .mbr-section-title {
  color: #232323;
}
.cid-uy9u1PPdj8 .mbr-section-subtitle {
  color: #613b90;
}
.cid-uy9u1PPdj8 .mbr-box {
  color: #ffffff;
}
.cid-uy9u1PPdj8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uy9u1PPdj8 img,
.cid-uy9u1PPdj8 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uy9u1PPdj8 .item-wrapper {
  position: relative;
}
.cid-uy9u1PPdj8 .content-head {
  max-width: 800px;
}
.cid-ux2ZN84qED {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-ux2ZN84qED .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux2ZN84qED .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-ux2ZN84qED .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux2ZN84qED .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ux2ZN84qED .google-map {
  height: 100%;
  position: relative;
}
.cid-ux2ZN84qED .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ux2ZN84qED .google-map iframe {
    min-height: 350px;
  }
}
.cid-ux2ZN84qED .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ux2ZN84qED .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ux2ZN84qED .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ux2ZN84qED .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ux2ZN84qED .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ux2ZN84qED .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ux2ZN84qED ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ux2ZN84qED .content-head {
  max-width: 800px;
}
.cid-ux2ZN84qED .cardTitle {
  color: #000000;
}
.cid-ux2ZN84qED .mbr-section-title {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #613b90 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc3390;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #613b90 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzMhvtEvaj {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x874.jpg");
}
.cid-uzMhvtEvaj .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uzMhvtEvaj .wrap {
  padding: 0 25px;
}
.cid-uzMhvtEvaj .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  right: 0px;
}
.cid-uzMhvtEvaj .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  left: -100px;
}
.cid-uzMhvtEvaj .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uzMhvtEvaj .mbr-text {
  margin-bottom: 20px;
}
.cid-uzMhvtEvaj .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uzMhvtEvaj .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzMhvtEvaj .title__block {
    padding: 80px 0;
  }
  .cid-uzMhvtEvaj .container,
  .cid-uzMhvtEvaj .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzMhvtEvaj .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uzMhvtEvaj a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uzMhvtEvaj .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uzMhvtEvaj .mbr-section-title,
.cid-uzMhvtEvaj .mbr-figure {
  color: #ffffff;
  text-align: left;
}
.cid-uzMhvtEvaj .mbr-text,
.cid-uzMhvtEvaj .mbr-section-btn {
  text-align: left;
}
.cid-uxwxVGExFy {
  background-color: #ffffff;
}
.cid-uxwxVGExFy .row {
  flex-direction: row-reverse;
}
.cid-uxwxVGExFy .justify-content-center {
  align-items: center;
}
.cid-uxwxVGExFy .mbr-section-title {
  text-align: left;
}
.cid-uxwxVGExFy .mbr-text,
.cid-uxwxVGExFy .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uxwxVGExFy .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxwxVGExFy .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxwxVGExFy .item-wrapper {
    padding: 4rem;
  }
}
.cid-uxwxVGExFy .mbr-section-subtitle {
  text-align: left;
}
.cid-uxAwTjdQgh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uxAwTjdQgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxAwTjdQgh .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-uxAwTjdQgh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxAwTjdQgh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uxAwTjdQgh .google-map {
  height: 100%;
  position: relative;
}
.cid-uxAwTjdQgh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxAwTjdQgh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uxAwTjdQgh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxAwTjdQgh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxAwTjdQgh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxAwTjdQgh .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxAwTjdQgh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxAwTjdQgh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uxAwTjdQgh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uxAwTjdQgh .content-head {
  max-width: 800px;
}
.cid-uxAwTjdQgh .cardTitle {
  color: #000000;
}
.cid-uxAwTjdQgh .mbr-section-title {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #613b90 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc3390;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #613b90 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzMi87pMnz {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x874.jpg");
}
.cid-uzMi87pMnz .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uzMi87pMnz .wrap {
  padding: 0 25px;
}
.cid-uzMi87pMnz .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  right: 0px;
}
.cid-uzMi87pMnz .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  left: -100px;
}
.cid-uzMi87pMnz .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uzMi87pMnz .mbr-text {
  margin-bottom: 20px;
}
.cid-uzMi87pMnz .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uzMi87pMnz .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzMi87pMnz .title__block {
    padding: 80px 0;
  }
  .cid-uzMi87pMnz .container,
  .cid-uzMi87pMnz .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uzMi87pMnz .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uzMi87pMnz a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uzMi87pMnz .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uzMi87pMnz .mbr-section-title,
.cid-uzMi87pMnz .mbr-figure {
  color: #ffffff;
  text-align: left;
}
.cid-uzMi87pMnz .mbr-text,
.cid-uzMi87pMnz .mbr-section-btn {
  text-align: left;
}
.cid-uy9yoN3gOd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uy9yoN3gOd .mbr-text {
  color: #000000;
}
.cid-uy9yoN3gOd .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9yoN3gOd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uy9ypjCgmN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uy9ypjCgmN .mbr-text {
  color: #000000;
}
.cid-uy9ypjCgmN .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9ypjCgmN .mbr-section-title {
  color: #000000;
}
.cid-uy9ypE8imE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uy9ypE8imE .mbr-text {
  color: #000000;
}
.cid-uy9ypE8imE .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9ypE8imE .mbr-section-title {
  color: #000000;
}
.cid-uy9ypZpCGR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uy9ypZpCGR .mbr-text {
  color: #000000;
}
.cid-uy9ypZpCGR .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9ypZpCGR .mbr-section-title {
  color: #000000;
}
.cid-uy9yqk4KWI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uy9yqk4KWI .mbr-text {
  color: #000000;
}
.cid-uy9yqk4KWI .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9yqk4KWI .mbr-section-title {
  color: #000000;
}
.cid-uy9yqDJf1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy9yqDJf1l .mbr-text {
  color: #000000;
}
.cid-uy9yqDJf1l .mbr-section-subtitle {
  color: #000000;
}
.cid-uy9yqDJf1l .mbr-section-title {
  color: #000000;
}
.cid-uy9zsBUUxA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uy9zsBUUxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9zsBUUxA .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-uy9zsBUUxA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy9zsBUUxA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uy9zsBUUxA .google-map {
  height: 100%;
  position: relative;
}
.cid-uy9zsBUUxA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uy9zsBUUxA .google-map iframe {
    min-height: 350px;
  }
}
.cid-uy9zsBUUxA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uy9zsBUUxA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uy9zsBUUxA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uy9zsBUUxA .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uy9zsBUUxA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uy9zsBUUxA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uy9zsBUUxA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uy9zsBUUxA .content-head {
  max-width: 800px;
}
.cid-uy9zsBUUxA .cardTitle {
  color: #000000;
}
.cid-uy9zsBUUxA .mbr-section-title {
  color: #ffffff;
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #613b90 !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc3390;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #613b90 !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyHNST1TRF {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x874.jpg");
}
.cid-uyHNST1TRF .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uyHNST1TRF .wrap {
  padding: 0 25px;
}
.cid-uyHNST1TRF .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  right: 0px;
}
.cid-uyHNST1TRF .wrap:before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  left: -100px;
}
.cid-uyHNST1TRF .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uyHNST1TRF .mbr-text {
  margin-bottom: 20px;
}
.cid-uyHNST1TRF .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uyHNST1TRF .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uyHNST1TRF .title__block {
    padding: 80px 0;
  }
  .cid-uyHNST1TRF .container,
  .cid-uyHNST1TRF .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uyHNST1TRF .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uyHNST1TRF a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uyHNST1TRF .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uyHNST1TRF .mbr-section-title,
.cid-uyHNST1TRF .mbr-figure {
  color: #ffffff;
  text-align: left;
}
.cid-uyHNST1TRF .mbr-text,
.cid-uyHNST1TRF .mbr-section-btn {
  text-align: left;
}
.cid-uzMn3m0uZy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzMn3m0uZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMn3m0uZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMn3m0uZy .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uzMn3m0uZy .timeline-element {
  position: relative;
}
.cid-uzMn3m0uZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uzMn3m0uZy .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000000;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uzMn3m0uZy .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #000000;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uzMn3m0uZy .iconBackground {
    left: 15px !important;
  }
  .cid-uzMn3m0uZy .separline:before {
    left: 15px !important;
  }
}
.cid-uzMn3m0uZy .mbr-section-title,
.cid-uzMn3m0uZy .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uzMn3m0uZy .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uzMn3m0uZy .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uzMn3m0uZy .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uzMn3m0uZy .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uzMn3m0uZy .timeline-text-content {
  margin-left: 2rem;
}
.cid-uzMn3m0uZy .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uzMn3m0uZy .mbr-timeline-date {
  text-align: right;
  color: #000000;
}
.cid-uzMn3m0uZy .mbr-section-subtitle {
  color: #6a696c;
}
.cid-uzMn3m0uZy .mbr-section-title {
  color: #000000;
}
.cid-uzMn3m0uZy .mbr-timeline-title {
  color: #613b90;
  text-align: center;
}
.cid-uzMn3m0uZy .mbr-timeline-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzMj1K8J4W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uzMj1K8J4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMj1K8J4W .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-uzMj1K8J4W .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzMj1K8J4W .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzMj1K8J4W .google-map {
  height: 100%;
  position: relative;
}
.cid-uzMj1K8J4W .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzMj1K8J4W .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzMj1K8J4W .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzMj1K8J4W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzMj1K8J4W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzMj1K8J4W .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzMj1K8J4W .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzMj1K8J4W .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uzMj1K8J4W ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzMj1K8J4W .content-head {
  max-width: 800px;
}
.cid-uzMj1K8J4W .cardTitle {
  color: #000000;
}
.cid-uzMj1K8J4W .mbr-section-title {
  color: #ffffff;
}
.cid-uzMj1K8J4W .list,
.cid-uzMj1K8J4W .item-wrap {
  color: #000000;
}
