.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #2f1893 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f1893;
  border-color: #2f1893;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-primary:hover {
  background-color: #211167 !important;
  border-color: #211167 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-secondary:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !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.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !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: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2f1893;
  color: #2f1893;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2f1893 !important;
  border-color: #2f1893;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px 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: 2px 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;
}
.text-primary {
  color: #2f1893 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130a3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f1893;
  border-color: #2f1893;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #2f1893;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6649e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #2f1893;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f1893;
  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: #2f1893;
  border-bottom-color: #2f1893;
}
.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: #2f1893 !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: #7fa8d7 !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-v2lhBZPImJ {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lhBZPImJ .nav-item,
.cid-v2lhBZPImJ .nav-link,
.cid-v2lhBZPImJ .navbar-caption {
  font-weight: normal;
}
.cid-v2lhBZPImJ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lhBZPImJ .nav-link:before,
.cid-v2lhBZPImJ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lhBZPImJ .nav-item:hover .nav-link:before,
.cid-v2lhBZPImJ .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lhBZPImJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lhBZPImJ .dropdown-toggle::after,
.cid-v2lhBZPImJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lhBZPImJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lhBZPImJ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lhBZPImJ .nav-item:focus,
.cid-v2lhBZPImJ .nav-link:focus {
  outline: none;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lhBZPImJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lhBZPImJ .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lhBZPImJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lhBZPImJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lhBZPImJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lhBZPImJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lhBZPImJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lhBZPImJ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lhBZPImJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lhBZPImJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lhBZPImJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lhBZPImJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lhBZPImJ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lhBZPImJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lhBZPImJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lhBZPImJ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lhBZPImJ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lhBZPImJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lhBZPImJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lhBZPImJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lhBZPImJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lhBZPImJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lhBZPImJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lhBZPImJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lhBZPImJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lhBZPImJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lhBZPImJ .dropdown-item.active,
.cid-v2lhBZPImJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lhBZPImJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lhBZPImJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lhBZPImJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lhBZPImJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lhBZPImJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lhBZPImJ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lhBZPImJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lhBZPImJ .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lhBZPImJ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lhBZPImJ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lhBZPImJ .navbar {
    height: 77px;
  }
  .cid-v2lhBZPImJ .navbar.opened {
    height: auto;
  }
  .cid-v2lhBZPImJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lhBZPImJ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lhTZlSA6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v2lhTZlSA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lhTZlSA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lhTZlSA6 .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2lhTZlSA6 .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-v2lhTZlSA6 .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v2lhTZlSA6 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2lhTZlSA6 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v2lhTZlSA6 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2lhTZlSA6 .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-v2lhTZlSA6 .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-v2lhTZlSA6 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-v2lhTZlSA6 .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-v2lhTZlSA6 .mbr-section-title {
  color: #000000;
}
.cid-v2lhTZlSA6 .mbr-text,
.cid-v2lhTZlSA6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2lhTZlSA6 .mbr-section-title,
.cid-v2lhTZlSA6 .mbr-section-btn,
.cid-v2lhTZlSA6 .image-wrapper {
  text-align: center;
}
.cid-v2ljFkwHY3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2ljFkwHY3 .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-v2ljFkwHY3 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-v2ljFkwHY3 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-v2ljFkwHY3 .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v2ljFkwHY3 .image {
  margin: auto;
}
.cid-v2ljFkwHY3 .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-v2ljFkwHY3 .linked {
  color: #e93a7d;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-v2ljFkwHY3 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-v2ljFkwHY3 .linked {
    margin: 30px 0 40px;
  }
}
.cid-v2ljFkwHY3 .bottom__block {
  margin-bottom: 40px;
}
.cid-v2ljFkwHY3 .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-v2ljFkwHY3 .card__text {
  color: #919dab;
}
.cid-v2ljFkwHY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ljFkwHY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ljFkwHY3 .mbr-text,
.cid-v2ljFkwHY3 .linked {
  color: #000000;
}
.cid-v2ljSOIBFu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ljSOIBFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ljSOIBFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ljSOIBFu .items-wrapper {
  margin: 0 -32px;
}
.cid-v2ljSOIBFu .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2ljSOIBFu .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v2ljSOIBFu .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff6d99;
  border-color: #ff7ca4;
  box-shadow: 0 18px 32px -8px #ff6d99;
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #dc84ba;
  border-color: #df8fbf;
  box-shadow: 0 18px 32px -8px #dc84ba;
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
  box-shadow: 0 18px 32px -8px #b1a1e3;
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v2ljSOIBFu .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v2ljSOIBFu .card-title {
  color: #111111;
}
.cid-v2ljSOIBFu .card-text {
  color: #666666;
  text-align: center;
}
.cid-v2ljSOIBFu .card-title,
.cid-v2ljSOIBFu .iconfont-wrapper {
  text-align: center;
}
.cid-v2lkcLB1k3 {
  background-color: #f7f5f0;
}
.cid-v2lkcLB1k3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lkcLB1k3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lkcLB1k3 .content-wrap {
  margin: 0;
}
.cid-v2lkcLB1k3 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v2lkcLB1k3 .content-wrapper {
  padding: 0 112px;
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-v2lkcLB1k3 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v2lkcLB1k3 .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2lkcLB1k3 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v2lkcLB1k3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lkcLB1k3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lkcLB1k3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lkcLB1k3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v2lkcLB1k3 .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lkcLB1k3 .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v2lkcLB1k3 .image-wrapper {
  height: 100%;
}
.cid-v2lkcLB1k3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lkcLB1k3 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2lkcLB1k3 .mbr-section-title {
  color: #c10b02;
}
.cid-v2lkcLB1k3 .mbr-text,
.cid-v2lkcLB1k3 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v2lkcLB1k3 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v2lkcLB1k3 .mbr-section-title,
.cid-v2lkcLB1k3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2lkjTLScs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-v2lkjTLScs .mbr-section-title {
  margin-bottom: 55px;
}
.cid-v2lkjTLScs .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-v2lkjTLScs .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-v2lkjTLScs .content__block {
  margin-bottom: 60px;
}
.cid-v2lkjTLScs .mbr-text {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 20px;
}
.cid-v2lkjTLScs .signature {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-v2lkjTLScs .company {
  color: #919dab;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v2lkjTLScs .content__block {
    margin-bottom: 30px;
  }
}
.cid-v2lkjTLScs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lkjTLScs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lkfiXSEq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v2lkfiXSEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lkfiXSEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lkfiXSEq .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2lkfiXSEq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lkfiXSEq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2lkfiXSEq .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2lkfiXSEq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2lkfiXSEq .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v2lkfiXSEq .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v2lkfiXSEq .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lkfiXSEq .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v2lkfiXSEq .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-v2lkfiXSEq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v2lkfiXSEq .mbr-section-title {
  color: #c10b02;
}
.cid-v2lkfiXSEq .mbr-text,
.cid-v2lkfiXSEq .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v2lkfiXSEq .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v2lkfiXSEq .mbr-section-title,
.cid-v2lkfiXSEq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2lllQHrd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-v2lllQHrd3 .mbr-section-title {
  margin-bottom: 35px;
  color: #000000;
}
.cid-v2lllQHrd3 .image {
  margin-bottom: 10px;
}
.cid-v2lllQHrd3 .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 70px;
}
.cid-v2lllQHrd3 .content__block {
  margin-bottom: 60px;
}
.cid-v2lllQHrd3 .mbr-text {
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
}
.cid-v2lllQHrd3 .signature {
  margin-bottom: 0;
  opacity: .3;
  letter-spacing: 2px;
  color: #000000;
}
.cid-v2lllQHrd3 .company {
  margin-bottom: 0;
}
.cid-v2lllQHrd3 .card__block {
  display: flex;
  margin-bottom: 30px;
}
.cid-v2lllQHrd3 .card__wrapper {
  display: flex;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-v2lllQHrd3 .card__inner {
  padding: 35px 20px 25px 35px;
}
.cid-v2lllQHrd3 .card__info {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-v2lllQHrd3 .card__inner {
    padding-left: 20px;
    padding-bottom: 35px;
    text-align: center;
  }
  .cid-v2lllQHrd3 .card__info {
    margin-left: 0;
  }
}
.cid-v2lllQHrd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lllQHrd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lGCNjwwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lGCNjwwL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-v2lGCNjwwL form {
    width: 50%;
  }
}
.cid-v2lGCNjwwL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v2lGCNjwwL form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2lGTUzF5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2lGTUzF5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lGTUzF5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lGTUzF5y .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2lGTUzF5y .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v2lGTUzF5y .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2lGTUzF5y .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v2lGTUzF5y .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lGTUzF5y .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2lGTUzF5y .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2llIU87of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2llIU87of .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2llIU87of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2llIU87of .content-wrapper {
  margin-bottom: 32px;
}
.cid-v2llIU87of .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2llIU87of .items-wrapper {
  align-items: center;
}
.cid-v2llIU87of .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2llIU87of .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2llIU87of .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v2llIU87of .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2llIU87of .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v2llIU87of .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-v2llIU87of .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2llIU87of .card-title {
  color: #111111;
  text-align: center;
}
.cid-v2llIU87of .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2lqvhU9CN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lqvhU9CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqvhU9CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqvhU9CN .row {
  justify-content: center;
}
.cid-v2lqvhU9CN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:hover,
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lqvhU9CN .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lqvhU9CN .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lqvhU9CN .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqvhU9CN .list {
  color: #ffffff;
}
.cid-v2lhBZPImJ {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lhBZPImJ .nav-item,
.cid-v2lhBZPImJ .nav-link,
.cid-v2lhBZPImJ .navbar-caption {
  font-weight: normal;
}
.cid-v2lhBZPImJ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lhBZPImJ .nav-link:before,
.cid-v2lhBZPImJ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lhBZPImJ .nav-item:hover .nav-link:before,
.cid-v2lhBZPImJ .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lhBZPImJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lhBZPImJ .dropdown-toggle::after,
.cid-v2lhBZPImJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lhBZPImJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lhBZPImJ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lhBZPImJ .nav-item:focus,
.cid-v2lhBZPImJ .nav-link:focus {
  outline: none;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lhBZPImJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lhBZPImJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lhBZPImJ .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lhBZPImJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lhBZPImJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lhBZPImJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lhBZPImJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lhBZPImJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lhBZPImJ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lhBZPImJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lhBZPImJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lhBZPImJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lhBZPImJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lhBZPImJ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lhBZPImJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lhBZPImJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lhBZPImJ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lhBZPImJ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lhBZPImJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lhBZPImJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lhBZPImJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lhBZPImJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lhBZPImJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lhBZPImJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lhBZPImJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lhBZPImJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lhBZPImJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lhBZPImJ .dropdown-item.active,
.cid-v2lhBZPImJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lhBZPImJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lhBZPImJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lhBZPImJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lhBZPImJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lhBZPImJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lhBZPImJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lhBZPImJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lhBZPImJ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lhBZPImJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lhBZPImJ .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lhBZPImJ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lhBZPImJ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lhBZPImJ .navbar {
    height: 77px;
  }
  .cid-v2lhBZPImJ .navbar.opened {
    height: auto;
  }
  .cid-v2lhBZPImJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lhBZPImJ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lsucbq9O {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2lsucbq9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsucbq9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqvhU9CN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lqvhU9CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqvhU9CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqvhU9CN .row {
  justify-content: center;
}
.cid-v2lqvhU9CN .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:hover,
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lqvhU9CN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lqvhU9CN .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lqvhU9CN .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lqvhU9CN .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lqvhU9CN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lqvhU9CN .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqvhU9CN .list {
  color: #ffffff;
}
.cid-v2lsB6q6rN {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lsB6q6rN .nav-item,
.cid-v2lsB6q6rN .nav-link,
.cid-v2lsB6q6rN .navbar-caption {
  font-weight: normal;
}
.cid-v2lsB6q6rN .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lsB6q6rN .nav-link:before,
.cid-v2lsB6q6rN .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lsB6q6rN .nav-item:hover .nav-link:before,
.cid-v2lsB6q6rN .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lsB6q6rN .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lsB6q6rN .dropdown-toggle::after,
.cid-v2lsB6q6rN .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lsB6q6rN .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lsB6q6rN .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lsB6q6rN .nav-item:focus,
.cid-v2lsB6q6rN .nav-link:focus {
  outline: none;
}
.cid-v2lsB6q6rN .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lsB6q6rN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lsB6q6rN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lsB6q6rN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lsB6q6rN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lsB6q6rN .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lsB6q6rN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lsB6q6rN .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lsB6q6rN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lsB6q6rN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lsB6q6rN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lsB6q6rN .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lsB6q6rN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lsB6q6rN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lsB6q6rN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lsB6q6rN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lsB6q6rN .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lsB6q6rN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lsB6q6rN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lsB6q6rN .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lsB6q6rN .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lsB6q6rN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lsB6q6rN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lsB6q6rN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lsB6q6rN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lsB6q6rN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lsB6q6rN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lsB6q6rN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lsB6q6rN .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lsB6q6rN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lsB6q6rN .dropdown-item.active,
.cid-v2lsB6q6rN .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lsB6q6rN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lsB6q6rN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lsB6q6rN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lsB6q6rN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lsB6q6rN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lsB6q6rN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lsB6q6rN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lsB6q6rN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsB6q6rN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsB6q6rN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lsB6q6rN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsB6q6rN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lsB6q6rN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lsB6q6rN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsB6q6rN .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lsB6q6rN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lsB6q6rN .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lsB6q6rN .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lsB6q6rN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lsB6q6rN .navbar {
    height: 77px;
  }
  .cid-v2lsB6q6rN .navbar.opened {
    height: auto;
  }
  .cid-v2lsB6q6rN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lsB6q6rN .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lsJlFYUx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2lsJlFYUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsJlFYUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsB6V1u0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lsB6V1u0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsB6V1u0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsB6V1u0 .row {
  justify-content: center;
}
.cid-v2lsB6V1u0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsB6V1u0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lsB6V1u0 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsB6V1u0 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsB6V1u0 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lsB6V1u0 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lsB6V1u0 .nav-wrapper .list .item-wrap:hover,
.cid-v2lsB6V1u0 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lsB6V1u0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lsB6V1u0 .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lsB6V1u0 .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lsB6V1u0 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsB6V1u0 .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsB6V1u0 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lsB6V1u0 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsB6V1u0 .list {
  color: #ffffff;
}
.cid-v2lsO22BQT {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lsO22BQT .nav-item,
.cid-v2lsO22BQT .nav-link,
.cid-v2lsO22BQT .navbar-caption {
  font-weight: normal;
}
.cid-v2lsO22BQT .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lsO22BQT .nav-link:before,
.cid-v2lsO22BQT .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lsO22BQT .nav-item:hover .nav-link:before,
.cid-v2lsO22BQT .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lsO22BQT .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lsO22BQT .dropdown-toggle::after,
.cid-v2lsO22BQT .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lsO22BQT .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lsO22BQT .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lsO22BQT .nav-item:focus,
.cid-v2lsO22BQT .nav-link:focus {
  outline: none;
}
.cid-v2lsO22BQT .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lsO22BQT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lsO22BQT .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lsO22BQT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lsO22BQT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lsO22BQT .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lsO22BQT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lsO22BQT .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lsO22BQT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lsO22BQT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lsO22BQT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lsO22BQT .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lsO22BQT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lsO22BQT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lsO22BQT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lsO22BQT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lsO22BQT .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lsO22BQT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lsO22BQT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lsO22BQT .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lsO22BQT .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lsO22BQT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lsO22BQT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lsO22BQT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lsO22BQT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lsO22BQT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lsO22BQT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lsO22BQT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lsO22BQT .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lsO22BQT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lsO22BQT .dropdown-item.active,
.cid-v2lsO22BQT .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lsO22BQT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lsO22BQT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lsO22BQT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lsO22BQT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lsO22BQT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lsO22BQT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lsO22BQT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lsO22BQT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsO22BQT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsO22BQT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lsO22BQT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsO22BQT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lsO22BQT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lsO22BQT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsO22BQT .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lsO22BQT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lsO22BQT .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lsO22BQT .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lsO22BQT .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lsO22BQT .navbar {
    height: 77px;
  }
  .cid-v2lsO22BQT .navbar.opened {
    height: auto;
  }
  .cid-v2lsO22BQT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lsO22BQT .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lsTzURrn {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2lsTzURrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsTzURrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsO2BSfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lsO2BSfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsO2BSfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsO2BSfw .row {
  justify-content: center;
}
.cid-v2lsO2BSfw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsO2BSfw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lsO2BSfw .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsO2BSfw .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsO2BSfw .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lsO2BSfw .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lsO2BSfw .nav-wrapper .list .item-wrap:hover,
.cid-v2lsO2BSfw .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lsO2BSfw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lsO2BSfw .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lsO2BSfw .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lsO2BSfw .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsO2BSfw .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsO2BSfw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lsO2BSfw .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsO2BSfw .list {
  color: #ffffff;
}
.cid-v2lsXq6ioy {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lsXq6ioy .nav-item,
.cid-v2lsXq6ioy .nav-link,
.cid-v2lsXq6ioy .navbar-caption {
  font-weight: normal;
}
.cid-v2lsXq6ioy .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lsXq6ioy .nav-link:before,
.cid-v2lsXq6ioy .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lsXq6ioy .nav-item:hover .nav-link:before,
.cid-v2lsXq6ioy .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lsXq6ioy .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lsXq6ioy .dropdown-toggle::after,
.cid-v2lsXq6ioy .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lsXq6ioy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lsXq6ioy .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lsXq6ioy .nav-item:focus,
.cid-v2lsXq6ioy .nav-link:focus {
  outline: none;
}
.cid-v2lsXq6ioy .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lsXq6ioy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lsXq6ioy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lsXq6ioy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lsXq6ioy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lsXq6ioy .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lsXq6ioy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lsXq6ioy .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lsXq6ioy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lsXq6ioy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lsXq6ioy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lsXq6ioy .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lsXq6ioy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lsXq6ioy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lsXq6ioy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lsXq6ioy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lsXq6ioy .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lsXq6ioy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lsXq6ioy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lsXq6ioy .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lsXq6ioy .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lsXq6ioy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lsXq6ioy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lsXq6ioy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lsXq6ioy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lsXq6ioy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lsXq6ioy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lsXq6ioy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lsXq6ioy .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lsXq6ioy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lsXq6ioy .dropdown-item.active,
.cid-v2lsXq6ioy .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lsXq6ioy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lsXq6ioy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lsXq6ioy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lsXq6ioy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lsXq6ioy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lsXq6ioy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lsXq6ioy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lsXq6ioy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsXq6ioy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lsXq6ioy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lsXq6ioy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsXq6ioy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lsXq6ioy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lsXq6ioy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lsXq6ioy .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lsXq6ioy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lsXq6ioy .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lsXq6ioy .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lsXq6ioy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lsXq6ioy .navbar {
    height: 77px;
  }
  .cid-v2lsXq6ioy .navbar.opened {
    height: auto;
  }
  .cid-v2lsXq6ioy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lsXq6ioy .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lt3jZ0kb {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2lt3jZ0kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lt3jZ0kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsXqBHxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lsXqBHxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsXqBHxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsXqBHxw .row {
  justify-content: center;
}
.cid-v2lsXqBHxw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsXqBHxw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lsXqBHxw .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsXqBHxw .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsXqBHxw .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lsXqBHxw .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lsXqBHxw .nav-wrapper .list .item-wrap:hover,
.cid-v2lsXqBHxw .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lsXqBHxw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lsXqBHxw .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lsXqBHxw .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lsXqBHxw .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lsXqBHxw .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lsXqBHxw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lsXqBHxw .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsXqBHxw .list {
  color: #ffffff;
}
.cid-v2lzV2Ljvm {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lzV2Ljvm .nav-item,
.cid-v2lzV2Ljvm .nav-link,
.cid-v2lzV2Ljvm .navbar-caption {
  font-weight: normal;
}
.cid-v2lzV2Ljvm .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lzV2Ljvm .nav-link:before,
.cid-v2lzV2Ljvm .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lzV2Ljvm .nav-item:hover .nav-link:before,
.cid-v2lzV2Ljvm .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lzV2Ljvm .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lzV2Ljvm .dropdown-toggle::after,
.cid-v2lzV2Ljvm .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lzV2Ljvm .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lzV2Ljvm .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lzV2Ljvm .nav-item:focus,
.cid-v2lzV2Ljvm .nav-link:focus {
  outline: none;
}
.cid-v2lzV2Ljvm .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lzV2Ljvm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lzV2Ljvm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lzV2Ljvm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lzV2Ljvm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lzV2Ljvm .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lzV2Ljvm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lzV2Ljvm .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lzV2Ljvm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lzV2Ljvm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lzV2Ljvm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lzV2Ljvm .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lzV2Ljvm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lzV2Ljvm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lzV2Ljvm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lzV2Ljvm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lzV2Ljvm .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lzV2Ljvm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lzV2Ljvm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lzV2Ljvm .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lzV2Ljvm .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lzV2Ljvm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lzV2Ljvm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lzV2Ljvm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lzV2Ljvm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lzV2Ljvm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lzV2Ljvm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lzV2Ljvm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lzV2Ljvm .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lzV2Ljvm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lzV2Ljvm .dropdown-item.active,
.cid-v2lzV2Ljvm .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lzV2Ljvm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lzV2Ljvm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lzV2Ljvm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lzV2Ljvm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lzV2Ljvm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lzV2Ljvm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lzV2Ljvm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lzV2Ljvm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lzV2Ljvm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lzV2Ljvm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lzV2Ljvm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lzV2Ljvm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lzV2Ljvm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lzV2Ljvm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lzV2Ljvm .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lzV2Ljvm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lzV2Ljvm .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lzV2Ljvm .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lzV2Ljvm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lzV2Ljvm .navbar {
    height: 77px;
  }
  .cid-v2lzV2Ljvm .navbar.opened {
    height: auto;
  }
  .cid-v2lzV2Ljvm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lzV2Ljvm .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lzV32w1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lzV32w1j .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v2lzV32w1j .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-v2lzV32w1j .content__block {
  margin-top: 20px;
}
.cid-v2lzV32w1j .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-v2lzV32w1j .card__products {
    margin: 55px 0 0;
  }
  .cid-v2lzV32w1j .card__products:first-child {
    margin-top: 0;
  }
}
.cid-v2lzV32w1j .title {
  padding-left: 20px;
}
.cid-v2lzV32w1j .card__title {
  color: #919dab;
  margin-bottom: 4px;
  letter-spacing: 2px;
}
.cid-v2lzV32w1j .card__name {
  font-weight: 700;
  margin-bottom: 0;
}
.cid-v2lzV32w1j .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-v2lzV32w1j .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-v2lzV32w1j .image:hover {
  opacity: .8;
}
.cid-v2lzV32w1j .btn {
  margin-bottom: 10px;
}
.cid-v2lzV32w1j .card__bottom {
  padding: 0 20px;
}
.cid-v2lzV32w1j .card__price {
  color: #919dab;
  margin-bottom: 0;
}
.cid-v2lzV32w1j .card__buy {
  font-weight: 500;
  transition: .25s ease;
  margin-bottom: 0;
}
.cid-v2lzV32w1j .card__buy:hover {
  color: #482be7;
}
.cid-v2lzV32w1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lzV32w1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHqS4UZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2lHqS4UZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lHqS4UZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHqS4UZG .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2lHqS4UZG .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v2lHqS4UZG .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2lHqS4UZG .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v2lHqS4UZG .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lHqS4UZG .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2lHqS4UZG .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2lzV4Obdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lzV4Obdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lzV4Obdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lzV4Obdo .content-wrapper {
  margin-bottom: 32px;
}
.cid-v2lzV4Obdo .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2lzV4Obdo .items-wrapper {
  align-items: center;
}
.cid-v2lzV4Obdo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2lzV4Obdo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2lzV4Obdo .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v2lzV4Obdo .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2lzV4Obdo .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v2lzV4Obdo .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-v2lzV4Obdo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2lzV4Obdo .card-title {
  color: #111111;
  text-align: center;
}
.cid-v2lzV4Obdo .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2lzV4UM1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lzV4UM1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lzV4UM1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lzV4UM1e .row {
  justify-content: center;
}
.cid-v2lzV4UM1e .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lzV4UM1e .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lzV4UM1e .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lzV4UM1e .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lzV4UM1e .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lzV4UM1e .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lzV4UM1e .nav-wrapper .list .item-wrap:hover,
.cid-v2lzV4UM1e .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lzV4UM1e .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lzV4UM1e .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lzV4UM1e .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lzV4UM1e .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lzV4UM1e .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lzV4UM1e .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lzV4UM1e .mbr-section-title {
  color: #ffffff;
}
.cid-v2lzV4UM1e .list {
  color: #ffffff;
}
.cid-v2lAi4fb2K.popup-builder {
  background-color: #ffffff;
}
.cid-v2lAi4fb2K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v2lAi4fb2K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v2lAi4fb2K .modal-content,
.cid-v2lAi4fb2K .modal-dialog {
  height: auto;
}
.cid-v2lAi4fb2K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v2lAi4fb2K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v2lAi4fb2K .form-wrapper .mbr-form .form-group,
  .cid-v2lAi4fb2K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v2lAi4fb2K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v2lAi4fb2K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2lAi4fb2K .mbr-text {
  text-align: center;
}
.cid-v2lAi4fb2K .pt-0 {
  padding-top: 0 !important;
}
.cid-v2lAi4fb2K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v2lAi4fb2K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v2lAi4fb2K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v2lAi4fb2K .modal-open {
  overflow: hidden;
}
.cid-v2lAi4fb2K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v2lAi4fb2K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v2lAi4fb2K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v2lAi4fb2K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v2lAi4fb2K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v2lAi4fb2K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v2lAi4fb2K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v2lAi4fb2K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v2lAi4fb2K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v2lAi4fb2K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v2lAi4fb2K .modal-backdrop.fade {
  opacity: 0;
}
.cid-v2lAi4fb2K .modal-backdrop.show {
  opacity: .5;
}
.cid-v2lAi4fb2K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v2lAi4fb2K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2lAi4fb2K .modal-header {
    padding: 1rem;
  }
}
.cid-v2lAi4fb2K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v2lAi4fb2K .modal-header .close svg {
  fill: #353535;
}
.cid-v2lAi4fb2K .modal-header .close:hover {
  opacity: 1;
}
.cid-v2lAi4fb2K .modal-header .close:focus {
  outline: none;
}
.cid-v2lAi4fb2K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v2lAi4fb2K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v2lAi4fb2K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2lAi4fb2K .modal-body {
    padding: 1rem;
  }
}
.cid-v2lAi4fb2K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v2lAi4fb2K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2lAi4fb2K .modal-footer {
    padding: 1rem;
  }
}
.cid-v2lAi4fb2K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v2lAi4fb2K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v2lAi4fb2K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v2lAi4fb2K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v2lAi4fb2K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v2lAi4fb2K .modal-lg,
  .cid-v2lAi4fb2K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v2lAi4fb2K .modal-xl {
    max-width: 1140px;
  }
}
.cid-v2lAi4fb2K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v2lAi4fb2K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v2lAi4fb2K .form-group {
  margin-bottom: 1rem;
}
.cid-v2lAi4fb2K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v2lAi4fb2K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2lAi4fb2K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v2lAi4fb2K .mbr-section-btn {
  margin: 0;
}
.cid-v2lAi4fb2K .mbr-section-btn .btn {
  margin: 0;
}
.cid-v2lAKVXji8 {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lAKVXji8 .nav-item,
.cid-v2lAKVXji8 .nav-link,
.cid-v2lAKVXji8 .navbar-caption {
  font-weight: normal;
}
.cid-v2lAKVXji8 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lAKVXji8 .nav-link:before,
.cid-v2lAKVXji8 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lAKVXji8 .nav-item:hover .nav-link:before,
.cid-v2lAKVXji8 .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lAKVXji8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lAKVXji8 .dropdown-toggle::after,
.cid-v2lAKVXji8 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lAKVXji8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lAKVXji8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lAKVXji8 .nav-item:focus,
.cid-v2lAKVXji8 .nav-link:focus {
  outline: none;
}
.cid-v2lAKVXji8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lAKVXji8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lAKVXji8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lAKVXji8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lAKVXji8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lAKVXji8 .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lAKVXji8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lAKVXji8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lAKVXji8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lAKVXji8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lAKVXji8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lAKVXji8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lAKVXji8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lAKVXji8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lAKVXji8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lAKVXji8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lAKVXji8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lAKVXji8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lAKVXji8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lAKVXji8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lAKVXji8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lAKVXji8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lAKVXji8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lAKVXji8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lAKVXji8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lAKVXji8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lAKVXji8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lAKVXji8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lAKVXji8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lAKVXji8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lAKVXji8 .dropdown-item.active,
.cid-v2lAKVXji8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lAKVXji8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lAKVXji8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lAKVXji8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lAKVXji8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lAKVXji8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lAKVXji8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lAKVXji8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lAKVXji8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lAKVXji8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lAKVXji8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lAKVXji8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lAKVXji8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lAKVXji8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lAKVXji8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lAKVXji8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lAKVXji8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lAKVXji8 .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lAKVXji8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lAKVXji8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lAKVXji8 .navbar {
    height: 77px;
  }
  .cid-v2lAKVXji8 .navbar.opened {
    height: auto;
  }
  .cid-v2lAKVXji8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lAKVXji8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lAXNw7Jd {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v2lAXNw7Jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lAXNw7Jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lAXNw7Jd .items-wrap {
  justify-content: space-between;
}
.cid-v2lAXNw7Jd .items-wrap .card {
  justify-content: center;
}
.cid-v2lAXNw7Jd .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v2lAXNw7Jd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lAXNw7Jd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2lAXNw7Jd .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v2lAXNw7Jd .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v2lAXNw7Jd .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v2lAXNw7Jd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lAXNw7Jd .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lAXNw7Jd .image-wrapper img {
    height: 350px;
  }
}
.cid-v2lAXNw7Jd .mbr-section-title {
  color: #fdfde1;
}
.cid-v2lAXNw7Jd .mbr-text {
  color: #000000;
}
.cid-v2lAXNw7Jd .mbr-text,
.cid-v2lAXNw7Jd .mbr-section-btn {
  color: #fdfde1;
}
.cid-v2lAXNw7Jd .mbr-desc {
  color: #fdfde1;
}
.cid-v2lAXNw7Jd .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v2lAXNw7Jd .mbr-desc,
.cid-v2lAXNw7Jd .mbr-section-btn {
  color: #fdfde1;
}
.cid-v2lHoEpKKp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2lHoEpKKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lHoEpKKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHoEpKKp .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2lHoEpKKp .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v2lHoEpKKp .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2lHoEpKKp .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v2lHoEpKKp .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lHoEpKKp .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2lHoEpKKp .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2lAKYmeSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lAKYmeSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lAKYmeSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lAKYmeSB .content-wrapper {
  margin-bottom: 32px;
}
.cid-v2lAKYmeSB .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2lAKYmeSB .items-wrapper {
  align-items: center;
}
.cid-v2lAKYmeSB .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2lAKYmeSB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2lAKYmeSB .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v2lAKYmeSB .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2lAKYmeSB .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v2lAKYmeSB .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-v2lAKYmeSB .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2lAKYmeSB .card-title {
  color: #111111;
  text-align: center;
}
.cid-v2lAKYmeSB .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2lAKYtBAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lAKYtBAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lAKYtBAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lAKYtBAI .row {
  justify-content: center;
}
.cid-v2lAKYtBAI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lAKYtBAI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lAKYtBAI .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lAKYtBAI .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lAKYtBAI .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lAKYtBAI .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lAKYtBAI .nav-wrapper .list .item-wrap:hover,
.cid-v2lAKYtBAI .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lAKYtBAI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lAKYtBAI .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lAKYtBAI .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lAKYtBAI .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lAKYtBAI .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lAKYtBAI .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lAKYtBAI .mbr-section-title {
  color: #ffffff;
}
.cid-v2lAKYtBAI .list {
  color: #ffffff;
}
.cid-v2lB5PwEmJ {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lB5PwEmJ .nav-item,
.cid-v2lB5PwEmJ .nav-link,
.cid-v2lB5PwEmJ .navbar-caption {
  font-weight: normal;
}
.cid-v2lB5PwEmJ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lB5PwEmJ .nav-link:before,
.cid-v2lB5PwEmJ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lB5PwEmJ .nav-item:hover .nav-link:before,
.cid-v2lB5PwEmJ .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lB5PwEmJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lB5PwEmJ .dropdown-toggle::after,
.cid-v2lB5PwEmJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lB5PwEmJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lB5PwEmJ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lB5PwEmJ .nav-item:focus,
.cid-v2lB5PwEmJ .nav-link:focus {
  outline: none;
}
.cid-v2lB5PwEmJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lB5PwEmJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lB5PwEmJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lB5PwEmJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lB5PwEmJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lB5PwEmJ .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lB5PwEmJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lB5PwEmJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lB5PwEmJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lB5PwEmJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lB5PwEmJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lB5PwEmJ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lB5PwEmJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lB5PwEmJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lB5PwEmJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lB5PwEmJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lB5PwEmJ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lB5PwEmJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lB5PwEmJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lB5PwEmJ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lB5PwEmJ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lB5PwEmJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lB5PwEmJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lB5PwEmJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lB5PwEmJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lB5PwEmJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lB5PwEmJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lB5PwEmJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lB5PwEmJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lB5PwEmJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lB5PwEmJ .dropdown-item.active,
.cid-v2lB5PwEmJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lB5PwEmJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lB5PwEmJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lB5PwEmJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lB5PwEmJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lB5PwEmJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lB5PwEmJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lB5PwEmJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lB5PwEmJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lB5PwEmJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lB5PwEmJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lB5PwEmJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lB5PwEmJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lB5PwEmJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lB5PwEmJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lB5PwEmJ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lB5PwEmJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lB5PwEmJ .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lB5PwEmJ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lB5PwEmJ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lB5PwEmJ .navbar {
    height: 77px;
  }
  .cid-v2lB5PwEmJ .navbar.opened {
    height: auto;
  }
  .cid-v2lB5PwEmJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lB5PwEmJ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lB5RgPjP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-v2lB5RgPjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lB5RgPjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lB5RgPjP .content-wrap {
  justify-content: flex-end;
}
.cid-v2lB5RgPjP .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2lB5RgPjP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lB5RgPjP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2lB5RgPjP .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v2lB5RgPjP .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2lB5RgPjP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2lB5RgPjP .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v2lB5RgPjP .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2lB5RgPjP .image-wrapper {
    padding: 0;
  }
}
.cid-v2lB5RgPjP .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lB5RgPjP .image-wrapper img {
    height: 350px;
  }
}
.cid-v2lB5RgPjP .mbr-section-title {
  color: #ffffff;
}
.cid-v2lB5RgPjP .mbr-text,
.cid-v2lB5RgPjP .text-wrapper {
  color: #ffffff;
}
.cid-v2lHmsRqTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2lHmsRqTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lHmsRqTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHmsRqTF .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2lHmsRqTF .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v2lHmsRqTF .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2lHmsRqTF .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v2lHmsRqTF .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lHmsRqTF .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2lHmsRqTF .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2lB5RZqml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lB5RZqml .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lB5RZqml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lB5RZqml .content-wrapper {
  margin-bottom: 32px;
}
.cid-v2lB5RZqml .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2lB5RZqml .items-wrapper {
  align-items: center;
}
.cid-v2lB5RZqml .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2lB5RZqml .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2lB5RZqml .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v2lB5RZqml .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2lB5RZqml .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v2lB5RZqml .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-v2lB5RZqml .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2lB5RZqml .card-title {
  color: #111111;
  text-align: center;
}
.cid-v2lB5RZqml .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2lB5S6iwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lB5S6iwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lB5S6iwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lB5S6iwc .row {
  justify-content: center;
}
.cid-v2lB5S6iwc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lB5S6iwc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lB5S6iwc .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lB5S6iwc .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lB5S6iwc .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lB5S6iwc .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lB5S6iwc .nav-wrapper .list .item-wrap:hover,
.cid-v2lB5S6iwc .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lB5S6iwc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lB5S6iwc .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lB5S6iwc .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lB5S6iwc .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lB5S6iwc .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lB5S6iwc .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lB5S6iwc .mbr-section-title {
  color: #ffffff;
}
.cid-v2lB5S6iwc .list {
  color: #ffffff;
}
.cid-v2lBzbJbq3 {
  min-height: 101px !important;
  background: #ffffff;
  overflow: visible;
}
.cid-v2lBzbJbq3 .nav-item,
.cid-v2lBzbJbq3 .nav-link,
.cid-v2lBzbJbq3 .navbar-caption {
  font-weight: normal;
}
.cid-v2lBzbJbq3 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-v2lBzbJbq3 .nav-link:before,
.cid-v2lBzbJbq3 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-v2lBzbJbq3 .nav-item:hover .nav-link:before,
.cid-v2lBzbJbq3 .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-v2lBzbJbq3 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-v2lBzbJbq3 .dropdown-toggle::after,
.cid-v2lBzbJbq3 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-v2lBzbJbq3 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-v2lBzbJbq3 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-v2lBzbJbq3 .nav-item:focus,
.cid-v2lBzbJbq3 .nav-link:focus {
  outline: none;
}
.cid-v2lBzbJbq3 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-v2lBzbJbq3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-v2lBzbJbq3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v2lBzbJbq3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v2lBzbJbq3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lBzbJbq3 .navbar {
  transition: all .3s;
  background: #ffffff;
}
.cid-v2lBzbJbq3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2lBzbJbq3 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-v2lBzbJbq3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lBzbJbq3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lBzbJbq3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-v2lBzbJbq3 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-v2lBzbJbq3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-v2lBzbJbq3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-v2lBzbJbq3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-v2lBzbJbq3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lBzbJbq3 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-v2lBzbJbq3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2lBzbJbq3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lBzbJbq3 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-v2lBzbJbq3 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-v2lBzbJbq3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lBzbJbq3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2lBzbJbq3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v2lBzbJbq3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2lBzbJbq3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-v2lBzbJbq3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2lBzbJbq3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lBzbJbq3 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-v2lBzbJbq3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lBzbJbq3 .dropdown-item.active,
.cid-v2lBzbJbq3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lBzbJbq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lBzbJbq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-v2lBzbJbq3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lBzbJbq3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lBzbJbq3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v2lBzbJbq3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2lBzbJbq3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2lBzbJbq3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lBzbJbq3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2lBzbJbq3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2lBzbJbq3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lBzbJbq3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2lBzbJbq3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2lBzbJbq3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2lBzbJbq3 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-v2lBzbJbq3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-v2lBzbJbq3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lBzbJbq3 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-v2lBzbJbq3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2lBzbJbq3 .navbar {
    height: 77px;
  }
  .cid-v2lBzbJbq3 .navbar.opened {
    height: auto;
  }
  .cid-v2lBzbJbq3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lBzbJbq3 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-v2lBzcL6PR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-v2lBzcL6PR .mbr-section-title {
  margin-bottom: 45px;
}
.cid-v2lBzcL6PR .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ebeaed !important;
  background-color: #ffffff;
}
.cid-v2lBzcL6PR .card:last-child {
  border-bottom: none !important;
}
.cid-v2lBzcL6PR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff;
}
.cid-v2lBzcL6PR .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v2lBzcL6PR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v2lBzcL6PR .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-v2lBzcL6PR .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-v2lBzcL6PR .panel-text {
  color: #919dab;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.cid-v2lBzcL6PR .title__text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-v2lBzcL6PR .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-v2lBzcL6PR .mbr-section-btn {
  margin-top: 15px;
}
.cid-v2lBzcL6PR .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-v2lBzcL6PR .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-v2lBzcL6PR .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-v2lBzcL6PR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lBzcL6PR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHkhWPEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2lHkhWPEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lHkhWPEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lHkhWPEC .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2lHkhWPEC .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v2lHkhWPEC .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2lHkhWPEC .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v2lHkhWPEC .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lHkhWPEC .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2lHkhWPEC .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2lBzdEARC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2lBzdEARC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lBzdEARC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lBzdEARC .content-wrapper {
  margin-bottom: 32px;
}
.cid-v2lBzdEARC .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2lBzdEARC .items-wrapper {
  align-items: center;
}
.cid-v2lBzdEARC .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2lBzdEARC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2lBzdEARC .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v2lBzdEARC .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v2lBzdEARC .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v2lBzdEARC .items-wrapper .item .item-wrapper .card-text:focus {
  color: #a6adbf;
}
.cid-v2lBzdEARC .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2lBzdEARC .card-title {
  color: #111111;
  text-align: center;
}
.cid-v2lBzdEARC .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2lBzdL83C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-v2lBzdL83C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lBzdL83C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lBzdL83C .row {
  justify-content: center;
}
.cid-v2lBzdL83C .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lBzdL83C .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2lBzdL83C .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lBzdL83C .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lBzdL83C .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v2lBzdL83C .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-v2lBzdL83C .nav-wrapper .list .item-wrap:hover,
.cid-v2lBzdL83C .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2lBzdL83C .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lBzdL83C .mbr-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2lBzdL83C .mbr-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v2lBzdL83C .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2lBzdL83C .border-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2lBzdL83C .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v2lBzdL83C .mbr-section-title {
  color: #ffffff;
}
.cid-v2lBzdL83C .list {
  color: #ffffff;
}
