body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #fa0f0f !important;
}
.bg-danger {
  background-color: #157a21 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fa0f0f !important;
  border-color: #fa0f0f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b90404 !important;
  border-color: #b90404 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b90404 !important;
  border-color: #b90404 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #157a21 !important;
  border-color: #157a21 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a390f !important;
  border-color: #0a390f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a390f !important;
  border-color: #0a390f !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc2952;
  color: #cc2952;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fa0f0f;
  color: #fa0f0f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fa0f0f;
  border-color: #fa0f0f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa0f0f !important;
  border-color: #fa0f0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #157a21;
  color: #157a21;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #157a21;
  border-color: #157a21;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #157a21 !important;
  border-color: #157a21 !important;
}
.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;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #fa0f0f !important;
}
.text-danger {
  color: #157a21 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e47793 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fc7373 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #24d139 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #fa0f0f;
}
.alert-danger {
  background-color: #157a21;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fed7d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #33dc47;
}
/* Scroll to top button*/
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s1qnXJEfag .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1qnXJEfag .nav-item,
.cid-s1qnXJEfag .nav-link,
.cid-s1qnXJEfag .navbar-caption {
  font-weight: normal;
}
.cid-s1qnXJEfag .nav-item:focus,
.cid-s1qnXJEfag .nav-link:focus {
  outline: none;
}
.cid-s1qnXJEfag .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-s1qnXJEfag .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1qnXJEfag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1qnXJEfag .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1qnXJEfag .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1qnXJEfag .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1qnXJEfag .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1qnXJEfag .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s1qnXJEfag .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1qnXJEfag .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1qnXJEfag .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1qnXJEfag .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.2rem - 1rem);
  }
}
.cid-s1qnXJEfag .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1qnXJEfag .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1qnXJEfag .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1qnXJEfag .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1qnXJEfag .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1qnXJEfag .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1qnXJEfag .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1qnXJEfag .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1qnXJEfag .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1qnXJEfag .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1qnXJEfag .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1qnXJEfag .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1qnXJEfag .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1qnXJEfag .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s1qnXJEfag .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1qnXJEfag .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1qnXJEfag .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1qnXJEfag .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1qnXJEfag .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1qnXJEfag .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1qnXJEfag .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1qnXJEfag .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1qnXJEfag .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1qnXJEfag .dropdown-item.active,
.cid-s1qnXJEfag .dropdown-item:active {
  background-color: transparent;
}
.cid-s1qnXJEfag .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1qnXJEfag .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1qnXJEfag .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1qnXJEfag .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1qnXJEfag .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1qnXJEfag ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1qnXJEfag .navbar-buttons {
  text-align: center;
}
.cid-s1qnXJEfag button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1qnXJEfag button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1qnXJEfag button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1qnXJEfag button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1qnXJEfag button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1qnXJEfag button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1qnXJEfag nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1qnXJEfag nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1qnXJEfag nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1qnXJEfag nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1qnXJEfag .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1qnXJEfag a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1qnXJEfag .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s1qnXJEfag .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1qnXJEfag .soc-item {
  margin: .5rem .3rem;
}
.cid-s1qnXJEfag .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1qnXJEfag .navbar {
    height: 77px;
  }
  .cid-s1qnXJEfag .navbar.opened {
    height: auto;
  }
  .cid-s1qnXJEfag .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s19a51Q0qr {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-position: 80% 20%;
}
.cid-s19a51Q0qr H2 {
  color: #d58f76;
}
.cid-s19a51Q0qr .row {
  justify-content: flex-start;
}
.cid-s19a51Q0qr H1 {
  color: #f6f3ee;
}
.cid-s19a51Q0qr .mbr-text,
.cid-s19a51Q0qr .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-s19a51Q0qr .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s19a51Q0qr .mbr-overlay {
    opacity: 0.7!important;
  }
}
.cid-s19deVvXIs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-s19deVvXIs h4 {
  margin-bottom: 0;
}
.cid-s19deVvXIs .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(219, 77, 113, 0.35);
}
.cid-s19deVvXIs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s19deVvXIs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s19deVvXIs .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s19deVvXIs .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-s19deVvXIs .btn[class*="-outline"]:active,
.cid-s19deVvXIs .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s19deVvXIs .card-box {
  padding-top: 2rem;
}
.cid-s19deVvXIs .card-wrapper {
  height: 100%;
}
.cid-s19deVvXIs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s19deVvXIs img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s19deVvXIs .card-title {
  color: #149dcc;
}
.cid-s19deVvXIs .main-title {
  color: #232323;
}
.cid-s19deVvXIs .mbr-text,
.cid-s19deVvXIs .mbr-link-btn {
  color: #767676;
}
.cid-s1qp5mypUa {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #cc2952;
}
.cid-s1qp5mypUa H1 {
  color: #ffffff;
}
.cid-s1qp5mypUa .mbr-text,
.cid-s1qp5mypUa .mbr-section-btn {
  color: #ffffff;
}
.cid-s1qp5mypUa .img-box {
  position: relative;
}
.cid-s1qp5mypUa .card-ico span {
  font-size: 96px;
  color: #ffffff;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s1qp5mypUa .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-s1qp5mypUa .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-s1qp5mypUa .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-s1qp5mypUa .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s1qp5mypUa .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s1qp5mypUa img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(219, 77, 113, 0.35);
}
@media (max-width: 992px) {
  .cid-s1qp5mypUa .img-box {
    height: 500px;
  }
  .cid-s1qp5mypUa .img2 {
    left: 1rem;
  }
  .cid-s1qp5mypUa .img1 {
    right: 1rem;
  }
  .cid-s1qp5mypUa img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s1qp5mypUa img {
    width: 60%;
  }
  .cid-s1qp5mypUa .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s1qp5mypUa .author-box {
    justify-content: center;
  }
  .cid-s1qp5mypUa .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s1qp5mypUa .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s1qp5mypUa .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s1qp5mypUa .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s1qp5mypUa .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s1qp5mypUa .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s1qp5mypUa .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s1qp5mypUa h3,
.cid-s1qp5mypUa h4 {
  margin: 0;
  padding: 0;
}
.cid-s1qp5mypUa .card-title,
.cid-s1qp5mypUa .mbr-section-subtitle {
  color: #232323;
}
#custom-html-a {
  background-color: #cc2952;
}
.cid-s1qqzsBm1K {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #7f1933;
}
.cid-s1qqzsBm1K ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s1qqzsBm1K ul li {
  padding: 1rem 0;
}
.cid-s1qqzsBm1K ul li:hover {
  color: #ffffff;
}
.cid-s1qqzsBm1K .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s1qqzsBm1K .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s1qqzsBm1K .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s1qqzsBm1K .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1qqzsBm1K .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s1qqzsBm1K .map {
    height: auto;
  }
}
.cid-s1qqzsBm1K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s1qqzsBm1K .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s1qqzsBm1K .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1qqzsBm1K .social-list a:hover {
  opacity: 1;
}
.cid-s1qqzsBm1K .row-element,
.cid-s1qqzsBm1K .image-element {
  padding: 0;
}
.cid-s1qqzsBm1K .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s1qqzsBm1K .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cc2952);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s1qqzsBm1K .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s1qqzsBm1K .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s1qqzsBm1K .text-content {
    padding: 2rem 1rem;
  }
  .cid-s1qqzsBm1K .underline .line {
    height: 2px;
  }
  .cid-s1qqzsBm1K .mbr-title,
  .cid-s1qqzsBm1K .underline,
  .cid-s1qqzsBm1K .mbr-text,
  .cid-s1qqzsBm1K .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s1qqzsBm1K .mbr-title,
.cid-s1qqzsBm1K .underline {
  color: #ffffff;
}
.cid-s1qqzsBm1K .mbr-text,
.cid-s1qqzsBm1K .mbr-section-btn {
  color: #ffffff;
}
.cid-s1qqzsBm1K mbr-list LI {
  color: #ffffff;
}
.cid-s1qqzsBm1K mbr-list {
  text-align: center;
}
.cid-s1qqzsBm1K .mbr-list,
.cid-s1qqzsBm1K .social-list mbr-list {
  color: #ffffff;
}
.cid-s1C4Av0B7R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1C4Av0B7R .nav-item,
.cid-s1C4Av0B7R .nav-link,
.cid-s1C4Av0B7R .navbar-caption {
  font-weight: normal;
}
.cid-s1C4Av0B7R .nav-item:focus,
.cid-s1C4Av0B7R .nav-link:focus {
  outline: none;
}
.cid-s1C4Av0B7R .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-s1C4Av0B7R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1C4Av0B7R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1C4Av0B7R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1C4Av0B7R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1C4Av0B7R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1C4Av0B7R .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1C4Av0B7R .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s1C4Av0B7R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1C4Av0B7R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1C4Av0B7R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1C4Av0B7R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.2rem - 1rem);
  }
}
.cid-s1C4Av0B7R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1C4Av0B7R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1C4Av0B7R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1C4Av0B7R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1C4Av0B7R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1C4Av0B7R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1C4Av0B7R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1C4Av0B7R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1C4Av0B7R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1C4Av0B7R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1C4Av0B7R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1C4Av0B7R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1C4Av0B7R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1C4Av0B7R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s1C4Av0B7R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1C4Av0B7R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1C4Av0B7R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1C4Av0B7R .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1C4Av0B7R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1C4Av0B7R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1C4Av0B7R .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1C4Av0B7R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1C4Av0B7R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1C4Av0B7R .dropdown-item.active,
.cid-s1C4Av0B7R .dropdown-item:active {
  background-color: transparent;
}
.cid-s1C4Av0B7R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1C4Av0B7R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1C4Av0B7R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1C4Av0B7R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1C4Av0B7R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1C4Av0B7R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1C4Av0B7R .navbar-buttons {
  text-align: center;
}
.cid-s1C4Av0B7R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1C4Av0B7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1C4Av0B7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1C4Av0B7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1C4Av0B7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1C4Av0B7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1C4Av0B7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1C4Av0B7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1C4Av0B7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1C4Av0B7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1C4Av0B7R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1C4Av0B7R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1C4Av0B7R .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s1C4Av0B7R .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1C4Av0B7R .soc-item {
  margin: .5rem .3rem;
}
.cid-s1C4Av0B7R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1C4Av0B7R .navbar {
    height: 77px;
  }
  .cid-s1C4Av0B7R .navbar.opened {
    height: auto;
  }
  .cid-s1C4Av0B7R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1C5HuTSHL {
  background-color: #fdcfff;
  overflow: hidden;
}
.cid-s1C5HuTSHL H1 {
  color: #000000;
}
.cid-s1C5HuTSHL .mbr-text,
.cid-s1C5HuTSHL .mbr-section-btn {
  color: #000000;
}
.cid-s1C5HuTSHL .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(219, 77, 113, 0.35);
  border-radius: 10px;
}
.cid-s1C5HuTSHL .relative {
  position: relative;
}
.cid-s1C5HuTSHL .card-img {
  width: 100%;
}
.cid-s3j7LZdLwE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdcfff;
}
.cid-s3j7LZdLwE h4 {
  margin-bottom: 0;
}
.cid-s3j7LZdLwE p {
  color: #767676;
}
.cid-s3j7LZdLwE .cardcenter {
  background-color: #7f1933;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s3j7LZdLwE .cardcenter:hover {
  background-color: #9121d7;
}
.cid-s3j7LZdLwE .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s3j7LZdLwE .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s3j7LZdLwE .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s3j7LZdLwE .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s3j7LZdLwE .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s3j7LZdLwE .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ffffff !important;
  box-shadow: none!important;
}
.cid-s3j7LZdLwE .btn[class*="-outline"]:active,
.cid-s3j7LZdLwE .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s3j7LZdLwE .card-box {
  padding-top: 2rem;
}
.cid-s3j7LZdLwE .card-wrapper {
  height: 100%;
}
.cid-s3j7LZdLwE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s3j7LZdLwE img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s3j7LZdLwE .card-title {
  color: #000000;
  text-align: left;
}
.cid-s3j7LZdLwE .main-title {
  color: #232323;
}
.cid-s3j7LZdLwE .text {
  color: #ffffff;
}
.cid-s3j7LZdLwE .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s3j7LZdLwE .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s3j7LZdLwE .link {
    margin: auto;
  }
}
.cid-s3j7LZdLwE .mbr-text,
.cid-s3j7LZdLwE .mbr-link-btn {
  color: #000000;
  text-align: left;
}
.cid-s3jxanfUyV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3jxanfUyV img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-s3jxanfUyV .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #fdcfff;
  opacity: 0.0;
  pointer-events: none;
}
.cid-s3jxanfUyV .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-s3jxanfUyV .row > div:hover .wrapper:before {
  opacity: 0.0;
}
@media (max-width: 767px) {
  .cid-s3jxanfUyV .wrapper:before {
    opacity: 0.0;
  }
}
.cid-s1C4AA6iMM {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #7f1933;
}
.cid-s1C4AA6iMM ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s1C4AA6iMM ul li {
  padding: 1rem 0;
}
.cid-s1C4AA6iMM ul li:hover {
  color: #ffffff;
}
.cid-s1C4AA6iMM .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s1C4AA6iMM .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s1C4AA6iMM .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s1C4AA6iMM .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1C4AA6iMM .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s1C4AA6iMM .map {
    height: auto;
  }
}
.cid-s1C4AA6iMM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s1C4AA6iMM .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s1C4AA6iMM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1C4AA6iMM .social-list a:hover {
  opacity: 1;
}
.cid-s1C4AA6iMM .row-element,
.cid-s1C4AA6iMM .image-element {
  padding: 0;
}
.cid-s1C4AA6iMM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s1C4AA6iMM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cc2952);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s1C4AA6iMM .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s1C4AA6iMM .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s1C4AA6iMM .text-content {
    padding: 2rem 1rem;
  }
  .cid-s1C4AA6iMM .underline .line {
    height: 2px;
  }
  .cid-s1C4AA6iMM .mbr-title,
  .cid-s1C4AA6iMM .underline,
  .cid-s1C4AA6iMM .mbr-text,
  .cid-s1C4AA6iMM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s1C4AA6iMM .mbr-title,
.cid-s1C4AA6iMM .underline {
  color: #ffffff;
}
.cid-s1C4AA6iMM .mbr-text,
.cid-s1C4AA6iMM .mbr-section-btn {
  color: #ffffff;
}
.cid-s1C4AA6iMM mbr-list LI {
  color: #ffffff;
}
.cid-s1C4AA6iMM mbr-list {
  text-align: center;
}
.cid-s1C4AA6iMM .mbr-list,
.cid-s1C4AA6iMM .social-list mbr-list {
  color: #ffffff;
}
.cid-s3jhxcKKuW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jhxcKKuW .nav-item,
.cid-s3jhxcKKuW .nav-link,
.cid-s3jhxcKKuW .navbar-caption {
  font-weight: normal;
}
.cid-s3jhxcKKuW .nav-item:focus,
.cid-s3jhxcKKuW .nav-link:focus {
  outline: none;
}
.cid-s3jhxcKKuW .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-s3jhxcKKuW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3jhxcKKuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jhxcKKuW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3jhxcKKuW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3jhxcKKuW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s3jhxcKKuW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s3jhxcKKuW .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s3jhxcKKuW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3jhxcKKuW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3jhxcKKuW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3jhxcKKuW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.2rem - 1rem);
  }
}
.cid-s3jhxcKKuW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3jhxcKKuW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3jhxcKKuW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3jhxcKKuW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3jhxcKKuW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3jhxcKKuW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3jhxcKKuW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3jhxcKKuW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3jhxcKKuW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3jhxcKKuW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3jhxcKKuW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3jhxcKKuW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3jhxcKKuW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3jhxcKKuW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3jhxcKKuW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3jhxcKKuW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3jhxcKKuW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3jhxcKKuW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3jhxcKKuW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3jhxcKKuW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3jhxcKKuW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3jhxcKKuW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3jhxcKKuW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3jhxcKKuW .dropdown-item.active,
.cid-s3jhxcKKuW .dropdown-item:active {
  background-color: transparent;
}
.cid-s3jhxcKKuW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3jhxcKKuW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3jhxcKKuW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3jhxcKKuW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3jhxcKKuW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3jhxcKKuW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3jhxcKKuW .navbar-buttons {
  text-align: center;
}
.cid-s3jhxcKKuW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3jhxcKKuW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3jhxcKKuW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3jhxcKKuW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3jhxcKKuW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3jhxcKKuW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3jhxcKKuW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3jhxcKKuW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3jhxcKKuW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3jhxcKKuW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3jhxcKKuW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3jhxcKKuW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3jhxcKKuW .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s3jhxcKKuW .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s3jhxcKKuW .soc-item {
  margin: .5rem .3rem;
}
.cid-s3jhxcKKuW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3jhxcKKuW .navbar {
    height: 77px;
  }
  .cid-s3jhxcKKuW .navbar.opened {
    height: auto;
  }
  .cid-s3jhxcKKuW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3jiYYBP04 {
  overflow-x: hidden !important;
}
.cid-s3jiYYBP04,
.cid-s3jiYYBP04 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-s3jiYYBP04 .mbr-section-title {
  color: #ffffff;
}
.cid-s3jiYYBP04 .mbr-section-title span {
  color: #ffffff;
}
.cid-s3jiYYBP04 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-s3jiYYBP04 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/backflow-1920x1277.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-s3jiYYBP04 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-s3jiYYBP04 .mbr-overlay {
  z-index: 1;
}
.cid-s3jiYYBP04 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-s3jkjYBxPy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7f1933;
}
.cid-s3jkjYBxPy .mbr-section-subtitle {
  color: #767676;
}
.cid-s3jkjYBxPy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3jkjYBxPy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3jkjYBxPy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3jkjYBxPy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3jkjYBxPy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-s3jkjYBxPy .icon-focus,
.cid-s3jkjYBxPy .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-s3jkjYBxPy .icon-focus:before,
.cid-s3jkjYBxPy .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3jkjYBxPy .icon-video {
  font-size: 1.5rem !important;
}
.cid-s3jkjYBxPy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s3jkjYBxPy ul {
  font-size: 0;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul {
  text-align: left;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-s3jkjYBxPy .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-s3jkjYBxPy .mbr-gallery-filter ul li:first-child,
.cid-s3jkjYBxPy .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-s3jkjYBxPy .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-s3jkjYBxPy .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-s3jhxiuJbN {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #7f1933;
}
.cid-s3jhxiuJbN ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s3jhxiuJbN ul li {
  padding: 1rem 0;
}
.cid-s3jhxiuJbN ul li:hover {
  color: #ffffff;
}
.cid-s3jhxiuJbN .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s3jhxiuJbN .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s3jhxiuJbN .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s3jhxiuJbN .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3jhxiuJbN .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s3jhxiuJbN .map {
    height: auto;
  }
}
.cid-s3jhxiuJbN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s3jhxiuJbN .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s3jhxiuJbN .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3jhxiuJbN .social-list a:hover {
  opacity: 1;
}
.cid-s3jhxiuJbN .row-element,
.cid-s3jhxiuJbN .image-element {
  padding: 0;
}
.cid-s3jhxiuJbN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s3jhxiuJbN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cc2952);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s3jhxiuJbN .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s3jhxiuJbN .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3jhxiuJbN .text-content {
    padding: 2rem 1rem;
  }
  .cid-s3jhxiuJbN .underline .line {
    height: 2px;
  }
  .cid-s3jhxiuJbN .mbr-title,
  .cid-s3jhxiuJbN .underline,
  .cid-s3jhxiuJbN .mbr-text,
  .cid-s3jhxiuJbN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s3jhxiuJbN .mbr-title,
.cid-s3jhxiuJbN .underline {
  color: #ffffff;
}
.cid-s3jhxiuJbN .mbr-text,
.cid-s3jhxiuJbN .mbr-section-btn {
  color: #ffffff;
}
.cid-s3jhxiuJbN mbr-list LI {
  color: #ffffff;
}
.cid-s3jhxiuJbN mbr-list {
  text-align: center;
}
.cid-s3jhxiuJbN .mbr-list,
.cid-s3jhxiuJbN .social-list mbr-list {
  color: #ffffff;
}
.cid-s3jndLPLml .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jndLPLml .nav-item,
.cid-s3jndLPLml .nav-link,
.cid-s3jndLPLml .navbar-caption {
  font-weight: normal;
}
.cid-s3jndLPLml .nav-item:focus,
.cid-s3jndLPLml .nav-link:focus {
  outline: none;
}
.cid-s3jndLPLml .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-s3jndLPLml .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3jndLPLml .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3jndLPLml .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3jndLPLml .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3jndLPLml .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s3jndLPLml .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s3jndLPLml .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s3jndLPLml .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3jndLPLml .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3jndLPLml .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3jndLPLml .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.2rem - 1rem);
  }
}
.cid-s3jndLPLml .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3jndLPLml .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3jndLPLml .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3jndLPLml .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3jndLPLml .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3jndLPLml .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3jndLPLml .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3jndLPLml .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3jndLPLml .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3jndLPLml .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3jndLPLml .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3jndLPLml .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3jndLPLml .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3jndLPLml .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3jndLPLml .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3jndLPLml .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3jndLPLml .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3jndLPLml .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3jndLPLml .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3jndLPLml .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3jndLPLml .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3jndLPLml .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3jndLPLml .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3jndLPLml .dropdown-item.active,
.cid-s3jndLPLml .dropdown-item:active {
  background-color: transparent;
}
.cid-s3jndLPLml .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3jndLPLml .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3jndLPLml .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3jndLPLml .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3jndLPLml .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3jndLPLml ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3jndLPLml .navbar-buttons {
  text-align: center;
}
.cid-s3jndLPLml button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3jndLPLml button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3jndLPLml button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3jndLPLml button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3jndLPLml button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3jndLPLml button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3jndLPLml nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3jndLPLml nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3jndLPLml nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3jndLPLml nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3jndLPLml .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3jndLPLml a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3jndLPLml .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s3jndLPLml .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s3jndLPLml .soc-item {
  margin: .5rem .3rem;
}
.cid-s3jndLPLml .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3jndLPLml .navbar {
    height: 77px;
  }
  .cid-s3jndLPLml .navbar.opened {
    height: auto;
  }
  .cid-s3jndLPLml .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3jnSMtQPb {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-s3jnSMtQPb H2 {
  color: #d58f76;
}
.cid-s3jnSMtQPb h1 {
  line-height: 1.38;
}
.cid-s3jnSMtQPb h1 span {
  background-color: #7f1933;
  padding-bottom: 1rem;
}
.cid-s3jpOkMy1C {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-s3jpOkMy1C .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3jpOkMy1C .mbr-author-desc {
  display: block;
}
.cid-s3jpOkMy1C .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-s3jpOkMy1C .mbr-testimonial .panel-item {
  background-color: #cc2952;
  background: linear-gradient(#cc2952, transparent);
}
.cid-s3jpOkMy1C .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-s3jpOkMy1C .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s3jpOkMy1C .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s3jpOkMy1C .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-s3jpOkMy1C .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-s3jpOkMy1C .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s3jpOkMy1C H2 {
  color: #f7ed4a;
}
.cid-s3jpOkMy1C .mbr-text {
  text-align: left;
}
.cid-s3jndRjfJ8 {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #7f1933;
}
.cid-s3jndRjfJ8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s3jndRjfJ8 ul li {
  padding: 1rem 0;
}
.cid-s3jndRjfJ8 ul li:hover {
  color: #ffffff;
}
.cid-s3jndRjfJ8 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s3jndRjfJ8 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s3jndRjfJ8 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s3jndRjfJ8 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3jndRjfJ8 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s3jndRjfJ8 .map {
    height: auto;
  }
}
.cid-s3jndRjfJ8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s3jndRjfJ8 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s3jndRjfJ8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3jndRjfJ8 .social-list a:hover {
  opacity: 1;
}
.cid-s3jndRjfJ8 .row-element,
.cid-s3jndRjfJ8 .image-element {
  padding: 0;
}
.cid-s3jndRjfJ8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s3jndRjfJ8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cc2952);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s3jndRjfJ8 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s3jndRjfJ8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3jndRjfJ8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-s3jndRjfJ8 .underline .line {
    height: 2px;
  }
  .cid-s3jndRjfJ8 .mbr-title,
  .cid-s3jndRjfJ8 .underline,
  .cid-s3jndRjfJ8 .mbr-text,
  .cid-s3jndRjfJ8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s3jndRjfJ8 .mbr-title,
.cid-s3jndRjfJ8 .underline {
  color: #ffffff;
}
.cid-s3jndRjfJ8 .mbr-text,
.cid-s3jndRjfJ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-s3jndRjfJ8 mbr-list LI {
  color: #ffffff;
}
.cid-s3jndRjfJ8 mbr-list {
  text-align: center;
}
.cid-s3jndRjfJ8 .mbr-list,
.cid-s3jndRjfJ8 .social-list mbr-list {
  color: #ffffff;
}
.cid-s3js4q6L1t .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3js4q6L1t .nav-item,
.cid-s3js4q6L1t .nav-link,
.cid-s3js4q6L1t .navbar-caption {
  font-weight: normal;
}
.cid-s3js4q6L1t .nav-item:focus,
.cid-s3js4q6L1t .nav-link:focus {
  outline: none;
}
.cid-s3js4q6L1t .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-s3js4q6L1t .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3js4q6L1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3js4q6L1t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3js4q6L1t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3js4q6L1t .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s3js4q6L1t .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s3js4q6L1t .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s3js4q6L1t .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3js4q6L1t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3js4q6L1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3js4q6L1t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.2rem - 1rem);
  }
}
.cid-s3js4q6L1t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3js4q6L1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3js4q6L1t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3js4q6L1t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3js4q6L1t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3js4q6L1t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3js4q6L1t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3js4q6L1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3js4q6L1t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3js4q6L1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3js4q6L1t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3js4q6L1t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3js4q6L1t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3js4q6L1t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3js4q6L1t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3js4q6L1t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3js4q6L1t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3js4q6L1t .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3js4q6L1t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3js4q6L1t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3js4q6L1t .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3js4q6L1t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3js4q6L1t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3js4q6L1t .dropdown-item.active,
.cid-s3js4q6L1t .dropdown-item:active {
  background-color: transparent;
}
.cid-s3js4q6L1t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3js4q6L1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3js4q6L1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3js4q6L1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3js4q6L1t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3js4q6L1t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3js4q6L1t .navbar-buttons {
  text-align: center;
}
.cid-s3js4q6L1t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3js4q6L1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3js4q6L1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3js4q6L1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3js4q6L1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3js4q6L1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3js4q6L1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3js4q6L1t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3js4q6L1t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3js4q6L1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3js4q6L1t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3js4q6L1t a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3js4q6L1t .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s3js4q6L1t .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s3js4q6L1t .soc-item {
  margin: .5rem .3rem;
}
.cid-s3js4q6L1t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3js4q6L1t .navbar {
    height: 77px;
  }
  .cid-s3js4q6L1t .navbar.opened {
    height: auto;
  }
  .cid-s3js4q6L1t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3js4rBLhy {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-s3js4rBLhy H2 {
  color: #d58f76;
}
.cid-s3js4rBLhy h1 {
  line-height: 1.38;
}
.cid-s3js4rBLhy h1 span {
  background-color: #7f1933;
  padding-bottom: 1rem;
}
.cid-s3js4u7HUZ {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: #7f1933;
}
.cid-s3js4u7HUZ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s3js4u7HUZ ul li {
  padding: 1rem 0;
}
.cid-s3js4u7HUZ ul li:hover {
  color: #ffffff;
}
.cid-s3js4u7HUZ .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s3js4u7HUZ .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s3js4u7HUZ .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s3js4u7HUZ .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3js4u7HUZ .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s3js4u7HUZ .map {
    height: auto;
  }
}
.cid-s3js4u7HUZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s3js4u7HUZ .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s3js4u7HUZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3js4u7HUZ .social-list a:hover {
  opacity: 1;
}
.cid-s3js4u7HUZ .row-element,
.cid-s3js4u7HUZ .image-element {
  padding: 0;
}
.cid-s3js4u7HUZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s3js4u7HUZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cc2952);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s3js4u7HUZ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s3js4u7HUZ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3js4u7HUZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-s3js4u7HUZ .underline .line {
    height: 2px;
  }
  .cid-s3js4u7HUZ .mbr-title,
  .cid-s3js4u7HUZ .underline,
  .cid-s3js4u7HUZ .mbr-text,
  .cid-s3js4u7HUZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s3js4u7HUZ .mbr-title,
.cid-s3js4u7HUZ .underline {
  color: #ffffff;
}
.cid-s3js4u7HUZ .mbr-text,
.cid-s3js4u7HUZ .mbr-section-btn {
  color: #ffffff;
}
.cid-s3js4u7HUZ mbr-list LI {
  color: #ffffff;
}
.cid-s3js4u7HUZ mbr-list {
  text-align: center;
}
.cid-s3js4u7HUZ .mbr-list,
.cid-s3js4u7HUZ .social-list mbr-list {
  color: #ffffff;
}
